1. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
  2. 165f07e MEDIUM: listener: Bind listeners on a thread subset if specified by Christopher Faulet · Fri Nov 24 10:08:09 2017 +0100
  3. 36716a7 MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert by Christopher Faulet · Tue May 30 11:07:16 2017 +0200
  4. 8c82901 MINOR: unix: use conn_full_close() instead of conn_force_close() by Willy Tarreau · Thu Oct 05 18:02:11 2017 +0200
  5. 1a0545f REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_* by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  6. a1a247b BUG/MINOR: unix: properly check for octal digits in the "mode" argument by Willy Tarreau · Wed Oct 04 14:43:44 2017 +0200
  7. 3179489 MINOR: unix: remove the now unused proto_uxst.h file by Willy Tarreau · Fri Sep 15 07:59:31 2017 +0200
  8. 9d5be5c MINOR: protocols: register the ->add function and stop calling them directly by Willy Tarreau · Fri Sep 15 07:55:51 2017 +0200
  9. 3228238 MINOR: protocols: always pass a "port" argument to the listener creation by Willy Tarreau · Fri Sep 15 07:44:44 2017 +0200
  10. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · Thu Aug 24 14:31:19 2017 +0200
  11. 68986ab BUG/MEDIUM: unix: never unlink a unix socket from the file system by Willy Tarreau · Fri Jun 16 10:34:20 2017 +0200
  12. f886e34 MINOR: cli: Add a command to send listening sockets. by Olivier Houchard · Wed Apr 05 22:24:59 2017 +0200
  13. 9484179 BUG/MINOR: unix: fix connect's polling in case no data are scheduled by Willy Tarreau · Wed Jan 25 14:27:38 2017 +0100
  14. 4896c44 DOC: Spelling fixes by Tim Düsterhus · Tue Nov 29 02:15:19 2016 +0100
  15. 9f256d4 MINOR: unix: don't mention free ports on EAGAIN by Lukas Tribus · Tue Jan 26 20:33:14 2016 +0100
  16. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · Fri Apr 03 01:14:29 2015 +0200
  17. fd0e008 BUG/MEDIUM: unix: completely unbind abstract sockets during a pause() by Willy Tarreau · Mon Jul 07 21:07:51 2014 +0200
  18. 3c5efa2 BUG/MEDIUM: unix: failed abstract socket binding is retryable by Willy Tarreau · Mon Jul 07 18:36:45 2014 +0200
  19. 7319b64 BUG/MEDIUM: unix: do not unlink() abstract namespace sockets upon failure. by Jan Seda · Thu Jun 26 20:44:05 2014 +0200
  20. 7bb2153 MEDIUM: unix: avoid a double connect probe when no data are sent by Willy Tarreau · Sat May 10 09:48:28 2014 +0200
  21. ccfccef MEDIUM: unix: implement support for Linux abstract namespace sockets by Willy Tarreau · Sat May 10 01:49:15 2014 +0200
  22. 47f48c4 MEDIUM: unix: add preliminary support for connecting to servers over UNIX sockets by Willy Tarreau · Fri May 09 22:57:47 2014 +0200
  23. 40aa070 MAJOR: listener: support inheriting a listening fd from the parent by Willy Tarreau · Sun Mar 10 23:51:38 2013 +0100
  24. 8ab505b CLEANUP: tcp/unix: remove useless NULL check in {tcp,unix}_bind_listener() by Willy Tarreau · Thu Jan 24 01:41:38 2013 +0100
  25. eb6cead MINOR: standard: make memprintf() support a NULL destination by Willy Tarreau · Thu Sep 20 19:43:14 2012 +0200
  26. 290e63a REORG: listener: move unix perms from the listener to the bind_conf by Willy Tarreau · Thu Sep 20 18:07:14 2012 +0200
  27. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · Thu Sep 20 16:48:07 2012 +0200
  28. 51fb765 MINOR: listener: add a scope field in the bind keyword lists by Willy Tarreau · Tue Sep 18 18:24:39 2012 +0200
  29. d0a895d MEDIUM: config: move all unix-specific bind keywords to proto_uxst.c by Willy Tarreau · Tue Sep 18 17:40:35 2012 +0200
  30. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · Wed Sep 12 22:58:11 2012 +0200
  31. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · Mon Aug 20 17:01:35 2012 +0200
  32. 076be25 CLEANUP: remove the now unused fdtab direct I/O callbacks by Willy Tarreau · Fri Jul 06 16:02:29 2012 +0200
  33. aece46a MEDIUM: protocols: use the generic I/O callback for accept callbacks by Willy Tarreau · Fri Jul 06 12:25:58 2012 +0200
  34. 4e6049e MINOR: fd: add a new I/O handler to fdtab by Willy Tarreau · Fri Jul 06 10:53:51 2012 +0200
  35. 505e34a MAJOR: get rid of fdtab[].state and use connection->flags instead by Willy Tarreau · Fri Jul 06 10:17:53 2012 +0200
  36. ed8f614 REORG/MEDIUM: fd: get rid of FD_STLISTEN by Willy Tarreau · Thu Jul 05 23:36:42 2012 +0200
  37. 96596ae MEDIUM: fd/si: move peeraddr from struct fdinfo to struct connection by Willy Tarreau · Fri Jun 08 22:57:36 2012 +0200
  38. b147a83 CLEANUP: fd: remove unused cb->b pointers in the struct fdtab by Willy Tarreau · Sun May 13 00:35:44 2012 +0200
  39. 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · Fri May 11 16:16:40 2012 +0200
  40. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · Fri May 11 14:23:52 2012 +0200
  41. bbebbbf REORG/MEDIUM: move the default accept function from sockstream to protocols.c by Willy Tarreau · Mon May 07 21:22:09 2012 +0200
  42. 1b79bde REORG/MEDIUM: move protocol->{read,write} to sock_ops by Willy Tarreau · Mon May 07 17:01:39 2012 +0200
  43. 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
  44. 1f5848a [CLEANUP] unix sockets : move create_uxst_socket() in uxst_bind_listener() by Cyril Bonté · Sun Nov 14 17:03:19 2010 +0100
  45. e4cbbe2 [MINOR] unix sockets : inherits the backlog size from the listener by Cyril Bonté · Sun Nov 14 17:03:18 2010 +0100
  46. b40dc94 [MEDIUM] unix sockets: cleanup the error reporting path by Willy Tarreau · Sun Nov 07 12:10:51 2010 +0100
  47. 17f449b [MINOR] move MAXPATHLEN definition to compat.h by Willy Tarreau · Sun Nov 07 11:44:13 2010 +0100
  48. cf20bf1 [MEDIUM] Enhance message errors management on binds by Emeric Brun · Fri Oct 22 16:06:11 2010 +0200
  49. eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · Fri May 28 18:46:57 2010 +0200
  50. a93c4bb [MINOR] accept: count the incoming connection earlier by Willy Tarreau · Sun May 23 17:27:44 2010 +0200
  51. e29e1c5 [BUG] client: always ensure to zero rep->analysers by Willy Tarreau · Tue Jun 01 19:45:06 2010 +0200
  52. 78caf84 [DOC] Some more documentation cleanups by Cyril Bonté · Wed Mar 10 22:41:43 2010 +0100
  53. 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
  54. b982a3d [MEDIUM] Add stick table configuration and init. by Emeric Brun · Mon Jan 04 15:45:53 2010 +0100
  55. 8d5d77e [OPTIM] move some rarely used fields out of fdtab by Willy Tarreau · Sun Oct 18 07:25:52 2009 +0200
  56. 5d53634 [MINOR] unix socket: report the socket path in case of bind error by Willy Tarreau · Wed Oct 14 15:16:48 2009 +0200
  57. 65671ab [MINOR] remove now obsolete ana_state from the session struct by Willy Tarreau · Sun Oct 04 14:24:59 2009 +0200
  58. f5a885f [MEDIUM] stats: don't use s->ana_state anymore by Willy Tarreau · Sun Oct 04 14:22:18 2009 +0200
  59. f27b5ea [MEDIUM] new option "independant-streams" to stop updating read timeout on writes by Willy Tarreau · Sat Oct 03 22:01:18 2009 +0200
  60. 9a42c0d [MEDIUM] stats: replace the stats socket analyser with an SI applet by Willy Tarreau · Tue Sep 22 19:31:03 2009 +0200
  61. b029f8c [MINOR] stream_interface: add iohandler callback by Willy Tarreau · Sat Sep 05 20:57:35 2009 +0200
  62. dc85b39 [MEDIUM] stream_interface: add and use ->update function to resync by Willy Tarreau · Tue Aug 18 07:38:19 2009 +0200
  63. 27a674e [MEDIUM] make it possible to change the buffer size in the configuration by Willy Tarreau · Mon Aug 17 07:23:33 2009 +0200
  64. a07a34e [MEDIUM] replace BUFSIZE with buf->size in computations by Willy Tarreau · Sun Aug 16 23:27:46 2009 +0200
  65. 2c9f5b1 [MINOR] move the initial task's nice value to the listener by Willy Tarreau · Sun Aug 16 19:12:36 2009 +0200
  66. 5ca791d [CLEANUP] move remaining stats sockets code to dumpstats by Willy Tarreau · Sun Aug 16 19:06:42 2009 +0200
  67. 8e13d74 [CLEANUP] unix: remove uxst_process_session() by Willy Tarreau · Sun Aug 16 18:54:47 2009 +0200
  68. 104eb36 [MEDIUM] make the unix stats sockets use the generic session handler by Willy Tarreau · Sun Aug 16 18:51:29 2009 +0200
  69. 89a6313 [MEDIUM] make the global stats socket part of a frontend by Willy Tarreau · Sun Aug 16 17:41:45 2009 +0200
  70. 9650f37 [MEDIUM] move connection establishment from backend to the SI. by Willy Tarreau · Sun Aug 16 14:02:45 2009 +0200
  71. 43e0e39 [MINOR] print usage on the stats sockets upon invalid commands by Willy Tarreau · Sun Jul 26 18:16:43 2009 +0200
  72. 3a81629 [MEDIUM] session: tell analysers what bit they were called for by Willy Tarreau · Tue Jul 07 10:55:49 2009 +0200
  73. 2d04559 [BUG] reject unix accepts when connection limit is reached by Willy Tarreau · Sat Mar 28 11:02:18 2009 +0100
  74. b00f9c4 [BUG] check for global.maxconn before doing accept() by Willy Tarreau · Sat Mar 21 22:43:12 2009 +0100
  75. 06bea94 [MEDIUM] session: don't resync FSMs on non-interesting changes by Willy Tarreau · Sat Mar 21 22:09:29 2009 +0100
  76. 1b194fe [OPTIM] buffer: new BF_READ_DONTWAIT flag reduces EAGAIN rates by Willy Tarreau · Sat Mar 21 21:10:04 2009 +0100
  77. a461318 [MINOR] task: keep a task count and clean up task creators by Willy Tarreau · Sat Mar 21 18:13:21 2009 +0100
  78. 7c84bab [MEDIUM] rearrange forwarding condition to enable splice during analysis by Willy Tarreau · Sun Mar 08 21:38:23 2009 +0100
  79. 0be0ef9 [OPTIM] do not re-check req buffer when only response has changed by Willy Tarreau · Sun Mar 08 19:20:25 2009 +0100
  80. 26c2506 [MEDIUM] minor update to the task api: let the scheduler queue itself by Willy Tarreau · Sun Mar 08 09:38:41 2009 +0100
  81. 74808cb [MEDIUM] implement error dump on unix socket with "show errors" by Willy Tarreau · Wed Mar 04 15:53:18 2009 +0100
  82. 38c99bc [BUG] fix unix socket processing of interrupted output by Willy Tarreau · Sun Feb 22 15:58:45 2009 +0100
  83. fd3828e [BUG] fix random memory corruption using "show sess" by Willy Tarreau · Sun Feb 22 15:17:24 2009 +0100
  84. 0abebcc [MEDIUM] i/o: rework ->to_forward and ->send_max by Willy Tarreau · Thu Jan 08 00:09:41 2009 +0100
  85. 6b66f3e [MAJOR] implement autonomous inter-socket forwarding by Willy Tarreau · Sun Dec 14 17:31:54 2008 +0100
  86. 3ffeba1 [MEDIUM] enable inter-stream_interface wakeup calls by Willy Tarreau · Sun Dec 14 14:42:35 2008 +0100
  87. 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
  88. 86491c3 [MEDIUM] indicate when we don't care about read timeout by Willy Tarreau · Sun Dec 14 09:04:47 2008 +0100
  89. f890dc9 [MEDIUM] add a send limit to a buffer by Willy Tarreau · Sat Dec 13 21:12:26 2008 +0100
  90. 3dfe6cd [MEDIUM] add support for "show sess" in unix stats socket by Willy Tarreau · Sun Dec 07 22:29:48 2008 +0100
  91. 62e4f1d [MINOR] add back-references to sessions for later use by a dumper. by Willy Tarreau · Sun Dec 07 20:16:23 2008 +0100
  92. 01bf867 [MEDIUM] reference the current hijack function in the buffer itself by Willy Tarreau · Sun Dec 07 18:03:29 2008 +0100
  93. b5654f6 [MINOR] move the listener reference from fd to session by Willy Tarreau · Sun Dec 07 16:45:10 2008 +0100
  94. 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
  95. b1356cf [MAJOR] make unix sockets work again with stats by Willy Tarreau · Sun Dec 07 16:06:43 2008 +0100
  96. a11e976 [MEDIUM] first pass of lifting to proto_uxst.c:uxst_event_accept() by Willy Tarreau · Mon Dec 01 01:44:25 2008 +0100
  97. dded32d [MINOR] replace client_retnclose() with stream_int_retnclose() by Willy Tarreau · Sun Nov 30 19:48:07 2008 +0100
  98. f54f8bd [MINOR] maintain a global session list in order to ease debugging by Willy Tarreau · Sun Nov 23 19:53:55 2008 +0100
  99. eabf313 [MINOR] change type of fdtab[]->owner to void* by Willy Tarreau · Fri Aug 29 23:36:51 2008 +0200
  100. fdccded [MEDIUM] indicate a reason for a task wakeup by Willy Tarreau · Fri Aug 29 18:19:04 2008 +0200