]> granicus.if.org Git - curl/shortlog
curl
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
2016-04-01 Steve Holme.gitignore: Added new VC14 SQLite based program databas...
2016-04-01 Steve Holmecurl_memory.h: Fixed typo in comment
2016-04-01 Steve Holmespnego: Corrected some typos in comments
2016-04-01 Steve Holmememdebug: Ensure curl/curl.h is included before curl_me...
2016-04-01 Daniel Stenbergupload: missing rewind call could make libcurl hang
2016-04-01 Daniel Stenbergcurl.h: define CURL_DID_MEMORY_FUNC_TYPEDEFS
2016-04-01 Daniel Stenbergcurl/mprintf.h: remove support for _MPRINTF_REPLACE
2016-04-01 Daniel Stenbergcurl_memory.h: avoid the curl/curl.h include
2016-04-01 Steve Holmeurl: Corrected get protocol family for FTP and LDAP
2016-04-01 Jay Satirostrerror: don't bit shift a signed integer
2016-03-31 Daniel Stenberghttp2: more documentation for prior knowledge
2016-03-31 Diego Beshttp2: support "prior knowledge", no upgrade from HTTP/1.1
2016-03-31 Daniel Stenbergimap: remove duplicated function
2016-03-31 Daniel StenbergSOCKS5_gssapi_negotiate: don't assume little-endian...
2016-03-31 Daniel Stenberghttp: remove ((expression)) double parentheses
2016-03-31 Daniel StenbergCurl_add_buffer_send: avoid possible NULL dereference
2016-03-31 Daniel Stenbergfile: remove duplicate checks of the same variable
2016-03-30 Marcel Raadopenssl: Fix compilation warnings
2016-03-30 Daniel Stenbergmulti: turn Curl_done into file local multi_done
2016-03-30 Daniel Stenbergmulti: multi_reconnect_request is the former Curl_recon...
2016-03-30 Daniel Stenbergmulti: move Curl_do and Curl_do_done to multi.c and...
2016-03-29 Jay Satirowolfssl: Use ECC supported curves extension
2016-03-29 Jay Satirobuild-wolfssl: Allow a broader range of ciphers (Visual...
2016-03-29 Isaac BoukrisGSS: make Curl_gss_log_error more verbose
2016-03-29 Daniel Stenbergbuild: use roffit 0.11 feature
2016-03-29 Daniel Stenberghttp2: set correct scheme in handler structs [regression]
2016-03-29 Daniel Stenberghostip.c: minor white space edit for style
2016-03-29 Viktor SzakatsTODO: use secure protocol in recently added URL
2016-03-29 Daniel StenbergHTTP2.md: mention libressl and boringssl too
2016-03-29 Daniel Stenbergdocs/HTTP-COOKIES: converted to markdown
2016-03-29 Daniel StenbergHTTP2: s/polarssl/mbedtls
2016-03-28 Jay Satirowolfssl: Add ALPN support
2016-03-28 Jay Satirotool_operate: remove mixed declaration
2016-03-28 Daniel Stenbergcurl: warn for --capath use if not supported by libcurl
2016-03-28 Daniel StenbergTODO: 2.5 Edge-triggered sockets should work
2016-03-27 Daniel StenbergMakefile.am: skip the scripts dir
2016-03-27 Daniel StenbergCURLMOPT_SOCKETFUNCTION.3: describe the 'what' argument
2016-03-27 Daniel Stenbergcurl_multi_socket_action.3: mark the options properly
2016-03-27 Steve HolmeRELEASE-NOTES: Synced with f0bdd72c10
2016-03-27 Steve Holmehttp_ntlm: Renamed from curl_ntlm.[c|h]
2016-03-27 marquis-de... docs: curlinfo_filetime sftp support, new curlopt_quote...
2016-03-27 marquis-de... SSH: new CURLOPT_QUOTE command "statvfs"
2016-03-27 marquis-de... SSH: support CURLINFO_FILETIME
2016-03-26 Karlson2ksshserver.pl: use quotes for given options
next