Age | Commit message (Expand) | Author |
2014-07-23 | findprotocol: show unsupported protocol within quotes | Daniel Stenberg |
2014-07-23 | docs: Improve inline GSS-API naming in code documentation | Michael Osipov |
2014-07-23 | curl.h/features: Deprecate GSS-Negotiate macros due to bad naming | Michael Osipov |
2014-07-22 | url.c: use the preferred symbol name: *READDATA | Marcel Raad |
2014-07-15 | cookie: avoid mutex deadlock | Yousuke Kimoto |
2014-07-09 | url.c: Fixed memory leak on OOM | Dan Fandrich |
2014-07-05 | Update instances of some obsolete CURLOPTs to their new names | Dan Fandrich |
2014-07-05 | compiler warnings: potentially uninitialized variables | Marcel Raad |
2014-07-02 | progress callback: skip last callback update on errors | Ray Satiro |
2014-06-13 | conncache: move the connection counter to the cache struct | Lindley French |
2014-05-26 | url-parser: only use if_nametoindex if detected by configure | Daniel Stenberg |
2014-05-24 | curl_easy_reset: reset the URL | Daniel Stenberg |
2014-05-22 | bits.close: introduce connection close tracking | Daniel Stenberg |
2014-05-07 | url.c: Fixed compilation warning/error | Steve Holme |
2014-05-06 | fix_hostname: strip off a single trailing dot from host name | Daniel Stenberg |
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 |