]> granicus.if.org Git - curl/shortlog
curl
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
2016-04-03 Daniel Stenberglib/src: fix the checksrc invoke
2016-04-03 Daniel Stenbergnw: please the stricter checksrc
2016-04-03 Steve Holmechecksrc.bat: Re-enabled the tests directory by default
2016-04-03 Steve Holmechecksrc.bat: Added tests/server directory support
2016-04-03 Steve Holmetests: Fixed header files to comply with our code style
2016-04-03 Daniel Stenbergmake checksrc: run it in docs/examples too by default
2016-04-03 Daniel Stenbergdocs/examples: remove spurious white spaces all over
2016-04-03 Daniel Stenbergtests: fix make checksrc in servers/
2016-04-03 Daniel Stenbergtests: 'make checksrc' now checks server/ too
2016-04-03 Daniel Stenbergroot/make: have checksrc run in include/curl too
2016-04-03 Daniel Stenbergtests/server: comply with our code style
2016-04-03 Daniel Stenbergcode: style updates
2016-04-03 Daniel Stenbergchecksrc: check for more malplaced spaces
2016-04-03 Daniel Stenbergunit: make unit test source code checksrc compliant
2016-04-03 Daniel Stenbergchecksrc: run checksrc in tests when 'make checksrc...
2016-04-03 Daniel Stenbergchecksrc: remove debug crap
2016-04-03 Daniel Stenberglib557: allow too long lines
2016-04-03 Daniel Stenbergchecksrc: allow ignore of specific warnings within...
2016-04-03 Daniel Stenbergchecksrc: add warning names, explain on help output
2016-04-03 Steve Holmechecksrc.bat: Disable tests by default until warnings...
2016-04-03 Steve Holmechecksrc.bat: Added support for the tests directory
2016-04-03 Steve Holmevauth: Removed the need for a separate GSS-API based...
2016-04-03 Steve Holmecurl_sasl: Fixed potential null pointer utilisation
2016-04-03 Steve Holmespnego: Small code tidy up
2016-04-03 Steve Holmekrb5: Small code tidy up
2016-04-03 Steve Holmekrb5_gssapi: Only process challenge when present
2016-04-03 Steve Holmekrb5: Fixed missing client response when mutual authent...
2016-04-03 Steve Holmekrb5_sspi: Only process challenge when present
2016-04-03 Steve Holmekrb5_sspi: Only generate the output token when its...
2016-04-03 Steve Holmekrb5: Only generate a SPN when its not known
2016-04-03 Daniel Stenbergtests/libtest: follow our code style guidelines better
2016-04-03 Daniel Stenbergchecksrc.whitelist: remove fopen() uses
2016-04-03 Daniel Stenbergformdata: use appropriate fopen() macros
2016-04-03 Daniel Stenbergchecksrc: improve the fopen() parser somewhat
2016-04-03 Daniel Stenbergunit1604: fix snprintf
2016-04-02 Steve Holmeunittests: Fixed compilation warnings
2016-04-02 Daniel Stenbergcurl.1: -w filename_effective was introduced in 7.26.0
2016-04-02 Daniel Stenberg7.49.0: next release version
2016-04-02 Daniel Stenberghttp2: make use of the nghttp2 error callback
2016-04-02 Steve Holmespnego: Renamed the context's SPN variable
2016-04-02 Steve Holmekrb5_gssapi: Renamed the status variables
2016-04-02 Steve Holmekrb5: Moved host from Curl_auth_create_gssapi_user_mess...
2016-04-01 Steve Holmetest1119: Fixed missing CURL_DID_MEMORY_FUNC_TYPEDEFS...
2016-04-01 Steve HolmeRELEASE-NOTES: Removed "http_negotiate: Corrected host...
2016-04-01 Daniel StenbergRELEASE-NOTES: synced with 0aa8da10bbdafa
2016-04-01 Steve Holmehttp_negotiate: Corrected host and proxy host name...
2016-04-01 Steve Holmebuild: Changed the Visual Studio projects warning level...
2016-04-01 ehlertjd@gmail.comIMAP: check pointer before dereferencing it
next