aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-08-02Removed ugly dependency lists since wmake knows the .autodepend directive.Guenter Knauf
2010-08-02Removed wlink from DLL loader list because it doesnt work with Watcom < 1.8.Guenter Knauf
2010-08-02Moved the LDAP API defines from Makefile.Watcom to config-win32.h.Guenter Knauf
2010-08-01multi: fix FTPS connecting the data connection with OpenSSLDaniel Stenberg
2010-08-01Fixed curlbuild.h rule.Guenter Knauf
2010-08-01Added rule to create curlbuild.h if not present (for builds from git).Guenter Knauf
2010-07-31Fixed curl.exe static linking.Guenter Knauf
2010-07-30warning: silence a win64 compiler warningDaniel Stenberg
2010-07-30smtp_connect: always provide host name bufferDaniel Stenberg
2010-07-30NTLM tests: boost coverage by forcing the hostnameKamil Dudka
2010-07-29Added a comment with an alternate idea to avoid the backslash line continatio...Guenter Knauf
2010-07-29Changed comparison to match size_t var type.Guenter Knauf
2010-07-29Removed unused vars to avoid compiler warnings.Guenter Knauf
2010-07-29Make Watcom makefiles use Makefile.inc to reduce future maintainance.Guenter Knauf
2010-07-29Watcom makefiles overhaul.Guenter Knauf
2010-07-28some cosmetic changes.Guenter Knauf
2010-07-26Added md4.c to the Watcom makefileDan Fandrich
2010-07-24add_buffer_send: fix compiler warningDaniel Stenberg
2010-07-22Updated library versions.Guenter Knauf
2010-07-22Fixed script version which was still based on CVS Revision tag.Guenter Knauf
2010-07-21ssh: Fix compile error on 64-bit systems.Ben Greear
2010-07-21build: Enable configure --enable-werrorBen Greear
2010-07-21pingpong: Fix indentation (whitespace change only)Ben Greear
2010-07-18CUSTOMREQUEST: shouldn't be disabled when HTTP is disabledJan Van Boghout
2010-07-18pingpong: response_time is millisecondsJan Van Boghout
2010-07-18ftp: response timeout bug in "quote" sendingJan Van Boghout
2010-07-12multi: fix condition that remove timers before triggerConstantine Sapuntzakis
2010-07-12threaded resolver: fix timeout issueConstantine Sapuntzakis
2010-07-06http: don't enable chunked during authentication negotiationsDaniel 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-30http_ntlm: add support for NSSKamil Dudka
2010-06-24ftp wildcard: FTP LIST parser FIXPavel 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-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-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-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-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