Age | Commit message (Expand) | Author |
2014-04-26 | INFILESIZE: fields in UserDefined must not be changed run-time | Daniel Stenberg |
2014-04-23 | handler: make 'protocol' always specified as a single bit | Daniel Stenberg |
2014-04-19 | url.c: fix possible use of non-null-terminated string with strlen | Marc Hoersken |
2014-04-19 | url.c: fix possible use of non-null-terminated string with strlen | Marc Hoersken |
2014-04-18 | url.c: Fixed typo in comment | Steve Holme |
2014-04-14 | url: only use if_nametoindex() if IFNAMSIZ is available | Dan Fandrich |
2014-04-04 | CURLOPT_HEADEROPT: added | Daniel Stenberg |
2014-04-04 | CURLOPT_PROXYHEADER: set headers for proxy-only | Daniel Stenberg |
2014-03-31 | ipv6: strip off zone identifiers in redirects too | Daniel Stenberg |
2014-03-31 | URL parser: IPv6 zone identifiers are now supported | Till Maas |
2014-03-25 | url: Fixed connection re-use when using different log-in credentials | Steve Holme |
2014-03-06 | parse_remote_port: error out on illegal port numbers better | Daniel Stenberg |
2014-03-05 | remote_port: allow connect to port 0 | Daniel Stenberg |
2014-02-17 | ConnectionDone: default maxconnects to 4 x number of easy handles | Shao Shuchao |
2014-02-16 | ConnectionExists: re-use connections better | Daniel Stenberg |
2014-02-13 | ConnectionExists: reusing possible HTTP+NTLM connections better | Daniel Stenberg |
2014-02-13 | transfer: make Expect: 100-continue timeout configurable. | Tiit Pikma |
2014-02-10 | NPN/ALPN: allow disabling via command line | Fabian Frank |
2014-01-30 | netrc: Fixed a memory leak in an OOM condition | Dan Fandrich |
2014-01-28 | oauth2: Fixed a memory leak in an OOM condition | Dan Fandrich |
2014-01-08 | info: remove debug output | Daniel Stenberg |
2014-01-07 | ConnectionExists: fix NTLM check for new connection | Daniel Stenberg |
2013-12-31 | mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU | Steve Holme |
2013-12-20 | vtls: renamed sslgen.[ch] to vtls.[ch] | Daniel Stenberg |
2013-12-20 | vtls: created subdir, moved sslgen.[ch] there, updated all include lines | Daniel Stenberg |
2013-12-14 | login options: remove the ;[options] support from CURLOPT_USERPWD | Daniel Stenberg |
2013-11-12 | curl_easy_setopt: Added the ability to set the login options separately | Steve Holme |
2013-11-10 | connect: Close temporary sockets in conn_free() | Björn Stenberg |
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 |