1. be58c38 [MEDIUM] proxy: add a PAUSED state to listeners and move socket tricks out of proxy.c by Willy Tarreau · Sun Jul 24 18:28:10 2011 +0200
  2. 1f5848a [CLEANUP] unix sockets : move create_uxst_socket() in uxst_bind_listener() by Cyril Bonté · Sun Nov 14 17:03:19 2010 +0100
  3. e4cbbe2 [MINOR] unix sockets : inherits the backlog size from the listener by Cyril Bonté · Sun Nov 14 17:03:18 2010 +0100
  4. b40dc94 [MEDIUM] unix sockets: cleanup the error reporting path by Willy Tarreau · Sun Nov 07 12:10:51 2010 +0100
  5. 17f449b [MINOR] move MAXPATHLEN definition to compat.h by Willy Tarreau · Sun Nov 07 11:44:13 2010 +0100
  6. cf20bf1 [MEDIUM] Enhance message errors management on binds by Emeric Brun · Fri Oct 22 16:06:11 2010 +0200
  7. eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · Fri May 28 18:46:57 2010 +0200
  8. a93c4bb [MINOR] accept: count the incoming connection earlier by Willy Tarreau · Sun May 23 17:27:44 2010 +0200
  9. e29e1c5 [BUG] client: always ensure to zero rep->analysers by Willy Tarreau · Tue Jun 01 19:45:06 2010 +0200
  10. 78caf84 [DOC] Some more documentation cleanups by Cyril Bonté · Wed Mar 10 22:41:43 2010 +0100
  11. bc77530 [MINOR] proto_uxst: set accept_date upon accept() to the wall clock time by Willy Tarreau · Fri Mar 05 16:18:37 2010 +0100
  12. b982a3d [MEDIUM] Add stick table configuration and init. by Emeric Brun · Mon Jan 04 15:45:53 2010 +0100
  13. 8d5d77e [OPTIM] move some rarely used fields out of fdtab by Willy Tarreau · Sun Oct 18 07:25:52 2009 +0200
  14. 5d53634 [MINOR] unix socket: report the socket path in case of bind error by Willy Tarreau · Wed Oct 14 15:16:48 2009 +0200
  15. 65671ab [MINOR] remove now obsolete ana_state from the session struct by Willy Tarreau · Sun Oct 04 14:24:59 2009 +0200
  16. f5a885f [MEDIUM] stats: don't use s->ana_state anymore by Willy Tarreau · Sun Oct 04 14:22:18 2009 +0200
  17. f27b5ea [MEDIUM] new option "independant-streams" to stop updating read timeout on writes by Willy Tarreau · Sat Oct 03 22:01:18 2009 +0200
  18. 9a42c0d [MEDIUM] stats: replace the stats socket analyser with an SI applet by Willy Tarreau · Tue Sep 22 19:31:03 2009 +0200
  19. b029f8c [MINOR] stream_interface: add iohandler callback by Willy Tarreau · Sat Sep 05 20:57:35 2009 +0200
  20. dc85b39 [MEDIUM] stream_interface: add and use ->update function to resync by Willy Tarreau · Tue Aug 18 07:38:19 2009 +0200
  21. 27a674e [MEDIUM] make it possible to change the buffer size in the configuration by Willy Tarreau · Mon Aug 17 07:23:33 2009 +0200
  22. a07a34e [MEDIUM] replace BUFSIZE with buf->size in computations by Willy Tarreau · Sun Aug 16 23:27:46 2009 +0200
  23. 2c9f5b1 [MINOR] move the initial task's nice value to the listener by Willy Tarreau · Sun Aug 16 19:12:36 2009 +0200
  24. 5ca791d [CLEANUP] move remaining stats sockets code to dumpstats by Willy Tarreau · Sun Aug 16 19:06:42 2009 +0200
  25. 8e13d74 [CLEANUP] unix: remove uxst_process_session() by Willy Tarreau · Sun Aug 16 18:54:47 2009 +0200
  26. 104eb36 [MEDIUM] make the unix stats sockets use the generic session handler by Willy Tarreau · Sun Aug 16 18:51:29 2009 +0200
  27. 89a6313 [MEDIUM] make the global stats socket part of a frontend by Willy Tarreau · Sun Aug 16 17:41:45 2009 +0200
  28. 9650f37 [MEDIUM] move connection establishment from backend to the SI. by Willy Tarreau · Sun Aug 16 14:02:45 2009 +0200
  29. 43e0e39 [MINOR] print usage on the stats sockets upon invalid commands by Willy Tarreau · Sun Jul 26 18:16:43 2009 +0200
  30. 3a81629 [MEDIUM] session: tell analysers what bit they were called for by Willy Tarreau · Tue Jul 07 10:55:49 2009 +0200
  31. 2d04559 [BUG] reject unix accepts when connection limit is reached by Willy Tarreau · Sat Mar 28 11:02:18 2009 +0100
  32. b00f9c4 [BUG] check for global.maxconn before doing accept() by Willy Tarreau · Sat Mar 21 22:43:12 2009 +0100
  33. 06bea94 [MEDIUM] session: don't resync FSMs on non-interesting changes by Willy Tarreau · Sat Mar 21 22:09:29 2009 +0100
  34. 1b194fe [OPTIM] buffer: new BF_READ_DONTWAIT flag reduces EAGAIN rates by Willy Tarreau · Sat Mar 21 21:10:04 2009 +0100
  35. a461318 [MINOR] task: keep a task count and clean up task creators by Willy Tarreau · Sat Mar 21 18:13:21 2009 +0100
  36. 7c84bab [MEDIUM] rearrange forwarding condition to enable splice during analysis by Willy Tarreau · Sun Mar 08 21:38:23 2009 +0100
  37. 0be0ef9 [OPTIM] do not re-check req buffer when only response has changed by Willy Tarreau · Sun Mar 08 19:20:25 2009 +0100
  38. 26c2506 [MEDIUM] minor update to the task api: let the scheduler queue itself by Willy Tarreau · Sun Mar 08 09:38:41 2009 +0100
  39. 74808cb [MEDIUM] implement error dump on unix socket with "show errors" by Willy Tarreau · Wed Mar 04 15:53:18 2009 +0100
  40. 38c99bc [BUG] fix unix socket processing of interrupted output by Willy Tarreau · Sun Feb 22 15:58:45 2009 +0100
  41. fd3828e [BUG] fix random memory corruption using "show sess" by Willy Tarreau · Sun Feb 22 15:17:24 2009 +0100
  42. 0abebcc [MEDIUM] i/o: rework ->to_forward and ->send_max by Willy Tarreau · Thu Jan 08 00:09:41 2009 +0100
  43. 6b66f3e [MAJOR] implement autonomous inter-socket forwarding by Willy Tarreau · Sun Dec 14 17:31:54 2008 +0100
  44. 3ffeba1 [MEDIUM] enable inter-stream_interface wakeup calls by Willy Tarreau · Sun Dec 14 14:42:35 2008 +0100
  45. b0ef735 [MINOR] add flags to indicate when a stream interface is waiting for space/data by Willy Tarreau · Sun Dec 14 13:26:20 2008 +0100
  46. 86491c3 [MEDIUM] indicate when we don't care about read timeout by Willy Tarreau · Sun Dec 14 09:04:47 2008 +0100
  47. f890dc9 [MEDIUM] add a send limit to a buffer by Willy Tarreau · Sat Dec 13 21:12:26 2008 +0100
  48. 3dfe6cd [MEDIUM] add support for "show sess" in unix stats socket by Willy Tarreau · Sun Dec 07 22:29:48 2008 +0100
  49. 62e4f1d [MINOR] add back-references to sessions for later use by a dumper. by Willy Tarreau · Sun Dec 07 20:16:23 2008 +0100
  50. 01bf867 [MEDIUM] reference the current hijack function in the buffer itself by Willy Tarreau · Sun Dec 07 18:03:29 2008 +0100
  51. b5654f6 [MINOR] move the listener reference from fd to session by Willy Tarreau · Sun Dec 07 16:45:10 2008 +0100
  52. 7e5067d [MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state from the session by Willy Tarreau · Sun Dec 07 16:27:56 2008 +0100
  53. b1356cf [MAJOR] make unix sockets work again with stats by Willy Tarreau · Sun Dec 07 16:06:43 2008 +0100
  54. a11e976 [MEDIUM] first pass of lifting to proto_uxst.c:uxst_event_accept() by Willy Tarreau · Mon Dec 01 01:44:25 2008 +0100
  55. dded32d [MINOR] replace client_retnclose() with stream_int_retnclose() by Willy Tarreau · Sun Nov 30 19:48:07 2008 +0100
  56. f54f8bd [MINOR] maintain a global session list in order to ease debugging by Willy Tarreau · Sun Nov 23 19:53:55 2008 +0100
  57. eabf313 [MINOR] change type of fdtab[]->owner to void* by Willy Tarreau · Fri Aug 29 23:36:51 2008 +0200
  58. fdccded [MEDIUM] indicate a reason for a task wakeup by Willy Tarreau · Fri Aug 29 18:19:04 2008 +0200
  59. 3da77c5 [MINOR] re-arrange buffer flags and rename some of them by Willy Tarreau · Fri Aug 29 09:58:42 2008 +0200
  60. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · Sun Oct 19 07:30:41 2008 +0200
  61. ffab5b4 [MEDIUM] merge inspect_exp and txn->exp into request buffer by Willy Tarreau · Sun Aug 17 18:03:28 2008 +0200
  62. 2df28e8 [MEDIUM] session: move the analysis bit field to the buffer by Willy Tarreau · Sun Aug 17 15:20:19 2008 +0200
  63. 26ed74d [MEDIUM] use buffer->wex instead of buffer->cex for connect timeout by Willy Tarreau · Sun Aug 17 12:11:14 2008 +0200
  64. e393fe2 [MEDIUM] buffers: add BF_EMPTY and BF_FULL to remove dependency on req/rep->l by Willy Tarreau · Sat Aug 16 22:18:07 2008 +0200
  65. ba392ce [CLEANUP] get rid of BF_SHUT*_PENDING by Willy Tarreau · Sat Aug 16 21:13:23 2008 +0200
  66. f853320 [MINOR] term_trace: add better instrumentations to trace the code by Willy Tarreau · Sat Aug 16 14:55:08 2008 +0200
  67. adfb856 [MAJOR] get rid of SV_STANALYZE (step 2) by Willy Tarreau · Mon Aug 11 15:24:42 2008 +0200
  68. 67f0eea [MAJOR] kill CL_STINSPECT and CL_STHEADERS (step 1) by Willy Tarreau · Sun Aug 10 22:55:22 2008 +0200
  69. 89edf5e [MEDIUM] buffers: ensure buffer_shut* are properly called upon shutdowns by Willy Tarreau · Sun Aug 03 17:25:14 2008 +0200
  70. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · Tue Jul 15 00:22:45 2008 +0200
  71. 284648e [CLEANUP] remove unused include/types/client.h by Willy Tarreau · Mon Jul 14 23:57:33 2008 +0200
  72. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · Mon Jul 07 00:09:58 2008 +0200
  73. 91e9993 [MEDIUM] introduce task->nice and boot access to statistics by Willy Tarreau · Mon Jun 30 07:51:00 2008 +0200
  74. 9789f7b [MAJOR] replace ultree with ebtree in wait-queues by Willy Tarreau · Tue Jun 24 08:17:16 2008 +0200
  75. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · Fri Jun 20 15:04:11 2008 +0200
  76. 39f7e6d [MEDIUM] fix stats socket limitation to 16 kB by Willy Tarreau · Mon Mar 17 21:38:24 2008 +0100
  77. 2c6962c [MAJOR] proto_uxst rework -> SNMP support by Krzysztof Piotr Oledzki · Sun Mar 02 02:42:14 2008 +0100
  78. d6f087e [BUG] fix truncated responses with sepoll by Willy Tarreau · Fri Jan 18 17:20:13 2008 +0100
  79. a8efd36 [STATS] add support for "show info" on the unix socket by Willy Tarreau · Thu Jan 03 10:19:15 2008 +0100
  80. 583bc96 [MEDIUM] continous statistics by Krzysztof Piotr Oledzki · Sat Nov 24 22:12:47 2007 +0100
  81. 1a64d16 [MINOR] add a generic delete_listener() primitive by Willy Tarreau · Sun Oct 28 22:26:05 2007 +0100
  82. 8eebe5e [MEDIUM] unbind_listener() must use fd_delete() and not close() by Willy Tarreau · Sun Oct 28 22:07:08 2007 +0100
  83. dabf2e2 [MAJOR] added a new state to listeners by Willy Tarreau · Sun Oct 28 21:59:24 2007 +0100
  84. 106bf27 [MINOR] add socket address length to the protocols by Willy Tarreau · Sun Oct 28 12:09:45 2007 +0100
  85. d740bab [MINOR] move error codes to common/errors.h by Willy Tarreau · Sun Oct 28 11:14:07 2007 +0100
  86. 10ae548 [BUG] fix off-by-one in path length in destroy_uxst_socket() by Willy Tarreau · Thu Oct 18 16:15:52 2007 +0200
  87. 3e76e72 [MEDIUM] implement the statistics output on a unix socket by Willy Tarreau · Wed Oct 17 18:57:38 2007 +0200
  88. e6ad2b1 [MINOR] make it possible to set unix socket permissions by Willy Tarreau · Thu Oct 18 12:45:54 2007 +0200
  89. 92fb983 [MAJOR] implemented client-side support for PF_UNIX sockets by Willy Tarreau · Tue Oct 16 17:34:28 2007 +0200