1. 40aa070 MAJOR: listener: support inheriting a listening fd from the parent by Willy Tarreau · Sun Mar 10 23:51:38 2013 +0100
  2. 8ab505b CLEANUP: tcp/unix: remove useless NULL check in {tcp,unix}_bind_listener() by Willy Tarreau · Thu Jan 24 01:41:38 2013 +0100
  3. eb6cead MINOR: standard: make memprintf() support a NULL destination by Willy Tarreau · Thu Sep 20 19:43:14 2012 +0200
  4. 290e63a REORG: listener: move unix perms from the listener to the bind_conf by Willy Tarreau · Thu Sep 20 18:07:14 2012 +0200
  5. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · Thu Sep 20 16:48:07 2012 +0200
  6. 51fb765 MINOR: listener: add a scope field in the bind keyword lists by Willy Tarreau · Tue Sep 18 18:24:39 2012 +0200
  7. d0a895d MEDIUM: config: move all unix-specific bind keywords to proto_uxst.c by Willy Tarreau · Tue Sep 18 17:40:35 2012 +0200
  8. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · Wed Sep 12 22:58:11 2012 +0200
  9. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · Mon Aug 20 17:01:35 2012 +0200
  10. 076be25 CLEANUP: remove the now unused fdtab direct I/O callbacks by Willy Tarreau · Fri Jul 06 16:02:29 2012 +0200
  11. aece46a MEDIUM: protocols: use the generic I/O callback for accept callbacks by Willy Tarreau · Fri Jul 06 12:25:58 2012 +0200
  12. 4e6049e MINOR: fd: add a new I/O handler to fdtab by Willy Tarreau · Fri Jul 06 10:53:51 2012 +0200
  13. 505e34a MAJOR: get rid of fdtab[].state and use connection->flags instead by Willy Tarreau · Fri Jul 06 10:17:53 2012 +0200
  14. ed8f614 REORG/MEDIUM: fd: get rid of FD_STLISTEN by Willy Tarreau · Thu Jul 05 23:36:42 2012 +0200
  15. 96596ae MEDIUM: fd/si: move peeraddr from struct fdinfo to struct connection by Willy Tarreau · Fri Jun 08 22:57:36 2012 +0200
  16. b147a83 CLEANUP: fd: remove unused cb->b pointers in the struct fdtab by Willy Tarreau · Sun May 13 00:35:44 2012 +0200
  17. 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · Fri May 11 16:16:40 2012 +0200
  18. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · Fri May 11 14:23:52 2012 +0200
  19. bbebbbf REORG/MEDIUM: move the default accept function from sockstream to protocols.c by Willy Tarreau · Mon May 07 21:22:09 2012 +0200
  20. 1b79bde REORG/MEDIUM: move protocol->{read,write} to sock_ops by Willy Tarreau · Mon May 07 17:01:39 2012 +0200
  21. 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
  22. 1f5848a [CLEANUP] unix sockets : move create_uxst_socket() in uxst_bind_listener() by Cyril Bonté · Sun Nov 14 17:03:19 2010 +0100
  23. e4cbbe2 [MINOR] unix sockets : inherits the backlog size from the listener by Cyril Bonté · Sun Nov 14 17:03:18 2010 +0100
  24. b40dc94 [MEDIUM] unix sockets: cleanup the error reporting path by Willy Tarreau · Sun Nov 07 12:10:51 2010 +0100
  25. 17f449b [MINOR] move MAXPATHLEN definition to compat.h by Willy Tarreau · Sun Nov 07 11:44:13 2010 +0100
  26. cf20bf1 [MEDIUM] Enhance message errors management on binds by Emeric Brun · Fri Oct 22 16:06:11 2010 +0200
  27. eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · Fri May 28 18:46:57 2010 +0200
  28. a93c4bb [MINOR] accept: count the incoming connection earlier by Willy Tarreau · Sun May 23 17:27:44 2010 +0200
  29. e29e1c5 [BUG] client: always ensure to zero rep->analysers by Willy Tarreau · Tue Jun 01 19:45:06 2010 +0200
  30. 78caf84 [DOC] Some more documentation cleanups by Cyril Bonté · Wed Mar 10 22:41:43 2010 +0100
  31. 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
  32. b982a3d [MEDIUM] Add stick table configuration and init. by Emeric Brun · Mon Jan 04 15:45:53 2010 +0100
  33. 8d5d77e [OPTIM] move some rarely used fields out of fdtab by Willy Tarreau · Sun Oct 18 07:25:52 2009 +0200
  34. 5d53634 [MINOR] unix socket: report the socket path in case of bind error by Willy Tarreau · Wed Oct 14 15:16:48 2009 +0200
  35. 65671ab [MINOR] remove now obsolete ana_state from the session struct by Willy Tarreau · Sun Oct 04 14:24:59 2009 +0200
  36. f5a885f [MEDIUM] stats: don't use s->ana_state anymore by Willy Tarreau · Sun Oct 04 14:22:18 2009 +0200
  37. f27b5ea [MEDIUM] new option "independant-streams" to stop updating read timeout on writes by Willy Tarreau · Sat Oct 03 22:01:18 2009 +0200
  38. 9a42c0d [MEDIUM] stats: replace the stats socket analyser with an SI applet by Willy Tarreau · Tue Sep 22 19:31:03 2009 +0200
  39. b029f8c [MINOR] stream_interface: add iohandler callback by Willy Tarreau · Sat Sep 05 20:57:35 2009 +0200
  40. dc85b39 [MEDIUM] stream_interface: add and use ->update function to resync by Willy Tarreau · Tue Aug 18 07:38:19 2009 +0200
  41. 27a674e [MEDIUM] make it possible to change the buffer size in the configuration by Willy Tarreau · Mon Aug 17 07:23:33 2009 +0200
  42. a07a34e [MEDIUM] replace BUFSIZE with buf->size in computations by Willy Tarreau · Sun Aug 16 23:27:46 2009 +0200
  43. 2c9f5b1 [MINOR] move the initial task's nice value to the listener by Willy Tarreau · Sun Aug 16 19:12:36 2009 +0200
  44. 5ca791d [CLEANUP] move remaining stats sockets code to dumpstats by Willy Tarreau · Sun Aug 16 19:06:42 2009 +0200
  45. 8e13d74 [CLEANUP] unix: remove uxst_process_session() by Willy Tarreau · Sun Aug 16 18:54:47 2009 +0200
  46. 104eb36 [MEDIUM] make the unix stats sockets use the generic session handler by Willy Tarreau · Sun Aug 16 18:51:29 2009 +0200
  47. 89a6313 [MEDIUM] make the global stats socket part of a frontend by Willy Tarreau · Sun Aug 16 17:41:45 2009 +0200
  48. 9650f37 [MEDIUM] move connection establishment from backend to the SI. by Willy Tarreau · Sun Aug 16 14:02:45 2009 +0200
  49. 43e0e39 [MINOR] print usage on the stats sockets upon invalid commands by Willy Tarreau · Sun Jul 26 18:16:43 2009 +0200
  50. 3a81629 [MEDIUM] session: tell analysers what bit they were called for by Willy Tarreau · Tue Jul 07 10:55:49 2009 +0200
  51. 2d04559 [BUG] reject unix accepts when connection limit is reached by Willy Tarreau · Sat Mar 28 11:02:18 2009 +0100
  52. b00f9c4 [BUG] check for global.maxconn before doing accept() by Willy Tarreau · Sat Mar 21 22:43:12 2009 +0100
  53. 06bea94 [MEDIUM] session: don't resync FSMs on non-interesting changes by Willy Tarreau · Sat Mar 21 22:09:29 2009 +0100
  54. 1b194fe [OPTIM] buffer: new BF_READ_DONTWAIT flag reduces EAGAIN rates by Willy Tarreau · Sat Mar 21 21:10:04 2009 +0100
  55. a461318 [MINOR] task: keep a task count and clean up task creators by Willy Tarreau · Sat Mar 21 18:13:21 2009 +0100
  56. 7c84bab [MEDIUM] rearrange forwarding condition to enable splice during analysis by Willy Tarreau · Sun Mar 08 21:38:23 2009 +0100
  57. 0be0ef9 [OPTIM] do not re-check req buffer when only response has changed by Willy Tarreau · Sun Mar 08 19:20:25 2009 +0100
  58. 26c2506 [MEDIUM] minor update to the task api: let the scheduler queue itself by Willy Tarreau · Sun Mar 08 09:38:41 2009 +0100
  59. 74808cb [MEDIUM] implement error dump on unix socket with "show errors" by Willy Tarreau · Wed Mar 04 15:53:18 2009 +0100
  60. 38c99bc [BUG] fix unix socket processing of interrupted output by Willy Tarreau · Sun Feb 22 15:58:45 2009 +0100
  61. fd3828e [BUG] fix random memory corruption using "show sess" by Willy Tarreau · Sun Feb 22 15:17:24 2009 +0100
  62. 0abebcc [MEDIUM] i/o: rework ->to_forward and ->send_max by Willy Tarreau · Thu Jan 08 00:09:41 2009 +0100
  63. 6b66f3e [MAJOR] implement autonomous inter-socket forwarding by Willy Tarreau · Sun Dec 14 17:31:54 2008 +0100
  64. 3ffeba1 [MEDIUM] enable inter-stream_interface wakeup calls by Willy Tarreau · Sun Dec 14 14:42:35 2008 +0100
  65. 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
  66. 86491c3 [MEDIUM] indicate when we don't care about read timeout by Willy Tarreau · Sun Dec 14 09:04:47 2008 +0100
  67. f890dc9 [MEDIUM] add a send limit to a buffer by Willy Tarreau · Sat Dec 13 21:12:26 2008 +0100
  68. 3dfe6cd [MEDIUM] add support for "show sess" in unix stats socket by Willy Tarreau · Sun Dec 07 22:29:48 2008 +0100
  69. 62e4f1d [MINOR] add back-references to sessions for later use by a dumper. by Willy Tarreau · Sun Dec 07 20:16:23 2008 +0100
  70. 01bf867 [MEDIUM] reference the current hijack function in the buffer itself by Willy Tarreau · Sun Dec 07 18:03:29 2008 +0100
  71. b5654f6 [MINOR] move the listener reference from fd to session by Willy Tarreau · Sun Dec 07 16:45:10 2008 +0100
  72. 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
  73. b1356cf [MAJOR] make unix sockets work again with stats by Willy Tarreau · Sun Dec 07 16:06:43 2008 +0100
  74. a11e976 [MEDIUM] first pass of lifting to proto_uxst.c:uxst_event_accept() by Willy Tarreau · Mon Dec 01 01:44:25 2008 +0100
  75. dded32d [MINOR] replace client_retnclose() with stream_int_retnclose() by Willy Tarreau · Sun Nov 30 19:48:07 2008 +0100
  76. f54f8bd [MINOR] maintain a global session list in order to ease debugging by Willy Tarreau · Sun Nov 23 19:53:55 2008 +0100
  77. eabf313 [MINOR] change type of fdtab[]->owner to void* by Willy Tarreau · Fri Aug 29 23:36:51 2008 +0200
  78. fdccded [MEDIUM] indicate a reason for a task wakeup by Willy Tarreau · Fri Aug 29 18:19:04 2008 +0200
  79. 3da77c5 [MINOR] re-arrange buffer flags and rename some of them by Willy Tarreau · Fri Aug 29 09:58:42 2008 +0200
  80. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · Sun Oct 19 07:30:41 2008 +0200
  81. ffab5b4 [MEDIUM] merge inspect_exp and txn->exp into request buffer by Willy Tarreau · Sun Aug 17 18:03:28 2008 +0200
  82. 2df28e8 [MEDIUM] session: move the analysis bit field to the buffer by Willy Tarreau · Sun Aug 17 15:20:19 2008 +0200
  83. 26ed74d [MEDIUM] use buffer->wex instead of buffer->cex for connect timeout by Willy Tarreau · Sun Aug 17 12:11:14 2008 +0200
  84. 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
  85. ba392ce [CLEANUP] get rid of BF_SHUT*_PENDING by Willy Tarreau · Sat Aug 16 21:13:23 2008 +0200
  86. f853320 [MINOR] term_trace: add better instrumentations to trace the code by Willy Tarreau · Sat Aug 16 14:55:08 2008 +0200
  87. adfb856 [MAJOR] get rid of SV_STANALYZE (step 2) by Willy Tarreau · Mon Aug 11 15:24:42 2008 +0200
  88. 67f0eea [MAJOR] kill CL_STINSPECT and CL_STHEADERS (step 1) by Willy Tarreau · Sun Aug 10 22:55:22 2008 +0200
  89. 89edf5e [MEDIUM] buffers: ensure buffer_shut* are properly called upon shutdowns by Willy Tarreau · Sun Aug 03 17:25:14 2008 +0200
  90. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · Tue Jul 15 00:22:45 2008 +0200
  91. 284648e [CLEANUP] remove unused include/types/client.h by Willy Tarreau · Mon Jul 14 23:57:33 2008 +0200
  92. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · Mon Jul 07 00:09:58 2008 +0200
  93. 91e9993 [MEDIUM] introduce task->nice and boot access to statistics by Willy Tarreau · Mon Jun 30 07:51:00 2008 +0200
  94. 9789f7b [MAJOR] replace ultree with ebtree in wait-queues by Willy Tarreau · Tue Jun 24 08:17:16 2008 +0200
  95. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · Fri Jun 20 15:04:11 2008 +0200
  96. 39f7e6d [MEDIUM] fix stats socket limitation to 16 kB by Willy Tarreau · Mon Mar 17 21:38:24 2008 +0100
  97. 2c6962c [MAJOR] proto_uxst rework -> SNMP support by Krzysztof Piotr Oledzki · Sun Mar 02 02:42:14 2008 +0100
  98. d6f087e [BUG] fix truncated responses with sepoll by Willy Tarreau · Fri Jan 18 17:20:13 2008 +0100
  99. a8efd36 [STATS] add support for "show info" on the unix socket by Willy Tarreau · Thu Jan 03 10:19:15 2008 +0100
  100. 583bc96 [MEDIUM] continous statistics by Krzysztof Piotr Oledzki · Sat Nov 24 22:12:47 2007 +0100