1. 534c5a2 [OPTIM] add compiler hints in tick_is_expired() by Willy Tarreau · Thu Sep 04 09:00:24 2008 +0200
  2. 75cf17e [OPTIM] force inlining of large functions with gcc >= 3 by Willy Tarreau · Fri Aug 29 15:48:49 2008 +0200
  3. 61eadc0 [BUG] regparm is broken on gcc < 3 by Willy Tarreau · Sun Aug 17 17:06:37 2008 +0200
  4. f853320 [MINOR] term_trace: add better instrumentations to trace the code by Willy Tarreau · Sat Aug 16 14:55:08 2008 +0200
  5. 48d63db [MEDIUM] memory: update pool_free2() to support NULL pointers by Willy Tarreau · Sun Aug 03 17:41:33 2008 +0200
  6. af72a1d [MINOR] permit renaming of x-forwarded-for header by Ross West · Sun Aug 03 10:51:45 2008 +0200
  7. 177e2b0 [CLEANUP] remove dependency on obsolete INTBITS macro by Willy Tarreau · Tue Jul 15 00:36:31 2008 +0200
  8. 39f23b6 [MINOR] cfgparse: add support for warnings in external functions by Willy Tarreau · Wed Jul 09 20:22:56 2008 +0200
  9. 5b2c336 [MEDIUM] add support for configuration keyword registration by Willy Tarreau · Wed Jul 09 19:39:06 2008 +0200
  10. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · Mon Jul 07 00:09:58 2008 +0200
  11. 75875a7 [BUILD] silent a warning in unlikely() with gcc 4.x by Willy Tarreau · Sun Jul 06 15:18:50 2008 +0200
  12. e6313a3 [MINOR] introduce now_ms, the current date in milliseconds by Willy Tarreau · Sun Jun 29 13:47:25 2008 +0200
  13. 47d9404 [OPTIM] add branch prediction hints in list manipulations by Willy Tarreau · Mon Jun 23 22:39:37 2008 +0200
  14. b0b37bc [MEDIUM] further improve monotonic clock by check forward jumps by Willy Tarreau · Mon Jun 23 14:00:57 2008 +0200
  15. b7f694f [MEDIUM] implement a monotonic internal clock by Willy Tarreau · Sun Jun 22 17:18:02 2008 +0200
  16. 5c6f58f [DEBUG] add a TRACE macro to facilitate runtime data extraction by Willy Tarreau · Fri Jun 13 22:36:31 2008 +0200
  17. 8001d61 [MEDIUM] Fix memory freeing at exit, part 2 by Krzysztof Piotr Oledzki · Sat May 31 13:53:23 2008 +0200
  18. efe3b6f [MINOR] Allow to specify a domain for a cookie by Krzysztof Piotr Oledzki · Fri May 23 23:49:32 2008 +0200
  19. 1fb6c87 [MEDIUM] upgrade to ebtree v4.0 by Willy Tarreau · Fri May 16 19:48:20 2008 +0200
  20. e7dd2f2 [BUILD] fix build with gcc 4.3 by Jeremy Hinegardner · Mon Apr 21 07:34:31 2008 +0200
  21. caf720d [BUG] str2sun could leak a small buffer in case of error during parsing by Willy Tarreau · Fri Mar 07 10:07:04 2008 +0100
  22. 2c6962c [MAJOR] proto_uxst rework -> SNMP support by Krzysztof Piotr Oledzki · Sun Mar 02 02:42:14 2008 +0100
  23. 70bcfb7 [OPTIM] GCC4's builtin_expect() is suboptimal by Willy Tarreau · Sun Jan 27 02:21:53 2008 +0100
  24. 0a45989 [MINOR] add transparent proxy support for balabit's Tproxy v4 by Willy Tarreau · Sun Jan 13 17:37:16 2008 +0100
  25. b1e52e8 [MEDIUM] support fully transparent proxy on Linux (USE_LINUX_TPROXY) by Willy Tarreau · Sun Jan 13 14:49:51 2008 +0100
  26. 336d475 [MEDIUM]: Inversion for options by Krzysztof Oledzki · Tue Dec 25 02:40:22 2007 +0100
  27. 81ae195 [MEDIUM] add support for logging via a UNIX socket by Robert Tsai · Wed Dec 05 10:47:29 2007 +0100
  28. a0d37b6 [MINOR] implement a time parsing function by Willy Tarreau · Sun Dec 02 22:00:35 2007 +0100
  29. 2e74c3f [MEDIUM] restrict the set of allowed characters for identifiers by Willy Tarreau · Sun Dec 02 18:45:09 2007 +0100
  30. c8f24f8 [BUILD] fix 2 minor issues on AIX by Willy Tarreau · Fri Nov 30 18:38:35 2007 +0100
  31. 5eb1a90 [MEDIUM] New option http_proxy by Alexandre Cassen · Thu Nov 29 15:43:32 2007 +0100
  32. be68e6a [MEDIUM] ebtree: include config.h for REGPRM* by Willy Tarreau · Wed Nov 21 10:34:15 2007 +0100
  33. f56fd8a [BUILD] make ebtree headers multiple-include compatible by Willy Tarreau · Mon Nov 19 18:43:04 2007 +0100
  34. e6d2e4d [MINOR] merge ebtree version 3.0 by Willy Tarreau · Thu Nov 15 23:56:17 2007 +0100
  35. 6fb42e0 [MINOR] add an options field to the listeners by Willy Tarreau · Sun Oct 28 17:02:33 2007 +0100
  36. e6bbd74 [MEDIUM] Handle long lines properly by Krzysztof Piotr Oledzki · Thu Nov 01 00:33:12 2007 +0100
  37. bd578bb [CLEANUP] silent warning about LIST_* being redefined on OpenBSD by Willy Tarreau · Sun Oct 28 11:41:06 2007 +0100
  38. d740bab [MINOR] move error codes to common/errors.h by Willy Tarreau · Sun Oct 28 11:14:07 2007 +0100
  39. 91092e5 [MINOR] provide easy-to-use limit_r and LIM2A* macros by Willy Tarreau · Thu Oct 25 16:58:42 2007 +0200
  40. 72d759c [MINOR] provide easier-to-use ultoa_* functions by Willy Tarreau · Thu Oct 25 12:14:10 2007 +0200
  41. fe94460 [BUG] fix calls to localtime() by Willy Tarreau · Thu Oct 25 10:34:16 2007 +0200
  42. 3f0c976 [BUG] fix error checking in strl2ic/strl2uic() by Willy Tarreau · Thu Oct 25 09:42:24 2007 +0200
  43. 8513094 [MEDIUM] stats: report server and backend cumulated downtime by Krzysztof Oledzki · Mon Oct 22 16:21:10 2007 +0200
  44. d9db927 [MINOR] report haproxy's version by default on the stats page by Krzysztof Oledzki · Mon Oct 15 10:05:11 2007 +0200
  45. 2c43a1e [MEDIUM] only consider slow checks when looking for the common interval by Willy Tarreau · Sun Oct 14 23:05:39 2007 +0200
  46. ec69256 [BUILD] centralize version and date into one file for each by Willy Tarreau · Sun Sep 09 23:31:11 2007 +0200
  47. 51041c7 [MAJOR] remove files distributed under an obscure license by Willy Tarreau · Sun Sep 09 21:56:53 2007 +0200
  48. bbd4212 [MINOR] add support for "stats refresh <interval>" by Willy Tarreau · Wed Jul 25 07:26:38 2007 +0200
  49. b21152b [RELEASE] Released version 1.3.12 with the following main changes : by Willy Tarreau · Sun Jun 17 23:41:40 2007 +0200
  50. a3503e0 [RELEASE] Released version 1.3.11.4 with the following main changes : by Willy Tarreau · Sun Jun 03 17:27:07 2007 +0200
  51. 1db3771 [MEDIUM] limit the number of events returned by *poll* by Willy Tarreau · Sun Jun 03 17:16:49 2007 +0200
  52. 3c6fc07 [RELEASE] Released version 1.3.11.3 with the following main changes : by Willy Tarreau · Mon May 14 14:40:25 2007 +0200
  53. fc273c2 [RELEASE] Released version 1.3.11.2 with the following main changes : by Willy Tarreau · Mon May 14 03:42:47 2007 +0200
  54. 3c5340c [RELEASE] Released version 1.3.11.1 with the following main changes : by Willy Tarreau · Mon May 14 03:18:43 2007 +0200
  55. 544eb40 [RELEASE] Released version 1.3.11 with the following main changes : by Willy Tarreau · Mon May 14 02:42:33 2007 +0200
  56. 4d2d098 [MAJOR] call garbage collector when doing soft stop by Willy Tarreau · Mon May 14 00:39:29 2007 +0200
  57. 7dcd46d [MEDIUM] enhance behaviour of mempools v2 by Willy Tarreau · Mon May 14 00:16:13 2007 +0200
  58. cf7f320 [MAJOR] last bunch of capture changes for mempool v2 by Willy Tarreau · Sun May 13 22:46:04 2007 +0200
  59. 332f8bf [MAJOR] ported requri to use mempools v2 by Willy Tarreau · Sun May 13 21:36:56 2007 +0200
  60. 63963c6 [MAJOR] ported appsession to use mempools v2 by Willy Tarreau · Sun May 13 21:29:55 2007 +0200
  61. e6ce59d [MEDIUM] add new memory management functions by Willy Tarreau · Sun May 13 19:38:49 2007 +0200
  62. 50e608d [MEDIUM] implement memory pools version 2 by Willy Tarreau · Sun May 13 18:26:08 2007 +0200
  63. 0481c20 [MINOR] add new tv_* functions by Willy Tarreau · Sun May 13 16:03:27 2007 +0200
  64. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · Sat May 12 22:35:00 2007 +0200
  65. 49fa3a1 [MINOR] time.h: added a few tv_* functions to manipulate timevals by Willy Tarreau · Sat May 12 22:29:44 2007 +0200
  66. 9ca931f [RELEASE] Released version 1.3.10.2 with the following main changes : by Willy Tarreau · Thu May 10 07:51:17 2007 +0200
  67. 938b303 [BUILD] fixed build of files including standard.h on OpenBSD by Willy Tarreau · Thu May 10 06:39:03 2007 +0200
  68. 13398d3 [RELEASE] Released version 1.3.10.1 with the following main changes : by Willy Tarreau · Wed May 09 22:58:28 2007 +0200
  69. 61beedf [RELEASE] Released version 1.3.10 with the following main changes : by Willy Tarreau · Wed May 09 01:44:58 2007 +0200
  70. 2367790 [MEDIUM] implement SMTP health checks by Willy Tarreau · Tue May 08 23:50:35 2007 +0200
  71. d077a8e [MINOR] fixed useless memory allocation in str2net() by Willy Tarreau · Tue May 08 18:28:09 2007 +0200
  72. 3ff3dc1 [MINOR] add support for variable size arrays in structures by Willy Tarreau · Mon May 07 00:19:57 2007 +0200
  73. 2b1dccd [MINOR] add LIST_HEAD_INIT to the list management macros by Willy Tarreau · Mon May 07 00:18:32 2007 +0200
  74. b9c62b9 [MEDIUM] add better list management macros by Willy Tarreau · Wed May 02 20:46:49 2007 +0200
  75. 42aae5c [MEDIUM] many cleanups in the time functions by Willy Tarreau · Sun Apr 29 17:43:56 2007 +0200
  76. 8d7d149 [MEDIUM] implement and use tv_cmp2_le instead of tv_cmp2_ms by Willy Tarreau · Sun Apr 29 10:50:43 2007 +0200
  77. a6a6a93 [MAJOR] changed TV_ETERNITY to ~0 instead of 0 by Willy Tarreau · Sat Apr 28 22:40:08 2007 +0200
  78. 40cf67d [MINOR] added support for dual-linked lists by Willy Tarreau · Sat Apr 28 12:42:06 2007 +0200
  79. 6e0433f [RELEASE] Released version 1.3.9 with the following changes : by Willy Tarreau · Mon Apr 16 01:18:12 2007 +0200
  80. b40d420 [BUILD] declare epoll_* as static when using our own functions by Willy Tarreau · Sun Apr 15 23:57:41 2007 +0200
  81. 8374918 [MAJOR] implemented support for speculative I/O processing by Willy Tarreau · Sun Apr 15 20:56:27 2007 +0200
  82. 167d8b5 [BUILD] Fix limits.h once for all by Willy Tarreau · Mon Apr 09 22:16:12 2007 +0200
  83. cf83df3 [BUILD] fix build on FreeBSD for INT_MIN/INT_MAX by Willy Tarreau · Mon Apr 09 15:57:51 2007 +0200
  84. 42c7659 [RELEASE] Released version 1.3.8.2 with the following changes : by Willy Tarreau · Tue Apr 03 20:30:13 2007 +0200
  85. ef6d761 [RELEASE] Released version 1.3.8.1 with the following changes : by Willy Tarreau · Sun Apr 01 11:06:22 2007 +0200
  86. d661cc0 [RELEASE] Released version 1.3.8 with the following changes : by Willy Tarreau · Mon Mar 26 00:24:56 2007 +0200
  87. 9641e8f [MINOR] read optimizations based on the MSS by Willy Tarreau · Fri Mar 23 23:02:09 2007 +0100
  88. b8949f1 [MEDIUM] re-implemented the multiple read polling by Willy Tarreau · Fri Mar 23 22:39:59 2007 +0100
  89. 6911fa4 [MINOR] added new str2i* functions by Willy Tarreau · Sun Mar 04 18:06:08 2007 +0100
  90. 5e8f066 [MINOR] slightly optimize time calculation for rbtree by Willy Tarreau · Mon Feb 12 00:59:08 2007 +0100
  91. 9cabf70 [RELEASE] Released version 1.3.7 with the following changes : by Willy Tarreau · Fri Jan 26 23:49:01 2007 +0100
  92. ca28d1e [BUILD] fix build on FreeBSD (missing fd_set declaration) by Willy Tarreau · Wed Jan 24 18:20:50 2007 +0100
  93. 49e1ee8 [RELEASE] Released 1.3.6 with the following changes : by Willy Tarreau · Mon Jan 22 00:56:46 2007 +0100
  94. 7d58a63 [MINOR] added the Linux-style likely/unlikely macros by Willy Tarreau · Sat Jan 13 23:06:06 2007 +0100
  95. 5871f8e [RELEASE] Released 1.3.5 with the following major changes : by Willy Tarreau · Sun Jan 07 02:47:01 2007 +0100
  96. d59d22e [MINOR] imported the rbtree function from Linux kernel by Willy Tarreau · Sun Jan 07 00:18:48 2007 +0100
  97. 85270da [MINOR] updated versions and docs by Willy Tarreau · Tue Jan 02 00:59:39 2007 +0100
  98. c0dde7a [MAJOR] udpated the stats page to clearly distinguish FEs and BEs by Willy Tarreau · Mon Jan 01 21:38:07 2007 +0100
  99. 075a122 [MINOR] forgot to include common/tools.h in the archive. by Willy Tarreau · Fri Dec 22 14:40:41 2006 +0100
  100. a496b60 [MAJOR] merged the 'setbe' actions to switch the backend on a regex by Willy Tarreau · Sun Dec 17 23:15:24 2006 +0100