1. f617824 CLEANUP: time: refine the test on _POSIX_TIMERS by Willy Tarreau · Tue May 21 19:46:58 2019 +0200
  2. 219b829 MINOR: time: add a function to retrieve another thread's cputime by Willy Tarreau · Mon May 20 20:28:34 2019 +0200
  3. 81036f2 MINOR: time: move the cpu, mono, and idle time to thread_info by Willy Tarreau · Mon May 20 19:24:50 2019 +0200
  4. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · Fri Mar 29 17:26:33 2019 +0100
  5. 48f8bc1 MINOR: poller: move the call of tv_update_date() back to the pollers by Willy Tarreau · Thu Nov 22 18:57:37 2018 +0100
  6. 609aad9 REORG: time/activity: move activity measurements to activity.{c,h} by Willy Tarreau · Thu Nov 22 08:31:09 2018 +0100
  7. ed72d82 MEDIUM: time: measure the time stolen by other threads by Willy Tarreau · Wed Oct 17 19:01:24 2018 +0200
  8. 5ceeb15 MINOR: time: add now_mono_time() and now_cpu_time() by Willy Tarreau · Wed Oct 17 18:59:53 2018 +0200
  9. 7e9c4ae MINOR: poller: move time and date computation out of the pollers by Willy Tarreau · Wed Oct 17 14:31:19 2018 +0200
  10. 9a65571 MEDIUM: threads/time: Many global variables from time.h are now thread-local by Christopher Faulet · Thu May 11 11:00:15 2017 +0200
  11. 5f3f15f BUILD: time: adapt the type of TV_ETERNITY to the local system by Willy Tarreau · Fri Dec 13 09:22:23 2013 +0100
  12. eab777c BUG/MINOR: time: frequency counters are not totally accurate by Willy Tarreau · Sat Dec 29 21:50:07 2012 +0100
  13. 421f5b5 MINOR: Date and time fonctions that don't use snprintf by William Lallemand · Mon Feb 06 18:15:57 2012 +0100
  14. 45a1251 [MEDIUM] poll: add a measurement of idle vs work time by Willy Tarreau · Sat Sep 10 16:56:42 2011 +0200
  15. 7559058 [MINOR] add curr_sec_ms and curr_sec_ms_scaled for current second. by Willy Tarreau · Thu Mar 05 14:54:50 2009 +0100
  16. 776cd87 [MINOR] time: add __usec_to_1024th to convert usecs to 1024th of second by Willy Tarreau · Thu Mar 05 00:34:01 2009 +0100
  17. e6313a3 [MINOR] introduce now_ms, the current date in milliseconds by Willy Tarreau · Sun Jun 29 13:47:25 2008 +0200
  18. b0b37bc [MEDIUM] further improve monotonic clock by check forward jumps by Willy Tarreau · Mon Jun 23 14:00:57 2008 +0200
  19. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · Sun Jun 22 17:18:02 2008 +0200
  20. c8f24f8 [BUILD] fix 2 minor issues on AIX by Willy Tarreau · Fri Nov 30 18:38:35 2007 +0100
  21. 8513094 [MEDIUM] stats: report server and backend cumulated downtime by Krzysztof Oledzki · Mon Oct 22 16:21:10 2007 +0200
  22. 0481c20 [MINOR] add new tv_* functions by Willy Tarreau · Sun May 13 16:03:27 2007 +0200
  23. 49fa3a1 [MINOR] time.h: added a few tv_* functions to manipulate timevals by Willy Tarreau · Sat May 12 22:29:44 2007 +0200
  24. 42aae5c [MEDIUM] many cleanups in the time functions by Willy Tarreau · Sun Apr 29 17:43:56 2007 +0200
  25. 8d7d149 [MEDIUM] implement and use tv_cmp2_le instead of tv_cmp2_ms by Willy Tarreau · Sun Apr 29 10:50:43 2007 +0200
  26. a6a6a93 [MAJOR] changed TV_ETERNITY to ~0 instead of 0 by Willy Tarreau · Sat Apr 28 22:40:08 2007 +0200
  27. 5e8f066 [MINOR] slightly optimize time calculation for rbtree by Willy Tarreau · Mon Feb 12 00:59:08 2007 +0100
  28. fb27867 [MEDIUM] use regparm on a few tv_* functions by Willy Tarreau · Sun Oct 15 15:38:50 2006 +0200
  29. b17916e [CLEANUP] add a few "const char *" where appropriate by Willy Tarreau · Sun Oct 15 15:17:57 2006 +0200
  30. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · Thu Jun 29 18:54:54 2006 +0200
  31. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · Thu Jun 29 17:53:05 2006 +0200[Renamed (97%) from include/haproxy/time.h]
  32. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · Mon Jun 26 02:48:02 2006 +0200