summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-22RELEASE-NOTES: synced with 0de7249bb39a2 - 7.31.0curl-7_31_0Daniel Stenberg
2013-06-22unit1396: unit tests to verify curl_easy_(un)escapeDaniel Stenberg
2013-06-22Curl_urldecode: no peeking beyond end of input bufferDaniel Stenberg
2013-06-20Use opened body.out file and write content to it.Guenter Knauf
2013-06-20multi_socket: react on socket close immediatelyDaniel Stenberg
2013-06-20RELEASE-NOTES: synced with e305f5ec715fDaniel Stenberg
2013-06-18TODO: mention the DANE patch from MarchDaniel Stenberg
2013-06-17CURLOPT_COOKIELIST: take cookie share lockDaniel Stenberg
2013-06-17test506: verify that CURLOPT_COOKIELIST takes share lockBenjamin Gilbert
2013-06-15TODO: HTTP2/SPDY supportDaniel Stenberg
2013-06-14curl_easy_setopt.3: clarify CURLOPT_PROGRESSFUNCTION frequencyDaniel Stenberg
2013-06-13RELEASE-NOTES: synced with 9c3e098259b82Daniel Stenberg
2013-06-13curl_multi_wait.3: clarify the numfds counterDaniel Stenberg
2013-06-13curl_easy_perform: avoid busy-loopingDaniel Stenberg
2013-06-12cookies: follow-up fix for path checkingYAMADA Yasuharu
2013-06-12lib1900: use tutil_tvnow instead of gettimeofdaySergei Nikulov
2013-06-12axtls: now done non-blockingEric Hu
2013-06-12test2033: requires NTLM supportEric Hu
2013-06-11KNOWN_BUGS: #82 failed build with Borland compilerDaniel Stenberg
2013-06-11Curl_output_digest: support auth-int for empty entity bodyDaniel Stenberg
2013-06-11multi_socket: reduce timeout inaccuracy marginDaniel Stenberg
2013-06-10cert_stuff: avoid double free in the PKCS12 codeDaniel Stenberg
2013-06-10cert_stuff: remove code duplication in the pkcs12 logicDaniel Stenberg
2013-06-08axtls: honor disabled VERIFYHOSTAleksey Tulinov
2013-06-08curl_easy_setopt.3: HTTP header with no contentPeter Gal
2013-06-07RELEASE-NOTES: synced with 87cf677eca55Daniel Stenberg
2013-06-06lib1500: remove bad checkDaniel Stenberg
2013-06-04tests/Makefile: typo in the perlcheck targetDaniel Stenberg
2013-06-04test1230: verify CONNECT to a numerical ipv6-addressDaniel Stenberg
2013-06-04sws: support extracting test number from CONNECT ipv6-address!Daniel Stenberg
2013-06-04curl_multi_wait: only use internal timer if not -1Daniel Stenberg
2013-06-03libcurl-tutorial.3: added a section on IPv6Dan Fandrich
2013-06-03curl_multi_wait: reduce timeout if the multi handle wants toDaniel Stenberg
2013-06-03multi_runsingle: switch an if() condition for readabilityDaniel Stenberg
2013-06-02curl_schannel.c: Removed variable unused since 35874298e4Marc Hoersken
2013-06-02curl_setup.h: Fixed redefinition warning using mingw-w64Marc Hoersken
2013-05-30multi_runsingle: add braces to clarify the codeDaniel Stenberg
2013-05-28libcurl-tutorial.3: remove incorrect backslashDaniel Stenberg
2013-05-28curl_formadd.3: fixed wrong "end-marker" syntaxDaniel Stenberg
2013-05-28curl.1: clarify that --silent still outputs dataDaniel Stenberg
2013-05-27Digest auth: escape user names with \ or " in themDaniel Stenberg
2013-05-22ossl_recv: SSL_read() returning 0 is an error tooMike Giancola
2013-05-22ossl_send: SSL_write() returning 0 is an error tooMike Giancola
2013-05-21KNOWN_BUGS: curl -OJC- fails to resumeDaniel Stenberg
2013-05-21Curl_cookie_add: handle IPv6 hostsDaniel Stenberg
2013-05-20curl_easy_setopt.3: expand the PROGRESSFUNCTION sectionDaniel Stenberg
2013-05-19tests: add test1394 file to the tarballDaniel Stenberg
2013-05-19tarball: include the xmlstream exampleDaniel Stenberg
2013-05-19xmlstream: XML stream parsing example source codeDavid Strauss
2013-05-18cookies: only consider full path matchesYAMADA Yasuharu