summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* examples: add curl_multi_timeoutConstantine Sapuntzakis2010-07-146-0/+66
* configure: document the STATICLIB variableDaniel Stenberg2010-07-121-0/+3
* multi: fix condition that remove timers before triggerConstantine Sapuntzakis2010-07-121-2/+6
* threaded resolver: fix timeout issueConstantine Sapuntzakis2010-07-121-0/+3
* configure: allow environments variable to override internalsDaniel Stenberg2010-07-121-19/+31
* Improved the Android build instructionsDan Fandrich2010-07-092-10/+23
* upload: Avoid infinite loop when checking for auth bitsTor Arntsen2010-07-071-1/+1
* upload: warn users trying to upload from stdin with anyauthDaniel Stenberg2010-07-061-0/+25
* http: don't enable chunked during authentication negotiationsDaniel Stenberg2010-07-061-1/+4
* --libcurl: list the tricky options instead of using [REMARK]Daniel Stenberg2010-07-061-7/+34
* curl: avoid setting libcurl options to its defaultDaniel Stenberg2010-07-061-3/+4
* --libcurl: hide setopt() calls setting default optionsDaniel Stenberg2010-07-061-10/+17
* --libcurl: use *_LARGE options with typecasted constantsDaniel Stenberg2010-07-061-1/+1
* multi: CURLINFO_LASTSOCKET doesn't work after remove_handleDaniel Stenberg2010-07-011-0/+4
* build: add enable IPV6 option for the VC makefilesPierre Joye2010-06-302-1/+5
* FAQ: the threaded resolver works universally nowDaniel Stenberg2010-06-301-4/+4
* http_ntlm: add support for NSSKamil Dudka2010-06-309-78/+537
* glob: backslash escaping bugDaniel Stenberg2010-06-292-21/+4
* release-notes: sync up with recent commitsDaniel Stenberg2010-06-291-7/+9
* CONTRIBUTE: the git commit message line length is 72 columnsDaniel Stenberg2010-06-261-1/+1
* ftp wildcard: FTP LIST parser FIXPavel Raiskup2010-06-241-2/+51
* examples: new FTP wildcard showcasePavel Raiskup2010-06-242-12/+144
* multi_socket: re-use of same socket without notifying appDaniel Stenberg2010-06-241-3/+10
* ftp-wildcard: avoid tight loop when used without any patternPavel Raiskup2010-06-241-1/+1
* maketgz: produce CHANGES automatically with the 1000 most recent commitsDaniel Stenberg2010-06-211-0/+3
* ignore: CHANGES.dist gets generated by maketgzDaniel Stenberg2010-06-211-0/+1
* CHANGES: move all contents from CHANGES to CHANGES.0Daniel Stenberg2010-06-212-2375/+2382
* log2changes: correct command line, fix tag usage, change Version outputDaniel Stenberg2010-06-211-6/+7
* Make the output of log2changes.pl even more closely match CHANGESDan Fandrich2010-06-211-2/+24
* log2changes: first version of the git log to CHANGES conversion scriptDaniel Stenberg2010-06-191-0/+59
* sendrecv: treat all negative values from send/recv as errorsDaniel Stenberg2010-06-191-3/+3
* multi: prevent NULL pointer dereferenceDaniel Stenberg2010-06-181-1/+2
* smtp: fixed a few uses of size_t that seemed to believe it was signedDaniel Stenberg2010-06-181-8/+8
* Fixed an OOM memory leak in the FTP wildcard codeDan Fandrich2010-06-171-1/+3
* test575: do not fail with threaded DNS resolverKamil Dudka2010-06-172-7/+6
* multi: unmark handle as used when no longer head of pipelineKrister Johansen2010-06-171-1/+13
* multi: call the progress function only once and allow abortDaniel Stenberg2010-06-171-3/+2
* multi: call the progress callback in all statesDaniel Stenberg2010-06-171-0/+2
* configure: spell --disable-threaded-resolver correctlyDaniel Stenberg2010-06-171-2/+2
* release: start on 7.21.1, bump contributor countDaniel Stenberg2010-06-161-29/+5
* version: start working on the 7.21.1-dev versionDaniel Stenberg2010-06-161-3/+3
* THANKS: added contributors from the 7.21.0 releaseDaniel Stenberg2010-06-161-0/+14
* release: 7.21.0curl-7_21_0Daniel Stenberg2010-06-161-0/+2
* remove unused 'tmpdata' and 'backup' ftp_parselist_data struct membersYang Tse2010-06-101-11/+0
* replace isprint() with ISPRINT()Yang Tse2010-06-101-1/+1
* ensure that Curl_wildcard_dtor() leaves WildcardData struct zero initializedYang Tse2010-06-101-0/+5
* ILE/RPG binding updated to current curl.h definitions.Patrick Monnerat2010-06-091-0/+133
* code simplificationYang Tse2010-06-091-6/+1
* add Curl_ prefix to conform with cURL naming standardsYang Tse2010-06-093-13/+15
* Merge branch 'master' of git@github.com:bagder/curlYang Tse2010-06-091-3/+3
|\