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