summaryrefslogtreecommitdiff
path: root/lib/getinfo.c
Commit message (Expand)AuthorAgeFilesLines
...
* Moved the engine stuff from the root-level of the SessionHandle struct to theDaniel Stenberg2004-12-141-1/+1
* Handle new type CURLINFO_SLIST.Gisle Vanem2004-12-131-0/+11
* CURLINFO_NUM_CONNECTS and moreDaniel Stenberg2004-10-191-1/+5
* - Larry Campbell added CURLINFO_OS_ERRNO to curl_easy_getinfo() that allows anDaniel Stenberg2004-09-301-8/+11
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-8/+2
* dl and ulspeed are now curl_off_t so typecast them to double when weDaniel Stenberg2004-03-111-2/+2
* Use more curl_off_t variables when doing the progress meter calculations andDaniel Stenberg2004-03-101-4/+4
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-0/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* Based on Joerg Mueller-Tolk's patch, this introduces support forDaniel Stenberg2003-09-041-0/+6
* CURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODEDaniel Stenberg2003-08-201-1/+1
* Added support for CURLINFO_HTTP_CONNECTCODEDaniel Stenberg2003-08-111-0/+3
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-1/+1
* Andy Cedilnik fixed some compiler warningsDaniel Stenberg2003-05-011-0/+2
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* Allow CURLINFO_PRIVATE to be NULL, patch by Markus OberhumerDaniel Stenberg2003-01-161-1/+1
* Kjetil Jacobsen's patch that introduces CURLOPT_PRIVATE and CURLINFO_PRIVATEDaniel Stenberg2002-11-201-0/+3
* prevent compiler warningsDaniel Stenberg2002-10-281-3/+3
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* Dirk Manske brought the patch that introduces two new CURLINFO_* values:Daniel Stenberg2002-04-161-0/+7
* Jacky Lam added memdebug.h include to prevent crashes when that is usedDaniel Stenberg2002-04-021-0/+5
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* Nico Baggus' VMS tweaksDaniel Stenberg2002-02-201-0/+5
* Giaslas Georgios introduced CURLINFO_CONTENT_TYPEDaniel Stenberg2002-01-291-1/+8
* set header and request size to 0 before each *_perform()Daniel Stenberg2002-01-271-0/+2
* Georg Horn's STARTTRANSFER_TIME patchDaniel Stenberg2001-11-201-0/+4
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* filetime should be -1 if the remote time was unknown as 0 is actually aDaniel Stenberg2001-09-281-1/+1
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-11/+12
* Added Curl_initinfo() that's supposed to init session-specific getinfo-Daniel Stenberg2001-08-151-2/+20
* added typecast when converting const char * to char *Daniel Stenberg2001-08-141-1/+1
* curl_ prefix modified to Curl_Daniel Stenberg2001-03-091-1/+1
* CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD wereDaniel Stenberg2001-02-041-0/+6
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* document time fixesDaniel Stenberg2000-11-221-0/+3
* adjusted the time-keeping function to work better for location followingDaniel Stenberg2000-11-061-6/+3
* new urldata ssl layout and T. Bharath brought the new SSL cert verify functionDaniel Stenberg2000-10-301-0/+3
* counts header and request sizeDaniel Stenberg2000-10-041-0/+6
* getinfo.c replaces the former writeout.cDaniel Stenberg2000-10-021-0/+118