Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-30 | - Made the curl tool's -w option support the %{ssl_verify_result} variable | Daniel Stenberg | |
2008-07-03 | Introcuding a new timestamp for curl_easy_getinfo(): | Daniel Stenberg | |
CURLINFO_APPCONNECT_TIME. This is set with the "application layer" handshake/connection is completed (typically SSL, TLS or SSH). By using this you can figure out the application layer's own connect time. You can extract the time stamp using curl's -w option and the new variable named 'time_appconnect'. This feature was sponsored by Lenny Rachitsky at NeuStar. | |||
2008-04-30 | - To make it easier for applications that want lots of magic stuff done on | Daniel Stenberg | |
redirections and thus cannot use CURLOPT_FOLLOWLOCATION easily, we now introduce the new CURLINFO_REDIRECT_URL option that lets applications extract the URL libcurl would've redirected to if it had been told to. This then enables the application to continue to that URL as it thinks is suitable, without having to re-implement the magic of creating the new URL from the Location: header etc. Test 1029 verifies it. | |||
2008-04-17 | Some trivial changes | Dan Fandrich | |
2006-03-21 | David McCreedy added CURLINFO_FTP_ENTRY_PATH to export the FTP entry path | Daniel Stenberg | |
2006-02-23 | Fixed typo, the option is called --write-out. Bob Bagwill pointed out. | Daniel Stenberg | |
2005-09-06 | Now curl warns if an unknown variable is used in the -w/--writeout argument. | Daniel Stenberg | |
2004-12-21 | Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the | Daniel Stenberg | |
-w option support 'http_connect' to make it easier to verify! | |||
2004-12-15 | Add 'const' to immutable arrays. | Dan Fandrich | |
2004-11-15 | new -w variables supported | Daniel Stenberg | |
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 | |