Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
| | |||||
* | fallback to gettimeofday when monotonic clock is unavailable at run-time | Yang Tse | 2008-07-02 | 1 | -3/+18 |
| | |||||
* | configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol only | Yang Tse | 2008-05-12 | 1 | -1/+1 |
| | | | | | | | when function clock_gettime() is available and the monotonic timer is also available. Otherwise, in some cases, librt or libposix4 could be used for linking even when finally not using the clock_gettime() function due to lack of the monotonic clock. | ||||
* | fix syntax error: missing semicolon | Yang Tse | 2008-05-10 | 1 | -1/+1 |
| | |||||
* | Internal time differences now use monotonic time source if available. | Yang Tse | 2008-05-09 | 1 | -51/+52 |
| | | | | This also implies the removal of the winmm.lib dependency for WIN32. | ||||
* | moved includes to setup.h so that the project headers also pick them up ↵ | Gunter Knauf | 2007-06-30 | 1 | -3/+0 |
| | | | | (eleminate gcc warning). | ||||
* | minor patches to enable building for NetWare CLIB. | Gunter Knauf | 2007-06-30 | 1 | -0/+3 |
| | | | | sent by Dmitry Mityugov. | ||||
* | Made the copyright year match the latest modification's year. | Daniel Stenberg | 2006-01-09 | 1 | -1/+1 |
| | |||||
* | Cleanup windows header includes. Where aplicable, inclusion of | Yang Tse | 2005-12-18 | 1 | -1/+0 |
| | | | | windows.h winsock.h winsock2.h ws2tcpip.h is done in setup.h | ||||
* | <windows.h> required for Watcom. | Gisle Vanem | 2004-12-17 | 1 | -0/+1 |
| | |||||
* | Dirk Manske increased the resolution for what the CURLINFO_*_TIME return. | Daniel Stenberg | 2004-04-09 | 1 | -0/+11 |
| | |||||
* | provide these functions as curlx_* ones as this enables the curl app to | Daniel Stenberg | 2004-04-06 | 1 | -3/+3 |
| | | | | re-use these sources and functions for subsecond resolution timing | ||||
* | added more comments for what the functions return | Daniel Stenberg | 2004-03-30 | 1 | -3/+7 |
| | |||||
* | Gisle Vanem's fixes to use CURL_SOCKET_BAD more instead of -1 for sockets. | Daniel Stenberg | 2004-03-11 | 1 | -0/+1 |
| | |||||
* | make our private version of gettimeofday() static | Daniel Stenberg | 2004-01-04 | 1 | -22/+24 |
| | |||||
* | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg | 2003-10-14 | 1 | -3/+2 |
| | |||||
* | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | 2003-01-29 | 1 | -8/+0 |
| | | | | way for emacs, and vim users should provide a similar non-polluting style | ||||
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
| | |||||
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
| | |||||
* | T. Bharath fixed his mm lib timer resolution fix | Daniel Stenberg | 2002-06-26 | 1 | -3/+7 |
| | |||||
* | T. Bharath fixed higher resolution time for windows builds | Daniel Stenberg | 2002-06-03 | 1 | -16/+30 |
| | |||||
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
| | |||||
* | made Curl_tvdiff round the diff better and make the subtraction before | Daniel Stenberg | 2001-11-12 | 1 | -3/+3 |
| | | | | the multiply to not wrap-around | ||||
* | Curl_tvdiff() now returns a millisecond diff, no double like before | Daniel Stenberg | 2001-10-12 | 1 | -2/+3 |
| | |||||
* | looks nicer and is better compatible with older vim versions | Sterling Hughes | 2001-10-11 | 1 | -2/+2 |
| | |||||
* | added comment to the tvdiff | Daniel Stenberg | 2001-10-01 | 1 | -0/+4 |
| | |||||
* | Added formatting sections for emacs and vim | Sterling Hughes | 2001-09-07 | 1 | -0/+8 |
| | |||||
* | Curl_tvnow is now properly declared with (void) | Daniel Stenberg | 2001-03-13 | 1 | -1/+1 |
| | |||||
* | Internal symbols that aren't static are now prefixed with 'Curl_' | Daniel Stenberg | 2001-01-05 | 1 | -3/+3 |
| | |||||
* | dual-license fix | Daniel Stenberg | 2001-01-03 | 1 | -28/+11 |
| | |||||
* | haxx.nu => haxx.se | Daniel Stenberg | 2000-06-20 | 1 | -2/+2 |
| | |||||
* | Initial revision | Daniel Stenberg | 1999-12-29 | 1 | -0/+93 |