summaryrefslogtreecommitdiff
path: root/src/writeout.c
Commit message (Expand)AuthorAgeFilesLines
* - Made the curl tool's -w option support the %{ssl_verify_result} variableDaniel Stenberg2008-07-301-0/+7
* Introcuding a new timestamp for curl_easy_getinfo():Daniel Stenberg2008-07-031-2/+12
* - To make it easier for applications that want lots of magic stuff done onDaniel Stenberg2008-04-301-1/+10
* Some trivial changesDan Fandrich2008-04-171-2/+2
* David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry pathDaniel Stenberg2006-03-211-0/+9
* Fixed typo, the option is called --write-out. Bob Bagwill pointed out.Daniel Stenberg2006-02-231-2/+2
* Now curl warns if an unknown variable is used in the -w/--writeout argument.Daniel Stenberg2005-09-061-1/+6
* Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made theDaniel Stenberg2004-12-211-0/+8
* Add 'const' to immutable arrays.Dan Fandrich2004-12-151-1/+1
* new -w variables supportedDaniel Stenberg2004-11-151-0/+14
* CURLINFO_NUM_CONNECTS and moreDaniel Stenberg2004-10-191-0/+7
* removed trailing whitespaceDaniel Stenberg2004-07-261-6/+6
* slightly odd fix to prevent -Wunreachable-code to warnDaniel Stenberg2004-05-051-2/+0
* use %ld when printfing longsDaniel Stenberg2004-02-251-3/+3
* use VAR_NONE instead of 0 in the table to prevent compiler warningDaniel Stenberg2004-02-091-1/+1
* make pedantic compiler options generate less warningsDaniel Stenberg2004-01-291-0/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* CURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODEDaniel Stenberg2003-08-201-1/+1
* the strequal and strnequal should now be called with the proper curl_ prefixDaniel Stenberg2003-02-281-1/+1
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* When CURLINFO_CONTENT_TYPE returns a NULL pointer, don't try to fputs() it!Daniel Stenberg2002-07-301-6/+8
* FreeBSD needs sys/types.h before we include sys/select.h that was includedDaniel Stenberg2002-05-171-0/+3
* AIX wants sys/select.h for the fd_set stuff in curl/multi.h, and even thoughDaniel Stenberg2002-05-101-0/+6
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* "Yet Another Geek" made %{content_type} work in the -w/--writeout option.Daniel Stenberg2002-02-251-0/+7
* Georg Horn's STARTTRANSFER_TIME patchDaniel Stenberg2001-11-201-0/+7
* (un)signed and const cleanupDaniel Stenberg2001-08-141-2/+2
* A Linus Nielsen Feltzing-patch that removes the decimals from the sizeDaniel Stenberg2001-04-191-2/+2
* removed the two unnecessary include filesDaniel Stenberg2001-03-141-2/+0
* dual-license fixDaniel Stenberg2001-01-031-28/+11
* removed pedantic compiler warningsDaniel Stenberg2000-11-211-0/+4
* -w supports size_header and size_requestDaniel Stenberg2000-10-041-0/+14
* moved out from the library and put here, uses the new curl_easy_getinfo()Daniel Stenberg2000-10-021-0/+204