platform/upstream/curl.git
2013-08-22 Daniel Stenbergcurl.h: name space pollution by "enum type"
2013-08-22 Daniel StenbergTFTP: make the CURLOPT_LOW_SPEED* options work
2013-08-22 Daniel Stenbergtftpd: support "writedelay" within <servercmd>
2013-08-22 Daniel Stenbergtftpd: convert 6 global variables into local ones
2013-08-21 Gisle Vanemcurl_easy_perform_ev: make it CURL_EXTERN
2013-08-20 Daniel StenbergCURLM_ADDED_ALREADY: new error code
2013-08-20 Daniel Stenbergmulti_init: moved init code here from add_handle
2013-08-20 Daniel Stenbergmulti: remove dns cache creation code from *add_handle
2013-08-20 Daniel Stenbergcurl_easy_perform_ev: debug/test function
2013-08-20 Gisle Vanemtransfer: the recent sessionhandle change broke CURL_DO...
2013-08-20 Daniel Stenbergtest1237: verify 1000+ letter user name + passwords
2013-08-20 Jonathan Niederurl: handle arbitrary-length username and password...
2013-08-20 Jonathan Niederurl: handle exceptional cases first in parse_url_login()
2013-08-20 Jonathan NiederCurl_setopt: handle arbitrary-length username and password
2013-08-20 Jonathan Niedernetrc: handle longer username and password
2013-08-20 Jonathan Niederurl: allocate username, password, and options on the...
2013-08-20 Jonathan Niederurl: use goto in create_conn() for exception handling
2013-08-20 Jonathan Niedersasl: allow arbitrarily long username and password
2013-08-19 Alex McLellanimap: Fixed response check for SEARCH command
2013-08-16 Daniel Stenbergglob: error out on range overflow
2013-08-16 Daniel Stenbergurlglob: better detect unclosed braces, empty lists...
2013-08-15 John MalmbergVMS: Add RELEASE-NOTES to vms document
2013-08-15 Tor Arntsentests 2032, 2033: Don't hardcode port in expected output
2013-08-14 Daniel Stenbergftp: convert state names to a global array
2013-08-14 Daniel Stenberg--help: fix the --sasl-ir in the help output
2013-08-14 Daniel Stenbergftp_domore_getsock: when passive mode, the second conn...
2013-08-14 Daniel Stenbergcurl: make --no-[option] work properly for several...
2013-08-12 Kamil Dudkanss: make sure that NSS is initialized
2013-08-12 Daniel Stenbergmulti: s/easy/data
2013-08-12 Daniel Stenbergcleanup: removed one function, made one static
2013-08-12 Daniel StenbergSessionHandle: the protocol specific pointer is now...
2013-08-12 Daniel Stenbergurldata: clean up the use of the protocol specific...
2013-08-12 Daniel Stenbergversion number: bump to 7.32.1 for now
2013-08-11 Daniel StenbergTHANKS: added contributors from the 7.32.0 release...
2013-08-11 Fabian Keiltest1228: add 'HTTP proxy' to the keywords
2013-08-11 Fabian Keiltests: add keywords for a couple of FILE tests
2013-08-11 Fabian Keiltests: add 'FAILURE' keywords to tests 1409 and 1410
2013-08-11 Fabian Keiltests: add keywords for a couple of HTTP tests
2013-08-11 Fabian Keiltests: add keywords for a couple of FTP tests
2013-08-11 Fabian Keiltest1511: consistently terminate headers with CRLF
2013-08-10 Daniel StenbergDISABLED: shut of test 1512 for now
2013-08-09 Daniel Stenbergcurl_multi_add_handle.3: ... that timer callback is...
2013-08-09 Daniel Stenbergcomments: remove old and wrong multi/easy interface...
2013-08-09 Daniel Stenbergcurl_multi_add_handle.3: mention the CURLMOPT_TIMERFUNC...
2013-08-08 John E. MalmbergKNOWN_BUGS: 22 and 57 have been fixed and committed
2013-08-08 Daniel StenbergRELEASE-NOTES: synced with d20def20462e7
2013-08-08 Daniel Stenbergglobal dns cache: fix memory leak
2013-08-08 Daniel Stenbergglobal dns cache: didn't work [regression]
2013-08-08 John Malmbergpackages/vms: update VMS build files
2013-08-08 Daniel StenbergFTP: renamed several local functions
2013-08-08 Daniel Stenbergmk-ca-bundle.1: don't install on make install
2013-08-07 Yang Tsepackages/vms/Makefile.am: add latest file additions...
2013-08-07 John MalmbergBuilding_vms_pcsi_kit
2013-08-06 Daniel StenbergLIBCURL-STRUCTS: new document
2013-08-06 Daniel StenbergCONTRIBUTE: minor language polish
2013-08-06 Daniel StenbergFTP: when EPSV gets a 229 but fails to connect, retry...
2013-08-06 Nick Zitzmannmd5: remove use of CommonCrypto-to-OpenSSL macros for...
2013-08-05 Guenter KnaufSimplify check for trusted certificates.
2013-08-05 Daniel Stenbergconfigure: warn on bad env variable use, don't error
2013-08-05 Daniel StenbergRevert "configure: don't error out on variable confusio...
2013-08-04 Daniel Stenbergformadd: wrong pointer for file name when CURLFORM_BUFF...
2013-08-04 Guenter KnaufSkip more untrusted certificates.
2013-08-04 Daniel Stenbergconfigure: don't error out on variable confusions,...
2013-08-03 Daniel Stenbergconfigure: rephrase the notice in _XC_CHECK_VAR_*
2013-08-03 Daniel Stenbergmulti: remove data->state.current_conn struct field
2013-08-03 Daniel Stenbergmulti: remove the one_easy struct field
2013-08-03 Daniel Stenbergmulti: rename all Curl_one_easy to SessionHandle
2013-08-03 Daniel Stenbergmulti: remove the multi_pos struct field
2013-08-03 Daniel Stenbergmulti: remove easy_handle struct field
2013-08-03 Daniel Stenbergmulti: remove 'Curl_one_easy' struct, phase 1
2013-08-02 Steve HolmeRevert "DOCS: Added IMAP URL example for listing new...
2013-08-02 Steve HolmeDOCS: Added IMAP URL example for listing new messages
2013-08-01 Yang Tsepackages/vms/Makefile.am: add latest file additions...
2013-08-01 John MalmbergAdd in the files needed to build libcurl shared images...
2013-08-01 Yang Tsecurl: second follow-up for commit 5af2bfb9
2013-07-31 Yang Tsecurl: follow-up for commit 5af2bfb9
2013-07-31 Daniel Stenbergcurl: --progress-bar max update frequency now at 5Hz
2013-07-31 Daniel Stenbergcurl: make --progress-bar update the line less frequently
2013-07-31 Nick Zitzmanndarwinssl: added LFs to some strings passed into infof()
2013-07-31 Nick Zitzmanndarwinssl: fix build error in crypto authentication...
2013-07-31 Nick Zitzmannmd5 & metalink: use better build macros on Apple operat...
2013-07-29 Yang Tsetool_operhlp.c: fix add_file_name_to_url() OOM handling
2013-07-29 Yang Tsetool_operate.c: fix brace placement for vi/emacs delimi...
2013-07-29 Yang Tsetool_operate.c: move <fabdef.h> header inclusion location
2013-07-29 Daniel StenbergRELEASE-NOTES: synced with b5478a0e033e7
2013-07-29 Daniel Stenbergcurl_easy_pause: on unpause, trigger mulit-socket handling
2013-07-29 John E. Malmbergcurl_formadd: fix file upload on VMS
2013-07-26 Daniel Stenbergformadd: CURLFORM_FILECONTENT wrongly rejected some...
2013-07-25 Yang Tsepackages/vms/Makefile.am: add latest file additions...
2013-07-25 John E. MalmbergVMS: intial set of files to allow building using GNV...
2013-07-24 Yang Tsestring formatting: fix too many arguments for format
2013-07-24 Yang Tsestring formatting: fix zero-length printf format string
2013-07-24 Yang Tseeasy.c: curl_easy_getinfo() fix va_start/va_end matching
2013-07-24 Yang Tseimap.c: imap_sendf() fix va_start/va_end matching
2013-07-24 Yang Tsestring formatting: fix 15+ printf-style format strings
2013-07-24 Patrick MonneratOS400: sync ILE/RPG binding with current curl.h
2013-07-23 Yang Tsestring formatting: fix 25+ printf-style format strings
2013-07-23 Daniel StenbergMakefile.am: use LDFLAGS as well when linking libcurl
2013-07-23 Fabian Keilurl.c: Fix dot file path cleanup when using an HTTP...
2013-07-23 Fabian Keiltests: test1232 verifies dotdot removal from path with...
next