Age | Commit message (Expand) | Author |
2013-09-08 | ftpserver.pl: Fixed empty array checks | Steve Holme |
2013-09-08 | ftpserver: Reworked AUTH support to allow for specifying the mechanisms | Steve Holme |
2013-09-08 | ftpserver: Reworked CAPA support to allow for specifying the capabilities | Steve Holme |
2013-09-08 | ftpserver.pl: Corrected POP3 LIST as message numbers should be contiguous | Steve Holme |
2013-09-08 | tests: Updated descriptions to be more meaningful | Steve Holme |
2013-09-08 | tests: Added test for POP3 NOOP command | Steve Holme |
2013-09-08 | ftpserver.pl: Added support for POP3 NOOP command | Steve Holme |
2013-09-08 | ftpserver.pl: Fixed 'Use of uninitialized value $args in string ne' | Steve Holme |
2013-09-08 | tests: Added test for POP3 STAT command | Steve Holme |
2013-09-08 | ftpserver.pl: Added support for POP STAT command | Steve Holme |
2013-09-08 | ftpserver.pl: Moved POP3 QUIT handler into own function | Steve Holme |
2013-09-08 | ftpserver.pl: Reordered the POP3 handlers to be alphabetical | Steve Holme |
2013-09-08 | ftpserver.pl: Corrected misaligned indentation in POP3 handlers | Steve Holme |
2013-09-07 | tests: Added test for POP3 DELE command | Steve Holme |
2013-09-07 | ftpserver.pl: Added support for POP3 DELE command | Steve Holme |
2013-09-06 | urlglob: improved error messages and column number on bad use | Daniel Stenberg |
2013-09-02 | lib1512.c: Fixed compilation warning | Steve Holme |
2013-09-01 | Killed warning 'res' might be used uninitialized. | Guenter Knauf |
2013-08-31 | tests: Added test for IMAP CHECK command | Steve Holme |
2013-08-31 | ftpserver.pl: Added support for the IMAP CHECK command | Steve Holme |
2013-08-31 | ftpserver.pl: Corrected flawed logic in commit 1ca6ed7b75cad0 | Steve Holme |
2013-08-31 | ftpserver.pl: Added argument check to IMAP command handlers | Steve Holme |
2013-08-31 | ftpserver.pl: More whitespace corrections | Steve Holme |
2013-08-30 | ftpserver.pl: Small correction tidy up | Steve Holme |
2013-08-30 | tests: Added tests for IMAP CREATE, DELETE and RENAME commands | Steve Holme |
2013-08-30 | ftpserver: Bareword "to_mailbox" not allowed | Daniel Stenberg |
2013-08-30 | ftpserver.pl: Added support for IMAP CREATE, DELETE and RENAME commands | Steve Holme |
2013-08-29 | ftpserver.pl: Updated IMAP EXAMINE handler to use dynamic test data | Steve Holme |
2013-08-29 | unit1304: include memdebug and free everything correctly | Daniel Stenberg |
2013-08-29 | ftpserver.pl: Added SELECT check to IMAP FETCH and STORE handlers | Steve Holme |
2013-08-28 | ftpserver.pl: Corrected accidental move of logmsg() call | Steve Holme |
2013-08-28 | ftpserver: add missing '}' from 4ae7b7ea69149 | Daniel Stenberg |
2013-08-28 | ftpserver.pl: Added SELECT check to IMAP SEARCH command | Steve Holme |
2013-08-28 | ftpserver.pl: Fixed IMAP SEARCH command | Steve Holme |
2013-08-28 | tests: Added test for IMAP SEARCH command | Steve Holme |
2013-08-28 | valgrind.supp: fix for regular curl_easy_perform too | Daniel Stenberg |
2013-08-28 | valgrind.supp: add the event-based call stack-trace too | Daniel Stenberg |
2013-08-27 | ftpserver.pl: Added support for IMAP SEARCH command | Steve Holme |
2013-08-26 | runtests.pl: allow -vc point to a separate curl binary to verify with | Daniel Stenberg |
2013-08-22 | TFTP: make the CURLOPT_LOW_SPEED* options work | Daniel Stenberg |
2013-08-22 | tftpd: support "writedelay" within <servercmd> | Daniel Stenberg |
2013-08-22 | tftpd: convert 6 global variables into local ones | Daniel Stenberg |
2013-08-20 | curl_easy_perform_ev: debug/test function | Daniel Stenberg |
2013-08-20 | test1237: verify 1000+ letter user name + passwords | Daniel Stenberg |
2013-08-20 | netrc: handle longer username and password | Jonathan Nieder |
2013-08-16 | glob: error out on range overflow | Daniel Stenberg |
2013-08-16 | urlglob: better detect unclosed braces, empty lists and overflows | Daniel Stenberg |
2013-08-15 | tests 2032, 2033: Don't hardcode port in expected output | Tor Arntsen |
2013-08-11 | test1228: add 'HTTP proxy' to the keywords | Fabian Keil |
2013-08-11 | tests: add keywords for a couple of FILE tests | Fabian Keil |