1. fe16126 BUG/MEDIUM: time: fix updating of global_now upon clock drift by Willy Tarreau · 3 years, 2 months ago
  2. 1f9e11e CLEANUP: time: use __tv_to_ms() in tv_update_date() instead of open-coding by Willy Tarreau · 3 years, 2 months ago
  3. 4d01f3d MINOR: time: avoid overwriting the same values of global_now by Willy Tarreau · 3 years, 2 months ago
  4. 481795d MINOR: time: avoid unneeded updates to now_offset by Willy Tarreau · 3 years, 2 months ago
  5. 4498271 MEDIUM: time: make the clock offset global and no per-thread by Willy Tarreau · 3 years, 3 months ago
  6. 7e4a557 MINOR: time: change the global timeval and the the global tick at once by Willy Tarreau · 3 years, 3 months ago
  7. 70cb302 MINOR: time: remove useless variable copies in tv_update_date() by Willy Tarreau · 3 years, 3 months ago
  8. c4c80fb MINOR: time: move the time initialization out of tv_update_date() by Willy Tarreau · 3 years, 3 months ago
  9. 61c72c3 CLEANUP: time: remove the now unused ms_left_scaled by Willy Tarreau · 3 years, 3 months ago
  10. b48e7c0 BUG/MEDIUM: time: make sure to always initialize the global tick by Willy Tarreau · 3 years, 3 months ago
  11. 6064b34 MINOR: time: also provide a global, monotonic global_now_ms timer by Willy Tarreau · 3 years, 3 months ago
  12. 650f374 MINOR: time: export the global_now variable by Willy Tarreau · 3 years, 4 months ago
  13. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  14. b39a375 BUG/MINOR: log: missing timezone on iso dates. by Emeric Brun · 4 years ago
  15. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  16. 5b9cde4 REORG: include: move THREAD_LOCAL and __decl_thread() to compiler.h by Willy Tarreau · 4 years, 1 month ago
  17. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  18. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  19. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  20. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  21. 03e7853 BUILD: remove obsolete support for -mregparm / USE_REGPARM by Willy Tarreau · 4 years, 4 months ago
  22. 93acfa2 MINOR: time: add timeofday_as_iso_us() to return instant time as ISO by Willy Tarreau · 4 years, 9 months ago
  23. 43091ed BUG/MINOR: time: make sure only one thread sets global_now at boot by Willy Tarreau · 5 years ago
  24. 81036f2 MINOR: time: move the cpu, mono, and idle time to thread_info by Willy Tarreau · 5 years ago
  25. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · 5 years ago
  26. cab0f0b MEDIUM: time: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  27. 609aad9 REORG: time/activity: move activity measurements to activity.{c,h} by Willy Tarreau · 6 years ago
  28. ed72d82 MEDIUM: time: measure the time stolen by other threads by Willy Tarreau · 6 years ago
  29. a331544 BUG/MINOR: time/threads: ensure the adjusted time is always correct by Willy Tarreau · 6 years ago
  30. 9fefc51 BUG/MEDIUM: threads/time: maintain a common time reference between all threads by Willy Tarreau · 7 years ago
  31. 7649aac BUG/MEDIUM: threads/time: fix time drift correction by Willy Tarreau · 7 years ago
  32. 99aad92 BUG/MAJOR: threads/time: Store the time deviation in an 64-bits integer by Christopher Faulet · 7 years ago
  33. 9a65571 MEDIUM: threads/time: Many global variables from time.h are now thread-local by Christopher Faulet · 7 years ago
  34. 351b3a1 CLEANUP: time: curr_sec_ms doesn't need to be exported by Willy Tarreau · 7 years ago
  35. eab777c BUG/MINOR: time: frequency counters are not totally accurate by Willy Tarreau · 12 years ago
  36. 421f5b5 MINOR: Date and time fonctions that don't use snprintf by William Lallemand · 12 years ago
  37. 45a1251 [MEDIUM] poll: add a measurement of idle vs work time by Willy Tarreau · 13 years ago
  38. 7559058 [MINOR] add curr_sec_ms and curr_sec_ms_scaled for current second. by Willy Tarreau · 15 years ago
  39. e6313a3 [MINOR] introduce now_ms, the current date in milliseconds by Willy Tarreau · 16 years ago
  40. b0b37bc [MEDIUM] further improve monotonic clock by check forward jumps by Willy Tarreau · 16 years ago
  41. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · 16 years ago
  42. c8f24f8 [BUILD] fix 2 minor issues on AIX by Willy Tarreau · 17 years ago
  43. 8513094 [MEDIUM] stats: report server and backend cumulated downtime by Krzysztof Oledzki · 17 years ago
  44. 0481c20 [MINOR] add new tv_* functions by Willy Tarreau · 17 years ago
  45. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · 17 years ago
  46. 42aae5c [MEDIUM] many cleanups in the time functions by Willy Tarreau · 17 years ago
  47. 8d7d149 [MEDIUM] implement and use tv_cmp2_le instead of tv_cmp2_ms by Willy Tarreau · 17 years ago
  48. a6a6a93 [MAJOR] changed TV_ETERNITY to ~0 instead of 0 by Willy Tarreau · 17 years ago
  49. 5e8f066 [MINOR] slightly optimize time calculation for rbtree by Willy Tarreau · 17 years ago
  50. fb27867 [MEDIUM] use regparm on a few tv_* functions by Willy Tarreau · 18 years ago
  51. b17916e [CLEANUP] add a few "const char *" where appropriate by Willy Tarreau · 18 years ago
  52. e3ba5f0 [CLEANUP] included common/version.h everywhere by Willy Tarreau · 18 years ago
  53. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · 18 years ago
  54. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · 18 years ago