summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * inet_pton: warnings: use size_t to store pointer deltasDaniel Stenberg2010-06-081-3/+3
* | fix compiler warning using curl_socket_t to store socket descriptorYang Tse2010-06-091-1/+1
|/
* avoid redundant work when reusing same connectionYang Tse2010-06-081-0/+4
* fix function result checkingYang Tse2010-06-081-2/+2
* transfer: warning: implicit conversionDaniel Stenberg2010-06-081-1/+1
* TFTP: fix compiler warningDaniel Stenberg2010-06-081-2/+1
* TFTP: fix warning for sendto() usage on non-POSIX systemsDaniel Stenberg2010-06-081-3/+5
* Include Makefile.inc to get the list of source files for AmigaDan Fandrich2010-06-071-17/+5
* Curl_updateconninfo() error handling fixYang Tse2010-06-073-15/+51
* OpenSSL: fix spurious SSL connection abortsConstantine Sapuntzakis2010-06-053-1/+16
* replace socklen_t with curl_socklen_tYang Tse2010-06-051-1/+1
* getinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORTFrank Meier2010-06-0510-9/+107
* RELEASE-NOTES: add contributors not mentionedDaniel Stenberg2010-06-041-1/+2
* Enable OpenLDAP support for cygwin builds.Yang Tse2010-06-0410-72/+30
* ftplistparser.c: oops, fix typo in the last commitKamil Dudka2010-06-021-1/+1
* ftplistparser.c: avoid some invalid dereferencesKamil Dudka2010-06-021-2/+5
* lib: eliminate some dead codeKamil Dudka2010-06-022-4/+4
* SSH: corrected the inability to respect the timeoutDaniel Stenberg2010-06-023-9/+35
* mention last changesYang Tse2010-06-021-0/+6
* add missing new files to non-configure target build filesYang Tse2010-06-026-7/+19
* include libcurl standard internal headersYang Tse2010-06-0212-17/+54
* TODO: add multi interface improvement remove ldap selectDaniel Stenberg2010-06-021-7/+5
* make setup.h first included fileYang Tse2010-06-021-1/+2
* fix spnego memory leakYang Tse2010-06-021-2/+6
* openldap header inclusions fixYang Tse2010-06-021-1/+4
* multi_socket: handles timer inaccuracy better for timeoutsDaniel Stenberg2010-06-013-4/+28
* fix ldaps option issueYang Tse2010-06-011-13/+20
* fix ldap related compilation issuesYang Tse2010-06-016-14/+44
* fix compiler warning: enumerated type mixed with another typeYang Tse2010-06-012-3/+3