]> sjero.net Git - wget/history - src/ptimer.c
[svn] Merge of fix for bugs 20341 and 20410.
[wget] / src / ptimer.c
2007-07-10 micah[svn] Merge of fix for bugs 20341 and 20410.
2006-07-14 mtortonesi[svn] Added sanity checks for -k, -p, -r and -N when...
2005-07-06 hniksic[svn] Make timers measure seconds directly, not millise...
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-06-29 hniksic[svn] Include sys/time.h to get struct timeval.
2005-06-22 hniksic[svn] Use bool type for boolean variables and values.
2005-06-22 hniksic[svn] Expect existence of C89 functions, as well as...
2005-06-20 hniksic[svn] Use #elif where appropriate to make chaining...
2005-06-19 hniksic[svn] Remove K&R support.
2005-04-30 hniksic[svn] Typo fix in comment.
2005-04-29 hniksic[svn] Correctly check for _POSIX_MONOTONIC_CLOCK.
2005-04-15 hniksic[svn] Use _POSIX_TIMERS - 0 > 0, which handles the...
2005-04-15 hniksic[svn] Check for defined(_POSIX_TIMERS) before checking...
2005-04-08 hniksic[svn] Use Windows timers under Cygwin.
2005-04-08 hniksic[svn] Remove the unused "initialized" field from struct...
2005-04-08 hniksic[svn] Better selection of POSIX clocks.
2005-04-08 hniksic[svn] Fix typo affecting Windows build.
2005-04-07 hniksic[svn] Check that _POSIX_CLOCK_MONOTONIC >= 0 before...
2005-04-07 hniksic[svn] Check for defined-ness of _POSIX_MONOTONIC_CLOCK...
2005-04-07 hniksic[svn] Extract timers to a separate file.