Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | getinfo: add microsecond precise timers for various intervals | Philip Prindeville | 2018-05-17 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | Provide a set of new timers that return the time intervals using integer number of microseconds instead of floats. The new info names are as following: CURLINFO_APPCONNECT_TIME_T CURLINFO_CONNECT_TIME_T CURLINFO_NAMELOOKUP_TIME_T CURLINFO_PRETRANSFER_TIME_T CURLINFO_REDIRECT_TIME_T CURLINFO_STARTTRANSFER_TIME_T CURLINFO_TOTAL_TIME_T Closes #2495 | ||||
* | examples/fileupload.c: fclose the file as well | Daniel Stenberg | 2016-11-08 | 1 | -7/+4 |
| | |||||
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | examples: more descriptions | Daniel Stenberg | 2015-06-18 | 1 | -1/+5 |
| | |||||
* | Added error checking for samples. | Guenter Knauf | 2012-07-04 | 1 | -5/+12 |
| | |||||
* | sources: update source headers | Daniel Stenberg | 2011-03-10 | 1 | -3/+15 |
| | | | | | | All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers. | ||||
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
| | |||||
* | Checked in some grammatical and minor other fixes in the documentation and | Dan Fandrich | 2008-09-10 | 1 | -1/+5 |
| | | | | examples that I found in the FreeBSD ports system. | ||||
* | Fixed a surprising number of example programs that were passing int arguments | Dan Fandrich | 2008-05-22 | 1 | -2/+2 |
| | | | | to curl_easy_setopt instead of long. | ||||
* | Fixed some compile warnings and errors and improved portability in the | Dan Fandrich | 2007-07-12 | 1 | -1/+0 |
| | | | | | | examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer. | ||||
* | Open "debugit" in binary mode ("rb"). | Gisle Vanem | 2004-10-16 | 1 | -1/+1 |
| | |||||
* | added example that makes an upload to a file:// url | Daniel Stenberg | 2004-05-26 | 1 | -0/+65 |