1. f4f0412 [MINOR] prepare req_*/rsp_* to receive a condition by Willy Tarreau · Thu Jan 28 18:10:50 2010 +0100
  2. f1e98b8 [CLEANUP] config: use warnif_cond_requires_resp() to check for bad ACLs by Willy Tarreau · Thu Jan 28 17:59:39 2010 +0100
  3. ef6494c [CLEANUP] config: use build_acl_cond() instead of parse_acl_cond() by Willy Tarreau · Thu Jan 28 17:12:36 2010 +0100
  4. 2bbba41 [MINOR] acl: add build_acl_cond() to make it easier to add ACLs in config by Willy Tarreau · Thu Jan 28 16:48:33 2010 +0100
  5. c3e8b25 [MINOR] http: disable keep-alive when process is going down by Willy Tarreau · Thu Jan 28 15:01:20 2010 +0100
  6. 910ba4b [BUG] halog: fix segfault in case of empty log in PCT mode by Willy Tarreau · Tue Nov 17 10:16:19 2009 +0100
  7. db40a1c [BUILD] halog: make without arch-specific optimizations by Willy Tarreau · Tue Nov 17 10:08:17 2009 +0100
  8. ef78104 [MINOR] checks: add the server's status in the checks by Willy Tarreau · Wed Jan 27 11:53:01 2010 +0100
  9. e9d8788 [MINOR] checks: make the HTTP check code add the CRLF itself by Willy Tarreau · Wed Jan 27 11:28:42 2010 +0100
  10. 1edb144 [BUG] restore accidentely removed line in last patch ! by Willy Tarreau · Wed Jan 27 20:13:38 2010 +0100
  11. ac778f5 [CLEANUP] acl, patterns: make use of my_strndup() instead of malloc+memcpy by Willy Tarreau · Tue Jan 26 19:02:46 2010 +0100
  12. 0c55931 [MINOR] config: off-by-one in "stick-table" after list of converters by Willy Tarreau · Tue Jan 26 18:36:26 2010 +0100
  13. d31d6eb [MINOR] pattern: add the "ipmask()" converting function by Willy Tarreau · Tue Jan 26 18:01:41 2010 +0100
  14. 9e92d32 [MINOR] pattern: add support for argument parsers for converters by Willy Tarreau · Tue Jan 26 17:58:06 2010 +0100
  15. 2937c0d [MINOR] standard: str2mask: string to netmask converter by Willy Tarreau · Tue Jan 26 17:36:17 2010 +0100
  16. 1a51b63 [MINOR] pattern: make the converter more flexible by supporting void* and int args by Willy Tarreau · Tue Jan 26 17:17:56 2010 +0100
  17. a724d49 [BUG] patterns: copy-paste typo in type conversion arguments by Willy Tarreau · Tue Jan 26 16:48:20 2010 +0100
  18. 7aabd11 [STATS] make it possible to change a CLI connection timeout by Willy Tarreau · Tue Jan 26 10:59:06 2010 +0100
  19. 2eba6aa [RELEASE] Released version 1.4-dev8 by Willy Tarreau · Mon Jan 25 23:28:05 2010 +0100
  20. 99ed327 [CLEANUP] Keep in sync "defaults" support between documentation and code by Cyril Bonté · Sun Jan 24 23:29:44 2010 +0100
  21. 739cfba [BUG] http: trim any excess buffer data when recycling a connection by Willy Tarreau · Mon Jan 25 23:11:14 2010 +0100
  22. d08f82e [MINOR] http: remove a copy-paste typo in transaction cleaning by Willy Tarreau · Mon Jan 25 22:46:30 2010 +0100
  23. c5bbe53 [CRITICAL] buffers: buffer_insert_line2 must not change the ->w entry by Willy Tarreau · Mon Jan 25 20:39:51 2010 +0100
  24. 88d349d [MEDIUM] http: add support for Proxy-Connection header by Willy Tarreau · Mon Jan 25 12:15:43 2010 +0100
  25. 6939b55 [RELEASE] Released version 1.4-dev7 by Willy Tarreau · Mon Jan 25 01:54:37 2010 +0100
  26. bbfa793 [BUG] buffer_replace2 must never change the ->w entry by Willy Tarreau · Mon Jan 25 01:49:57 2010 +0100
  27. 2a6d88d [MINOR] http: logs must report persistent connections to down servers by Willy Tarreau · Sun Jan 24 13:10:43 2010 +0100
  28. 4de9149 [MINOR] add the "force-persist" statement to force persistence on down servers by Willy Tarreau · Fri Jan 22 19:10:05 2010 +0100
  29. ff7b588 [OPTIM] http: don't delay response if next request is incomplete by Willy Tarreau · Fri Jan 22 14:41:29 2010 +0100
  30. d5fd51c [BUG] http_server_error() must not purge a previous pending response by Willy Tarreau · Fri Jan 22 14:17:47 2010 +0100
  31. e803de2 [MINOR] add the ability to force kernel socket buffer size. by Willy Tarreau · Thu Jan 21 17:43:04 2010 +0100
  32. 6046652 [MAJOR] http: rework response Connection header handling by Willy Tarreau · Mon Jan 18 19:08:45 2010 +0100
  33. bbf0b37 [MAJOR] http: rework request Connection header handling by Willy Tarreau · Mon Jan 18 16:54:40 2010 +0100
  34. 348238b [MINOR] tools: add a "word_match()" function to match words and ignore spaces by Willy Tarreau · Mon Jan 18 15:05:57 2010 +0100
  35. 68085d8 [MINOR] http: add http_remove_header2() to remove a header value. by Willy Tarreau · Mon Jan 18 14:54:04 2010 +0100
  36. 116f91e [DOC] add documentation about connection header processing by Willy Tarreau · Sun Jan 17 11:43:59 2010 +0100
  37. cce7fa4 [MEDIUM] http: don't switch to tunnel mode upon close by Willy Tarreau · Sat Jan 16 23:19:39 2010 +0100
  38. d3c343f [BUG] http: don't count req errors on client resets or t/o during keep-alive by Willy Tarreau · Sat Jan 16 10:26:19 2010 +0100
  39. 7340ca5 [OPTIM] stream_sock: don't shutdown(write) when the socket is in error by Willy Tarreau · Sat Jan 16 10:03:45 2010 +0100
  40. 43a7e66 [BUG] buffers: remove remains of wrong obsolete length check by Willy Tarreau · Fri Jan 15 23:38:27 2010 +0100
  41. a5aa1c8 [BUG] check: we must not check for error before reading a response by Willy Tarreau · Fri Jan 15 10:35:58 2010 +0100
  42. fc1daaf [CLEANUP] stream_sock: MSG_NOSIGNAL is only for send(), not recv() by Willy Tarreau · Fri Jan 15 10:26:13 2010 +0100
  43. 2a3a517 [BUG] checks: chars are unsigned on AIX, check was always true by Willy Tarreau · Thu Jan 14 11:41:31 2010 +0100
  44. 050737f [BUILD] remove a warning in standard.h on AIX by Willy Tarreau · Thu Jan 14 11:40:12 2010 +0100
  45. 346f76d [MINOR] acl: add fe_id/so_id to match frontend's and socket's id by Krzysztof Piotr Oledzki · Tue Jan 12 21:59:30 2010 +0100
  46. b937b7e [DOC] add the doc about stickiness by Willy Tarreau · Tue Jan 12 15:27:54 2010 +0100
  47. 1d33b29 [MEDIUM] Add stick and store rules analysers. by Emeric Brun · Mon Jan 04 15:47:17 2010 +0100
  48. b982a3d [MEDIUM] Add stick table configuration and init. by Emeric Brun · Mon Jan 04 15:45:53 2010 +0100
  49. 5d16eda [MEDIUM] Add src dst and dport pattern fetches. by Emeric Brun · Mon Jan 04 15:47:45 2010 +0100
  50. 107ca30 [MEDIUM] Add pattern fetch management types and functions by Emeric Brun · Mon Jan 04 16:16:05 2010 +0100
  51. 3bd697e [MEDIUM] Add stick table (persistence) management functions and types by Emeric Brun · Mon Jan 04 15:23:48 2010 +0100
  52. 39132b2 [MINOR] Add function to parse a size in configuration by Emeric Brun · Mon Jan 04 14:57:24 2010 +0100
  53. d72758d [DOC] remove several trailing spaces by Willy Tarreau · Tue Jan 12 10:42:19 2010 +0100
  54. 983e01e [DOC] fix various too large lines by Willy Tarreau · Mon Jan 11 18:42:06 2010 +0100
  55. 698ae00 [MINOR] add option "mysql-check" to use MySQL health checks by Hervé COMMOWICK · Tue Jan 12 09:25:13 2010 +0100
  56. 9f2b9d5 [BUG] checks: fix newline termination by Krzysztof Piotr Oledzki · Mon Jan 11 13:16:27 2010 +0100
  57. 5f5b7d2 [OPTIM] remove SSP_O_VIA and SSP_O_STATUS by Krzysztof Piotr Oledzki · Mon Jan 11 11:13:39 2010 +0100
  58. b16a607 [BUG] health checks: fix requeued message by Krzysztof Piotr Oledzki · Sun Jan 10 21:12:58 2010 +0100
  59. 76bfc95 [MINOR] config: remove undocumented and buggy 'timeout appsession' by Willy Tarreau · Sun Jan 10 17:48:11 2010 +0100
  60. 3b7a369 [MINOR] config: don't accept 'appsession' in defaults section by Cyril Bonté · Sun Jan 10 17:01:47 2010 +0100
  61. b16a574 [MINOR] http: add a separate "http-keep-alive" timeout by Willy Tarreau · Sun Jan 10 14:46:16 2010 +0100
  62. fcffa69 [MINOR] http: differentiate waiting for new request and waiting for a complete requst by Willy Tarreau · Sun Jan 10 14:21:19 2010 +0100
  63. 520bbb2 [OPTIM] reorder http_txn to optimize cache lines placement by Willy Tarreau · Sun Jan 10 11:31:22 2010 +0100
  64. a3377ee [MINOR] http: move appsession 'sessid' from session to http_txn by Willy Tarreau · Sun Jan 10 10:49:11 2010 +0100
  65. 7566145 [MINOR] http redirect: don't explicitly state keep-alive on 1.1 by Willy Tarreau · Sun Jan 10 10:35:01 2010 +0100
  66. 148d099 [BUG] stream_interface: fix retnclose and remove cond_close by Willy Tarreau · Sun Jan 10 10:21:21 2010 +0100
  67. 41689c2 [BUG] appsession: possible memory leak in case of out of memory condition by Cyril Bonté · Sun Jan 10 00:30:14 2010 +0100
  68. 81e3b4f [MINOR] http redirect: add the ability to append a '/' to the URL by Willy Tarreau · Sun Jan 10 00:42:19 2010 +0100
  69. dcb75c4 [MINOR] http: fix double slash prefix with server redirect by Willy Tarreau · Sun Jan 10 00:24:22 2010 +0100
  70. 962c3f4 [MEDIUM] http: fix handling of message pointers by Willy Tarreau · Sun Jan 10 00:15:35 2010 +0100
  71. 59e0b0f [BUG] server redirection used an uninitialized string. by Willy Tarreau · Sat Jan 09 21:29:23 2010 +0100
  72. 1fac753 [BUILD] appsession did not build anymore under gcc-2.95 by Willy Tarreau · Sat Jan 09 19:23:06 2010 +0100
  73. 762a236 [BUG] appsession's sessid must be reset at end of transaction by Willy Tarreau · Sat Jan 09 13:57:26 2010 +0100
  74. 11f8f54 [RELEASE] Released version 1.4-dev6 by Willy Tarreau · Fri Jan 08 07:49:44 2010 +0100
  75. e34070e [MEDIUM] session: limit the number of analyser loops by Willy Tarreau · Fri Jan 08 00:32:27 2010 +0100
  76. 065e833 [MEDIUM] http: wait for some flush of the response buffer before a new request by Willy Tarreau · Fri Jan 08 00:30:20 2010 +0100
  77. ea65e68 [MINOR] http redirect: use proper call to return last response by Willy Tarreau · Fri Jan 08 00:26:50 2010 +0100
  78. 4602363 [BUG] http: fix for capture memory leak was incorrect by Willy Tarreau · Thu Jan 07 22:51:47 2010 +0100
  79. 6fe6018 [BUG] http: memory leak with captures when using keep-alive by Willy Tarreau · Thu Jan 07 13:35:21 2010 +0100
  80. 260a3bb [BUG] cfgparser/stats: fix error message by Krzysztof Piotr Oledzki · Wed Jan 06 16:25:05 2010 +0100
  81. c0f0c86 [BUG] stats: cookie should be reported under backend not under proxy by Krzysztof Piotr Oledzki · Wed Jan 06 15:03:18 2010 +0100
  82. c53601c [DOC] Restore ability to search a keyword at the beginning of a line by Krzysztof Piotr Oledzki · Wed Jan 06 10:50:42 2010 +0100
  83. 90deb18 [MEDIUM] http: make safer use of the DONT_READ and AUTO_CLOSE flags by Willy Tarreau · Thu Jan 07 00:20:41 2010 +0100
  84. 576507f [MEDIUM] session: also consider request analysers added during response by Willy Tarreau · Thu Jan 07 00:09:04 2010 +0100
  85. 1e0bbaf [MAJOR] session: fix the order by which the analysers are run by Willy Tarreau · Wed Jan 06 23:53:24 2010 +0100
  86. 034550b [BUG] stats: show UP/DOWN status also in tracking servers by Krzysztof Piotr Oledzki · Tue Jan 05 18:44:44 2010 +0100
  87. 88a14af [MINOR] stats: add href to tracked server by Krzysztof Piotr Oledzki · Tue Jan 05 18:33:01 2010 +0100
  88. a9389b1 [BUG]: add 'observer', 'on-error', 'error-limit' to supported options list by Krzysztof Piotr Oledzki · Tue Jan 05 16:44:17 2010 +0100
  89. c6df066 [MEDIUM] default-server support by Krzysztof Piotr Oledzki · Tue Jan 05 16:38:49 2010 +0100
  90. 15514c2 [MINOR]: stats: add show-legends to report additional informations by Krzysztof Piotr Oledzki · Mon Jan 04 16:03:09 2010 +0100
  91. 2ec025d [MINOR] stats: add "a link" & "a href" for sockets by Krzysztof Piotr Oledzki · Mon Jan 04 11:33:32 2010 +0100
  92. 748196e [MINOR] hana: only report stats if it is enabled by Krzysztof Piotr Oledzki · Mon Jan 04 00:48:43 2010 +0100
  93. 3a7fce5 [BUILD] warning ultoa_r returns char * by Emeric Brun · Mon Jan 04 14:54:38 2010 +0100
  94. 129c590 [BUILD] warning in stream_interface.h by Emeric Brun · Mon Jan 04 14:47:58 2010 +0100
  95. 8db1c17 [BUG] http: check options before the connection header by Willy Tarreau · Tue Jan 05 23:12:12 2010 +0100
  96. f1f0683 [TESTS] add a file to test various connection modes by Willy Tarreau · Tue Jan 05 14:35:03 2010 +0100
  97. 0dfdf19 [MEDIUM] http: restore the original behaviour of option httpclose by Willy Tarreau · Tue Jan 05 11:33:11 2010 +0100
  98. 2832d63 [BUG] http: don't set no-linger on response in case of forced close by Willy Tarreau · Tue Jan 05 11:06:20 2010 +0100
  99. 9300fb2 [BUG] http: redirect needed to be updated after recent changes by Willy Tarreau · Tue Jan 05 00:58:24 2010 +0100
  100. 2fa144c [BUG] http: some possible missed close remain in the forward chain by Willy Tarreau · Mon Jan 04 23:13:26 2010 +0100