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