summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* If m4 doesn't support --version, try if gm4 does.Fabian Keil2010-08-281-1/+1
* If the m4 version isn't recognized at all, just say soFabian Keil2010-08-281-1/+5
* HISTORY: mention the gopher storyDaniel Stenberg2010-08-281-0/+7
* Tweaked some test data filesDan Fandrich2010-08-257-64/+159
* Added new source files to Symbian and TPF makefilesDan Fandrich2010-08-252-15/+16
* RELEASE-NOTES: sync from b980c9a02 to HEADDaniel Stenberg2010-08-251-1/+12
* Makefile: add gopher.c file to buildDaniel Stenberg2010-08-252-1/+5
* runtests: fix uninitialized variable warningDaniel Stenberg2010-08-251-1/+1
* gopher tests: revert parts of gopher in the pingpong serverDaniel Stenberg2010-08-253-45/+8
* gopher tests: use sws and adjusted to more standard styleDaniel Stenberg2010-08-256-36/+56
* sws: added basic gopher supportDaniel Stenberg2010-08-251-12/+63
* gopher: enable the header callback/verbosityDaniel Stenberg2010-08-251-0/+8
* gopher: fix test case line endingsDaniel Stenberg2010-08-254-17/+17
* gopher: fix memory leak and busyloopDaniel Stenberg2010-08-251-6/+26
* Gopher using Curl_write; test suite (4 tests)Cameron Kaiser2010-08-2510-54/+301
* Remove url.c testCameron Kaiser2010-08-251-3/+0
* Forgot gopher.h in Makefile.incCameron Kaiser2010-08-251-1/+2
* Gopher protocol support (initial release)Cameron Kaiser2010-08-259-4/+231
* http: handle trailer headers in all chunked responsesDaniel Stenberg2010-08-256-104/+147
* TODO: we now support RTMPDaniel Stenberg2010-08-251-7/+0
* TODO: done "NTLM with other crypto functions"Daniel Stenberg2010-08-251-9/+0
* TODO: fixed "Make curl_multi_info_read faster"Daniel Stenberg2010-08-251-6/+0
* Fixed a NULL pointer dereference in form postingDan Fandrich2010-08-243-6/+18
* multi: Fix compile warning on 64-bit systemsBen Greear2010-08-241-1/+1
* Mention PolarSSL in tutorial & add some URLs to INSTALLDan Fandrich2010-08-232-4/+15
* RESUME_FROM: clarify what ftp uploads doDaniel Stenberg2010-08-231-0/+4
* Curl_is_connected: use correct errnoDirk Manske2010-08-211-23/+22
* cmdline: make -F type= accept ;charset=Daniel Stenberg2010-08-212-3/+11
* Added mk-ca-bundle.vbs script.Guenter Knauf2010-08-202-1/+273
* Trial to fix win32 autobuilds.Guenter Knauf2010-08-201-10/+11
* Use the S_ISREG macro to determine what is a regular fileDan Fandrich2010-08-191-1/+1
* AC_INIT: avoid a warning with autoconf 2.66Kamil Dudka2010-08-191-1/+1
* Fixed a memory leak during OOM in the multi timeout codeDan Fandrich2010-08-181-1/+3
* Removed a C99ism & made an array constDan Fandrich2010-08-181-3/+3
* test: added test 579 to verify progress callback for chunked postJulien Chaffraix2010-08-194-2/+238
* multi: avoid sending multiple complete messagesDaniel Stenberg2010-08-181-5/+12
* FAQ: update the list of supported protocolsDaniel Stenberg2010-08-181-4/+5
* FAQ: added blurb about ECCNDaniel Stenberg2010-08-181-1/+22
* It is sufficient to pipe stderr to NUL to get rid of the nasty messages.Guenter Knauf2010-08-184-6/+6
* Added SSPI build to Watcom makefile.Guenter Knauf2010-08-181-0/+4
* progress: callback for POSTs less than MAX_INITIAL_POST_SIZEJulien Chaffraix2010-08-165-2/+148
* Make the LD_PRELOAD path absolute in the tests that use itDan Fandrich2010-08-1623-23/+23
* negotiation: Wrong proxy authorizationDaniel Stenberg2010-08-161-5/+10
* Clear stdout and stderr files on each test runDan Fandrich2010-08-161-1/+1
* Syncroniszed vclean target; fixed some comments.Guenter Knauf2010-08-156-12/+10
* THANKS: added contributors from 7.21.1Daniel Stenberg2010-08-151-0/+9
* multi: two fixes doneDaniel Stenberg2010-08-151-2/+3
* multi: use timeouts properly for MAX_RECV/SEND_SPEEDDaniel Stenberg2010-08-151-72/+91
* multi: support timeoutsDaniel Stenberg2010-08-155-28/+134
* Curl_llist_insert_next: allow insertion first in the listDaniel Stenberg2010-08-151-4/+16