platform/upstream/curl.git
2010-08-01 Daniel Stenbergretry: consider retrying even if -f is used
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 KnaufAdded dependend libs for curl static linking.
2010-07-31 Guenter KnaufFixed curl.exe static linking.
2010-07-30 Daniel Stenbergwarning: silence a win64 compiler warning
2010-07-30 Daniel StenbergKNOWN_BUG: The SOCKET type in Win64 is 64 bits
2010-07-30 Daniel Stenbergsmtp_connect: always provide host name buffer
2010-07-30 Daniel Stenbergsethostname: avoid including unistd.h to duck for warnings
2010-07-30 Daniel Stenbergsethostname: ISO C does not allow extra `;' outside...
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-26 Dan FandrichAdded PolarSSL to the docs
2010-07-25 Daniel Stenbergcurl-config: --built-shared returns shared info
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 Dan FandrichFAQ: Why doesn't cURL error out when the cable is unplu...
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-17 Jeff Pohlmeyerremote-header-name: chop filename at next semicolon
2010-07-14 Daniel Stenberg--retry: access violation with URL part sets continued
2010-07-13 Daniel Stenbergreleasnote: synch up with commit f3b77e5611d
2010-07-13 Constantine... examples: add curl_multi_timeout
2010-07-12 Daniel Stenbergconfigure: document the STATICLIB variable
2010-07-12 Constantine... multi: fix condition that remove timers before trigger
2010-07-12 Constantine... threaded resolver: fix timeout issue
2010-07-12 Daniel Stenbergconfigure: allow environments variable to override...
2010-07-09 Dan FandrichImproved the Android build instructions
2010-07-07 Tor Arntsenupload: Avoid infinite loop when checking for auth...
2010-07-06 Daniel Stenbergupload: warn users trying to upload from stdin with...
2010-07-06 Daniel Stenberghttp: don't enable chunked during authentication negoti...
2010-07-06 Daniel Stenberg--libcurl: list the tricky options instead of using...
2010-07-06 Daniel Stenbergcurl: avoid setting libcurl options to its default
2010-07-06 Daniel Stenberg--libcurl: hide setopt() calls setting default options
2010-07-06 Daniel Stenberg--libcurl: use *_LARGE options with typecasted constants
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 Daniel StenbergFAQ: the threaded resolver works universally now
2010-06-30 Kamil Dudkahttp_ntlm: add support for NSS
2010-06-28 Daniel Stenbergglob: backslash escaping bug
2010-06-28 Daniel Stenbergrelease-notes: sync up with recent commits
2010-06-26 Daniel StenbergCONTRIBUTE: the git commit message line length is 72...
2010-06-24 Pavel Raiskupftp wildcard: FTP LIST parser FIX
2010-06-24 Pavel Raiskupexamples: new FTP wildcard showcase
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-21 Daniel Stenbergmaketgz: produce CHANGES automatically with the 1000...
2010-06-21 Daniel Stenbergignore: CHANGES.dist gets generated by maketgz
2010-06-21 Daniel StenbergCHANGES: move all contents from CHANGES to CHANGES.0
2010-06-21 Daniel Stenberglog2changes: correct command line, fix tag usage, chang...
2010-06-21 Dan FandrichMake the output of log2changes.pl even more closely...
2010-06-19 Daniel Stenberglog2changes: first version of the git log to CHANGES...
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 Kamil Dudkatest575: do not fail with threaded DNS resolver
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-17 Daniel Stenbergconfigure: spell --disable-threaded-resolver correctly
2010-06-16 Daniel Stenbergrelease: start on 7.21.1, bump contributor count
2010-06-16 Daniel Stenbergversion: start working on the 7.21.1-dev version
2010-06-16 Daniel StenbergTHANKS: added contributors from the 7.21.0 release
2010-06-16 Daniel Stenbergrelease: 7.21.0
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 Patrick MonneratILE/RPG binding updated to current curl.h definitions.
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... 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 Daniel StenbergRELEASE-NOTES: add contributors not mentioned
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
next