Age | Commit message (Expand) | Author |
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 |
2013-04-19 | url: Corrected minor typo in comment | Steve Holme |
2013-04-18 | url: Fix chksrc longer than 79 columns warning | Steve Holme |
2013-04-18 | url: Fix incorrect variable type for result code | Steve Holme |
2013-04-18 | url: Fix compiler warning | Steve Holme |
2013-04-18 | url: Moved parsing of login details out of parse_url_login() | Steve Holme |
2013-04-18 | url: Re-factored set_userpass() and parse_url_userpass() | Steve Holme |
2013-04-18 | url: Reworked URL parsing to allow overriding by CURLOPT_USERPWD | Steve Holme |
2013-04-13 | url: Added support for parsing login options from the URL | Steve Holme |
2013-04-08 | proxy: make ConnectionExists() check credential of proxyconnections too | Fabian Keil |
2013-04-05 | Curl_open: restore default MAXCONNECTS to 5 | Daniel Stenberg |
2013-03-25 | NTLM: fix several NTLM code paths memory leaks | Yang Tse |
2013-03-15 | HTTP proxy: insert slash in URL if missing | Daniel Stenberg |
2013-03-13 | Multiple pipelines and limiting the number of connections. | Linus Nielsen Feltzing |
2013-02-22 | lib/url.c: Generic read/write data pointers | Alexander Klauer |
2013-02-11 | SOCKS: fix socks proxy when noproxy matched | ulion |
2013-02-08 | DONE: consider callback-aborted transfers premature | Daniel Stenberg |
2013-02-05 | CURLMOPT_MAXCONNECTS: restore functionality | Linus Nielsen Feltzing |
2013-01-17 | always-multi: always use non-blocking internals | Daniel Stenberg |
2013-01-17 | url.c: fix HTTP CONNECT tunnel establishment upon delayed response | Yang Tse |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-19 | bundles connection caching: some out of memory handling fixes | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-12-07 | Introducing a new persistent connection caching system using "bundles". | Linus Nielsen Feltzing |
2012-11-26 | avoid mixing of enumerated type with another type | Yang Tse |
2012-11-06 | URL parser: cut off '#' fragments from URLs (better) | Daniel Stenberg |
2012-11-06 | CURLOPT_SSL_VERIFYHOST: stop supporting the 1 value | Daniel Stenberg |
2012-10-23 | tlsauthtype: deal with the string case insensitively | Daniel Stenberg |
2012-09-13 | parse_proxy: treat "socks://x" as a socks4 proxy | Daniel Stenberg |
2012-08-31 | NTLM: re-use existing connection better | Joe Mason |
2012-08-08 | verbose messages: fixed output of hostnames in re-used connections | Daniel Stenberg |
2012-08-07 | Avoid leak of local device string when reusing connection | Mike Crowe |