Age | Commit message (Expand) | Author |
2010-08-25 | Tweaked some test data files | Dan Fandrich |
2010-08-25 | Added new source files to Symbian and TPF makefiles | Dan Fandrich |
2010-08-25 | RELEASE-NOTES: sync from b980c9a02 to HEAD | Daniel Stenberg |
2010-08-25 | Makefile: add gopher.c file to build | Daniel Stenberg |
2010-08-25 | runtests: fix uninitialized variable warning | Daniel Stenberg |
2010-08-25 | gopher tests: revert parts of gopher in the pingpong server | Daniel Stenberg |
2010-08-25 | gopher tests: use sws and adjusted to more standard style | Daniel Stenberg |
2010-08-25 | sws: added basic gopher support | Daniel Stenberg |
2010-08-25 | gopher: enable the header callback/verbosity | Daniel Stenberg |
2010-08-25 | gopher: fix test case line endings | Daniel Stenberg |
2010-08-25 | gopher: fix memory leak and busyloop | Daniel Stenberg |
2010-08-25 | Gopher using Curl_write; test suite (4 tests) | Cameron Kaiser |
2010-08-25 | Remove url.c test | Cameron Kaiser |
2010-08-25 | Forgot gopher.h in Makefile.inc | Cameron Kaiser |
2010-08-25 | Gopher protocol support (initial release) | Cameron Kaiser |
2010-08-25 | http: handle trailer headers in all chunked responses | Daniel Stenberg |
2010-08-25 | TODO: we now support RTMP | Daniel Stenberg |
2010-08-25 | TODO: done "NTLM with other crypto functions" | Daniel Stenberg |
2010-08-25 | TODO: fixed "Make curl_multi_info_read faster" | Daniel Stenberg |
2010-08-24 | Fixed a NULL pointer dereference in form posting | Dan Fandrich |
2010-08-24 | multi: Fix compile warning on 64-bit systems | Ben Greear |
2010-08-23 | Mention PolarSSL in tutorial & add some URLs to INSTALL | Dan Fandrich |
2010-08-23 | RESUME_FROM: clarify what ftp uploads do | Daniel Stenberg |
2010-08-21 | Curl_is_connected: use correct errno | Dirk Manske |
2010-08-21 | cmdline: make -F type= accept ;charset= | Daniel Stenberg |
2010-08-20 | Added mk-ca-bundle.vbs script. | Guenter Knauf |
2010-08-20 | Trial to fix win32 autobuilds. | Guenter Knauf |
2010-08-19 | Use the S_ISREG macro to determine what is a regular file | Dan Fandrich |
2010-08-19 | AC_INIT: avoid a warning with autoconf 2.66 | Kamil Dudka |
2010-08-18 | Fixed a memory leak during OOM in the multi timeout code | Dan Fandrich |
2010-08-18 | Removed a C99ism & made an array const | Dan Fandrich |
2010-08-19 | test: added test 579 to verify progress callback for chunked post | Julien Chaffraix |
2010-08-18 | multi: avoid sending multiple complete messages | Daniel Stenberg |
2010-08-18 | FAQ: update the list of supported protocols | Daniel Stenberg |
2010-08-18 | FAQ: added blurb about ECCN | Daniel Stenberg |
2010-08-18 | It is sufficient to pipe stderr to NUL to get rid of the nasty messages. | Guenter Knauf |
2010-08-18 | Added SSPI build to Watcom makefile. | Guenter Knauf |
2010-08-16 | progress: callback for POSTs less than MAX_INITIAL_POST_SIZE | Julien Chaffraix |
2010-08-16 | Make the LD_PRELOAD path absolute in the tests that use it | Dan Fandrich |
2010-08-16 | negotiation: Wrong proxy authorization | Daniel Stenberg |
2010-08-16 | Clear stdout and stderr files on each test run | Dan Fandrich |
2010-08-15 | Syncroniszed vclean target; fixed some comments. | Guenter Knauf |
2010-08-15 | THANKS: added contributors from 7.21.1 | Daniel Stenberg |
2010-08-15 | multi: two fixes done | Daniel Stenberg |
2010-08-15 | multi: use timeouts properly for MAX_RECV/SEND_SPEED | Daniel Stenberg |
2010-08-15 | multi: support timeouts | Daniel Stenberg |
2010-08-15 | Curl_llist_insert_next: allow insertion first in the list | Daniel Stenberg |
2010-08-15 | multi: make curl_multi_info_read perform O(1) | Daniel Stenberg |
2010-08-15 | curl -T: ignore file size of special files | Kamil Dudka |
2010-08-13 | Reset environment variables before starting servers | Dan Fandrich |