Age | Commit message (Expand) | Author |
2011-12-20 | non-blocking active FTP: cleanup multi state usage | Daniel Stenberg |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse |
2011-09-02 | MemoryTracking: fix logging of free() calls done where Curl_safefree is called | Yang Tse |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-25 | Fixed compilation when the synchronous resolver is used | Dan Fandrich |
2011-04-25 | async resolvers: further cleanups | Daniel Stenberg |
2010-12-06 | url: provide dead_connection flag in Curl_handler::disconnect | Kamil Dudka |
2010-05-07 | multi interface: missed storing connection time | Daniel Stenberg |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2009-05-08 | - Constantine Sapuntzakis fixed bug report #2784055 | Daniel Stenberg |
2009-02-07 | Moved Curl_strntoupper() to the rawstr.c file where the other raw string | Daniel Stenberg |
2009-01-28 | - Markus Moeller introduced two new options to libcurl: | Daniel Stenberg |
2009-01-21 | Fixed a couple more locale-dependent toupper conversions, mainly for | Dan Fandrich |
2009-01-08 | Unified much of the SessionHandle initialization done in Curl_open() and | Dan Fandrich |
2008-12-03 | - Igor Novoseltsev filed bug #2351645 | Daniel Stenberg |
2008-04-05 | provide CURL_DEFAULT_PROXY_PORT set to 1080 for the default port libcurl | Daniel Stenberg |
2008-01-16 | Dmitry Kurochkin worked a lot on improving the HTTP Pipelining support that | Daniel Stenberg |
2007-10-22 | Michal Marek forwarded the bug report | Daniel Stenberg |
2007-09-27 | Enabled a few more gcc warnings with --enable-debug. Renamed a few | Dan Fandrich |
2007-08-01 | Patrick Monnerat and I modified libcurl so that now it *copies* all strings | Daniel Stenberg |
2007-05-02 | Fixed an out of memory handling issue with HTTP pipelines. | Dan Fandrich |
2007-02-01 | fogot to change Curl_mk_connc in header file | Yang Tse |
2007-01-27 | update copyright year notice | Yang Tse |
2007-01-16 | - Armel Asselin improved libcurl to behave a lot better when an easy handle | Daniel Stenberg |
2006-12-05 | Jared Lundell filed bug report #1604956 | Daniel Stenberg |
2006-10-09 | Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to test | Daniel Stenberg |
2006-09-16 | Resize the connection cache upwards when adding more handles than what | Daniel Stenberg |
2006-09-15 | file-local function should be static and not use Curl_ prefix! | Daniel Stenberg |
2006-09-07 | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg |
2006-04-10 | First curl_multi_socket() commit. Should primarily be considered as an internal | Daniel Stenberg |
2005-07-17 | Simplified the code within curl_easy_perform() that calls Curl_perform(). | Daniel Stenberg |
2005-04-07 | GnuTLS support added. There's now a "generic" SSL layer that we use all over | Daniel Stenberg |
2005-02-09 | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg |
2004-05-17 | I made Curl_done() take a pointer-pointer in the first argument instead, and | Daniel Stenberg |
2004-05-12 | Curl_done() and the protocol-specific conn->curl_done() functions now all | Daniel Stenberg |
2004-04-26 | Major hostip.c cleanup and split into multiple files and easier #ifdef | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2003-08-05 | ares awareness/usage/support added. If configure --enable-ares is used, we | Daniel Stenberg |
2003-07-21 | moved the proxyuser and proxypasswd fields from the sessionhandle to the | Daniel Stenberg |
2003-03-31 | Fixup after talks with Richard Bramante. We should now make better | Daniel Stenberg |
2003-01-16 | copyright year update in the source header | Daniel Stenberg |
2002-11-05 | Curl_resolv() now returns a different struct, and it contains a reference | Daniel Stenberg |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg |
2002-08-12 | Initial fix to make the multi interface return control while waiting for | Daniel Stenberg |
2002-03-19 | copyright string (year) update | Daniel Stenberg |
2002-01-03 | merged the multi-dev branch back into MAIN again | Daniel Stenberg |
2001-08-30 | Major rename and redesign of the internal "backbone" structs. Details will | Daniel Stenberg |
2001-08-15 | moved the url.c prototypes to here | Daniel Stenberg |
2001-01-05 | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg |