aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-25Added new source files to Symbian and TPF makefilesDan Fandrich
2010-08-25RELEASE-NOTES: sync from b980c9a02 to HEADDaniel Stenberg
2010-08-25Makefile: add gopher.c file to buildDaniel Stenberg
2010-08-25runtests: fix uninitialized variable warningDaniel Stenberg
2010-08-25gopher tests: revert parts of gopher in the pingpong serverDaniel Stenberg
2010-08-25gopher tests: use sws and adjusted to more standard styleDaniel Stenberg
2010-08-25sws: added basic gopher supportDaniel Stenberg
2010-08-25gopher: enable the header callback/verbosityDaniel Stenberg
2010-08-25gopher: fix test case line endingsDaniel Stenberg
2010-08-25gopher: fix memory leak and busyloopDaniel Stenberg
2010-08-25Gopher using Curl_write; test suite (4 tests)Cameron Kaiser
2010-08-25Remove url.c testCameron Kaiser
2010-08-25Forgot gopher.h in Makefile.incCameron Kaiser
2010-08-25Gopher protocol support (initial release)Cameron Kaiser
2010-08-25http: handle trailer headers in all chunked responsesDaniel Stenberg
2010-08-25TODO: we now support RTMPDaniel Stenberg
2010-08-25TODO: done "NTLM with other crypto functions"Daniel Stenberg
2010-08-25TODO: fixed "Make curl_multi_info_read faster"Daniel Stenberg
2010-08-24Fixed a NULL pointer dereference in form postingDan Fandrich
2010-08-24multi: Fix compile warning on 64-bit systemsBen Greear
2010-08-23Mention PolarSSL in tutorial & add some URLs to INSTALLDan Fandrich
2010-08-23RESUME_FROM: clarify what ftp uploads doDaniel Stenberg
2010-08-21Curl_is_connected: use correct errnoDirk Manske
2010-08-21cmdline: make -F type= accept ;charset=Daniel Stenberg
2010-08-20Added mk-ca-bundle.vbs script.Guenter Knauf
2010-08-20Trial to fix win32 autobuilds.Guenter Knauf
2010-08-19Use the S_ISREG macro to determine what is a regular fileDan Fandrich
2010-08-19AC_INIT: avoid a warning with autoconf 2.66Kamil Dudka
2010-08-18Fixed a memory leak during OOM in the multi timeout codeDan Fandrich
2010-08-18Removed a C99ism & made an array constDan Fandrich
2010-08-19test: added test 579 to verify progress callback for chunked postJulien Chaffraix
2010-08-18multi: avoid sending multiple complete messagesDaniel Stenberg
2010-08-18FAQ: update the list of supported protocolsDaniel Stenberg
2010-08-18FAQ: added blurb about ECCNDaniel Stenberg
2010-08-18It is sufficient to pipe stderr to NUL to get rid of the nasty messages.Guenter Knauf
2010-08-18Added SSPI build to Watcom makefile.Guenter Knauf
2010-08-16progress: callback for POSTs less than MAX_INITIAL_POST_SIZEJulien Chaffraix
2010-08-16Make the LD_PRELOAD path absolute in the tests that use itDan Fandrich
2010-08-16negotiation: Wrong proxy authorizationDaniel Stenberg
2010-08-16Clear stdout and stderr files on each test runDan Fandrich
2010-08-15Syncroniszed vclean target; fixed some comments.Guenter Knauf
2010-08-15THANKS: added contributors from 7.21.1Daniel Stenberg
2010-08-15multi: two fixes doneDaniel Stenberg
2010-08-15multi: use timeouts properly for MAX_RECV/SEND_SPEEDDaniel Stenberg
2010-08-15multi: support timeoutsDaniel Stenberg
2010-08-15Curl_llist_insert_next: allow insertion first in the listDaniel Stenberg
2010-08-15multi: make curl_multi_info_read perform O(1)Daniel Stenberg
2010-08-15curl -T: ignore file size of special filesKamil Dudka
2010-08-13Reset environment variables before starting serversDan Fandrich
2010-08-12typecheck-gcc: work around gcc upstream bug #32061Kamil Dudka