Age | Commit message (Expand) | Author |
2012-01-02 | hostip.c: fix potential write past the end of string buffer | Yang Tse |
2012-01-02 | hostip.c: fix Curl_loadhostpairs() OOM handling | Yang Tse |
2012-01-02 | runtests.pl: on test failure, don't show trace log files of other tests | Yang Tse |
2012-01-01 | Curl_input_negotiate: use the correct buffer for input | Daniel Stenberg |
2012-01-01 | runtests: put trace outputs in log/trace[num] for all tests | Daniel Stenberg |
2011-12-31 | just a stupid typo | Daniel Stenberg |
2011-12-31 | SFTP dir: increase buffer size counter | Daniel Stenberg |
2011-12-31 | RELEASE-NOTES: synced with 81ebdd9e287 | Daniel Stenberg |
2011-12-31 | create_hostcache_id: use the key lower cased | Daniel Stenberg |
2011-12-31 | changed case: use new host name for subsequent HTTP requests | Daniel Stenberg |
2011-12-31 | CURLOPT_RESOLVE: avoid adding already present host names | Daniel Stenberg |
2011-12-31 | runtests.pl: Use logmsg more consistently | Dan Fandrich |
2011-12-30 | examples: update README, Makefile.inc and gitignore with pop3s examples | Alessandro Ghedini |
2011-12-30 | examples: add a couple of simple pop3s examples | Alessandro Ghedini |
2011-12-30 | removed execute file permission | Yang Tse |
2011-12-30 | removed trailing whitespace | Yang Tse |
2011-12-29 | ftpserver.pl: arbitrary application data splitting among TCP packets [II] | Yang Tse |
2011-12-28 | ftpserver.pl: arbitrary application data splitting among TCP packets [I] | Yang Tse |
2011-12-27 | testcurl.pl: 82c344a3 follow-up | Yang Tse |
2011-12-26 | testcurl.pl: log ACLOCAL_FLAGS | Yang Tse |
2011-12-26 | testcurl.pl: third party m4 warnings filtering adjustment | Yang Tse |
2011-12-25 | transfer: avoid unnecessary timeout event when waiting for 100-continue | Kamil Dudka |
2011-12-25 | transfer.c: move a logging statement placement | Yang Tse |
2011-12-25 | hash.c: fix OOM triggered segfault | Yang Tse |
2011-12-24 | ftp_do_more: don't return success until all is done | Daniel Stenberg |
2011-12-24 | Curl_do_more: fix typo logic | Daniel Stenberg |
2011-12-24 | SFTP mkdir: use correct permission | Daniel Stenberg |
2011-12-23 | buildconf: minor tweaks commit 430527a1 follow-up | Yang Tse |
2011-12-23 | Require a less ancient version of perl | Colin Hogben |
2011-12-23 | resolve: don't leak pre-populated dns entries | Daniel Stenberg |
2011-12-23 | new test: verify --resolve | Daniel Stenberg |
2011-12-23 | testcurl.pl: temporary change | Yang Tse |
2011-12-21 | operate: removed a single trailing space | Daniel Stenberg |
2011-12-21 | --retry: Retry transfers on timeout and DNS errors | Dan Fandrich |
2011-12-21 | buildconf: minor tweaks | Yang Tse |
2011-12-21 | formdata.c: OOM handling fixes | Yang Tse |
2011-12-21 | TODO: 1.7 Happy Eyeball dual stack connect | Daniel Stenberg |
2011-12-20 | runtests.pl: Fixed perl warning when using the -l option | Dan Fandrich |
2011-12-20 | RELEASE-NOTES: added two references | Daniel Stenberg |
2011-12-20 | Curl_socket_check: enlarge poll struct array to 3 | Daniel Stenberg |
2011-12-20 | RELEASE-NOTES: synced with 380bade777 | Daniel Stenberg |
2011-12-20 | TODO: remove active FTP from section 2.1 | Daniel Stenberg |
2011-12-20 | libcurl docs: add the new FTP accept option + errors | Daniel Stenberg |
2011-12-20 | timeleft_accept: ack global timeout, moved to ftp.c | Daniel Stenberg |
2011-12-20 | libcurl-tutorial.3: curl doesn't sent pragma no-cache | Daniel Stenberg |
2011-12-20 | libcurl-multi.3: active FTP is no longer blocking! | Daniel Stenberg |
2011-12-20 | FTP: move FTP-specific struct field to ftpc_conn | Daniel Stenberg |
2011-12-20 | non-blocking active FTP: cleanup multi state usage | Daniel Stenberg |
2011-12-20 | FTP: perform active connections non-blocking | Gokhan Sengun |
2011-12-20 | sockets: new Curl_socket_check() can wait for 3 sockets | Daniel Stenberg |