Age | Commit message (Expand) | Author |
2016-11-11 | Curl_pgrsUpdate: use dedicated function for time passed | Daniel Stenberg |
2016-09-04 | speed caps: not based on average speeds anymore | Olivier Brunel |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2014-09-07 | Ensure progress.size_dl/progress.size_ul are always >= 0 | Brandon Casey |
2014-05-15 | timers: fix timer regression involving redirects / reconnects | Daniel Stenberg |
2013-12-31 | mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU | Steve Holme |
2013-07-18 | CURLOPT_XFERINFOFUNCTION: introducing a new progress callback | Daniel Stenberg |
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 |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-06-10 | Curl_pgrsDone: return int and acknowledge return code | Daniel Stenberg |
2012-04-01 | HTTP: reset expected DL/UL sizes on redirects | Daniel Stenberg |
2011-12-20 | FTP: perform active connections non-blocking | Gokhan Sengun |
2011-12-20 | Curl_pgrsTime: store now in an auto variable | Daniel Stenberg |
2011-09-22 | Curl_pgrsStartNow: keep HEADERS_OUT set | Daniel Stenberg |
2011-08-15 | Curl_pgrsStartNow: clear all flags but HIDE | Daniel Stenberg |
2011-08-07 | Curl_pgrsStartNow: clear all bits except HIDE | Daniel Stenberg |
2011-07-22 | progress: reset flags at transfer start | Ben Winslow |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-21 | Fix a couple of spelling errors in lib/ | Fabian Keil |
2011-03-21 | progress: don't print the last update on a separate line. | Julien Chaffraix |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2009-11-05 | avoid division by zero | Yang Tse |
2009-11-04 | - I fixed several problems with the transfer progress meter. It showed the | Daniel Stenberg |
2009-10-31 | - Gabriel Kuri reported a problem with CURLINFO_CONTENT_LENGTH_DOWNLOAD if the | Daniel Stenberg |
2008-10-11 | fix compiler warning: explicit conversion of a 64-bit integral type to a smal... | Yang Tse |
2008-08-26 | Use SIZEOF_OFF_T definition from config file | Yang Tse |
2008-08-16 | Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU | Yang Tse |
2008-08-15 | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse |
2008-08-12 | Fix curl_off_t sized constants usage | Yang Tse |
2008-08-11 | s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g | Yang Tse |
2008-07-03 | Introcuding a new timestamp for curl_easy_getinfo(): | Daniel Stenberg |
2007-11-24 | struct HandleData is now called struct SingleRequest, and is only for data that | Daniel Stenberg |
2007-04-18 | - Prevent the internal progress meter from updating more frequently than once | Daniel Stenberg |
2007-03-23 | Change spelling, ONE_TERRABYTE -> ONE_TERABYTE | Yang Tse |
2007-03-19 | Bryan Henderson fixed the progress function so that it can get called | Yang Tse |
2007-03-11 | reverted the pselect patch => http://curl.haxx.se/mail/lib-2007-03/0100.html | Daniel Stenberg |
2007-03-10 | - Bryan Henderson introduces two things: | 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 |
2004-11-26 | As reported in Mandrake's bug tracker bug 12289 | Daniel Stenberg |
2004-10-08 | prevent warning with comparison between signed and unsigned | Daniel Stenberg |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg |
2004-08-10 | more typecasts to please picky compilers | Daniel Stenberg |
2004-07-02 | explicit typecasts to double to prevent warnings about implicit conversions | Daniel Stenberg |
2004-07-01 | typecast to int when the variable is int! | Daniel Stenberg |
2004-06-24 | Replaced all uses of sprintf() with the safer snprintf(). It is just a | Daniel Stenberg |