]> granicus.if.org Git - curl/shortlog
curl
2017-05-03 Daniel Stenbergabstract-unix-socket.d: shorten the help text to fit...
2017-05-02 Daniel StenbergRELEASE-NOTES: synced with 862b02f89
2017-05-02 Richard HsuTelnet: Write full buffer instead of byte-by-byte
2017-05-02 Daniel Stenbergcurl: non-boolean command line args reject --no- prefixes
2017-05-02 Marcel Raadtestpart: remove _MPRINTF_REPLACE
2017-05-02 Dan Fandrichgtls: fixed a lingering BUFSIZE reference
2017-05-02 Daniel Stenbergssh: fix compiler warning from e40e9d7f0de
2017-05-01 Daniel Stenbergurl: let CURLOPT_BUFFERSIZE realloc to smaller sizes too
2017-05-01 Daniel StenbergBUFSIZE: rename to READBUFFER_*, make separate MASTERBU...
2017-05-01 Daniel Stenbergopenssl: use local stack for temp storage
2017-05-01 Daniel Stenbergsendf: remove use of BUFSIZE from debug data conversions
2017-05-01 Daniel Stenbergbuffer: use data->set.buffer_size instead of BUFSIZE
2017-05-01 Daniel Stenbergkrb5: use private buffer for temp string, not receive...
2017-05-01 Daniel Stenbergupload: UPLOAD_BUFSIZE is now for the upload buffer
2017-05-01 Daniel Stenbergunit1606: do not print/access buffer
2017-05-01 Daniel Stenberghttp-proxy: use a dedicated CONNECT response buffer
2017-05-01 Daniel Stenbergtransfer: fix minor buffer_size mistake
2017-05-01 Daniel Stenbergfailf: use private buffer, don't clobber receive buffer
2017-05-01 Daniel Stenbergpingpong: use the set buffer size
2017-05-01 Daniel Stenberghttp2: use the correct set buffer size
2017-05-01 Daniel Stenberghttp: don't clobber the receive buffer for timecond
2017-05-01 Daniel Stenbergbuffer_size: make sure it always has the correct size
2017-05-01 Daniel Stenbergfile: use private buffer for C-L output
2017-05-01 Daniel StenbergCURLOPT_BUFFERSIZE: 1024 bytes is now the minimum size
2017-05-01 Daniel Stenbergftp: use private buffer for temp storage, not receive...
2017-05-01 Daniel Stenberghttp: use private user:password output buffer
2017-05-01 Marcel Raadanyauthput: remove unused code
2017-05-01 Jay Satirotool: Fix missing prototype warnings for CURL_DOES_CONV...
2017-05-01 Jay Satirocurl_setup: Ensure no more than one IDN lib is enabled
2017-05-01 Marcel Raadgetpart: use correct variable type
2017-05-01 Marcel Raadtests: declare TU-local variables static
2017-05-01 Marcel Raadtool_cb_prg: fix double-promotion warning
2017-05-01 Dan Fandrichexamples: fixed too long line and too long string warnings
2017-04-30 Marcel Raadexamples: declare TU-local variables static
2017-04-30 Marcel Raadhttp2: declare TU-local variables static
2017-04-30 Dan Fandrichunit1604: fixed indentation
2017-04-30 Dan Fandrichunit1604: fixed compilation under Windows, broken in...
2017-04-30 Dan Fandrichtests: fixed OOM handling of unit tests to abort test
2017-04-29 Marcel Raadcurl_rtmp: fix missing-variable-declarations warnings
2017-04-29 Dan Fandrichurl: fixed a memory leak on OOM while setting CURLOPT_B...
2017-04-29 Dan Fandrichtests: added --remote-time tests for remaining protocol...
2017-04-29 Dan Fandrichruntests.pl: support multiline <postcheck> commands
2017-04-27 Dan Fandrichtool_operate: use utimes instead of obsolescent utime...
2017-04-27 Dan Fandrichtest1443: test --remote-time
2017-04-27 Dan Fandrichhttp-proxy: removed unused argument in CURL_DISABLE_PRO...
2017-04-26 Daniel Stenbergcookie_interface.c: changed the other domain to example...
2017-04-26 Daniel Stenbergcookie_interface.c: fix cookie domain so the example...
2017-04-26 Dan FandrichMakefile: fix make dist
2017-04-26 Marcel Raadlib: remove unused code
2017-04-25 Daniel Stenberghttp-proxy: remove unused argument from Curl_proxyCONNECT()
2017-04-25 Martin Kepplingerurl: declare get_protocol_family() static
2017-04-25 Daniel Stenbergexamples: ftpuploadfrommem.c
2017-04-25 Kamil Dudkanss: load libnssckbi.so if no other trust is specified
2017-04-25 Kamil Dudkanss: factorize out nss_{un,}load_module to separate...
2017-04-25 Kamil Dudkanss: do not leak PKCS #11 slot while loading a key
2017-04-25 Marcel Raadtypecheck-gcc: fix _curl_is_slist_info
2017-04-25 Daniel Stenbergcurl: set a 100K buffer size by default
2017-04-25 Daniel Stenbergtransfer: remove 'uploadbuf' pointer and cleanup readwr...
2017-04-25 Jay Satiroconfigure: stop prepending to LDFLAGS, CPPFLAGS
2017-04-25 Marcel Raadif2ip: fix -Wcast-align warning
2017-04-24 Dan FandrichMakefile: avoid use of GNU-specific form of $<
2017-04-24 Kamil Dudkanss: adapt to the new Curl_llist API
2017-04-24 Marcel Raadcurl-compilers.m4: accept -Og and -Ofast GCC flags
2017-04-24 Daniel StenbergRELEASE-NOTES: synced with c68fed875
2017-04-24 Daniel Stenbergconfigure: fix the -ldl check for openssl, add -lpthrea...
2017-04-23 Daniel Stenbergllist: fix a comment after cbae73e1dd9
2017-04-23 Jay Satiroschannel: Don't treat encrypted partial record as pendi...
2017-04-22 Alan Jenkinsmulti: clarify condition in curl_multi_wait
2017-04-22 Marcel Raadlib: fix maybe-uninitialized warnings
2017-04-22 Dan Fandrichgnutls: removed some code when --disable-verbose is...
2017-04-22 Daniel Stenbergllist: no longer uses malloc
2017-04-21 Marcel Raadtypecheck-gcc: handle function pointers properly
2017-04-21 Dan Fandrichmbedtls: enable NTLM (& SMB) even if MD4 support is...
2017-04-21 Daniel Stenbergtests: remove the html and PDF versions from the tarball
2017-04-20 Daniel Stenbergopenssl: fix memory leak in servercert
2017-04-20 Daniel StenbergRevert "src/Makefile.am: avoid explicit $<"
2017-04-19 Daniel Stenbergbump: start working on next release
2017-04-19 Daniel Stenbergsrc/Makefile.am: avoid explicit $<
2017-04-19 Daniel StenbergTHANKS: add contributors from 7.54.0 release notes curl-7_54_0
2017-04-19 Daniel StenbergRELEASE-NOTES: curl 7.54.0
2017-04-18 Marcel Raadnss: fix MinGW compiler warnings
2017-04-18 Jay SatiroTLS: Fix switching off SSL session id when client cert...
2017-04-17 David Benjaminopenssl: don't try to print nonexistant peer private...
2017-04-17 David Benjaminopenssl: fix thread-safety bugs in error-handling
2017-04-17 David Benjaminopenssl: make SSL_ERROR_to_str more future-proof
2017-04-17 Daniel Gustafssoncode: fix typos and style in comments
2017-04-17 Marcel Raadextern-scan.pl: strip trailing CR
2017-04-17 Marcel Raadconfigure.ac: ignore CR after version numbers
2017-04-17 Marcel Raad.gitattributes: force shell scripts to LF
2017-04-16 Marcel Raadunit1303: fix compiler warning
2017-04-16 Daniel StenbergRELEASE-NOTES: synced with 1451271e0
2017-04-15 Larry Stefanihttp2: fix handle leak in error path
2017-04-15 Larry Stefanimbedtls: fix memory leak in error path
2017-04-15 Marcel Raadcurl-compilers.m4: turn implicit function declarations...
2017-04-12 Marcel Raadtest1541: also test for CURL_PULL_WS2TCPIP_H
2017-04-12 Marcel Raadtests/server/util: prefer <poll.h> over <sys/poll.h>
2017-04-11 Daniel StenbergCurl_expire_latest: ignore already expired timers
2017-04-11 Daniel Stenbergsystem.h: fix mingw section
2017-04-11 Marcel Raadpolarssl: unbreak build with versions < 1.3.8
2017-04-11 Marcel Raadpoll: prefer <poll.h> over <sys/poll.h>
next