Age | Commit message (Expand) | Author |
2013-04-12 | FTP: access files in root dir correctly | Daniel Stenberg |
2013-04-12 | pop3: Reworked the function description for Curl_pop3_write() | Steve Holme |
2013-04-12 | pop3: Added function description to pop3_parse_custom_request() | Steve Holme |
2013-04-12 | pop3: Moved utility functions to end of pop3.c | Steve Holme |
2013-04-12 | darwinssl: add TLS session resumption | Nick Zitzmann |
2013-04-12 | imap: Added function description to imap_parse_custom_request() | Steve Holme |
2013-04-12 | imap: Moved utility functions to end of imap.c (Part 3/3) | Steve Holme |
2013-04-12 | imap: Moved utility functions to end of imap.c (Part 2/3) | Steve Holme |
2013-04-12 | imap: Moved utility functions to end of imap.c (Part 1/3) | Steve Holme |
2013-04-12 | imap: Corrected function description for imap_connect() | Steve Holme |
2013-04-12 | tests: prevent test206, test1060, and test1061 from failing | Kamil Dudka |
2013-04-12 | libcurl-share.3: update what it does and does not share. | David Strauss |
2013-04-12 | THANKS: remove duplicated names | Daniel Stenberg |
2013-04-12 | bump: start working towards next release | Daniel Stenberg |
2013-04-12 | THANKS: added people from the 7.30.0 RELEASE-NOTES | Daniel Stenberg |
2013-04-12 | RELEASE-NOTES: cleaned up for 7.30 (synced with 5c5e1a1cd20) | Daniel Stenberg |
2013-04-11 | test1218: another cookie tailmatch test | Daniel Stenberg |
2013-04-11 | cookie: fix tailmatching to prevent cross-domain leakage | YAMADA Yasuharu |
2013-04-11 | Enabled MinGW sync resolver builds. | Guenter Knauf |
2013-04-10 | if2ip.c: fix compiler warning | Yang Tse |
2013-04-10 | Fixed lost OpenSSL output with "-t" - followup. | Guenter Knauf |
2013-04-09 | test1217: verify parsing 257 responses with "rubbish" before path | Daniel Stenberg |
2013-04-09 | FTP: handle "rubbish" in front of directory name in 257 responses | Bill Middlecamp |
2013-04-09 | Fixed ares-enabled builds with static makefiles. | Guenter Knauf |
2013-04-09 | Fixed lost OpenSSL output with "-t". | Guenter Knauf |
2013-04-09 | test1216: test tailmatching cookie domains | Daniel Stenberg |
2013-04-09 | RELEASe-NOTES: synced with 29fdb2700f797 | Daniel Stenberg |
2013-04-08 | darwinssl: disable insecure ciphers by default | Nick Zitzmann |
2013-04-08 | tcpkeepalive: Support CURLOPT_TCP_KEEPIDLE on OSX | Robert Wruck |
2013-04-08 | configure: remove CURL_CHECK_FUNC_RECVFROM | Daniel Stenberg |
2013-04-08 | RELEASE-NOTES: Corrected duplicate NTLM memory leaks | Steve Holme |
2013-04-08 | RELEASE-NOTES: Removed trailing full stop | Steve Holme |
2013-04-08 | proxy: make ConnectionExists() check credential of proxyconnections too | Fabian Keil |
2013-04-08 | RELEASE-NOTES: sync with 704a5dfca9 | Daniel Stenberg |
2013-04-08 | TODO-RELEASE: cleaned up, not really maintained lately | Daniel Stenberg |
2013-04-07 | if2ip.c: Fixed another warning: unused parameter 'remote_scope' | Marc Hoersken |
2013-04-07 | cookie.c: Made cookie sort function more deterministic | Marc Hoersken |
2013-04-07 | curl_schannel.c: Follow up on memory leak fix ae4558d | Marc Hoersken |
2013-04-07 | Revert "getpart.pm: Strip carriage returns to fix Windows support" | Marc Hoersken |
2013-04-07 | http_negotiate.c: Fixed passing argument from incompatible pointer type | Marc Hoersken |
2013-04-06 | ftp.c: Added missing brackets around ABOR command logic | Marc Hoersken |
2013-04-06 | sockfilt.c: Fixed detection of client-side connection close | Marc Hoersken |
2013-04-06 | curl_schannel.c: Fixed memory leak if connection was not successful | Marc Hoersken |
2013-04-06 | if2ip.c: Fixed warning: unused parameter 'remote_scope' | Marc Hoersken |
2013-04-06 | runtests.pl: Fixed --verbose parameter passed to http_pipe.py | Marc Hoersken |
2013-04-06 | sockfilt.c: Reduce CPU load while running under a Windows PIPE | Marc Hoersken |
2013-04-06 | tftpd.c: Apply sread timeout to the whole data transfer session | Marc Hoersken |
2013-04-06 | getpart.pm: Strip carriage returns to fix Windows support | Marc Hoersken |
2013-04-06 | ftp tests: libcurl returns CURLE_FTP_ACCEPT_FAILED better now | Daniel Stenberg |
2013-04-06 | FTP: wait on both connections during active STOR state | Daniel Stenberg |