aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-06curl: avoid setting libcurl options to its defaultDaniel Stenberg
2010-07-06--libcurl: hide setopt() calls setting default optionsDaniel Stenberg
2010-07-06--libcurl: use *_LARGE options with typecasted constantsDaniel Stenberg
2010-07-01multi: CURLINFO_LASTSOCKET doesn't work after remove_handleDaniel Stenberg
2010-06-30build: add enable IPV6 option for the VC makefilesPierre Joye
2010-06-30FAQ: the threaded resolver works universally nowDaniel Stenberg
2010-06-30http_ntlm: add support for NSSKamil Dudka
2010-06-29glob: backslash escaping bugDaniel Stenberg
2010-06-29release-notes: sync up with recent commitsDaniel Stenberg
2010-06-26CONTRIBUTE: the git commit message line length is 72 columnsDaniel Stenberg
2010-06-24ftp wildcard: FTP LIST parser FIXPavel Raiskup
2010-06-24examples: new FTP wildcard showcasePavel Raiskup
2010-06-24multi_socket: re-use of same socket without notifying appDaniel Stenberg
2010-06-24ftp-wildcard: avoid tight loop when used without any patternPavel Raiskup
2010-06-21maketgz: produce CHANGES automatically with the 1000 most recent commitsDaniel Stenberg
2010-06-21ignore: CHANGES.dist gets generated by maketgzDaniel Stenberg
2010-06-21CHANGES: move all contents from CHANGES to CHANGES.0Daniel Stenberg
2010-06-21log2changes: correct command line, fix tag usage, change Version outputDaniel Stenberg
2010-06-21Make the output of log2changes.pl even more closely match CHANGESDan Fandrich
2010-06-19log2changes: first version of the git log to CHANGES conversion scriptDaniel Stenberg
2010-06-19sendrecv: treat all negative values from send/recv as errorsDaniel Stenberg
2010-06-18multi: prevent NULL pointer dereferenceDaniel Stenberg
2010-06-18smtp: fixed a few uses of size_t that seemed to believe it was signedDaniel Stenberg
2010-06-17Fixed an OOM memory leak in the FTP wildcard codeDan Fandrich
2010-06-17test575: do not fail with threaded DNS resolverKamil Dudka
2010-06-17multi: unmark handle as used when no longer head of pipelineKrister Johansen
2010-06-17multi: call the progress function only once and allow abortDaniel Stenberg
2010-06-17multi: call the progress callback in all statesDaniel Stenberg
2010-06-17configure: spell --disable-threaded-resolver correctlyDaniel Stenberg
2010-06-16release: start on 7.21.1, bump contributor countDaniel Stenberg
2010-06-16version: start working on the 7.21.1-dev versionDaniel Stenberg
2010-06-16THANKS: added contributors from the 7.21.0 releaseDaniel Stenberg
2010-06-16release: 7.21.0Daniel Stenberg
2010-06-10remove unused 'tmpdata' and 'backup' ftp_parselist_data struct membersYang Tse
2010-06-10replace isprint() with ISPRINT()Yang Tse
2010-06-10ensure that Curl_wildcard_dtor() leaves WildcardData struct zero initializedYang Tse
2010-06-09ILE/RPG binding updated to current curl.h definitions.Patrick Monnerat
2010-06-09code simplificationYang Tse
2010-06-09add Curl_ prefix to conform with cURL naming standardsYang Tse
2010-06-09Merge branch 'master' of git@github.com:bagder/curlYang Tse
2010-06-09fix compiler warning using curl_socket_t to store socket descriptorYang Tse
2010-06-08inet_pton: warnings: use size_t to store pointer deltasDaniel Stenberg
2010-06-08avoid redundant work when reusing same connectionYang Tse
2010-06-08fix function result checkingYang Tse
2010-06-08transfer: warning: implicit conversionDaniel Stenberg
2010-06-08TFTP: fix compiler warningDaniel Stenberg
2010-06-08TFTP: fix warning for sendto() usage on non-POSIX systemsDaniel Stenberg
2010-06-07Include Makefile.inc to get the list of source files for AmigaDan Fandrich
2010-06-07Curl_updateconninfo() error handling fixYang Tse
2010-06-05OpenSSL: fix spurious SSL connection abortsConstantine Sapuntzakis