Removed ugly dependency lists since wmake knows the .autodepend directive.
[platform/upstream/curl.git] / lib /
2010-08-02 Guenter KnaufRemoved ugly dependency lists since wmake knows the...
2010-08-01 Guenter KnaufRemoved wlink from DLL loader list because it doesnt...
2010-08-01 Guenter KnaufMoved the LDAP API defines from Makefile.Watcom to...
2010-08-01 Daniel Stenbergmulti: fix FTPS connecting the data connection with...
2010-08-01 Guenter KnaufFixed curlbuild.h rule.
2010-08-01 Guenter KnaufAdded rule to create curlbuild.h if not present (for...
2010-07-31 Guenter KnaufFixed curl.exe static linking.
2010-07-30 Daniel Stenbergwarning: silence a win64 compiler warning
2010-07-30 Daniel Stenbergsmtp_connect: always provide host name buffer
2010-07-29 Kamil DudkaNTLM tests: boost coverage by forcing the hostname
2010-07-29 Guenter KnaufAdded a comment with an alternate idea to avoid the...
2010-07-29 Guenter KnaufChanged comparison to match size_t var type.
2010-07-29 Guenter KnaufRemoved unused vars to avoid compiler warnings.
2010-07-29 Guenter KnaufMake Watcom makefiles use Makefile.inc to reduce future...
2010-07-29 Guenter KnaufWatcom makefiles overhaul.
2010-07-28 Guenter Knaufsome cosmetic changes.
2010-07-26 Dan FandrichAdded md4.c to the Watcom makefile
2010-07-24 Daniel Stenbergadd_buffer_send: fix compiler warning
2010-07-22 Guenter KnaufUpdated library versions.
2010-07-22 Guenter KnaufFixed script version which was still based on CVS Revis...
2010-07-21 Ben Greearssh: Fix compile error on 64-bit systems.
2010-07-21 Ben Greearbuild: Enable configure --enable-werror
2010-07-21 Ben Greearpingpong: Fix indentation (whitespace change only)
2010-07-18 Jan Van BoghoutCUSTOMREQUEST: shouldn't be disabled when HTTP is disabled
2010-07-17 Jan Van Boghoutpingpong: response_time is milliseconds
2010-07-17 Jan Van Boghoutftp: response timeout bug in "quote" sending
2010-07-12 Constantine Sapunt... multi: fix condition that remove timers before trigger
2010-07-12 Constantine Sapunt... threaded resolver: fix timeout issue
2010-07-06 Daniel Stenberghttp: don't enable chunked during authentication negoti...
2010-07-01 Daniel Stenbergmulti: CURLINFO_LASTSOCKET doesn't work after remove_handle
2010-06-30 Pierre Joyebuild: add enable IPV6 option for the VC makefiles
2010-06-30 Kamil Dudkahttp_ntlm: add support for NSS
2010-06-24 Pavel Raiskupftp wildcard: FTP LIST parser FIX
2010-06-24 Daniel Stenbergmulti_socket: re-use of same socket without notifying app
2010-06-24 Pavel Raiskupftp-wildcard: avoid tight loop when used without any...
2010-06-18 Daniel Stenbergsendrecv: treat all negative values from send/recv...
2010-06-18 Daniel Stenbergmulti: prevent NULL pointer dereference
2010-06-18 Daniel Stenbergsmtp: fixed a few uses of size_t that seemed to believe...
2010-06-17 Dan FandrichFixed an OOM memory leak in the FTP wildcard code
2010-06-17 Krister Johansenmulti: unmark handle as used when no longer head of...
2010-06-17 Daniel Stenbergmulti: call the progress function only once and allow...
2010-06-17 Daniel Stenbergmulti: call the progress callback in all states
2010-06-10 Yang Tseremove unused 'tmpdata' and 'backup' ftp_parselist_data...
2010-06-10 Yang Tsereplace isprint() with ISPRINT()
2010-06-10 Yang Tseensure that Curl_wildcard_dtor() leaves WildcardData...
2010-06-09 Yang Tsecode simplification
2010-06-09 Yang Tseadd Curl_ prefix to conform with cURL naming standards
2010-06-08 Yang TseMerge branch 'master' of git@github.com:bagder/curl
2010-06-08 Yang Tsefix compiler warning using curl_socket_t to store socke...
2010-06-08 Daniel Stenberginet_pton: warnings: use size_t to store pointer deltas
2010-06-08 Yang Tseavoid redundant work when reusing same connection
2010-06-08 Yang Tsefix function result checking
2010-06-08 Daniel Stenbergtransfer: warning: implicit conversion
2010-06-08 Daniel StenbergTFTP: fix compiler warning
2010-06-08 Daniel StenbergTFTP: fix warning for sendto() usage on non-POSIX systems
2010-06-07 Dan FandrichInclude Makefile.inc to get the list of source files...
2010-06-07 Yang TseCurl_updateconninfo() error handling fix
2010-06-05 Constantine Sapunt... OpenSSL: fix spurious SSL connection aborts
2010-06-05 Yang Tsereplace socklen_t with curl_socklen_t
2010-06-04 Frank Meiergetinfo: added *_PRIMARY_PORT, *_LOCAL_IP and *_LOCAL_PORT
2010-06-04 Yang TseEnable OpenLDAP support for cygwin builds.
2010-06-02 Kamil Dudkaftplistparser.c: oops, fix typo in the last commit
2010-06-02 Kamil Dudkaftplistparser.c: avoid some invalid dereferences
2010-06-02 Kamil Dudkalib: eliminate some dead code
2010-06-02 Daniel StenbergSSH: corrected the inability to respect the timeout
2010-06-02 Yang Tseadd missing new files to non-configure target build...
2010-06-02 Yang Tseinclude libcurl standard internal headers
2010-06-02 Yang Tsemake setup.h first included file
2010-06-02 Yang Tsefix spnego memory leak
2010-06-02 Yang Tseopenldap header inclusions fix
2010-06-01 Daniel Stenbergmulti_socket: handles timer inaccuracy better for timeouts
2010-06-01 Yang Tsefix ldap related compilation issues
2010-06-01 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2010-05-31 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2010-05-31 Patrick Monneratsmtp_authenticate: avoid compiler warnings
2010-05-31 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2010-05-31 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2010-05-31 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2010-05-31 Yang Tsefix compiler warning: external declaration in primary...
2010-05-31 Yang Tseupdate year in copyright notice
2010-05-29 Kamil Dudkastrtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MIN
2010-05-29 Kamil DudkaCURL_LLONG_MAX: avoid constant overflow
2010-05-28 Howard ChuLDAPS: list availability depending on SSL's presence
2010-05-28 Howard ChuLDAP: make it build without SSL if no such support...
2010-05-28 Kamil Dudkalib: eliminate 'statement not reached' warnings
2010-05-27 Howard Chuopenldap: fix compiler warnings
2010-05-27 Daniel Stenbergindent: some whitespace edits
2010-05-27 Kamil Dudkawildcard.c: add missing include of "setup.h"
2010-05-27 Pavel Raiskupwildcard.c: add missing include of "curl_memory.h"
2010-05-27 Tor Arntsensetup_once: use enum type for 'bool' on non-C99 platforms
2010-05-27 Kamil Dudkaurl.c: avoid implied cast to bool
2010-05-27 Tor Arntsencurl_fnmatch: remove use of register keyword
2010-05-25 Julien ChaffraixRTMP: Fix compiler warnings
2010-05-25 Julien ChaffraixOOM fixes in http_negociate.c and lib/splay.c
2010-05-24 Howard ChuLDAP: properly implemented as a curl_handler
2010-05-21 Tor Arntsencurl_fnmatch: Use int not bool when function returns int
2010-05-21 Daniel StenbergTFTP: send legal timeout value
2010-05-21 Daniel StenbergTFTP: don't ack if wrong block num is received
2010-05-21 Daniel StenbergTFTP: block id wrap bug fix
2010-05-20 Ben GreearFix build warnings.
next