Age | Commit message (Expand) | Author |
2013-08-06 | FTP: when EPSV gets a 229 but fails to connect, retry with PASV | Daniel Stenberg |
2013-08-05 | md5: remove use of CommonCrypto-to-OpenSSL macros for the benefit of Leopard | Nick Zitzmann |
2013-08-05 | Simplify check for trusted certificates. | Guenter Knauf |
2013-08-04 | formadd: wrong pointer for file name when CURLFORM_BUFFERPTR used | Daniel Stenberg |
2013-08-04 | Skip more untrusted certificates. | Guenter Knauf |
2013-08-03 | multi: remove data->state.current_conn struct field | Daniel Stenberg |
2013-08-03 | multi: remove the one_easy struct field | Daniel Stenberg |
2013-08-03 | multi: rename all Curl_one_easy to SessionHandle | Daniel Stenberg |
2013-08-03 | multi: remove the multi_pos struct field | Daniel Stenberg |
2013-08-03 | multi: remove easy_handle struct field | Daniel Stenberg |
2013-08-03 | multi: remove 'Curl_one_easy' struct, phase 1 | Daniel Stenberg |
2013-07-30 | darwinssl: added LFs to some strings passed into infof() | Nick Zitzmann |
2013-07-30 | darwinssl: fix build error in crypto authentication under Snow Leopard | Nick Zitzmann |
2013-07-30 | md5 & metalink: use better build macros on Apple operating systems | Nick Zitzmann |
2013-07-29 | curl_easy_pause: on unpause, trigger mulit-socket handling | Daniel Stenberg |
2013-07-29 | curl_formadd: fix file upload on VMS | John E. Malmberg |
2013-07-26 | formadd: CURLFORM_FILECONTENT wrongly rejected some option combos | Daniel Stenberg |
2013-07-24 | string formatting: fix too many arguments for format | Yang Tse |
2013-07-24 | string formatting: fix zero-length printf format string | Yang Tse |
2013-07-24 | easy.c: curl_easy_getinfo() fix va_start/va_end matching | Yang Tse |
2013-07-24 | imap.c: imap_sendf() fix va_start/va_end matching | Yang Tse |
2013-07-24 | string formatting: fix 15+ printf-style format strings | Yang Tse |
2013-07-24 | string formatting: fix 25+ printf-style format strings | Yang Tse |
2013-07-23 | Makefile.am: use LDFLAGS as well when linking libcurl | Daniel Stenberg |
2013-07-23 | url.c: Fix dot file path cleanup when using an HTTP proxy | Fabian Keil |
2013-07-23 | dotdot.c: Fix a RFC section number in a comment for Curl_dedotdotify() | Fabian Keil |
2013-07-21 | curl_multi_wait: fix revents | Daniel Stenberg |
2013-07-19 | curl_easy_perform: gradually increase the delay time | Daniel Stenberg |
2013-07-19 | ftp_do_more: consider DO_MORE complete when server connects back | Daniel Stenberg |
2013-07-19 | Makefile.b32: Borland makefile adjustments. Tested with BCC 5.5.1 | Yang Tse |
2013-07-19 | WIN32 MemoryTracking: require UNICODE for wide strdup code support | Yang Tse |
2013-07-18 | CURLOPT_XFERINFOFUNCTION: introducing a new progress callback | Daniel Stenberg |
2013-07-18 | Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage". | Yang Tse |
2013-07-18 | curl_multi_wait: set revents for extra fds | Evgeny Turnaev |
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 |