Age | Commit message (Expand) | Author |
2013-11-05 | url.c: Very small amount of policing | Steve Holme |
2013-11-05 | url.c: Remove superfluous for loop | Björn Stenberg |
2013-11-04 | connect: Add connection delay to Happy Eyeballs. | Björn Stenberg |
2013-10-30 | NSS: support for CERTINFO feature | Patrick Monnerat |
2013-10-27 | Add "Happy Eyeballs" for IPv4/IPv6. | Björn Stenberg |
2013-10-26 | FTP: make the data connection work when going through proxy | Daniel Stenberg |
2013-09-12 | libcurl: New options to bind DNS to local interfaces or IP addresses | Kim Vandry |
2013-09-09 | url: handle abortion by read/write callbacks, too | Kamil Dudka |
2013-09-04 | Curl_setopt: refuse CURL_HTTP_VERSION_2_0 if built without support | Daniel Stenberg |
2013-09-01 | url.c: Fixed compilation warning | Steve Holme |
2013-08-25 | options: added basic SASL XOAUTH2 support | Kyle L. Huff |
2013-08-25 | FTP: remove krb4 support | Daniel Stenberg |
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-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-06 | FTP: when EPSV gets a 229 but fails to connect, retry with PASV | Daniel Stenberg |
2013-08-03 | multi: remove data->state.current_conn struct field | Daniel Stenberg |
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 | url.c: Fix dot file path cleanup when using an HTTP proxy | Fabian Keil |
2013-07-18 | CURLOPT_XFERINFOFUNCTION: introducing a new progress callback | Daniel Stenberg |
2013-07-15 | OS400: new SSL backend GSKit | Patrick Monnerat |
2013-07-15 | x509asn1.c,x509asn1.h: new module to support ASN.1/X509 parsing & info extract | Patrick Monnerat |
2013-07-14 | url.c: fix parse_url_login() OOM handling | Yang Tse |
2013-07-12 | url.c: fix parse_login_details() OOM handling | Yang Tse |
2013-07-11 | url.c: fix SIGSEGV | Yang Tse |
2013-06-30 | url: restore the functionality of 'curl -u :' | Kamil Dudka |
2013-06-22 | dotdot: introducing dot file path cleanup | Daniel Stenberg |
2013-06-17 | CURLOPT_COOKIELIST: take cookie share lock | Daniel Stenberg |
2013-04-27 | sasl-ir: Added CURLOPT_SASL_IR to enable/disable the SASL initial response | Steve Holme |
2013-04-26 | url: initialize speed-check data for file:// protocol | Zdenek Pavlas |
2013-04-23 | url: Added smtp and pop3 hostnames to the protocol detection list | Steve Holme |
2013-04-21 | url: Fixed missing length check in parse_proxy() | Steve Holme |
2013-04-21 | url: Fixed crash when no username or password supplied for proxy | Steve Holme |
2013-04-21 | url: Updated proxy URL parsing to use parse_login_details() | Steve Holme |
2013-04-21 | url: Tidy up of setstropt_userpwd() parameters | Steve Holme |
2013-04-21 | url: Tidy up of code and comments following recent changes | Steve Holme |
2013-04-20 | url: Simplified setstropt_userpwd() following recent changes | Steve Holme |
2013-04-20 | url: Correction to scope of if statements when setting data | Steve Holme |
2013-04-20 | url: Fixed memory leak in setstropt_userpwd() | Steve Holme |
2013-04-20 | url: Added overriding of URL login options from CURLOPT_USERPWD | Steve Holme |
2013-04-20 | url: Added support for parsing login options from the CURLOPT_USERPWD | Steve Holme |
2013-04-19 | url: Added bounds checking to parse_login_details() | Steve Holme |
2013-04-19 | url: Added size_t cast to pointer based length calculations | Steve Holme |