summaryrefslogtreecommitdiff
path: root/src/writeout.c
Commit message (Expand)AuthorAgeFilesLines
* 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