Age | Commit message (Expand) | Author |
2017-09-11 | Curl_checkheaders: make it available for IMAP and SMTP too | Daniel Stenberg |
2016-09-04 | speed caps: not based on average speeds anymore | Olivier Brunel |
2016-08-04 | transfer: return without select when the read loop reached maxcount | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-03-30 | multi: multi_reconnect_request is the former Curl_reconnect_request | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-10-15 | fread_func: move callback pointer from set to state struct | Daniel Stenberg |
2015-05-20 | read_callback: move to SessionHandle from connectdata | Daniel Stenberg |
2013-02-01 | Curl_perfom: removed | Daniel Stenberg |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2012-12-28 | build: rename 76 lib/*.h files | Yang Tse |
2012-12-28 | lib/*.h: use our standard naming scheme for header inclusion guards | Yang Tse |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-03-04 | transfer: avoid insane conversion of time_t | Stefan Krause |
2011-01-31 | transfer: add Curl_meets_timecondition() | Dave Reisner |
2010-04-16 | Curl_setup_transfer: no longer returns anything | Daniel Stenberg |
2010-03-26 | Make rate-limitation logic smoother | Ben Greear |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2009-08-21 | - Andre Guibert de Bruet pointed out a missing return code check for a | Daniel Stenberg |
2009-08-21 | - Lots of good work by Krister Johansen, mostly related to pipelining: | Daniel Stenberg |
2008-04-30 | - To make it easier for applications that want lots of magic stuff done on | Daniel Stenberg |
2007-11-15 | Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into | Daniel Stenberg |
2007-08-27 | Fixed some minor type mismatches and missing consts mainly found by splint. | Dan Fandrich |
2007-04-03 | update copyright year | Yang Tse |
2007-02-21 | - Ravi Pratap provided work on libcurl making pipelining more robust and | Daniel Stenberg |
2006-10-27 | Update copyright year, since the file has been modified | Yang Tse |
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-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg |
2005-02-14 | Rename Curl_pretransfersec() to *_second_connect() since it does not just | Daniel Stenberg |
2005-01-29 | Using the multi interface, and doing a requsted a re-used connection that | Daniel Stenberg |
2005-01-11 | Cyrill Osterwalder posted a detailed analysis about a bug that occurs when | Daniel Stenberg |
2004-11-24 | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg |
2004-06-21 | The read callback can now return CURL_READFUNC_ABORT to stop a transfer. | Daniel Stenberg |
2004-06-03 | Alexander Krasnostavsky's FTP third party transfer (proxy) support | Daniel Stenberg |
2004-05-25 | initial support for "uploading" to file:// URLs | Daniel Stenberg |
2004-03-10 | curl_socket_t mistakes cleanup | Daniel Stenberg |
2004-03-09 | Use curl_socket_t instead of int for holding sockets. The typedefs and | Daniel Stenberg |
2004-01-22 | use curl_off_t instead of off_t! | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg |
2003-01-16 | copyright year update in the source header | Daniel Stenberg |
2002-10-07 | Move the URL concat code to Curl_follow(), and added a proto for that | Daniel Stenberg |
2002-09-03 | updated source code boilerplate/header | 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 | modified the Curl_perform() proto | Daniel Stenberg |
2001-05-11 | removed unused #ifdef'ed section | Daniel Stenberg |