]> sjero.net Git - wget/history - src/ptimer.c
mass change: update copyright years.
[wget] / src / ptimer.c
2011-01-01 Giuseppe Scrivanomass change: update copyright years.
2010-12-01 Giuseppe ScrivanoRemove redundant guard.
2010-05-08 Giuseppe ScrivanoMass update copyright years.
2009-09-22 Micah Cowan[mq]: cfg-mk
2009-09-04 Micah CowanRan update-copyright.
2009-07-04 Micah CowanAutomated merge.
2008-07-11 Micah CowanMerge current tip with CSS stuff.
2008-06-14 Micah CowanMerge build info with head.
2008-06-08 Saint XavierAutomaetd merge.
2008-06-01 Micah CowanAutomated merge.
2008-05-31 Micah CowanAutomated merge.
2008-05-31 Micah CowanHenri's -Wall patch.
2008-05-16 Micah CowanMerging heads.
2008-05-16 Micah CowanMerge getpass with quote, plus my NEWS entry.
2008-05-16 Micah CowanMerge quote module stuff with current mainline.
2008-04-22 Micah CowanMerging Ted Mielczarek's CSS changes with tip.
2008-04-20 Steven SchubigerUndo the USE_GNULIB_ALLOC defines.
2008-04-18 Steven SchubigerUse Gnulib's alloc functions throughout the source.
2008-01-25 Micah CowanUpdated copyright year.
2007-12-08 Micah CowanMerge SFLC licensing changes for OpenSSL with tip.
2007-11-28 Micah CowanUpdated licensing exception for OpenSSL from the SFLC.
2007-10-19 Micah CowanEschew config-post.h.
2007-10-06 Micah CowanMerging with previous Makefile.in updates.
2007-10-05 Micah CowanAutomated merge with file:/home/micah/devel/wget/eleven
2007-10-03 Micah CowanMerge with mainline
2007-09-28 Micah CowanMerge from mainline
2007-09-28 Micah CowanUpdate copyright lists, conforming to maintainer guidelines
2007-08-03 micah[svn] Make indentation consistent (all-spaces, no tabs).
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.