1. bce7088 [MEDIUM] add ability to connect to a server from an IP found in a header by Willy Tarreau · Mon Sep 07 11:51:47 2009 +0200
  2. b1d6774 [MEDIUM] backend: move the transparent proxy address selection to backend by Willy Tarreau · Mon Mar 29 19:36:59 2010 +0200
  3. e459976 [MEDIUM] session: better fix for connection to servers with closed input by Willy Tarreau · Sun Mar 21 23:25:09 2010 +0100
  4. d9b587f [STATS] report HTTP requests (total and rate) in frontends by Willy Tarreau · Fri Feb 26 10:05:55 2010 +0100
  5. b97f199 [MEDIUM] http: don't use trash to realign large buffers by Willy Tarreau · Thu Feb 25 23:54:31 2010 +0100
  6. 9cc670f [CLEANUP] config: use build_acl_cond() to simplify http-request ACL parsing by Willy Tarreau · Mon Feb 01 10:43:44 2010 +0100
  7. cd19e51 [MEDIUM] add a maintenance mode to servers by Cyril Bonté · Sun Jan 31 22:34:03 2010 +0100
  8. 8c8bd45 [MAJOR] use the new auth framework for http stats by Krzysztof Piotr Oledzki · Fri Jan 29 19:29:32 2010 +0100
  9. f9423ae [MINOR] acl: add http_auth and http_auth_group by Krzysztof Piotr Oledzki · Fri Jan 29 19:26:18 2010 +0100
  10. 9610504 [MINOR] generic auth support with groups and encrypted passwords by Krzysztof Piotr Oledzki · Fri Jan 29 17:50:44 2010 +0100
  11. fdb563c [MEDIUM] http: add support for conditional response header rewriting by Willy Tarreau · Sun Jan 31 15:43:27 2010 +0100
  12. 6c123b1 [MEDIUM] http: make the request filter loop check for optional conditions by Willy Tarreau · Thu Jan 28 20:22:06 2010 +0100
  13. f1e98b8 [CLEANUP] config: use warnif_cond_requires_resp() to check for bad ACLs by Willy Tarreau · Thu Jan 28 17:59:39 2010 +0100
  14. 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
  15. 68085d8 [MINOR] http: add http_remove_header2() to remove a header value. by Willy Tarreau · Mon Jan 18 14:54:04 2010 +0100
  16. 107ca30 [MEDIUM] Add pattern fetch management types and functions by Emeric Brun · Mon Jan 04 16:16:05 2010 +0100
  17. 3bd697e [MEDIUM] Add stick table (persistence) management functions and types by Emeric Brun · Mon Jan 04 15:23:48 2010 +0100
  18. 148d099 [BUG] stream_interface: fix retnclose and remove cond_close by Willy Tarreau · Sun Jan 10 10:21:21 2010 +0100
  19. 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
  20. 15514c2 [MINOR]: stats: add show-legends to report additional informations by Krzysztof Piotr Oledzki · Mon Jan 04 16:03:09 2010 +0100
  21. d98cf93 [MAJOR] http: implement body parser by Willy Tarreau · Sun Dec 27 22:54:55 2009 +0100
  22. 5d881d0 [MINOR] new function stream_int_cond_close() by Willy Tarreau · Sun Dec 27 22:51:06 2009 +0100
  23. d21e01c [MINOR] buffers: add buffer_ignore() to skip some bytes by Willy Tarreau · Sun Dec 27 15:45:38 2009 +0100
  24. 0937bc4 [MINOR] http: move the http transaction init/cleanup code to proto_http by Willy Tarreau · Tue Dec 22 15:03:09 2009 +0100
  25. 7c3c541 [MAJOR] buffers: automatically compute the maximum buffer length by Willy Tarreau · Sun Dec 13 15:53:05 2009 +0100
  26. 97f07b8 [MEDIUM] Decrease server health based on http responses / events, version 3 by Krzysztof Piotr Oledzki · Tue Dec 15 22:31:24 2009 +0100
  27. b21570a [MEDIUM] appsession: add "len", "prefix" and "mode" options by Cyril Bonté · Sun Nov 29 20:04:48 2009 +0100
  28. fa355d4 [MINOR] http: keep pointer to beginning of data by Willy Tarreau · Sun Nov 29 18:12:29 2009 +0100
  29. 96532db [MINOR] server tracking: don't care about the tracked server's mode by Alex Williams · Sun Nov 01 21:27:13 2009 -0500
  30. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · Mon Oct 26 21:10:04 2009 +0100
  31. 8e89b84 [MINOR] http: remove the last call to stream_int_return by Willy Tarreau · Sun Oct 18 23:56:35 2009 +0200
  32. b37c27e [MAJOR] http: create the analyser which waits for a response by Willy Tarreau · Sun Oct 18 22:53:08 2009 +0200
  33. bf47aeb [MEDIUM] appsession: add the "request-learn" option by Cyril Bonté · Thu Oct 15 00:15:40 2009 +0200
  34. 4e33d86 [OPTIM] stats: check free space before trying to print by Willy Tarreau · Sun Oct 11 23:35:10 2009 +0200
  35. ea1f5fe [MINOR] stats: use a dedicated state to output static data by Willy Tarreau · Sun Oct 11 23:12:51 2009 +0200
  36. ba8d7d3 [MINOR] Add chunk_htmlencode and chunk_asciiencode by Krzysztof Piotr Oledzki · Sat Oct 10 21:06:03 2009 +0200
  37. f395017 [MINOR] proxy: provide function to retrieve backend/server pointers by Willy Tarreau · Sat Oct 10 18:35:51 2009 +0200
  38. 9bcc91e [MINOR] buffers: add buffer_feed2() and make buffer_feed() measure string length by Willy Tarreau · Sat Oct 10 18:01:44 2009 +0200
  39. 6b2e11b [MEDIUM] backend: implement consistent hashing variation by Willy Tarreau · Thu Oct 01 07:52:15 2009 +0200
  40. 6f61b21 [BUG] Fix NULL pointer dereference in stats_check_uri_auth(), v2 by Krzysztof Piotr Oledzki · Sun Oct 04 23:34:15 2009 +0200
  41. ac68c5d [OPTIM] counters: move some max numbers to the counters struct by Willy Tarreau · Sun Oct 04 23:12:44 2009 +0200
  42. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · Sun Oct 04 15:43:17 2009 +0200
  43. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · Sun Oct 04 14:52:57 2009 +0200
  44. b0c9bc4 [MEDIUM] stats: make HTTP stats use an I/O handler by Willy Tarreau · Sun Oct 04 15:56:38 2009 +0200
  45. f5a885f [MEDIUM] stats: don't use s->ana_state anymore by Willy Tarreau · Sun Oct 04 14:22:18 2009 +0200
  46. 24955a1 [MINOR] stats: make stats_dump_raw_to_buffer() use buffer_feed_chunk by Willy Tarreau · Sun Oct 04 11:54:04 2009 +0200
  47. 7e72a8f [MINOR] stats_dump_sess_to_buffer: use buffer_feed_chunk() by Willy Tarreau · Sat Oct 03 23:55:14 2009 +0200
  48. 61b3473 [MINOR] stats_dump_errors_to_buffer: use buffer_feed_chunk() by Willy Tarreau · Sat Oct 03 23:49:35 2009 +0200
  49. 33b230b [BUG] stats: don't call buffer_shutw(), but ->shutw() instead by Willy Tarreau · Sun Oct 04 09:16:41 2009 +0200
  50. 39c9ba7 [MINOR] lb_map: reorder code in order to ease integration of new hash functions by Willy Tarreau · Thu Oct 01 21:11:15 2009 +0200
  51. f89c187 [CLEANUP] backend: move LB algos to individual files by Willy Tarreau · Thu Oct 01 11:19:37 2009 +0200
  52. 78ff5d0 [MINOR] include time.h from freq_ctr.h as is uses "now". by Willy Tarreau · Thu Oct 01 11:05:26 2009 +0200
  53. 78abe61 [MAJOR] struct chunk rework by Krzysztof Piotr Oledzki · Sun Sep 27 13:23:20 2009 +0200
  54. ca7d4b9 [MINOR] backend: uninline some LB functions by Willy Tarreau · Thu Oct 01 09:21:55 2009 +0200
  55. c5d9c80 [MINOR] backend: export some functions to recount servers by Willy Tarreau · Thu Oct 01 09:17:05 2009 +0200
  56. 9a42c0d [MEDIUM] stats: replace the stats socket analyser with an SI applet by Willy Tarreau · Tue Sep 22 19:31:03 2009 +0200
  57. fb90d94 [MINOR] stream_interface: add functions to support running as internal/external tasks by Willy Tarreau · Sat Sep 05 20:57:35 2009 +0200
  58. 2e1dd3d [BUG] fix buffer_skip() and buffer_si_getline() to correctly handle wrap-arounds by Willy Tarreau · Wed Sep 23 22:56:07 2009 +0200
  59. fb0e920 [MINOR] ensure that buffer_feed() and buffer_skip() set BF_*_PARTIAL by Willy Tarreau · Wed Sep 23 23:47:55 2009 +0200
  60. 0960541 [MEDIUM] Collect & show information about last health check, v3 by Krzysztof Piotr Oledzki · Wed Sep 23 22:09:24 2009 +0200
  61. 2d028db [BUG] buffers: buffer_forward() must not always clear BF_OUT_EMPTY by Willy Tarreau · Sun Sep 20 22:56:25 2009 +0200
  62. 269358d [BUILD] stream_interface: fix conflicting declaration by Willy Tarreau · Sun Sep 20 20:14:49 2009 +0200
  63. 31971e5 [MEDIUM] add support for infinite forwarding by Willy Tarreau · Sun Sep 20 12:07:52 2009 +0200
  64. ba0b63d [MAJOR] buffers: fix the BF_EMPTY flag's meaning by Willy Tarreau · Sun Sep 20 08:09:44 2009 +0200
  65. 520d95e [MAJOR] buffers: split BF_WRITE_ENA into BF_AUTO_CONNECT and BF_AUTO_CLOSE by Willy Tarreau · Sat Sep 19 21:04:57 2009 +0200
  66. c77e761 [MINOR] buffers: inline buffer_si_putchar() by Willy Tarreau · Sun Sep 13 14:58:00 2009 +0200
  67. 9cb8daa [MINOR] buffers: add buffer_cut_tail() to cut only unsent data by Willy Tarreau · Tue Sep 15 21:22:24 2009 +0200
  68. 91aa577 [BUG] buffer_forward() would not correctly consider data already scheduled by Willy Tarreau · Tue Sep 15 20:32:30 2009 +0200
  69. 36a5c53 [MINOR] buffers: provide buffer_si_putchar() to send a char from a stream interface by Willy Tarreau · Thu Sep 03 07:13:50 2009 +0200
  70. 4fe7a2e [MINOR] buffers: add peekchar and peekline functions for stream interfaces by Willy Tarreau · Tue Sep 01 06:41:32 2009 +0200
  71. aeac319 [MEDIUM] buffers: provide new buffer_feed*() function by Willy Tarreau · Mon Aug 31 08:09:57 2009 +0200
  72. 2b7addc [MINOR] buffers: provide more functions to handle buffer data by Willy Tarreau · Mon Aug 31 07:37:22 2009 +0200
  73. a07a34e [MEDIUM] replace BUFSIZE with buf->size in computations by Willy Tarreau · Sun Aug 16 23:27:46 2009 +0200
  74. 5ca791d [CLEANUP] move remaining stats sockets code to dumpstats by Willy Tarreau · Sun Aug 16 19:06:42 2009 +0200
  75. 8e13d74 [CLEANUP] unix: remove uxst_process_session() by Willy Tarreau · Sun Aug 16 18:54:47 2009 +0200
  76. 104eb36 [MEDIUM] make the unix stats sockets use the generic session handler by Willy Tarreau · Sun Aug 16 18:51:29 2009 +0200
  77. 9650f37 [MEDIUM] move connection establishment from backend to the SI. by Willy Tarreau · Sun Aug 16 14:02:45 2009 +0200
  78. 647caf1 [MEDIUM] add support for RDP cookie persistence by Emeric Brun · Tue Jun 30 17:57:00 2009 +0200
  79. bede3d0 [MINOR] acl: add support for matching of RDP cookies by Emeric Brun · Tue Jun 30 17:54:00 2009 +0200
  80. bedb9ba [MINOR] prepare callers of session_set_backend to handle errors by Willy Tarreau · Sun Jul 12 08:27:39 2009 +0200
  81. 1d0dfb1 [MAJOR] http: complete splitting of the remaining stages by Willy Tarreau · Tue Jul 07 15:10:31 2009 +0200
  82. 3a81629 [MEDIUM] session: tell analysers what bit they were called for by Willy Tarreau · Tue Jul 07 10:55:49 2009 +0200
  83. d787e66 [MEDIUM] http: split request waiter from request processor by Willy Tarreau · Tue Jul 07 10:14:51 2009 +0200
  84. 915e1eb [MEDIUM] config: split parser and checker in two functions by Willy Tarreau · Mon Jun 22 15:48:36 2009 +0200
  85. c6f4ce8 [MEDIUM] add support for binding to source port ranges during connect by Willy Tarreau · Wed Jun 10 11:09:37 2009 +0200
  86. 13a34bd [MINOR] compute the max of sessions/s on fe/be/srv by Willy Tarreau · Sun May 10 18:52:49 2009 +0200
  87. 8f38bd0 [MINOR] add basic signal handling functions by Willy Tarreau · Sun May 10 08:53:33 2009 +0200
  88. 40d2516 [BUILD] add format(printf) to printf-like functions by Willy Tarreau · Fri Apr 03 12:01:47 2009 +0200
  89. 4076a15 [MEDIUM] http: capture invalid requests/responses even if accepted by Willy Tarreau · Thu Apr 02 15:18:36 2009 +0200
  90. 3884cba [MINOR] show sess: report number of calls to each task by Willy Tarreau · Sat Mar 28 17:54:35 2009 +0100
  91. c7bdf09 [MINOR] stats: report number of tasks (active and running) by Willy Tarreau · Sat Mar 21 18:33:52 2009 +0100
  92. a461318 [MINOR] task: keep a task count and clean up task creators by Willy Tarreau · Sat Mar 21 18:13:21 2009 +0100
  93. 26ca34e [BUG] scheduler: fix improper handling of duplicates __task_queue() by Willy Tarreau · Sat Mar 21 12:51:40 2009 +0100
  94. 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
  95. 8445533 [BUG] session: errors were not reported in termination flags in TCP mode by Willy Tarreau · Sun Mar 15 22:34:05 2009 +0100
  96. ff01a21 [MINOR] cfgparse: some cleanups in the consistency checks by Willy Tarreau · Sun Mar 15 13:46:16 2009 +0100
  97. e8a28bf [MINOR] buffers: implement buffer_flush() by Willy Tarreau · Sun Mar 08 21:12:04 2009 +0100
  98. 6f0aa47 [CLEANUP] buffer_flush() was misleading, rename it as buffer_erase by Willy Tarreau · Sun Mar 08 20:33:29 2009 +0100
  99. 531cf0c [OPTIM] task: reduce the number of calls to task_queue() by Willy Tarreau · Sun Mar 08 16:35:27 2009 +0100
  100. d0a201b [CLEANUP] task: distinguish between clock ticks and timers by Willy Tarreau · Sun Mar 08 15:53:06 2009 +0100