1. a718b29 MINOR: lua: remove some #define by Thierry FOURNIER · Wed Mar 04 16:48:34 2015 +0100
  2. 05ac424 MEDIUM: lua: Lua initialisation "on demand" by Thierry FOURNIER · Fri Feb 27 18:37:27 2015 +0100
  3. 65f34c6 MINOR: lua: txn: create class TXN associated with the transaction. by Thierry FOURNIER · Mon Feb 16 20:11:43 2015 +0100
  4. bc4c1ac MEDIUM: http/tcp: permit to resume http and tcp custom actions by Thierry FOURNIER · Wed Feb 25 13:36:14 2015 +0100
  5. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · Sun Dec 07 18:37:57 2014 +0100
  6. b83862d MEDIUM: channel: wake up any request analyzer on response activity by Thierry FOURNIER · Thu Feb 26 10:40:09 2015 +0100
  7. 2e05a8c MEDIUM: task: call session analyzers if the task is woken by a message. by Thierry FOURNIER · Mon Nov 24 14:49:56 2014 +0100
  8. a24adf0 MAJOR: session: only wake up as many sessions as available buffers permit by Willy Tarreau · Thu Nov 27 01:11:56 2014 +0100
  9. 10fc09e MAJOR: session: only allocate buffers when needed by Willy Tarreau · Tue Nov 25 19:46:36 2014 +0100
  10. bf883e0 MAJOR: session: implement a wait-queue for sessions who need a buffer by Willy Tarreau · Tue Nov 25 21:10:35 2014 +0100
  11. 656859d MEDIUM: session: implement a basic atomic buffer allocator by Willy Tarreau · Tue Nov 25 19:46:36 2014 +0100
  12. 909e267 MINOR: session: group buffer allocations together by Willy Tarreau · Tue Nov 25 19:54:11 2014 +0100
  13. 7dfca9d MINOR: buffer: only use b_free to release buffers by Willy Tarreau · Tue Nov 25 19:45:11 2014 +0100
  14. 696a291 MINOR: buffer: move buffer initialization after channel initialization by Willy Tarreau · Mon Nov 24 11:36:57 2014 +0100
  15. e583ea5 MEDIUM: buffer: use b_alloc() to allocate and initialize a buffer by Willy Tarreau · Mon Nov 24 11:30:16 2014 +0100
  16. 474cf54 MINOR: buffer: reset a buffer in b_reset() and not channel_init() by Willy Tarreau · Mon Nov 24 10:54:47 2014 +0100
  17. 3b24641 BUG/MAJOR: sessions: unlink session from list on out of memory by Willy Tarreau · Tue Nov 25 17:10:33 2014 +0100
  18. b3e54fe MAJOR: namespace: add Linux network namespace support by KOVACS Krisztian · Mon Nov 17 15:11:45 2014 +0100
  19. 3a5e060 MINOR: session: release a few other pools when stopping by Willy Tarreau · Thu Nov 13 16:46:28 2014 +0100
  20. e12704b MINOR: session: export the function 'smp_fetch_sc_stkctr' by Willy Tarreau · Tue Jul 15 19:06:18 2014 +0200
  21. b5975de MINOR: stick-table: make stktable_fetch_key() indicate why it failed by Willy Tarreau · Wed Jun 25 16:20:53 2014 +0200
  22. 6f0a7ba BUG/MAJOR: session: revert all the crappy client-side timeout changes by Willy Tarreau · Mon Jun 23 15:22:31 2014 +0200
  23. 4bfc580 MEDIUM: session: maintain per-backend and per-server time statistics by Willy Tarreau · Tue Jun 17 12:19:18 2014 +0200
  24. 33a14e5 MEDIUM: session: redispatch earlier when possible by Willy Tarreau · Fri Jun 13 17:49:40 2014 +0200
  25. db6d012 MEDIUM: session: don't apply the retry delay when redispatching by Willy Tarreau · Fri Jun 13 17:40:15 2014 +0200
  26. b029066 MEDIUM: session: allow shorter retry delay if timeout connect is small by Willy Tarreau · Fri Jun 13 17:04:44 2014 +0200
  27. 892337c MAJOR: server: use states instead of flags to store the server state by Willy Tarreau · Tue May 13 23:41:20 2014 +0200
  28. c93cd16 REORG/MEDIUM: server: split server state and flags in two different variables by Willy Tarreau · Tue May 13 15:54:22 2014 +0200
  29. 0943757 BUG/MEDIUM: session: don't clear CF_READ_NOEXP if analysers are not called by Willy Tarreau · Wed May 21 16:58:17 2014 +0200
  30. 05cdd96 MEDIUM: session: implement half-closed timeouts (client-fin and server-fin) by Willy Tarreau · Sat May 10 14:30:07 2014 +0200
  31. b4f9809 BUG/MAJOR: session: recover the correct connection pointer in half-initialized sessions by Willy Tarreau · Thu May 08 21:06:11 2014 +0200
  32. b1982e2 BUG/MEDIUM: http/session: disable client-side expiration only after body by Willy Tarreau · Tue May 06 22:57:53 2014 +0200
  33. 644c101 BUG/MAJOR: http: connection setup may stall on balance url_param by Willy Tarreau · Wed Apr 30 18:11:11 2014 +0200
  34. f51658d MEDIUM: config: relax use_backend check to make the condition optional by Willy Tarreau · Wed Apr 23 01:21:56 2014 +0200
  35. b9a551e BUG/MINOR: stats: last session was not always set by Willy Tarreau · Wed Apr 23 00:35:17 2014 +0200
  36. 5a8f947 CLEANUP: http: rename http_process_request_body() by Willy Tarreau · Thu Apr 10 11:16:06 2014 +0200
  37. d988f21 BUG/MAJOR: session: fix a possible crash with src_tracked by Thierry FOURNIER · Tue Apr 15 01:15:52 2014 +0200
  38. 74c219d BUG/MEDIUM: stick-table: fix IPv4-to-IPv6 conversion in src_* fetches by Thierry FOURNIER · Mon Apr 14 14:35:40 2014 +0200
  39. 6a0b6bd BUG/MAJOR: counters: check for null-deref when looking up an alternate table by Willy Tarreau · Wed Apr 09 13:25:42 2014 +0200
  40. 702d44f MEDIUM: proxy: support use_backend with dynamic names by Bertrand Jacquin · Tue Nov 19 11:43:06 2013 +0100
  41. a47a94f MINOR: session: don't always assume there's a listener by Thierry FOURNIER · Thu Mar 20 15:42:53 2014 +0100
  42. 7519560 MINOR: http: release compression context only in http_end_txn() by Willy Tarreau · Tue Mar 11 15:48:55 2014 +0100
  43. a20cb85 MINOR: stats: Enhancement to stats page to provide information of last session time. by Bhaskar Maddala · Mon Feb 03 16:26:46 2014 -0500
  44. a23ee3a MINOR: session: clean up the connection free code by Willy Tarreau · Wed Feb 05 00:18:47 2014 +0100
  45. 818dca5 BUG/MEDIUM: listener: improve detection of non-working accept4() by Willy Tarreau · Fri Jan 31 19:40:19 2014 +0100
  46. cc08d2c MEDIUM: counters: stop relying on session flags at all by Willy Tarreau · Tue Jan 28 23:18:23 2014 +0100
  47. e910169 BUG/MEDIUM: counters: fix stick-table entry leak when using track-sc2 in connection by Willy Tarreau · Tue Jan 28 22:48:24 2014 +0100
  48. 1f0da24 BUG/MEDIUM: unique_id: HTTP request counter is not stable by Willy Tarreau · Sat Jan 25 11:01:50 2014 +0100
  49. 2b028dd OPTIM: session: put unlikely() around the freewheeling code by Willy Tarreau · Tue Dec 31 23:56:46 2013 +0100
  50. 9e5a3aa MEDIUM: stream-int: make si_connect() return an established state when possible by Willy Tarreau · Tue Dec 31 23:32:12 2013 +0100
  51. b44c873 MEDIUM: session: prepare to support earlier transitions to the established state by Willy Tarreau · Tue Dec 31 23:16:50 2013 +0100
  52. 0e37f1c MINOR: session: factor out the connect time measurement by Willy Tarreau · Tue Dec 31 23:06:46 2013 +0100
  53. d81ca04 OPTIM: session: set the READ_DONTWAIT flag when connecting by Willy Tarreau · Tue Dec 31 22:33:13 2013 +0100
  54. d7ad9f5 MAJOR: channel: add a new flag CF_WAKE_WRITE to notify the task of writes by Willy Tarreau · Tue Dec 31 17:26:25 2013 +0100
  55. 068621e MINOR: http: try to stick to same server after status 401/407 by Willy Tarreau · Mon Dec 23 15:11:25 2013 +0100
  56. 2cff2f7 MINOR: session: remove debugging code by Willy Tarreau · Mon Dec 16 10:12:54 2013 +0100
  57. 59e3ff4 BUG/MAJOR: session: repair tcp-request connection rules by Willy Tarreau · Mon Dec 16 02:16:50 2013 +0100
  58. 89efaed BUILD: definitely silence some stupid GCC warnings by Willy Tarreau · Fri Dec 13 15:14:55 2013 +0100
  59. 6bbb2f6 MINOR: session: report lack of resources using the new stream-interface's error code by Willy Tarreau · Mon Dec 09 17:14:23 2013 +0100
  60. 2d400bb MINOR: stream_interface: add reporting of ressouce allocation errors by Willy Tarreau · Mon May 14 12:11:47 2012 +0200
  61. 4384ddf MEDIUM: session: automatically register the applet designated by the target by Willy Tarreau · Sun Dec 01 12:25:52 2013 +0100
  62. 32e3c6a MAJOR: stream interface: dynamically allocate the outgoing connection by Willy Tarreau · Fri Oct 11 19:34:20 2013 +0200
  63. 2a6e880 MEDIUM: stream-interface: introduce si_attach_conn to replace si_prepare_conn by Willy Tarreau · Thu Oct 24 15:50:53 2013 +0200
  64. 7abddb5 MINOR: connection: replace conn_assign with conn_attach by Willy Tarreau · Thu Oct 24 15:31:04 2013 +0200
  65. 910c6aa MINOR: connection: reintroduce conn_prepare to set the protocol and transport by Willy Tarreau · Thu Oct 24 15:08:37 2013 +0200
  66. 3ed35ef MINOR: stream-interface: introduce si_reset() and si_set_state() by Willy Tarreau · Thu Oct 24 11:51:38 2013 +0200
  67. f79c817 MAJOR: connection: add two new flags to indicate readiness of control/transport by Willy Tarreau · Mon Oct 21 16:30:56 2013 +0200
  68. c10aec2 MINOR: get rid of si_takeover_conn() by Willy Tarreau · Mon Oct 14 19:43:37 2013 +0200
  69. 3721343 MEDIUM: connection: replace conn_prepare with conn_assign by Willy Tarreau · Mon Oct 14 19:46:29 2013 +0200
  70. f826c22 MINOR: session: use conn_init() to initialize the connections by Willy Tarreau · Mon Oct 14 23:44:03 2013 +0200
  71. f8a49ea MEDIUM: session: attach incoming connection to target on embryonic sessions by Willy Tarreau · Mon Oct 14 21:32:07 2013 +0200
  72. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · Tue Oct 01 10:45:07 2013 +0200
  73. 691b1f4 CLEANUP: stream-int: remove obsolete si_ctrl function by Willy Tarreau · Mon Sep 30 14:53:05 2013 +0200
  74. cf644ed MEDIUM: stream-int: make ->end point to the connection or the appctx by Willy Tarreau · Sun Sep 29 17:19:56 2013 +0200
  75. 4a59f2f MAJOR: stream interface: remove the ->release function pointer by Willy Tarreau · Thu Oct 24 20:10:45 2013 +0200
  76. 372d670 MINOR: stream-int: split si_prepare_embedded into si_prepare_none and si_prepare_applet by Willy Tarreau · Sun Sep 29 17:19:56 2013 +0200
  77. 1e6902f MINOR: connection: always initialize conn->objt_type to OBJ_TYPE_CONN by Willy Tarreau · Sun Sep 29 10:47:38 2013 +0200
  78. fac4bd1 MAJOR: session: pass applet return traffic through the response analysers by Willy Tarreau · Sat Nov 30 09:21:49 2013 +0100
  79. d84fb5e MAJOR: session: check for a connection to an applet in sess_prepare_conn_req() by Willy Tarreau · Sat Nov 30 09:06:53 2013 +0100
  80. 7584b27 MEDIUM: session: detect applets from the session by using s->target by Willy Tarreau · Fri Oct 25 18:41:10 2013 +0200
  81. 0838295 CLEANUP: stream_interface: remove unused field err_loc by Willy Tarreau · Mon Jul 08 16:16:22 2013 +0200
  82. 9667a80 BUG/MEDIUM: stick-tables: complete the latest fix about store-responses by Willy Tarreau · Mon Dec 09 12:52:13 2013 +0100
  83. 37e340c BUG/MEDIUM: stick: completely remove the unused flag from the store entries by Willy Tarreau · Fri Dec 06 23:05:21 2013 +0100
  84. 38d5892 OPTIM/MINOR: mark the source address as already known on accept() by Willy Tarreau · Sat Nov 16 00:15:40 2013 +0100
  85. 05bf5e1 BUG/MEDIUM: session: risk of crash on out of memory conditions by Willy Tarreau · Sun Oct 20 23:10:28 2013 +0200
  86. 0f791d4 MEDIUM: counters: support looking up a key in an alternate table by Willy Tarreau · Tue Jul 23 19:56:43 2013 +0200
  87. 4d4149c MEDIUM: counters: support passing the counter number as a fetch argument by Willy Tarreau · Tue Jul 23 19:33:46 2013 +0200
  88. b4c8493 MINOR: session: make the number of stick counter entries more configurable by Willy Tarreau · Tue Jul 23 19:15:30 2013 +0200
  89. 563eef4 MEDIUM: counters: factor out smp_fetch_sc*_trackers by Willy Tarreau · Tue Jul 23 18:32:02 2013 +0200
  90. a0b68ed MEDIUM: counters: factor out smp_fetch_sc*_bytes_out_rate by Willy Tarreau · Tue Jul 23 18:26:32 2013 +0200
  91. 53aea10 MEDIUM: counters: factor out smp_fetch_sc*_kbytes_out by Willy Tarreau · Tue Jul 23 17:39:02 2013 +0200
  92. 613fe99 MEDIUM: counters: factor out smp_fetch_sc*_bytes_in_rate by Willy Tarreau · Tue Jul 23 17:39:19 2013 +0200
  93. 5077d4b MEDIUM: counters: factor out smp_fetch_sc*_kbytes_in by Willy Tarreau · Tue Jul 23 17:17:10 2013 +0200
  94. 9daf262 MEDIUM: counters: factor out smp_fetch_sc*_http_err_rate by Willy Tarreau · Tue Jul 23 16:48:54 2013 +0200
  95. 30d07c3 MEDIUM: counters: factor out smp_fetch_sc*_http_err_cnt by Willy Tarreau · Tue Jul 23 16:45:38 2013 +0200
  96. cf47763 MEDIUM: counters: factor out smp_fetch_sc*_http_req_rate by Willy Tarreau · Tue Jul 23 16:04:37 2013 +0200
  97. 91200da MEDIUM: counters: factor out smp_fetch_sc*_http_req_cnt by Willy Tarreau · Tue Jul 23 15:55:19 2013 +0200
  98. 3a96f3f MEDIUM: counters: factor out smp_fetch_sc*_sess_rate by Willy Tarreau · Tue Jul 23 15:48:01 2013 +0200
  99. 2084308 MEDIUM: counters: factor out smp_fetch_sc*_sess_cnt by Willy Tarreau · Tue Jul 23 15:35:33 2013 +0200
  100. f44a553 MEDIUM: counters: factor out smp_fetch_sc*_conn_cur by Willy Tarreau · Tue Jul 23 15:17:53 2013 +0200