Age | Commit message (Expand) | Author |
2017-05-15 | SecureTransport/DarwinSSL: Implement public key pinning | moparisthebest |
2017-05-15 | man pages: fix example syntax errors | Daniel Stenberg |
2017-05-15 | docs/libcurl/opts: added more examples in man pages | Daniel Stenberg |
2017-05-15 | CURLOPT_HTTPPROXYTUNNEL: clarify, add example | Daniel Stenberg |
2017-05-14 | curl: show the libcurl release date in --version output | Daniel Stenberg |
2017-05-13 | url.c: add a compile-time check that CURL_MAX_WRITE_SIZE is large enough | Dan Fandrich |
2017-05-13 | lib510: don't write past the end of the buffer if it's too small | Dan Fandrich |
2017-05-13 | tests: added missing keywords "chunked Transfer-Encoding" | Dan Fandrich |
2017-05-13 | THANKS: add a few missing names | Daniel Stenberg |
2017-05-13 | tests: made a couple of prechecks consistent with others | Dan Fandrich |
2017-05-12 | FAQ: add 7.4 to toc | Daniel Stenberg |
2017-05-12 | multi: remove leftover debug infof() calls from e9fd794a6 | Daniel Stenberg |
2017-05-12 | pipeline: fix mistakenly trying to pipeline POSTs | Daniel Stenberg |
2017-05-12 | mbedtls: Support server renegotiation request | Ron Eldor |
2017-05-11 | cookie_interface: fix -Wcomma warning | Marcel Raad |
2017-05-11 | formdata: fix -Wcomma warning | Marcel Raad |
2017-05-10 | multi: use a fixed array of timers instead of malloc | Daniel Stenberg |
2017-05-10 | multi: assign IDs to all timers and make each timer singleton | Daniel Stenberg |
2017-05-10 | tests: remove superfluous test 1399 | Richard Hsu |
2017-05-09 | tests: make test file names more unique | Dan Fandrich |
2017-05-09 | tests: removed redundant --trace-ascii arguments | Dan Fandrich |
2017-05-09 | tool: fix remaining -Wcast-qual warnings | Marcel Raad |
2017-05-09 | formboundary: convert assert into run-time check | Daniel Stenberg |
2017-05-09 | tests: list the primary server first in the server section | Dan Fandrich |
2017-05-08 | curl: generate the --help output | Daniel Stenberg |
2017-05-08 | tests: updated for modified fake random | Daniel Stenberg |
2017-05-08 | rand: treat fake entropy the same regardless of endianness | Jay Satiro |
2017-05-08 | tests: give each stunnel.conf file a unique name | Dan Fandrich |
2017-05-08 | tool_msgs: remove wrong cast | Marcel Raad |
2017-05-08 | tftpd: fix signed/unsigned mismatch warnings | Marcel Raad |
2017-05-08 | libtest: fix MinGW-w64 warnings | Marcel Raad |
2017-05-08 | curl.1: depend the build on the Makefile.inc too | Daniel Stenberg |
2017-05-08 | RELEASE-NOTES: synced with e3f84efc32d6b01a | Daniel Stenberg |
2017-05-08 | runtests: fix "use of undefined value" warning in -R handling | Daniel Stenberg |
2017-05-08 | test537: use correct variable type | Marcel Raad |
2017-05-07 | sendrecv: fix MinGW-w64 warning | Marcel Raad |
2017-05-07 | tool_parsecfg: fix -Wcast-qual warning | Marcel Raad |
2017-05-07 | asyn-thread: fix unused macro warnings | Marcel Raad |
2017-05-07 | tftp: silence bad-function-cast warning | Marcel Raad |
2017-05-07 | buildconf: fix hang on IRIX | canavan at github |
2017-05-06 | opts: fix bad example formatting \n => \\n | Daniel Stenberg |
2017-05-06 | opts: examples added to 8 more libcurl option man pages | Daniel Stenberg |
2017-05-06 | curl: remove tool_writeenv.[ch] | Daniel Stenberg |
2017-05-06 | runtests.pl: simplify the datacheck read section | Dan Fandrich |
2017-05-05 | tests: fix -Wcast-qual warnings | Marcel Raad |
2017-05-05 | docs/opts: 24 more man pages now have examples | Daniel Stenberg |
2017-05-05 | docs/opts: 23 more man pages now have examples | Daniel Stenberg |
2017-05-05 | tests/server: run checksrc by default in debug-builds | Daniel Stenberg |
2017-05-05 | curl_slist_append.3: clarify a NULL input creates a new list | Daniel Stenberg |
2017-05-05 | unit1305: fix compiler warning | Marcel Raad |