Age | Commit message (Expand) | Author |
2013-07-17 | asyn-ares: Don't blank ares servers if none configured. | Ben Greear |
2013-07-17 | cmake: Fix for MSVC2010 project generation | Sergei Nikulov |
2013-07-16 | slist.c: Curl_slist_append_nodup() OOM handling fix | Yang Tse |
2013-07-15 | curl_slist_append(): fix error detection | Patrick Monnerat |
2013-07-15 | slist.c: fix indentation | Patrick Monnerat |
2013-07-15 | OS400: new SSL backend GSKit | Patrick Monnerat |
2013-07-15 | config-os400.h: enable system strdup(), strcmpi(), etc. | Patrick Monnerat |
2013-07-15 | x509asn1.c,x509asn1.h: new module to support ASN.1/X509 parsing & info extract | Patrick Monnerat |
2013-07-15 | ssluse.c,sslgen.c,sslgen.h: move certinfo support to generic SSL | Patrick Monnerat |
2013-07-15 | Merge branch 'master' of github.com:bagder/curl | Patrick Monnerat |
2013-07-15 | slist.c, slist.h, cookie.c: new internal procedure Curl_slist_append_nodup() | Patrick Monnerat |
2013-07-15 | sslgen.c: fix Curl_rand() compiler warning | Yang Tse |
2013-07-15 | sslgen.c: fix unreleased Curl_rand() infinite recursion | Yang Tse |
2013-07-14 | url.c: fix parse_url_login() OOM handling | Yang Tse |
2013-07-12 | http_digest.c: SIGSEGV and OOM handling fixes | Yang Tse |
2013-07-12 | url.c: fix parse_login_details() OOM handling | Yang Tse |
2013-07-12 | setup-vms.h: sk_pop symbol tweak | John E. Malmberg |
2013-07-11 | getinfo.c: fix enumerated type mixed with another type | Yang Tse |
2013-07-11 | url.c: fix SIGSEGV | Yang Tse |
2013-07-11 | dotdot.c: fix global declaration shadowing | Yang Tse |
2013-07-11 | easy.c: fix global declaration shadowing | Yang Tse |
2013-07-08 | Added winssl-zlib target to VC builds. | Guenter Knauf |
2013-07-08 | Synced Makefile.vc6 with recent changes. | Guenter Knauf |
2013-07-02 | darwinssl: SSLv2 connections are aborted if unsupported by the OS | Nick Zitzmann |
2013-06-30 | url: restore the functionality of 'curl -u :' | Kamil Dudka |
2013-06-25 | digest: append the timer to the random for the nonce | Daniel Stenberg |
2013-06-25 | digest: improve nonce generation | Daniel Stenberg |
2013-06-25 | formpost: better random boundaries | Daniel Stenberg |
2013-06-25 | printf: make sure %x are treated unsigned | Daniel Stenberg |
2013-06-24 | SIGPIPE: don't use 'data' in sigpipe restore | Daniel Stenberg |
2013-06-23 | c-ares: improve error message on failed resolve | Daniel Stenberg |
2013-06-23 | ossl_recv: check for an OpenSSL error, don't assume | Daniel Stenberg |
2013-06-22 | Merge branch 'master' of https://github.com/bagder/curl | Nick Zitzmann |
2013-06-22 | darwinssl: fix crash that started happening in Lion | Nick Zitzmann |
2013-06-22 | SIGPIPE: ignored while inside the library | Daniel Stenberg |
2013-06-22 | darwinssl: reform OS-specific #defines | Nick Zitzmann |
2013-06-22 | dotdot: introducing dot file path cleanup | Daniel Stenberg |
2013-06-22 | Curl_urldecode: no peeking beyond end of input buffer | Daniel Stenberg |
2013-06-20 | multi_socket: react on socket close immediately | Daniel Stenberg |
2013-06-17 | CURLOPT_COOKIELIST: take cookie share lock | Daniel Stenberg |
2013-06-13 | curl_easy_perform: avoid busy-looping | Daniel Stenberg |
2013-06-12 | cookies: follow-up fix for path checking | YAMADA Yasuharu |
2013-06-12 | axtls: now done non-blocking | Eric Hu |
2013-06-11 | Curl_output_digest: support auth-int for empty entity body | Daniel Stenberg |
2013-06-11 | multi_socket: reduce timeout inaccuracy margin | Daniel Stenberg |
2013-06-10 | cert_stuff: avoid double free in the PKCS12 code | Daniel Stenberg |
2013-06-10 | cert_stuff: remove code duplication in the pkcs12 logic | Daniel Stenberg |
2013-06-08 | axtls: honor disabled VERIFYHOST | Aleksey Tulinov |
2013-06-04 | curl_multi_wait: only use internal timer if not -1 | Daniel Stenberg |
2013-06-03 | curl_multi_wait: reduce timeout if the multi handle wants to | Daniel Stenberg |