]> granicus.if.org Git - curl/shortlog
curl
2017-06-11 Dan Fandrichtest1521: fixed OOM handling
2017-06-09 Daniel StenbergRELEASE-PROCEDURE: updated future release dates
2017-06-09 Paul Harrisgitignore: ignore all vim swap files
2017-06-08 Daniel Stenberglib1521: fix compiler warnings on the use of bad 'long...
2017-06-08 Daniel Stenbergsetopt: check CURLOPT_ADDRESS_SCOPE option range
2017-06-08 TheAssassincmake: Fix inconsistency regarding mbed TLS include...
2017-06-08 Ryuichi KAWAMATAexamples/multi-uv.c: fix deprecated symbol
2017-06-08 Daniel Stenbergasyn-ares: s/Curl_expire_latest/Curl_expire
2017-06-08 Daniel Stenbergexpire: remove Curl_expire_latest()
2017-06-07 Chris Carlmarconfigure: fix link with librtmp when specifying path
2017-06-07 Daniel Stenbergfile: make speedcheck use current time for checks
2017-06-07 Daniel Stenbergmetalink: remove unused printf() argument
2017-06-06 Daniel Stenbergtravis: let some builds *not* use --enable-debug
2017-06-06 Daniel StenbergREADME.md: show the coverall coverage on github
2017-06-05 Daniel Stenberglib1521: fix compiler warnings
2017-06-05 Daniel Stenbergtest1521: make the code < 80 columns wide
2017-06-05 Daniel Stenbergtest1121: use stricter types to work with typcheck-gcc
2017-06-05 Daniel Stenbergtypecheck-gcc: allow CURLOPT_STDERR to be NULL too
2017-06-05 Daniel Stenbergtest1521: test *all* curl_easy_setopt options
2017-06-05 Dan Fandrichtest1538: added "verbose logs" keyword
2017-06-05 Daniel Stenbergtest1262: verify ftp download with -z for "if older...
2017-06-04 Marcel Raadcurl_ntlm_core: use Curl_raw_toupper instead of toupper
2017-06-04 Daniel StenbergRELEASE-NOTES: synced with 65ba92650
2017-06-04 Marcel Raadcurl_ntlm_core: pass unsigned char to toupper
2017-06-04 Mahmoud Samir... BINDINGS: add Ring binding
2017-06-03 Daniel StenbergCONTRIBUTE.md: mention tests done on pull requests
2017-06-03 Daniel Stenbergtravis: add coverage, distcheck and cmake builds
2017-06-03 Marcel Raadlibtest: fix int-in-bool-context warnings
2017-06-03 Marcel Raadlibtest: fix implicit-fallthrough warnings with GCC 7
2017-06-03 Marcel Raadx509asn1: fix implicit-fallthrough warning with GCC 7
2017-06-03 Marcel Raadcurl_sasl: fix unused-variable warning
2017-06-02 Daniel Stenbergupdatemanpages.pl: error out on too old git version
2017-06-02 Marcel Raadcyassl: define build macros before including ssl.h
2017-06-02 Daniel Stenbergtool_util: remove unused tvdiff_secs and remove tool_...
2017-06-02 Daniel Stenbergdedotdot: fixed output for ".." and "." only input
2017-06-02 Marcel Raadmbedtls: make TU-local variable static
2017-06-02 Marcel RaadMD(4|5): silence cast-align clang warning
2017-06-02 Daniel Stenbergtest1538: fix typo
2017-06-02 Daniel Stenbergtest1538: verify the libcurl strerror API calls
2017-06-02 Daniel Stenbergcurl_endian: remove unused functions
2017-06-02 Daniel Stenbergtest1537: dedicated tests of the URL (un)escape API...
2017-06-02 Daniel Stenbergcoverage: run event tests too
2017-06-02 Daniel Stenbergbuild: provide easy code coverage measuring
2017-06-01 Daniel Stenbergtypecheck-gcc.h: check CURLINFO_CERTINFO
2017-06-01 Daniel Stenbergtypecheck-gcc.h: check CURLINFO_TLS_SSL_PTR and CURLINF...
2017-06-01 Daniel Stenbergtypecheck-gcc.h: separate getinfo slist checks from...
2017-06-01 Marcel Raadcurl-compilers.m4: escape square brackets in regex
2017-06-01 Marcel Raadcurl-compilers.m4: fix compiler_num for clang
2017-05-31 Daniel Stenbergexamples/externalsocket.c: s/closesocket/closecb
2017-05-31 Marcel Raadlib583: fix compiler warning
2017-05-31 Daniel StenbergCURLOPT_SSH_KEY*.3: typos
2017-05-31 Daniel StenbergCURLOPT_STREAM_DEPENDS.3: typo
2017-05-31 Daniel StenbergCURLOPT_FNMATCH_FUNCTION.3: also modified example to...
2017-05-31 Daniel StenbergCURLOPT_FNMATCH_DATA.3: modified example to avoid fcpp...
2017-05-31 Daniel Stenbergopts: more than 100 more examples for man pages...
2017-05-31 Daniel Stenberglibtest/lib574.c: use correct callback proto
2017-05-31 Daniel Stenbergexamples/sampleconv.c: indent changes, made callbacks...
2017-05-31 Daniel Stenbergexample/externalsocket.c: make it use CLOSESOCKETFUNCTI...
2017-05-31 Marcel Raadcurl-compilers.m4: enable -Wshift-sign-overflow for...
2017-05-31 Daniel StenbergCURLOPT_PROXY.3: fix test 1140 breakage
2017-05-31 Jay Satirobuild-wolfssl: Sync config with wolfSSL 3.11
2017-05-30 Daniel Stenbergopts: more examples added to man pages
2017-05-30 Daniel Stenbergdocs: clarify NO_PROXY further
2017-05-30 Daniel StenbergCURLOPT_PROXY.3: describe the environment variables...
2017-05-30 Daniel Stenbergtransfer: init the infilesize from the postfields...
2017-05-29 Jay Satirotest557: fix ubsan runtime error due to int left shift
2017-05-29 Jay Satirombedtls: fix variable shadow warning
2017-05-29 Daniel StenbergRELEASE-NOTES: synced with 3aaac8c2f
2017-05-28 Dan Fandrichtests: removed some redundant empty <stdout> sections
2017-05-28 Dan Fandrichruntests.pl: removed <precommand> feature
2017-05-27 Daniel Stenbergopts: more examples added in option man pages
2017-05-27 Dan Fandrichruntests.pl: removed unused arguments to valgrindparse
2017-05-25 Daniel StenbergTODO: 6.4 is done, send telnet data in chunks
2017-05-25 Phil Crumpdocs/CURLOPT_SSLVERSION.3: Correct define name in example
2017-05-25 Daniel Stenbergssh: fix 'left' may be used uninitialized
2017-05-24 Michael Kaufmanntime: fix type conversions and compiler warnings
2017-05-24 Marcel Raadexamples: fix Wimplicit-fallthrough warnings
2017-05-24 Anatol Belskiwinbuild: fix the nghttp2 build
2017-05-23 Sergei NikulovLDAP: documentation update per #878 changes (#1506)
2017-05-23 Daniel Stenbergredirect: store the "would redirect to" URL when max...
2017-05-23 Sergei NikulovLDAP: fixed checksrc issue
2017-05-23 Sergei NikulovLDAP: using ldap_bind_s on Windows with methods (#878)
2017-05-23 Akhil Kediacmake: fix build on Ubuntu 14.04
2017-05-23 Daniel Stenbergurl: fix declaration of 'pipe' shadows a global declaration
2017-05-22 Kamil Dudkamemdebug: fix compilation failure
2017-05-22 Daniel Stenbergassert: avoid, use DEBUGASSERT instead!
2017-05-21 Simon Wartacmake: remove unused variables: GNUTLS_ENABLED, NSS_ENABLED
2017-05-21 Simon Wartacmake: remove CURL_CA_BUNDLE from cmake TODO
2017-05-21 Simon Wartacmake: auto detection of CURL_CA_BUNDLE/CURL_CA_PATH
2017-05-21 Simon Wartacmake: add CURL_CA_BUNDLE/CURL_CA_FALLBACK/CURL_CA_PATH...
2017-05-21 Simon Wartacmake: Add CURL_CA_FALLBACK to curl_config.h.cmake
2017-05-20 Daniel StenbergRELEASE-NOTES: synced with 052a14e3c
2017-05-20 Michael Kaufmanntests: stabilize test 1034
2017-05-20 Daniel Stenbergssh: ignore timeouts during disconnect
2017-05-19 Daniel Stenbergghiper.c/hiperfifo.c: add comment about missing timer...
2017-05-19 Daniel Stenbergasiohiper.cpp / evhiperfifo.c: deal with negative timer...
2017-05-18 Daniel Stenbergcmdline-opts/write-out.d: s/-L/--location
2017-05-17 Bernhard M... mkhelp.pl: do not add current time into curl binary
2017-05-17 Daniel Stenbergoauth2-bearer.d: mention the <token> argument
2017-05-17 Nick Zitzmanndarwinssl: Fix exception when processing a client-side...
next