]> granicus.if.org Git - curl/shortlog
curl
2017-04-10 Dan Fandrichlibcurl-thread.3: fixed a bad macro that caused test...
2017-04-09 Daniel Stenberglibcurl-thread.3: also mention threaded-resolver
2017-04-08 Daniel Stenberg.github/stale.yml: enable the stale bot
2017-04-08 Jay SatiroCURLINFO_SCHEME.3: fix variable type
2017-04-08 Marcel RaadINSTALL.md: fix secure transport configure arguments
2017-04-08 Marcel Raadvtls: fix unreferenced variable warnings
2017-04-07 Daniel StenbergBUGS: "Bugs in old versions"
2017-04-07 Daniel Stenbergsystem.h: add section for tcc
2017-04-07 Marcel Raadschannel: fix compiler warnings
2017-04-07 Isaac Boukrissspi: print out InitializeSecurityContext() error message
2017-04-06 Marcel Raadgtls: fix compiler warning
2017-04-06 Daniel Stenbergtest1606: verify speedcheck
2017-04-06 Daniel Stenberglow_speed_limit: improved function for longer time...
2017-04-06 Daniel Stenbergsystem.h: set sizeof long to 4 on "default 32 bit"...
2017-04-06 Marcel Raadnss: fix build after e60fe20fdf94e829ba5fce33f7a9d6c281...
2017-04-06 Daniel StenbergINSTALL.cmake: more problems
2017-04-05 Daniel Stenbergtest1541: ignore the curl_off_t variable type name...
2017-04-05 Daniel StenbergRevert "configure: prefer 'long long' to int64_t for...
2017-04-05 Marcel Raadtool_operate: fix MinGW compiler warning
2017-04-05 Marcel Raadtool_operate: move filetime code to its own function
2017-04-05 Daniel Stenbergconfigure: prefer 'long long' to int64_t for curl_off_t
2017-04-04 Dániel Bakaitests: added test for Curl_splaygetbest to unit1309
2017-04-04 Dániel Bakaimulti: fix queueing of pending easy handles
2017-04-04 Marcel Raadtool: fix Windows Unicode build
2017-04-04 Martin Kepplingercurl_sasl: declare mechtable static
2017-04-04 Antti Hätäläurl: don't free postponed data on connection reuse
2017-04-04 Daniel StenbergRELEASE-NOTES: synced with 4f2e348f9b42c69c480
2017-04-04 Daniel Stenberghash: move key into hash struct to reduce mallocs
2017-04-04 Daniel Stenbergllist: replace Curl_llist_alloc with Curl_llist_init
2017-04-04 Jay Satiroeasy: silence compiler warning
2017-04-04 Richlvdocs: minor typo in write-out.d
2017-04-03 Daniel Stenberginclude: curl/system.h is a run-time version of curlbuild.h
2017-04-03 Daniel Stenbergmulti: make curl_multi_wait avoid malloc in the typical...
2017-04-03 Marcel Raadtests/server/util: remove in6addr_any for recent MinGW
2017-04-02 Daniel Stenbergdocs: added examples for CURLINFO_FILETIME.3 and CURLOP...
2017-04-01 Jay Satirofail-early.d: fix typos
2017-03-31 Jay Satirodocs: Explain --fail-early does not imply --fail
2017-03-31 Daniel Stenbergtelnet: (win32) fix read callback return variable
2017-03-31 Daniel StenbergCTestConfig.cmake: removed, unused
2017-03-30 Daniel Stenberglibcurl.def: removed, unused
2017-03-30 Daniel Stenbergdocs/index.html: removed, was not shipped anyway
2017-03-30 Daniel Stenbergdist: add missing files to the tarball
2017-03-30 Peter Wucmake: fix build with cmake 2.8.12.2
2017-03-30 Marcel Raadssh: fix narrowing conversion warning
2017-03-30 Marcel Raadhttp2: silence unused parameter warnings
2017-03-30 Hanno Böckcurl: fix callback functions to match prototype
2017-03-30 Alexis La Gouttegcc7: fix ‘*’ in boolean context, suggest ‘&&’ instead...
2017-03-30 Marcel Raadschannel: fix unused variable warning
2017-03-30 Marcel Raadconnect: fix unreferenced parameter warning
2017-03-30 Marcel Raadselect: use correct SIZEOF_ constant
2017-03-30 Daniel Stenbergcmake: add cmake file in docs/libcurl/opts/ to dist
2017-03-30 Daniel Stenbergcmake: add more missing files to the dist
2017-03-29 Daniel Stenbergdocs/Makefile.am: include CMakeLists.txt in the dist...
2017-03-29 Marcel RaadNTLM: check for features with #ifdef instead of #if
2017-03-29 Hanno Böckcurl: fix callback argument inconsistency
2017-03-29 Daniel StenbergRELEASE-NOTES: synced with 556c51a2df
2017-03-29 madblobfishKNOWN_BUGS: typo
2017-03-29 Maksim Stsepanenkamake: use the variable MAKE for recursive calls
2017-03-28 Daniel Stenbergconncache: make hashkey avoid malloc
2017-03-28 Kamil Dudkahttp: do not treat FTPS over CONNECT as HTTPS
2017-03-28 Daniel Stenbergpause: handle mixed types of data when paused
2017-03-28 Isaac Boukrishttp: Fix proxy connection reuse with basic-auth
2017-03-28 Jay Satiroopenssl: exclude DSA code when OPENSSL_NO_DSA is defined
2017-03-28 Jay Satiroexamples/fopen: checksrc compliance
2017-03-27 Marcel Raadschannel: fix variable shadowing warning
2017-03-27 Marcel Raadmulti: fix MinGW-w64 compiler warnings
2017-03-27 Marcel Raad.gitattributes: turn off CRLF for *.am
2017-03-26 klemensspelling fixes
2017-03-25 Daniel Stenbergcurl: check for end of input in writeout backslash...
2017-03-24 Marcel Raadtests/README: make "Run" section foolproof
2017-03-23 Daniel Stenbergopenssl: fix comparison between signed and unsigned...
2017-03-23 Edward Kimmelasiohiper: make sure socket is open in event_cb
2017-03-23 Dan Fandrichopenssl: made the error table static const
2017-03-23 Jay Satiroopenssl: fall back on SSL_ERROR_* string when no error...
2017-03-23 Dan Fandrichmkhelp: disable compression if the perl gzip module...
2017-03-23 Anders Roxelltests/README: mention nroff for --manual tests
2017-03-22 Daniel StenbergCURLINFO_PRIMARY_IP.3: add example
2017-03-22 Daniel Stenbergtravis: run tests-nonflaky instead of tests-full
2017-03-22 Daniel Stenbergmake: introduce 'test-nonflaky' target
2017-03-22 Daniel Stenbergtest2033: flaky
2017-03-22 Ales Mlakarmbedtls: add support for CURLOPT_SSL_CTX_FUNCTION
2017-03-21 Peter Wucmake: add support for building HTML and PDF docs
2017-03-21 Peter Wucmake: build manual pages (including curl.1)
2017-03-21 Peter Wudocs: split file lists into Makefile.inc
2017-03-21 Daniel Stenbergexamples: comment typos in http2 examples
2017-03-21 Daniel StenbergRELEASE-NOTES: typo
2017-03-21 Daniel StenbergRELEASE-NOTES: synced with 6e0f26c8a8c28df
2017-03-21 Daniel Stenbergmulti: fix streamclose() crash in debug mode
2017-03-20 Daniel StenbergCONTRIBUTE: mention referring to github issues in commi...
2017-03-20 Dan Fandrichruntests.pl: fixed display of the Gopher IPv6 port...
2017-03-20 Dan Fandrichtests: fixed the documented test server port numbers
2017-03-20 Dan Fandrichtest714/5: added HTTP as a required feature
2017-03-20 Dan Fandrichtests: strip more options from non-HTTP --libcurl tests
2017-03-18 Palo Markovicdarwinssl: fix typo in variable name
2017-03-16 Jay Satirotool_operate: Fix showing HTTPS-Proxy options on CURLE_...
2017-03-16 Jay SatiroCURLINFO_LOCAL_PORT.3: fix typo
2017-03-16 Daniel StenbergCURLINFO_LOCAL_PORT.3: added example
2017-03-16 Daniel StenbergSSLCERTS.md: mention HTTPS proxies and their separate...
2017-03-15 Daniel StenbergBINDINGS: a Delphi binding
2017-03-14 Daniel StenbergKNOWN_BUGS: remove libidn related issue
next