Age | Commit message (Expand) | Author |
2013-08-20 | multi_init: moved init code here from add_handle | Daniel Stenberg |
2013-08-20 | multi: remove dns cache creation code from *add_handle | Daniel Stenberg |
2013-08-20 | curl_easy_perform_ev: debug/test function | Daniel Stenberg |
2013-08-20 | transfer: the recent sessionhandle change broke CURL_DOES_CONVERSIONS | Gisle Vanem |
2013-08-20 | url: handle arbitrary-length username and password before '@' | Jonathan Nieder |
2013-08-20 | url: handle exceptional cases first in parse_url_login() | Jonathan Nieder |
2013-08-20 | Curl_setopt: handle arbitrary-length username and password | Jonathan Nieder |
2013-08-20 | netrc: handle longer username and password | Jonathan Nieder |
2013-08-20 | url: allocate username, password, and options on the heap | Jonathan Nieder |
2013-08-20 | url: use goto in create_conn() for exception handling | Jonathan Nieder |
2013-08-20 | sasl: allow arbitrarily long username and password | Jonathan Nieder |
2013-08-19 | imap: Fixed response check for SEARCH command | Alex McLellan |
2013-08-14 | ftp: convert state names to a global array | Daniel Stenberg |
2013-08-14 | ftp_domore_getsock: when passive mode, the second conn is already there | Daniel Stenberg |
2013-08-12 | nss: make sure that NSS is initialized | Kamil Dudka |
2013-08-12 | multi: s/easy/data | Daniel Stenberg |
2013-08-12 | cleanup: removed one function, made one static | Daniel Stenberg |
2013-08-12 | SessionHandle: the protocol specific pointer is now a void * | Daniel Stenberg |
2013-08-12 | urldata: clean up the use of the protocol specific structs | Daniel Stenberg |
2013-08-09 | comments: remove old and wrong multi/easy interface statements | Daniel Stenberg |
2013-08-08 | global dns cache: fix memory leak | Daniel Stenberg |
2013-08-08 | global dns cache: didn't work [regression] | Daniel Stenberg |
2013-08-08 | FTP: renamed several local functions | Daniel Stenberg |
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 |