Age | Commit message (Expand) | Author |
2014-02-18 | curl_multi_add_handle.3: clarify multi vs easy use | Daniel Stenberg |
2014-02-17 | http2: Support HTTP POST/PUT | Tatsuhiro Tsujikawa |
2014-02-17 | RELEASE-NOTES: synced with 854aca5420f | Daniel Stenberg |
2014-02-17 | multi: ignore sigpipe internally | Daniel Stenberg |
2014-02-17 | tests: Made the crypto test feature usable | Dan Fandrich |
2014-02-17 | configure: Fix the --disable-crypto-auth option | Dan Fandrich |
2014-02-17 | curl_multi_setopt.3: clarify CURLMOPT_MAXCONNECTS | Daniel Stenberg |
2014-02-17 | ConnectionDone: default maxconnects to 4 x number of easy handles | Shao Shuchao |
2014-02-17 | examples: remove all use of CURLM_CALL_MULTI_PERFORM | Daniel Stenberg |
2014-02-16 | curl_easy_setopt.3: Add another non-matching hostname | Colin Hogben |
2014-02-16 | axtls: bump copyright year | Daniel Stenberg |
2014-02-16 | axtls: call ssl_read repeatedly | Fabian Frank |
2014-02-16 | url_easy_setopt.3: Add undocumented values of curl_infotype | Yehezkel Horowitz |
2014-02-16 | ConnectionExists: re-use connections better | Daniel Stenberg |
2014-02-16 | tool_paramhlp: Added URL index to password prompt for multiple operations | Steve Holme |
2014-02-16 | sockfilt.c: add undefs which are required after 6239146e | Marc Hoersken |
2014-02-16 | warnless: Updated copyright year for recent changes | Steve Holme |
2014-02-16 | warnless: add wrapper function for read and write on Windows | Marc Hoersken |
2014-02-16 | examples: Added IMAP LSUB example | Steve Holme |
2014-02-15 | tool_operate: Changed the required argument check/get to be upfront | Steve Holme |
2014-02-15 | tool_operate: Moved required argument getting into separate function | Steve Holme |
2014-02-15 | valgrind: added another test 165 suppression | Dan Fandrich |
2014-02-15 | testsuite: more Windows line-endings fixes | Marc Hoersken |
2014-02-15 | test1114: fix line-endings checks on Windows after 75f00de | Marc Hoersken |
2014-02-15 | test1113: fix line-endings checks on Windows after 75f00de5 | Marc Hoersken |
2014-02-14 | lib1515.c: Added support for Windows using the Sleep function | Marc Hoersken |
2014-02-14 | HTTP tests: use CRLF as header seperator according to RFC 2616 | Marc Hoersken |
2014-02-14 | curl: output protocol headers using binary mode | Marc Hoersken |
2014-02-14 | HTTP tests: use CRLF as header seperator according to RFC 2616 | Marc Hoersken |
2014-02-14 | testsuite: use binary output mode for custom curl test tools | Marc Hoersken |
2014-02-14 | testsuite: changed HTTP and RTSP header line-endings to CRLF | Marc Hoersken |
2014-02-14 | curl_easy_setopt.3: Fix word order of CURLOPT_PROXY section | Colin Hogben |
2014-02-14 | OS400: Add new options to RPG binding. | Patrick Monnerat |
2014-02-14 | valgrind: added suppression on optimized code | Dan Fandrich |
2014-02-14 | dict: fix memory leak in OOM exit path | Arvid Norberg |
2014-02-13 | Curl_urldecode: don't allow NULL as receiver | Daniel Stenberg |
2014-02-13 | RELEASE-NOTES: synced with 378af08c992 | Daniel Stenberg |
2014-02-13 | ConnectionExists: reusing possible HTTP+NTLM connections better | Daniel Stenberg |
2014-02-13 | transfer: make Expect: 100-continue timeout configurable. | Tiit Pikma |
2014-02-12 | Fix compilation with make mingw32 | Thomas Braun |
2014-02-12 | chunked decoder: track overflows correctly | Daniel Stenberg |
2014-02-11 | curl_easy_setopt.3: add CURL_HTTP_VERSION_2_0 | Fabian Frank |
2014-02-11 | openssl: honor --[no-]alpn|npn command line switch | Fabian Frank |
2014-02-11 | gtls: honor --[no-]alpn command line switch | Fabian Frank |
2014-02-11 | tests: Disabled broken test 1316 | Dan Fandrich |
2014-02-11 | version: next release will become 7.36.0 | Daniel Stenberg |
2014-02-11 | curl_easy_setopt.3: add CURLOPT_SSL_ENABLE_ALPN/NPN | Daniel Stenberg |
2014-02-10 | tool_cfgable: Moved easy handle cleanup to fix pingpong logout issues | Steve Holme |
2014-02-10 | secureserver: Only set stunnel FIPS option when available | Dan Fandrich |
2014-02-10 | NPN/ALPN: allow disabling via command line | Fabian Frank |