]> granicus.if.org Git - curl/shortlog
curl
2016-04-22 Patrick Monneratos400: upgrade ILE/RPG binding
2016-04-22 Patrick Monneratcurl.h: CURLOPT_CONNECT_TO sets a struct slist *, not...
2016-04-22 Daniel Stenbergcontributors.sh: make --releasenotes implied
2016-04-22 Daniel StenbergRELEASE-NOTES: synced with 3c1e84f5693d8093
2016-04-22 Daniel Stenbergcurl: make --ftp-create-dirs retry on failure
2016-04-21 Henrik Gaßmannwinbuild: add mbedtls support
2016-04-21 Daniel StenbergKNOWN_BUGS: fixed "5.6 Improper use of Autoconf cache...
2016-04-21 Irfan Adilovicconfigure: ac_cv_ -> curl_cv_ for write-only vars
2016-04-21 Irfan Adilovicconfigure: ac_cv_ -> curl_cv_ for r/w vars
2016-04-21 Irfan Adilovicconfigure: ac_cv_func_clock_gettime -> curl_...
2016-04-21 Irfan Adilovicconfigure: ac_cv_ -> curl_cv_ for all cached vars
2016-04-21 Daniel Stenbergopenssl: builds with OpenSSL 1.1.0-pre5
2016-04-20 Steve Holmeurl.c: Prefer we don't use explicit NULLs in conditions
2016-04-20 Isaac BoukrisNTLM: check for NULL pointer before deferencing
2016-04-20 Karlson2ktests: added test1517
2016-04-20 Karlson2ksendf.c: added ability to call recv() before send(...
2016-04-19 Kamil Dudkaconnect: make sure that rc is initialized in singleipco...
2016-04-19 Daniel Stenbergmake/checksrc: use $srcdir, not $top_srcdir
2016-04-19 Daniel Stenbergsrc/checksrc.whitelist: removed
2016-04-19 Daniel Stenbergtool_operate: switch to inline checksrc ignore
2016-04-19 Daniel Stenberglib/checksrc.whitelist: not needed anymore
2016-04-19 Daniel Stenbergvtls.h: remove a space before semicolon
2016-04-19 Daniel Stenbergdarwinssl: removed commented out code
2016-04-19 Daniel Stenberghttp_chunks: removed checksrc disable
2016-04-19 Daniel Stenbergimap: inlined checksrc disable instead of whitelist...
2016-04-19 Daniel Stenbergchecksrc: taught to skip comments
2016-04-19 Daniel Stenbergopts/Makefile.am: list all docs file one by one
2016-04-18 Daniel Stenbergcurl_easy_setopt.3: mention CURLOPT_TCP_FASTOPEN
2016-04-18 Daniel StenbergRELEASE-NOTES: synced with 03de4e4b219
2016-04-18 Alessandro... connect: implement TCP Fast Open for Linux
2016-04-18 Alessandro... tool: add --tcp-fastopen option
2016-04-18 Alessandro... connect: implement TCP Fast Open for OS X
2016-04-18 Alessandro... url: add CURLOPT_TCP_FASTOPEN option
2016-04-18 Daniel Stenbergchecksrc: pass on -D so the whitelists are found correctly
2016-04-18 Daniel Stenbergconfigure: remove check for libresolve
2016-04-18 Daniel Stenbergscripts/make: use $(EXEEXT) for executables
2016-04-18 Daniel Stenbergincludes: avoid duplicate memory callback typdefs even...
2016-04-18 Daniel Stenbergchecksrc/makefile.am: use $top_srcdir to find source...
2016-04-18 Daniel StenbergRELEASE-NOTES: synced with 26ec93dd6aeba8dfb5
2016-04-17 Daniel Stenbergopts: fix option references missing (section)
2016-04-17 Michael Kaufmannnews: CURLOPT_CONNECT_TO and --connect-to
2016-04-17 Daniel Stenbergmakefile.vc6: use d suffix on debug object
2016-04-12 Jay Satirohttp2: Use size_t type for data drain count
2016-04-12 Jay Satirohttp2: Improve header parsing
2016-04-12 Jay Satirohttp2: Add Curl_http2_strerror for HTTP/2 error codes
2016-04-12 Tatsuhiro Tsujikawahttp2: Don't increment drain when one header field...
2016-04-12 Tatsuhiro Tsujikawahttp2: Ensure that http2_handle_stream_close is called
2016-04-12 Tatsuhiro Tsujikawahttp2: Process paused data first before tear down http2...
2016-04-12 Tatsuhiro Tsujikawahttp2: Check session closure early in http2_recv
2016-04-12 Tatsuhiro Tsujikawahttp2: Add handling stream level error
2016-04-11 Daniel Stenberghttp2: drain the socket better...
2016-04-10 Daniel StenbergKNOWN_BUGS: added info for "Hangs with PolarSSL"
2016-04-10 Daniel StenbergKNOWN_BUGS: 1.9 HTTP/2 frames while in the connection...
2016-04-09 Daniel Stenbergbuild: include scripts/ in the dist
2016-04-09 Steve HolmeCURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROX...
2016-04-09 Steve Holmeurldata: Use bool for socks5_gssapi_nec as it is a...
2016-04-09 Steve Holmeurl: Ternary operator code style changes
2016-04-09 Steve HolmeCODE_STYLE: Added ternary operator example to 'Space...
2016-04-09 Steve Holmesasl: Fixed compilation errors from commit 9d89a0387
2016-04-09 Steve Holmeurl: Corrected comments following 9d89a0387
2016-04-08 Steve Holmedocs: Added clarification following commit 9d89a0387
2016-04-08 Steve HolmeMakefile: Fixed echo of checksrc check
2016-04-08 Steve Holmechecksrc: Fix issue with the autobuilds not picking...
2016-04-08 Steve Holmechecksrc: Added missing vauth and vtls directories
2016-04-08 Steve Holmeftp/imap/pop3/smtp: Allow the service name to be overridden
2016-04-08 Steve Holmehttp_negotiate: Calculate service name and proxy servic...
2016-04-08 Steve HolmeROADMAP: Updated following the move of the authenticati...
2016-04-08 Patrick MonneratKNOWN_BUGS: openldap hangs. TODO: binary SASL.
2016-04-08 Daniel StenbergKNOWN_BUGS: 5.6 Improper use of Autoconf cache variables
2016-04-08 Daniel StenbergKNOWN_BUGS: 11.2 error buffer not set...
2016-04-08 Daniel StenbergKNOWN_BUGS: 11.1 Curl leaks .onion hostnames in DNS
2016-04-08 Daniel StenbergKNOWN_BUGS: 1.8 DNS timing is wrong for HTTP redirects
2016-04-08 Daniel StenbergTODO: HTTP/2 "prior knowledge" is implemented!
2016-04-07 Damien Vielpeaumbedtls: fix MBEDTLS_DEBUG builds
2016-04-07 Daniel Stenbergmbedtls: implement and provide *_data_pending()
2016-04-07 Daniel Stenbergmbedtls: follow-up for the previous commit
2016-04-07 Daniel Stenbergmbedtls.c: name space pollution fix, Use 'Curl_'
2016-04-07 Daniel Stenbergmbedtls.c: changed private prefix to mbed_
2016-04-07 Daniel Stenbergmbedtls.h: fix compiler warnings
2016-04-07 Daniel StenbergRevert "winbuild: trying to set some files eol=crlf...
2016-04-06 Daniel Stenbergcurl.1: use example.com more
2016-04-06 Michael KaufmannHTTP2: Add a space character after the status code
2016-04-06 Viktor SzakatsURLs: change http to https in many places
2016-04-06 Daniel Stenbergwinbuild: trying to set some files eol=crlf for git
2016-04-06 Theodore Duboiscurl.1: change example for -F
2016-04-06 Daniel StenbergKNOWN_BUGS: reorganized and cleaned up
2016-04-06 Jay SatiroKNOWN_BUGS: #95 curl in Windows can't handle Unicode...
2016-04-06 Steve HolmeKNOWN_BUGS: Use https://curl.haxx.se URL for github...
2016-04-06 Steve HolmeCHECKSRC.md: Corrected some typos
2016-04-05 Steve HolmeRELEASE-NOTES: Corrected last updated
2016-04-05 Steve Holmevauth: Corrected a number of typos in comments
2016-04-05 Jay SatiroKNOWN_BUGS: #94 IMAP custom requests use the LIST handler
2016-04-05 Daniel StenbergKNOWN_BUGS: remove 68, 70 and 72.
2016-04-05 Daniel StenbergKNOWN_BUGS: remove 92 and 88, fixed
2016-04-05 Daniel Stenberghttp2: fix connection reuse when PING comes after last...
2016-04-05 Daniel Stenbergmulti: remove trailing space in debug output
2016-04-04 Daniel StenbergRELEASE-NOTES: synced with 86e97b642fb
2016-04-04 Daniel StenbergCHECKSRC.md: mention cmdline options, fix the bullet...
2016-04-03 Daniel Stenbergdocs/CHECKSRC.md: initial version
2016-04-03 Steve Holmechecksrc.bat: Added support for the examples
next