index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
writeout.c
Age
Commit message (
Collapse
)
Author
2004-10-19
CURLINFO_NUM_CONNECTS and more
Daniel Stenberg
2004-07-26
removed trailing whitespace
Daniel Stenberg
2004-05-05
slightly odd fix to prevent -Wunreachable-code to warn
Daniel Stenberg
2004-02-25
use %ld when printfing longs
Daniel Stenberg
2004-02-09
use VAR_NONE instead of 0 in the table to prevent compiler warning
Daniel Stenberg
2004-01-29
make pedantic compiler options generate less warnings
Daniel Stenberg
2004-01-07
updated year in the copyright string
Daniel Stenberg
2003-08-20
CURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODE
Daniel Stenberg
2003-02-28
the strequal and strnequal should now be called with the proper curl_ prefix
Daniel Stenberg
2003-01-16
copyright year update in the source header
Daniel Stenberg
2002-09-03
updated source code boilerplate/header
Daniel Stenberg
2002-07-30
When CURLINFO_CONTENT_TYPE returns a NULL pointer, don't try to fputs() it!
Daniel Stenberg
2002-05-17
FreeBSD needs sys/types.h before we include sys/select.h that was included
Daniel Stenberg
mainly for AIX in the first place...! As reported in bug report #556869
2002-05-10
AIX wants sys/select.h for the fd_set stuff in curl/multi.h, and even though
Daniel Stenberg
it is a bit ugly work-around to add this here, it is still a working work- around! ;-)
2002-03-19
copyright string (year) update
Daniel Stenberg
2002-02-25
"Yet Another Geek" made %{content_type} work in the -w/--writeout option.
Daniel Stenberg
2001-11-20
Georg Horn's STARTTRANSFER_TIME patch
Daniel Stenberg
2001-08-14
(un)signed and const cleanup
Daniel Stenberg
2001-04-19
A Linus Nielsen Feltzing-patch that removes the decimals from the size
Daniel Stenberg
outputs...
2001-03-14
removed the two unnecessary include files
Daniel Stenberg
2001-01-03
dual-license fix
Daniel Stenberg
2000-11-21
removed pedantic compiler warnings
Daniel Stenberg
2000-10-04
-w supports size_header and size_request
Daniel Stenberg
2000-10-02
moved out from the library and put here, uses the new curl_easy_getinfo()
Daniel Stenberg