Age | Commit message (Expand) | Author |
2013-04-06 | cpp: use #ifdef __MINGW32__ to avoid compiler complaints | Daniel Stenberg |
2013-04-06 | util.c: Made write_pidfile write the correct PID on MinGW/Msys | Marc Hoersken |
2013-04-05 | sockfilt.c: Fixed handling of multiple fds being signaled | Marc Hoersken |
2013-04-04 | sockfilt.c: Added wrapper functions to fix Windows console issues | Marc Hoersken |
2013-04-04 | lib1509.c: fix compiler warnings | Yang Tse |
2013-04-04 | easy: Fix the broken CURLOPT_MAXCONNECTS option | Linus Nielsen Feltzing |
2013-03-27 | test1509: verify proxy header response headers count | Daniel Stenberg |
2013-03-25 | WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage | Yang Tse |
2013-03-21 | imap-tests: Added CRLF to reply data to be compliant with RFC-822 | Steve Holme |
2013-03-20 | lib1900.c: fix compilation warning | Steve Holme |
2013-03-18 | tests: specify 'text' mode for some output files in verify section | Yang Tse |
2013-03-16 | tests: 96, 558, 1330: strip build subdirectory dependent leading path | Yang Tse |
2013-03-15 | imap-tests: Corrected copy/paste error in test808 reply data | Steve Holme |
2013-03-15 | unit1330.c: fix date | Yang Tse |
2013-03-15 | tests: add #96 #558 and #1330 | Yang Tse |
2013-03-15 | imap-tests: Added test808 for custom EXAMINE command | Steve Holme |
2013-03-15 | HTTP proxy: insert slash in URL if missing | Daniel Stenberg |
2013-03-14 | ftpserver.pl: Added EXAMINE_imap() for IMAP EXAMINE commands | Steve Holme |
2013-03-13 | Multiple pipelines and limiting the number of connections. | Linus Nielsen Feltzing |
2013-03-13 | test509: libcurl initialization with memory callbacks and actual usage | Yang Tse |
2013-03-12 | curl.h: stricter CURL_EXTERN linkage decorations logic | Yang Tse |
2013-03-11 | test806: Added CRLF to reply data to be compliant with RFC-822 | Steve Holme |
2013-03-11 | test805: added crlf newlines to make data size match | Daniel Stenberg |
2013-03-11 | test: fix newline for the data check of 807 | Daniel Stenberg |
2013-03-11 | test801 to test807: fix protocol section line endings | Yang Tse |
2013-03-10 | Makefile.am: Corrected a couple of spurious tab characters | Steve Holme |
2013-03-10 | imap: Added test807 for custom request functionality (STORE) | Jiri Hruska |
2013-03-10 | imap: Added test806 for IMAP (folder) LIST command | Jiri Hruska |
2013-03-10 | imap: Added test805 for APPEND functionality | Jiri Hruska |
2013-03-10 | imap: Added test804 for skipping SELECT if in the same mailbox | Jiri Hruska |
2013-03-10 | imap: Added test802 and test803 for UIDVALIDITY verification | Jiri Hruska |
2013-03-10 | imap: Added test801 for UID and SECTION URL parameters | Jiri Hruska |
2013-03-10 | imap-tests: Accept quoted parameters in ftpserver.pl | Jiri Hruska |
2013-03-10 | tests: Fix ftpserver.pl indentation | Jiri Hruska |
2013-03-10 | Makefile.am: Corrected end of line filler character | Steve Holme |
2013-03-10 | email-tests: Updated the test data that corresponds to the test number | Steve Holme |
2013-03-10 | email-tests: Renamed the IMAP test to be 800 | Steve Holme |
2013-03-10 | email-tests: Renamed the SMTP tests to be in the range 900-906 | Steve Holme |
2013-03-10 | email-tests: Renamed the POP3 tests to be in the range 850-857 | Steve Holme |
2013-03-09 | Makefile.am: empty AM_LDFLAGS definition for automake 1.7 compatibility | Yang Tse |
2013-03-08 | configure: use XC_LIBTOOL for portability across libtool versions | Yang Tse |
2013-03-06 | imap: Fixed test801 and test1321 to specify a message UID | Jiri Hruska |
2013-03-06 | imap: Fixed ftpserver.pl to allow verification even through LIST command | Jiri Hruska |
2013-03-06 | imap: Updated ftpserver.pl to be more compliant, added new commands | Jiri Hruska |
2013-02-24 | darwinssl: fix undefined $ssllib warning in runtests.pl | Nick Zitzmann |
2013-02-23 | imap: Added the ability to FETCH a specific UID and SECTION | Jiri Hruska |
2013-02-11 | SOCKS: fix socks proxy when noproxy matched | ulion |
2013-02-10 | Fix NULL pointer reference when closing an unused multi handle. | Linus Nielsen Feltzing |
2013-02-09 | smtp: Fixed an issue when processing EHLO failure responses (Part 3) | Steve Holme |
2013-02-08 | DONE: consider callback-aborted transfers premature | Daniel Stenberg |