]> git.ipfire.org Git - thirdparty/curl.git/shortlog
thirdparty/curl.git
2014-06-18  Daniel Stenberglibcurl build: use correct dir when cd'ing to opts...
2014-06-17  Dan Fandrichtests: Use CURLOPT_READDATA instead of the obsolete...
2014-06-17  Dan Fandrichopts: fixed a few typos
2014-06-17  Daniel Stenbergopts: 29 more options as man pages
2014-06-17  Daniel Stenbergcurl.h: moved two really old deprecated symbols
2014-06-17  Daniel Stenbergopts: 9 more options as separate man pages
2014-06-17  Daniel Stenbergopts: 3 more options as man pages
2014-06-17  Daniel Stenbergopts: 7 more setopt options as individual man pages
2014-06-17  Daniel Stenbergopts template: provide a filled in error code phrase
2014-06-17  Daniel StenbergCURLOPT_SOCKOPTFUNCTION.3: clarify return code
2014-06-17  Daniel Stenbergcurl.h: reverse the enum/define setup for old symbols
2014-06-17  Daniel StenbergCURLOPT_WRITEDATA.3: move version info to AVAILABILITY
2014-06-17  Daniel Stenbergopts: 4 more options with stand-alone man pages
2014-06-17  Daniel StenbergCURLOPT_READFUNCTION.3: see also the seekfunction
2014-06-17  Daniel StenbergCURLOPT_IOCTLFUNCTION.3: fill in short desc
2014-06-16  Dan FandrichCURLOPT_READDATA.3: fixed typo
2014-06-16  Michał Górnytool_metalink: Support polarssl as digest provider
2014-06-16  Daniel Stenbergopts: initial makefile
2014-06-16  Daniel StenbergCURLOPT_IOCTLFUNCTION.3: initial man page
2014-06-16  Daniel StenbergCURLOPT_WRITEFUNCTION: changed the order of some sentences
2014-06-16  Daniel StenbergCURLOPT_WRITEFUNCTION.3: improved language
2014-06-16  Daniel Stenbergopts docs: 3 more options in their own man pages
2014-06-16  Daniel Stenbergtemplate: a template for adding new option man pages
2014-06-16  Daniel StenbergCURLOPT_WRITEFUNCTION: add RETURN VALUE and DEFAULT...
2014-06-16  MAN-AT-ARMScurlbuild: fix GCC build on SPARC systems without confi...
2014-06-16  Daniel StenbergCURLOPT_WRITEFUNCTION: initial man page
2014-06-16  Daniel StenbergCURLOPT_WILDCARDMATCH: initial man page
2014-06-16  Daniel StenbergCURLOPT_VERBOSE: initial man page
2014-06-16  Daniel StenbergCURLOPT_NOSIGNAL: initial man page
2014-06-16  Daniel StenbergCURLOPT_NOPROGRESS: initial man page
2014-06-16  Daniel StenbergCURLOPT_HEADER: initial man page
2014-06-15  Dan Fandrichsasl: Added back qop argument mistakenly removed in...
2014-06-15  Dan Fandrichtest1398: Added test to Makefile.am
2014-06-15  Dan Fandrichhttps: Fix build when http2 is disabled
2014-06-13  Daniel Stenberghttp2: better return code error checking
2014-06-13  Lindley Frenchconncache: move the connection counter to the cache...
2014-06-12  Daniel Stenberghttp2: avoid segfault when usint the plain-text http2
2014-06-11  Steve HolmeRELEASE-NOTES: Synced with 3aa1329e0a
2014-06-11  Daniel Stenbergcurl_sasl: revert the goto for error bailout
2014-06-11  Daniel StenbergNTLM: set a fake entropy for debug builds with CURL_ENT...
2014-06-11  Steve Holmetests: Disabled NTLM tests for non-debug builds
2014-06-11  Steve HolmeCurl_rand: Use a fake entropy for debug builds when...
2014-06-10  Marcel Raadgetinfo: HTTP CONNECT code not reset between transfers
2014-06-09  Alessandro... transfer: fix info messages when switching method on...
2014-06-06  Steve Holmewinbuild: Don't USE_WINSSL when WITH_SSL is being used
2014-06-05  Steve HolmeRELEASE-NOTES: Synced with 99303bcde5
2014-06-05  Steve Holmebuild: Fixed Visual Studio static OpenSSL builds follow...
2014-06-05  Steve Holmewinbuild: Fixed static OpenSSL builds following commit...
2014-06-05  Steve Holmeconfig-win32.h: Updated for VC12
2014-06-04  Daniel StenbergKNOWN_BUGS: #83 was addressed with commit c50ce859187ca
2014-06-03  Daniel StenbergCurl_ossl_init: call OPENSSL_config for initing engines
2014-06-03  Daniel Stenbergrandom: use Curl_rand() for proper random data
2014-06-02  Steve Holmecurl_sasl: Fixed copy/paste error of now.tv_sec in...
2014-06-02  Daniel StenbergRELEASE-NOTES: synced with d603ed67535
2014-06-01  Daniel StenbergKNOWN_BUGS: #30 was fixed in 0bc4938eeccce, 7.37.0
2014-06-01  Steve Holmecurl_sasl: Fixed compilation warning under DEBUGBUILD
2014-06-01  Steve Holmetests: Fixed up DIGEST-MD5 tests following commit eefeb...
2014-06-01  Steve Holmecurl_sasl: Extended native DIGEST-MD5 cnonce to be...
2014-06-01  Steve Holmecurl_sasl_sspi: Fixed corrupt hostname in DIGEST-MD5...
2014-05-29  Dan Fandrichtests: Fix portability issue with the tftpd server...
2014-05-28  Steve HolmeRELEASE-NOTES: Synced with 2a615a2b64
2014-05-28  Steve Holmebuild: Use $(TargetDir) and $(TargetName) macros for...
2014-05-28  Steve Holmebuild: Use $(TargetDir) and $(TargetName) macros for...
2014-05-27  Daniel Stenberggnutls: allow building with nghttp2 but without ALPN...
2014-05-27  Alessandro... gnutls: don't use deprecated type names anymore
2014-05-27  Brad Spencerselect: with winsock, avoid passing unsupported argumen...
2014-05-26  Daniel Stenbergurl-parser: only use if_nametoindex if detected by...
2014-05-26  Daniel Stenbergcurl_version_info.3: returns a pointer to a static...
2014-05-25  Fabian Frankpolarssl: add ALPN support
2014-05-24  Daniel Stenbergcurl_easy_reset: reset the URL
2014-05-24  Daniel Stenbergconfigure: fix the nghttp2 detection when not found
2014-05-23  Daniel Stenbergconfigure: detect nghttp2 by default
2014-05-23  Tatsuhiro Tsujikawaopenssl: Fix uninitialized variable use in NPN callback
2014-05-23  Daniel Stenbergcurl.1: clarify that -u can't specify a user with colon
2014-05-22  Steve HolmeREADME: Added Test Suite to the TODO list
2014-05-22  Steve Holmebuild: Use CURLX_* file lists for Visual Studio curl...
2014-05-22  Steve Holmetool_getparam.c: Fixed compilation warnings
2014-05-22  Steve HolmeRELEASE-NOTES: Synced with f634355868
2014-05-22  Dan Fandrichhttp: Fix a compiler warning when http2 support is...
2014-05-22  Steve Holmebuild: Fixed incorrect reference to curl_setup.h in...
2014-05-22  Nick Zitzmanndarwinssl: fix lint & build warnings in the previous...
2014-05-21  Vilmos NebehajAdd support for --cacert in DarwinSSL.
2014-05-21  Steve Holmehttp.c: Fixed compilation warning
2014-05-21  Steve Holmebits.close: Fixed compilation warning
2014-05-21  Daniel Stenbergbits.close: introduce connection close tracking
2014-05-21  Steve HolmeMakefile.inc: Added curlx headers to assist Visual...
2014-05-21  Steve Holmebuild: Renamed CURLX_ONES file list definition to CURLX...
2014-05-21  Steve Holmebump: Start working on the next release
2014-05-20  Daniel StenbergTHANKS: 18 new contributors for 7.37.0 curl-7_37_0
2014-05-20  Daniel StenbergRELEASE-NOTES: synced with 85f4075bdbf3
2014-05-20  Steve HolmeREADME: Added some outstanding tasks to the TODO list
2014-05-20  Daniel Stenberghttp2: make connection re-use work
2014-05-20  Fabian FrankALPN: fix typo in http/1.1 identifier
2014-05-19  Steve Holmebuild-openssl.bat: Added check for OpenSSL source directory
2014-05-19  Steve Holmebuild-openssl.bat: Added default source directory when...
2014-05-19  Steve HolmeMakefile.am: Fixed missing / in VC10+ project file...
2014-05-19  Steve HolmeINSTALL: Updated MSVC 6 caveats
2014-05-19  Steve HolmeINSTALL: Updated for new Visual Studio project files
2014-05-18  Steve Holmebuild: Slight rename of new LIB_* makefile file variables
2014-05-18  Steve Holmebuild: Removed old Visual Studio project files
next