]> granicus.if.org Git - curl/shortlog
curl
2015-06-18 Daniel Stenbergexamples: more descriptions
2015-06-18 Daniel Stenbergexamples: add descriptions with <DESC>
2015-06-17 Daniel Stenberglibcurl-errors.3: fix typo
2015-06-17 Daniel Stenbergcurl_easy_setopt.3: option order doesn't matter
2015-06-17 Daniel Stenbergopenssl: fix build with BoringSSL
2015-06-17 Paul Howarthopenssl: Fix build with openssl < ~ 0.9.8f
2015-06-17 Daniel StenbergFTP: do the HTTP CONNECT for data connection blocking
2015-06-17 Daniel Stenbergbump: start the journey toward 7.44.0
2015-06-17 Jay SatiroCURLOPT_ERRORBUFFER.3: Fix example, escape backslashes
2015-06-17 Jay SatiroCURLOPT_ERRORBUFFER.3: Improve example
2015-06-17 Daniel StenbergRELEASE-NOTES: 7.43.0 release curl-7_43_0
2015-06-17 Daniel StenbergTHANKS: updated with 7.43.0 names
2015-06-17 Kamil Dudkahttp: do not leak basic auth credentials on re-used...
2015-06-17 Kamil Dudkatest2040: verify basic auth on re-used connections
2015-06-17 Daniel StenbergSMB: rangecheck values read off incoming packet
2015-06-17 Jay Satiroschannel: schannel_recv overhaul
2015-06-16 Paul OliverFix typo in docs
2015-06-16 Viktor Szakatsdocs: update URLs
2015-06-16 Daniel StenbergRELEASE-NOTES: synced with f29f2cbd00dbe5f
2015-06-15 Viktor SzakatsREADME: use secure protocol for Git repository
2015-06-15 Viktor SzakatsHTTP2.md: use SSL/TLS IETF URLs
2015-06-15 Viktor SzakatsLICENSE-MIXING: update URLs
2015-06-15 Daniel StenbergLICENSE-MIXING: refreshed
2015-06-15 Daniel Stenbergcurl_easy_duphandle: see also *reset
2015-06-15 Daniel Stenbergrtsp_do: fix DEAD CODE
2015-06-15 Daniel Stenbergsecurity:choose_mech fix DEAD CODE warning
2015-06-15 Daniel Stenbergcurl.1: netrc is in man section 5
2015-06-15 Daniel Stenbergcurl.1: small format fix
2015-06-14 Daniel Stenbergurldata: store POST size in state.infilesize too
2015-06-14 Dan Fandrichtest1530: added http to required features
2015-06-14 Drake Arconisbuild: Fix typo from OpenSSL 1.0.2 version detection fix
2015-06-14 Drake Arconisbuild: Properly detect OpenSSL 1.0.2 when using configure
2015-06-14 Jay Satirocurl_multi_info_read.3: fix example formatting
2015-06-13 Daniel StenbergBINDINGS: there's a new R binding in town!
2015-06-11 Daniel StenbergBINDINGS: added the Xojo binding
2015-06-11 Joel Depooterschannel: Add support for optional client certificates
2015-06-11 Daniel Stenbergcurl_easy_cleanup.3: provide more SEE ALSO
2015-06-10 Daniel Stenbergdebug: remove http2 debug leftovers
2015-06-09 Daniel StenbergVERSIONS: now using markdown
2015-06-09 Daniel StenbergRELEASE-PROCEDURE: remove ascii logo at the top of...
2015-06-09 Daniel StenbergINTERNALS: absorbed docs/LIBCURL-STRUCTS
2015-06-09 Daniel StenbergINTERNALS: cat lib/README* >> INTERNALS
2015-06-09 Jay Satiroopenssl: LibreSSL and BoringSSL do not use TLS_client_m...
2015-06-08 Daniel StenbergRELEASE-NOTES: synced with 20ac3458068
2015-06-08 Daniel StenbergCURLOPT_OPENSOCKETFUNCTION: return error at once
2015-06-08 Daniel Stenbergfopen.c: fix a few compiler warnings
2015-06-08 Ville Skyttädocs: Spelling fixes
2015-06-08 Ville Skyttädocs: man page indentation and syntax fixes
2015-06-08 Linus Nielsenhelp: Add --proxy-service-name and --service-name to...
2015-06-08 Jay Satiroopenssl: Fix verification of server-sent legacy interme...
2015-06-05 Daniel StenbergBINDINGS: update several URLs
2015-06-05 Daniel StenbergBINDINGS: the curl-rust binding
2015-06-05 Daniel Stenbergcurl.h: add CURL_HTTP_VERSION_2
2015-06-04 Daniel Stenbergopenssl: removed error string #ifdef
2015-06-04 Daniel Stenbergopenssl: removed USERDATA_IN_PWD_CALLBACK kludge
2015-06-04 Daniel Stenbergopenssl: remove SSL_get_session()-using code
2015-06-04 Daniel Stenbergopenssl: remove dummy callback use from SSL_CTX_set_ver...
2015-06-04 Daniel StenbergLIBCURL-STRUCTS: clarify for multiplexing
2015-06-04 Jay Satirocookie: Stop exporting any-domain cookies
2015-06-03 Daniel StenbergRELEASE-PROCEDURE: refreshed 'coming dates'
2015-06-02 Jay Satirocurl_setup: Change fopen text macros to use 't' for...
2015-06-02 Daniel Stenbergcurl_multi_timeout.3: added example
2015-06-02 Daniel Stenbergcurl_multi_perform.3: added example
2015-06-02 Daniel Stenbergcurl_multi_info_read.3: added example
2015-06-02 Daniel Stenbergchecksrc: detect fopen() for text without the FOPEN_...
2015-06-01 Daniel Stenbergcurl_getdate.3: update RFC reference
2015-06-01 Jay Satirocurl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXT
2015-06-01 Daniel Stenberghttp2-upload.c: use PIPEWAIT for playing HTTP/2 better
2015-06-01 Daniel Stenberghttp2-download: check for CURLPIPE_MULTIPLEX properly
2015-05-31 Isaac BoukrisHTTP-NTLM: fail auth on connection close instead of...
2015-05-30 Daniel Stenberg5.6 Refuse "downgrade" redirects
2015-05-30 Daniel StenbergREADME.pingpong: removed
2015-05-30 Daniel StenbergROADMAP: remove HTTP/2 multiplexing - its here now
2015-05-30 Daniel StenbergHTTP2.md: formatted properly
2015-05-30 Daniel StenbergHTTP2: moved docs into docs/ and make it markdown
2015-05-30 Daniel StenbergREADME.http2: refreshed and added multiplexing info
2015-05-28 Daniel Stenbergdist: add the http2 examples
2015-05-28 Daniel Stenberghttp2 examples: clean up some comments
2015-05-28 Daniel Stenbergexamples: added two programs doing multiplexed HTTP/2
2015-05-27 Daniel Stenbergscripts: moved contributors.sh and contrithanks.sh...
2015-05-27 Daniel StenbergRELEASE-NOTES: synced with c005790ff1c0a
2015-05-27 Daniel Melaniopenssl: typo in comment
2015-05-27 Jay Satiroopenssl: Use TLS_client_method for OpenSSL 1.1.0+
2015-05-26 Daniel StenbergFAQ: How do I port libcurl to my OS?
2015-05-25 Jay SatiroCURLOPT_COOKIELIST.3: Explain Set-Cookie without a...
2015-05-25 Tatsuhiro Tsujikawahttp2: Copy data passed in Curl_http2_switched into...
2015-05-24 Jay SatiroCURLOPT_COOKIE.3: Explain that the cookies won't be...
2015-05-24 Jay SatiroCURLOPT_COOKIELIST.3: Add example
2015-05-24 Dan Fandrichtestcurl.pl: use rel2abs to make the source directory...
2015-05-24 Dan Fandrichconncache: fixed memory leak on OOM (torture tests)
2015-05-23 Daniel Stenbergperl: remove subdir, not touched in 9 years
2015-05-23 Daniel Stenberglog2changes.pl: moved to scripts/
2015-05-23 Alessandro... scripts: add zsh.pl for generating zsh completion
2015-05-23 Dan Fandrichtest1510: another flaky test
2015-05-22 Daniel Stenbergsecurity: fix "Unchecked return value" from sscanf()
2015-05-22 Daniel Stenbergsecurity: simplify choose_mech
2015-05-22 Daniel StenbergRTSP: catch attempted unsupported requests better
2015-05-22 Daniel Stenbergshare_init: fix OOM crash
2015-05-22 Daniel Stenbergparse_proxy: switch off tunneling if non-HTTP proxy
2015-05-22 Daniel Stenbergcurl: fix potential NULL dereference
next