platform/upstream/curl.git
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...
2013-07-23 Fabian Keildotdot.c: Fix a RFC section number in a comment for...
2013-07-22 John E. Malmbergbuild_vms.com: fix debug and float options
2013-07-22 John E. Malmbergcurl: fix upload of a zip file in OpenVMS
2013-07-22 Yang Tselibtest: fix data type of some *_setopt() 'long' arguments
2013-07-22 Yang Tsecurl: fix symbolic names for CURL_NETRC_* enum in ...
2013-07-22 Yang Tsecurl: fix symbolic names for CURLUSESSL_* enum in ...
2013-07-22 Yang Tsetool_operate.c: fix passing curl_easy_setopt long arg...
2013-07-21 Daniel Stenbergcurl_multi_wait: fix revents
2013-07-19 Daniel StenbergRELEASE-NOTES: synced with d529f3882b9bca
2013-07-19 Daniel Stenbergcurl_easy_perform: gradually increase the delay time
2013-07-19 Daniel Stenbergftp_do_more: consider DO_MORE complete when server...
2013-07-19 Yang TseMakefile.b32: Borland makefile adjustments. Tested...
2013-07-19 Yang TseWIN32 MemoryTracking: require UNICODE for wide strdup...
2013-07-18 Daniel StenbergCURLOPT_XFERINFOFUNCTION: introducing a new progress...
2013-07-18 Yang TseReinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup...
2013-07-18 Yang Tsexc-am-iface.m4: comments refinement
2013-07-18 Yang Tseconfigure: fix 'subdir-objects' distclean related issue
2013-07-17 Evgeny Turnaevcurl_multi_wait: set revents for extra fds
2013-07-17 Ben Greearasyn-ares: Don't blank ares servers if none configured.
2013-07-16 Sergei Nikulovcmake: Fix for MSVC2010 project generation
2013-07-16 Daniel Stenbergmk-ca-bundle.1: point out certdata.txt format docs
2013-07-16 Yang Tseslist.c: Curl_slist_append_nodup() OOM handling fix
2013-07-16 Daniel Stenbergtest1414: FTP PORT download without SIZE support
2013-07-16 Yang Tsetests/Makefile.am: add configurehelp.pm to DISTCLEANFILES
2013-07-15 Patrick Monneratcurl_slist_append(): fix error detection
2013-07-15 Patrick Monneratslist.c: fix indentation
2013-07-15 Patrick MonneratOS400: new SSL backend GSKit
2013-07-15 Patrick MonneratOS400: add slist and certinfo EBCDIC support
2013-07-15 Patrick Monneratconfig-os400.h: enable system strdup(), strcmpi(),...
2013-07-15 Patrick Monneratx509asn1.c,x509asn1.h: new module to support ASN.1...
2013-07-15 Patrick Monneratssluse.c,sslgen.c,sslgen.h: move certinfo support to...
2013-07-15 Patrick MonneratMerge branch 'master' of github.com:bagder/curl
next