1. 571ec98 [CLEANUP] remove unused DEBUG_PARSE_NO_SPEEDUP define by Willy Tarreau · Tue Jul 07 08:56:15 2009 +0200
  2. 06b917c [BUG] http: redirect rules were processed too early by Willy Tarreau · Mon Jul 06 16:34:52 2009 +0200
  3. dc340a9 [MEDIUM] splice: set the capability on each stream_interface by Willy Tarreau · Sun Jun 28 23:10:19 2009 +0200
  4. 1a52dbd [MEDIUM] session: rework buffer analysis to permit permanent analysers by Willy Tarreau · Sun Jun 28 19:37:53 2009 +0200
  5. 5d707e1 [MEDIUM] stream_sock: don't close prematurely when nolinger is set by Willy Tarreau · Sun Jun 28 11:09:07 2009 +0200
  6. 5d01a63 [MEDIUM] config: support loading multiple configuration files by Willy Tarreau · Mon Jun 22 16:02:30 2009 +0200
  7. 915e1eb [MEDIUM] config: split parser and checker in two functions by Willy Tarreau · Mon Jun 22 15:48:36 2009 +0200
  8. 3deb3d0 [MAJOR] session: simplify buffer error handling by Willy Tarreau · Sun Jun 21 22:43:05 2009 +0200
  9. b67a9b8 [MAJOR] session: only check for timeouts when they have just occurred. by Willy Tarreau · Sun Jun 21 22:03:51 2009 +0200
  10. ea38854 [MAJOR] session: don't clear buffer status flags anymore by Willy Tarreau · Sun Jun 21 21:45:58 2009 +0200
  11. c9fe456 [MINOR] make DEFAULT_MAXCONN user-configurable at build time by Willy Tarreau · Mon Jun 15 16:33:36 2009 +0200
  12. 6704d67 [MEDIUM] support setting a server weight to zero by Willy Tarreau · Mon Jun 15 10:56:05 2009 +0200
  13. be1b918 [MEDIUM] add support for TCP MSS adjustment for listeners by Willy Tarreau · Sun Jun 14 18:48:19 2009 +0200
  14. 3208731 [BUILD] add support for build under Cygwin by Yitzhak Sapir · Sun Jun 14 18:27:54 2009 +0200
  15. d88edf2 [MEDIUM] implement tcp-smart-connect option at the backend by Willy Tarreau · Sun Jun 14 15:48:17 2009 +0200
  16. fb14edc [MEDIUM] stream_sock: implement tcp-cork for use during shutdowns on Linux by Willy Tarreau · Sun Jun 14 15:24:37 2009 +0200
  17. 9ea05a7 [MEDIUM] implement option tcp-smart-accept at the frontend by Willy Tarreau · Sun Jun 14 12:07:01 2009 +0200
  18. 3842f00 [MINOR] config: support resetting options do default values by Willy Tarreau · Sun Jun 14 11:39:52 2009 +0200
  19. 84b57da [MINOR] config: track "no option"/"option" changes by Willy Tarreau · Sun Jun 14 11:10:45 2009 +0200
  20. c6f4ce8 [MEDIUM] add support for binding to source port ranges during connect by Willy Tarreau · Wed Jun 10 11:09:37 2009 +0200
  21. f68da46 [BUG] ensure that we correctly re-start old process in case of error by Willy Tarreau · Tue Jun 09 14:36:00 2009 +0200
  22. 6bde87b [MINOR] startup: don't imply -q with -D by Willy Tarreau · Mon May 18 16:29:51 2009 +0200
  23. 7915888 [DEV] open new 1.4 development branch by Willy Tarreau · Tue Jun 09 11:59:08 2009 +0200
  24. beb05ae [RELEASE] Released version 1.3.18 by Willy Tarreau · Sun May 10 20:27:47 2009 +0200
  25. a94f2d2 [MINOR] stats/html: use the arial font before helvetica by Willy Tarreau · Sun May 10 20:08:10 2009 +0200
  26. a3e4942 [MINOR] stats: report max sessions/s and limit in HTML stats by Willy Tarreau · Sun May 10 19:19:41 2009 +0200
  27. 8f208ec [MINOR] stats: report max sessions/s and limit in CSV export by Willy Tarreau · Sun May 10 19:01:49 2009 +0200
  28. 13a34bd [MINOR] compute the max of sessions/s on fe/be/srv by Willy Tarreau · Sun May 10 18:52:49 2009 +0200
  29. f7edefa [MINOR] implement per-logger log level limitation by Willy Tarreau · Sun May 10 17:20:05 2009 +0200
  30. affb481 [MEDIUM] add support for "balance hdr(name)" by Benoit · Wed Mar 25 13:02:10 2009 +0100
  31. 946ba59 [MINOR] standard: provide a new 'my_strndup' function by Willy Tarreau · Sun May 10 15:41:18 2009 +0200
  32. c57f0e2 [DOC] rearrange the configuration manual and add a summary by Willy Tarreau · Sun May 10 13:12:33 2009 +0200
  33. 8e80e0b [BUG] fix parser crash on unconditional tcp content rules by Willy Tarreau · Sun May 10 12:05:46 2009 +0200
  34. 55165fe [DOC] minor fixes and rearrangements by Willy Tarreau · Sun May 10 12:02:55 2009 +0200
  35. c9bd0cc [MINOR] add options dontlog-normal and log-separate-errors by Willy Tarreau · Sun May 10 11:57:02 2009 +0200
  36. 1700b9c [MINOR] don't close stdio fds twice by Willy Tarreau · Sun May 10 10:33:29 2009 +0200
  37. d79e79b [BUG] O(1) pollers should check their FD before closing it by Willy Tarreau · Sun May 10 10:18:54 2009 +0200
  38. 01b3a53 [MEDIUM] convert all signals to asynchronous signals by Willy Tarreau · Sun May 10 09:59:50 2009 +0200
  39. 332740d [MEDIUM] pollers: don't wait if a signal is pending by Willy Tarreau · Sun May 10 09:57:21 2009 +0200
  40. 2985794 [MEDIUM] call signal_process_queue from run_poll_loop by Willy Tarreau · Sun May 10 09:01:21 2009 +0200
  41. bc5258d [BUILD] add signal.o to all makefiles by Willy Tarreau · Sun May 10 09:00:20 2009 +0200
  42. 8f38bd0 [MINOR] add basic signal handling functions by Willy Tarreau · Sun May 10 08:53:33 2009 +0200
  43. 36db02e [BUG] x-original-to: fix missing initialization to default value by Maik Broemme · Fri May 08 17:02:07 2009 +0200
  44. 2850cb4 [MINOR] add X-Original-To: header by Maik Broemme · Fri Apr 17 18:53:21 2009 +0200
  45. 3909a2a [MINOR] rhel init script : support the reload operation by Willy Tarreau · Fri May 01 15:49:56 2009 +0200
  46. 2df8d71 [BUG] fix wrong pointer arithmetics in HTTP message captures by Willy Tarreau · Fri May 01 11:33:17 2009 +0200
  47. 79e9989 [CRITICAL] uninitialized response field can sometimes cause crashes by Willy Tarreau · Mon Apr 27 08:11:33 2009 +0200
  48. b7f9d12 [MEDIUM] ensure we don't recursively call pool_gc2() by Willy Tarreau · Tue Apr 21 02:17:45 2009 +0200
  49. 3b88d44 [MINOR] switch all stat counters to 64-bit by Willy Tarreau · Sat Apr 11 20:44:08 2009 +0200
  50. ef7341d [BUILD] make it possible to pass alternative arch at build time by Willy Tarreau · Sat Apr 11 19:45:50 2009 +0200
  51. ff443f9 [CLEANUP] remove unused make option from haproxy.spec by Willy Tarreau · Sat Apr 11 19:44:17 2009 +0200
  52. 5e4a6f1 [MINOR] fix a few remaining printf-like formats on 64-bit platforms by Willy Tarreau · Sat Apr 11 19:42:49 2009 +0200
  53. 0bba5a8 [BUG] stats: total and lbtot are unsigned by Willy Tarreau · Tue Apr 07 13:27:40 2009 +0200
  54. f1a09bd [BUILD] spec file: fix broken pipe during rpmbuild and add man file by Sébastien Barrier · Thu Apr 02 15:09:35 2009 +0200
  55. af403fc [CLEANUP] give a little bit more information in error message by Jeffrey 'jf' Lim · Thu Apr 02 21:53:56 2009 +0800
  56. 1772ece [MINOR] fix several printf formats and missing arguments by Willy Tarreau · Fri Apr 03 14:49:12 2009 +0200
  57. 40d2516 [BUILD] add format(printf) to printf-like functions by Willy Tarreau · Fri Apr 03 12:01:47 2009 +0200
  58. 4076a15 [MEDIUM] http: capture invalid requests/responses even if accepted by Willy Tarreau · Thu Apr 02 15:18:36 2009 +0200
  59. 32a4ec0 [MEDIUM] http: add options to ignore invalid header names by Willy Tarreau · Thu Apr 02 11:35:18 2009 +0200
  60. 61d1889 [MINOR] improve reporting of misplaced acl/reqxxx rules by Willy Tarreau · Tue Mar 31 10:49:21 2009 +0200
  61. f459b42 [RELEASE] Released version 1.3.17 by Willy Tarreau · Sun Mar 29 15:26:57 2009 +0200
  62. b181465 [BUILD] makefile: remove unused references to linux24eold and EPOLL_CTL_WORKAROUND by Willy Tarreau · Sun Mar 29 15:08:25 2009 +0200
  63. 331099b [BUILD] remove haproxy-small.spec by Willy Tarreau · Sun Mar 29 15:05:24 2009 +0200
  64. facafad [PATCH] Update specfile to build for v2.6 kernel. by Jan-Frode Myklebust · Thu Mar 26 15:45:53 2009 +0100
  65. 0a6d2ef [MINOR] stats/html: group digits by 3 to clarify numbers by Willy Tarreau · Sun Mar 29 14:46:01 2009 +0200
  66. e7239b5 [MINOR] implement ulltoh() to write HTML-formatted numbers by Willy Tarreau · Sun Mar 29 13:41:58 2009 +0200
  67. 2ab85e6 [BUG] don't set an expiration date directly from now_ms by Willy Tarreau · Sun Mar 29 10:24:15 2009 +0200
  68. d06e711 [BUG] stream_sock: check for shut{r,w} before refreshing some timeouts by Willy Tarreau · Sun Mar 29 10:18:41 2009 +0200
  69. c6dcad6 [MINOR] show sess: report a lot more information about sessions by Willy Tarreau · Sun Mar 29 00:18:14 2009 +0100
  70. 6574519 [MINOR] sepoll: don't count two events on the same FD. by Willy Tarreau · Sat Mar 28 21:10:48 2009 +0100
  71. 1714e0f [BUG] stream_sock: disable I/O on fds reporting an error by Willy Tarreau · Sat Mar 28 20:54:53 2009 +0100
  72. 1eead50 [BUG] don't call epoll_ctl() on closed sockets by Willy Tarreau · Sat Mar 28 19:43:06 2009 +0100
  73. 3884cba [MINOR] show sess: report number of calls to each task by Willy Tarreau · Sat Mar 28 17:54:35 2009 +0100
  74. 2d04559 [BUG] reject unix accepts when connection limit is reached by Willy Tarreau · Sat Mar 28 11:02:18 2009 +0100
  75. 127334e [BUG] reset the stream_interface connect timeout upon connect or error by Willy Tarreau · Sat Mar 28 10:47:26 2009 +0100
  76. 8019ffa [RELEASE] Released version 1.3.16 by Willy Tarreau · Sun Mar 22 23:46:12 2009 +0100
  77. 573fd80 [OPTIM] sepoll: do not re-check whole list upon accepts by Willy Tarreau · Sun Mar 22 19:25:46 2009 +0100
  78. b00f9c4 [BUG] check for global.maxconn before doing accept() by Willy Tarreau · Sat Mar 21 22:43:12 2009 +0100
  79. 06bea94 [MEDIUM] session: don't resync FSMs on non-interesting changes by Willy Tarreau · Sat Mar 21 22:09:29 2009 +0100
  80. 1b194fe [OPTIM] buffer: new BF_READ_DONTWAIT flag reduces EAGAIN rates by Willy Tarreau · Sat Mar 21 21:10:04 2009 +0100
  81. 6f4a82c [OPTIM] stream_sock: don't retry to read after a large read by Willy Tarreau · Sat Mar 21 20:43:57 2009 +0100
  82. e383880 [BUG] server check intervals must not be null by Willy Tarreau · Sat Mar 21 18:58:32 2009 +0100
  83. c7bdf09 [MINOR] stats: report number of tasks (active and running) by Willy Tarreau · Sat Mar 21 18:33:52 2009 +0100
  84. a461318 [MINOR] task: keep a task count and clean up task creators by Willy Tarreau · Sat Mar 21 18:13:21 2009 +0100
  85. 135a113 [MINOR] sched: permit a task to stay up between calls by Willy Tarreau · Sat Mar 21 13:26:05 2009 +0100
  86. 26ca34e [BUG] scheduler: fix improper handling of duplicates __task_queue() by Willy Tarreau · Sat Mar 21 12:51:40 2009 +0100
  87. 218859a [BUG] sched: don't leave 3 lasts tasks unprocessed when niced tasks are present by Willy Tarreau · Sat Mar 21 11:53:09 2009 +0100
  88. e35c94a [MEDIUM] scheduler: get rid of the 4 trees thanks and use ebtree v4.1 by Willy Tarreau · Sat Mar 21 10:01:42 2009 +0100
  89. 5804434 [MINOR] update ebtree to version 4.1 by Willy Tarreau · Sat Mar 21 07:40:32 2009 +0100
  90. c820300 [BUILD] Fixed Makefile for linking pcre by Christian Wiese · Thu Nov 20 14:47:04 2008 +0100
  91. 6b6a53d [CONTRIB] selinux policy for haproxy by Jan-Frode Myklebust · Tue Mar 17 21:26:43 2009 +0100
  92. 8365f93 [CLEANUP] http: remove some commented out obsolete code in process_response by Willy Tarreau · Sun Mar 15 23:11:49 2009 +0100
  93. 86ef7dc [MINOR] tcp_request: let the caller take care of errors and timeouts by Willy Tarreau · Sun Mar 15 22:55:47 2009 +0100
  94. 8445533 [BUG] session: errors were not reported in termination flags in TCP mode by Willy Tarreau · Sun Mar 15 22:34:05 2009 +0100
  95. a3780f2 [BUG] connect timeout is in the stream interface, not the buffer by Willy Tarreau · Sun Mar 15 21:49:00 2009 +0100
  96. 5af24ef [CLEANUP] config: catch and report some possibly wrong rule ordering by Willy Tarreau · Sun Mar 15 15:23:16 2009 +0100
  97. 55bc0f8 [MEDIUM] reverse internal proxy declaration order to match configuration by Willy Tarreau · Sun Mar 15 14:51:53 2009 +0100
  98. d869b24 [MINOR] tcp-inspect: permit the use of no-delay inspection by Willy Tarreau · Sun Mar 15 14:43:58 2009 +0100
  99. 3cd9af2 [MINOR] cfgparse: set backends to "balance roundrobin" by default by Willy Tarreau · Sun Mar 15 14:06:41 2009 +0100
  100. ff01a21 [MINOR] cfgparse: some cleanups in the consistency checks by Willy Tarreau · Sun Mar 15 13:46:16 2009 +0100