Age | Commit message (Expand) | Author |
2010-08-01 | multi: fix FTPS connecting the data connection with OpenSSL | Daniel Stenberg |
2010-08-01 | Fixed curlbuild.h rule. | Guenter Knauf |
2010-08-01 | Added rule to create curlbuild.h if not present (for builds from git). | Guenter Knauf |
2010-07-31 | Fixed curl.exe static linking. | Guenter Knauf |
2010-07-30 | warning: silence a win64 compiler warning | Daniel Stenberg |
2010-07-30 | smtp_connect: always provide host name buffer | Daniel Stenberg |
2010-07-30 | NTLM tests: boost coverage by forcing the hostname | Kamil Dudka |
2010-07-29 | Added a comment with an alternate idea to avoid the backslash line continatio... | Guenter Knauf |
2010-07-29 | Changed comparison to match size_t var type. | Guenter Knauf |
2010-07-29 | Removed unused vars to avoid compiler warnings. | Guenter Knauf |
2010-07-29 | Make Watcom makefiles use Makefile.inc to reduce future maintainance. | Guenter Knauf |
2010-07-29 | Watcom makefiles overhaul. | Guenter Knauf |
2010-07-28 | some cosmetic changes. | Guenter Knauf |
2010-07-26 | Added md4.c to the Watcom makefile | Dan Fandrich |
2010-07-24 | add_buffer_send: fix compiler warning | Daniel Stenberg |
2010-07-22 | Updated library versions. | Guenter Knauf |
2010-07-22 | Fixed script version which was still based on CVS Revision tag. | Guenter Knauf |
2010-07-21 | ssh: Fix compile error on 64-bit systems. | Ben Greear |
2010-07-21 | build: Enable configure --enable-werror | Ben Greear |
2010-07-21 | pingpong: Fix indentation (whitespace change only) | Ben Greear |
2010-07-18 | CUSTOMREQUEST: shouldn't be disabled when HTTP is disabled | Jan Van Boghout |
2010-07-18 | pingpong: response_time is milliseconds | Jan Van Boghout |
2010-07-18 | ftp: response timeout bug in "quote" sending | Jan Van Boghout |
2010-07-12 | multi: fix condition that remove timers before trigger | Constantine Sapuntzakis |
2010-07-12 | threaded resolver: fix timeout issue | Constantine Sapuntzakis |
2010-07-06 | http: don't enable chunked during authentication negotiations | Daniel Stenberg |
2010-07-01 | multi: CURLINFO_LASTSOCKET doesn't work after remove_handle | Daniel Stenberg |
2010-06-30 | build: add enable IPV6 option for the VC makefiles | Pierre Joye |
2010-06-30 | http_ntlm: add support for NSS | Kamil Dudka |
2010-06-24 | ftp wildcard: FTP LIST parser FIX | Pavel Raiskup |
2010-06-24 | multi_socket: re-use of same socket without notifying app | Daniel Stenberg |
2010-06-24 | ftp-wildcard: avoid tight loop when used without any pattern | Pavel Raiskup |
2010-06-19 | sendrecv: treat all negative values from send/recv as errors | Daniel Stenberg |
2010-06-18 | multi: prevent NULL pointer dereference | Daniel Stenberg |
2010-06-18 | smtp: fixed a few uses of size_t that seemed to believe it was signed | Daniel Stenberg |
2010-06-17 | Fixed an OOM memory leak in the FTP wildcard code | Dan Fandrich |
2010-06-17 | multi: unmark handle as used when no longer head of pipeline | Krister Johansen |
2010-06-17 | multi: call the progress function only once and allow abort | Daniel Stenberg |
2010-06-17 | multi: call the progress callback in all states | Daniel Stenberg |
2010-06-10 | remove unused 'tmpdata' and 'backup' ftp_parselist_data struct members | Yang Tse |
2010-06-10 | replace isprint() with ISPRINT() | Yang Tse |
2010-06-10 | ensure that Curl_wildcard_dtor() leaves WildcardData struct zero initialized | Yang Tse |
2010-06-09 | code simplification | Yang Tse |
2010-06-09 | add Curl_ prefix to conform with cURL naming standards | Yang Tse |
2010-06-09 | Merge branch 'master' of git@github.com:bagder/curl | Yang Tse |
2010-06-09 | fix compiler warning using curl_socket_t to store socket descriptor | Yang Tse |
2010-06-08 | inet_pton: warnings: use size_t to store pointer deltas | Daniel Stenberg |
2010-06-08 | avoid redundant work when reusing same connection | Yang Tse |
2010-06-08 | fix function result checking | Yang Tse |
2010-06-08 | transfer: warning: implicit conversion | Daniel Stenberg |