Age | Commit message (Expand) | Author |
2015-06-29 | CODE_OF_CONDUCT.md: added | Daniel Stenberg |
2015-06-25 | tool_header_cb: fflush the header stream | Daniel Stenberg |
2015-06-25 | tests: Distribute CMakeLists.txt files in subdirectories | Roger Leigh |
2015-06-24 | CURLOPT_FAILONERROR.3: mention that it closes the connection | Daniel Stenberg |
2015-06-24 | curl_multi_setopt.3: alpha sort the options | Daniel Stenberg |
2015-06-24 | curl_multi_setopt.3: add the new push options | Daniel Stenberg |
2015-06-24 | http2: Use nghttp2 library error code for error return value | Tatsuhiro Tsujikawa |
2015-06-24 | http2: Harden header validation for curl_pushheader_byname | Tatsuhiro Tsujikawa |
2015-06-24 | CURLMOPT_PUSHFUNCTION.3: Remove unused variable | Tatsuhiro Tsujikawa |
2015-06-24 | CURLMOPT_PUSHFUNCTION.3: added example | Daniel Stenberg |
2015-06-24 | http2: curl_pushheader_byname now takes a const char * | Daniel Stenberg |
2015-06-24 | http2-serverpush.c: example code | Daniel Stenberg |
2015-06-24 | http2: free all header memory after the push callback | Daniel Stenberg |
2015-06-24 | http2: init the pushed transfer properly | Daniel Stenberg |
2015-06-24 | http2: fixed the header accessor functions for the push callback | Daniel Stenberg |
2015-06-24 | http2: setup the new pushed stream properly | Daniel Stenberg |
2015-06-24 | http2: initial implementation of the push callback | Daniel Stenberg |
2015-06-24 | http2: initial HTTP/2 server push types/docs | Daniel Stenberg |
2015-06-23 | test1531: verify POSTFIELDSIZE set after add_handle | Daniel Stenberg |
2015-06-23 | pretransfer: init state.infilesize here, not in add_handle | Daniel Stenberg |
2015-06-21 | tool_help: fix --tlsv1 help text to use >= for TLSv1 | Lior Kaplan |
2015-06-20 | INSTALL: Advise use of non-native SSL for Windows <= XP | Jay Satiro |
2015-06-19 | curl_easy_setopt.3: restore contents removed by mistake | Kamil Dudka |
2015-06-19 | curl_easy_setopt.3: mention CURLOPT_PIPEWAIT | Daniel Stenberg |
2015-06-18 | cookie: Fix bug in export if any-domain cookie is present | Jay Satiro |
2015-06-18 | FTP: fixed compiling with --disable-proxy, broken in b88f980a | Dan Fandrich |
2015-06-18 | tool: always provide negotiate/kerberos options | Daniel Stenberg |
2015-06-18 | TODO: Support IDNA2008 | Daniel Stenberg |
2015-06-18 | Makefile.m32: add support for CURL_LDFLAG_EXTRAS | Viktor Szakats |
2015-06-18 | RTSP: removed another piece of dead code | Daniel Stenberg |
2015-06-18 | openssl: fix use of uninitialized buffer | Daniel Stenberg |
2015-06-18 | examples: more descriptions | Daniel Stenberg |
2015-06-18 | examples: add descriptions with <DESC> | Daniel Stenberg |
2015-06-18 | libcurl-errors.3: fix typo | Daniel Stenberg |
2015-06-18 | curl_easy_setopt.3: option order doesn't matter | Daniel Stenberg |
2015-06-18 | openssl: fix build with BoringSSL | Daniel Stenberg |
2015-06-17 | openssl: Fix build with openssl < ~ 0.9.8f | Paul Howarth |
2015-06-17 | FTP: do the HTTP CONNECT for data connection blocking | Daniel Stenberg |
2015-06-17 | bump: start the journey toward 7.44.0 | Daniel Stenberg |
2015-06-17 | CURLOPT_ERRORBUFFER.3: Fix example, escape backslashes | Jay Satiro |
2015-06-17 | CURLOPT_ERRORBUFFER.3: Improve example | Jay Satiro |
2015-06-17 | RELEASE-NOTES: 7.43.0 release | Daniel Stenberg |
2015-06-17 | THANKS: updated with 7.43.0 names | Daniel Stenberg |
2015-06-17 | http: do not leak basic auth credentials on re-used connections | Kamil Dudka |
2015-06-17 | test2040: verify basic auth on re-used connections | Kamil Dudka |
2015-06-17 | SMB: rangecheck values read off incoming packet | Daniel Stenberg |
2015-06-17 | schannel: schannel_recv overhaul | Jay Satiro |
2015-06-16 | Fix typo in docs | Paul Oliver |
2015-06-16 | docs: update URLs | Viktor Szakats |
2015-06-16 | RELEASE-NOTES: synced with f29f2cbd00dbe5f | Daniel Stenberg |