1. 3f1199d BUG/MINOR: listener: enforce all_threads_mask on bind_thread on init by Willy Tarreau · 4 years, 4 months ago
  2. 5d1c948 BUG/MINOR: unix: better catch situations where the unix socket path length is close to the limit by Willy Tarreau · 4 years, 4 months ago
  3. d668dcf BUILD/MINOR: unix sockets: silence an absurd gcc warning about strncpy() by Willy Tarreau · 4 years, 6 months ago
  4. 937604b BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff by Willy Tarreau · 5 years ago
  5. 03abf2d MEDIUM: connections: Remove CONN_FL_SOCK* by Olivier Houchard · 5 years ago
  6. fdcb007 MEDIUM: proto: Change the prototype of the connect() method. by Olivier Houchard · 5 years ago
  7. e2711c7 MINOR: listener: introduce listener_backlog() to report the backlog value by Willy Tarreau · 5 years ago
  8. a36b324 MEDIUM: listener: keep a single thread-mask and warn on "process" misuse by Willy Tarreau · 5 years ago
  9. 3d95717 MINOR: threads: make use of thread_mask() to simplify some thread calculations by Willy Tarreau · 5 years ago
  10. c03eb01 BUG/MEDIUM: mworker: avoid leak of client socket by William Lallemand · 6 years ago
  11. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  12. 637b695 BUG/MEDIUM: connections: Don't reset the conn flags in *connect_server(). by Olivier Houchard · 6 years ago
  13. e215bba MINOR: connection: make conn_sock_drain() work for all socket families by Willy Tarreau · 6 years ago
  14. fe5d2ac BUG/MEDIUM: unix: provide a ->drain() function by Willy Tarreau · 6 years ago
  15. b4dd15b BUG/MINOR: unix: Make sure we can transfer abns sockets on seamless reload. by Olivier Houchard · 6 years ago
  16. 510c0d6 BUG/MEDIUM: threads/unix: Fix a deadlock when a listener is temporarily disabled by Christopher Faulet · 6 years ago
  17. ec9516a BUG/MINOR: unix: Don't mess up when removing the socket from the xfer_sock_list. by Olivier Houchard · 6 years ago
  18. a9786b6 MINOR: fd: pass the iocb and owner to fd_insert() by Willy Tarreau · 6 years ago
  19. c5532ac MINOR: fd: don't report maxfd in alert messages by Willy Tarreau · 6 years ago
  20. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  21. 165f07e MEDIUM: listener: Bind listeners on a thread subset if specified by Christopher Faulet · 7 years ago
  22. 36716a7 MEDIUM: threads/fd: Initialize the process mask during the call to fd_insert by Christopher Faulet · 7 years ago
  23. 8c82901 MINOR: unix: use conn_full_close() instead of conn_force_close() by Willy Tarreau · 7 years ago
  24. 1a0545f REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_* by Olivier Houchard · 7 years ago
  25. a1a247b BUG/MINOR: unix: properly check for octal digits in the "mode" argument by Willy Tarreau · 7 years ago
  26. 3179489 MINOR: unix: remove the now unused proto_uxst.h file by Willy Tarreau · 7 years ago
  27. 9d5be5c MINOR: protocols: register the ->add function and stop calling them directly by Willy Tarreau · 7 years ago
  28. 3228238 MINOR: protocols: always pass a "port" argument to the listener creation by Willy Tarreau · 7 years ago
  29. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · 7 years ago
  30. 68986ab BUG/MEDIUM: unix: never unlink a unix socket from the file system by Willy Tarreau · 7 years ago
  31. f886e34 MINOR: cli: Add a command to send listening sockets. by Olivier Houchard · 7 years ago
  32. 9484179 BUG/MINOR: unix: fix connect's polling in case no data are scheduled by Willy Tarreau · 7 years ago
  33. 4896c44 DOC: Spelling fixes by Tim Düsterhus · 8 years ago
  34. 9f256d4 MINOR: unix: don't mention free ports on EAGAIN by Lukas Tribus · 8 years ago
  35. e7dff02 REORG/MEDIUM: stream: rename stream flags from SN_* to SF_* by Willy Tarreau · 9 years ago
  36. fd0e008 BUG/MEDIUM: unix: completely unbind abstract sockets during a pause() by Willy Tarreau · 10 years ago
  37. 3c5efa2 BUG/MEDIUM: unix: failed abstract socket binding is retryable by Willy Tarreau · 10 years ago
  38. 7319b64 BUG/MEDIUM: unix: do not unlink() abstract namespace sockets upon failure. by Jan Seda · 10 years ago
  39. 7bb2153 MEDIUM: unix: avoid a double connect probe when no data are sent by Willy Tarreau · 10 years ago
  40. ccfccef MEDIUM: unix: implement support for Linux abstract namespace sockets by Willy Tarreau · 10 years ago
  41. 47f48c4 MEDIUM: unix: add preliminary support for connecting to servers over UNIX sockets by Willy Tarreau · 10 years ago
  42. 40aa070 MAJOR: listener: support inheriting a listening fd from the parent by Willy Tarreau · 11 years ago
  43. 8ab505b CLEANUP: tcp/unix: remove useless NULL check in {tcp,unix}_bind_listener() by Willy Tarreau · 11 years ago
  44. eb6cead MINOR: standard: make memprintf() support a NULL destination by Willy Tarreau · 12 years ago
  45. 290e63a REORG: listener: move unix perms from the listener to the bind_conf by Willy Tarreau · 12 years ago
  46. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · 12 years ago
  47. 51fb765 MINOR: listener: add a scope field in the bind keyword lists by Willy Tarreau · 12 years ago
  48. d0a895d MEDIUM: config: move all unix-specific bind keywords to proto_uxst.c by Willy Tarreau · 12 years ago
  49. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago
  50. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · 12 years ago
  51. 076be25 CLEANUP: remove the now unused fdtab direct I/O callbacks by Willy Tarreau · 12 years ago
  52. aece46a MEDIUM: protocols: use the generic I/O callback for accept callbacks by Willy Tarreau · 12 years ago
  53. 4e6049e MINOR: fd: add a new I/O handler to fdtab by Willy Tarreau · 12 years ago
  54. 505e34a MAJOR: get rid of fdtab[].state and use connection->flags instead by Willy Tarreau · 12 years ago
  55. ed8f614 REORG/MEDIUM: fd: get rid of FD_STLISTEN by Willy Tarreau · 12 years ago
  56. 96596ae MEDIUM: fd/si: move peeraddr from struct fdinfo to struct connection by Willy Tarreau · 12 years ago
  57. b147a83 CLEANUP: fd: remove unused cb->b pointers in the struct fdtab by Willy Tarreau · 12 years ago
  58. 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · 12 years ago
  59. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · 12 years ago
  60. bbebbbf REORG/MEDIUM: move the default accept function from sockstream to protocols.c by Willy Tarreau · 12 years ago
  61. 1b79bde REORG/MEDIUM: move protocol->{read,write} to sock_ops by Willy Tarreau · 12 years ago
  62. be58c38 [MEDIUM] proxy: add a PAUSED state to listeners and move socket tricks out of proxy.c by Willy Tarreau · 13 years ago
  63. 1f5848a [CLEANUP] unix sockets : move create_uxst_socket() in uxst_bind_listener() by Cyril Bonté · 14 years ago
  64. e4cbbe2 [MINOR] unix sockets : inherits the backlog size from the listener by Cyril Bonté · 14 years ago
  65. b40dc94 [MEDIUM] unix sockets: cleanup the error reporting path by Willy Tarreau · 14 years ago
  66. 17f449b [MINOR] move MAXPATHLEN definition to compat.h by Willy Tarreau · 14 years ago
  67. cf20bf1 [MEDIUM] Enhance message errors management on binds by Emeric Brun · 14 years ago
  68. eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · 14 years ago
  69. a93c4bb [MINOR] accept: count the incoming connection earlier by Willy Tarreau · 14 years ago
  70. e29e1c5 [BUG] client: always ensure to zero rep->analysers by Willy Tarreau · 14 years ago
  71. 78caf84 [DOC] Some more documentation cleanups by Cyril Bonté · 14 years ago
  72. bc77530 [MINOR] proto_uxst: set accept_date upon accept() to the wall clock time by Willy Tarreau · 14 years ago
  73. b982a3d [MEDIUM] Add stick table configuration and init. by Emeric Brun · 14 years ago
  74. 8d5d77e [OPTIM] move some rarely used fields out of fdtab by Willy Tarreau · 15 years ago
  75. 5d53634 [MINOR] unix socket: report the socket path in case of bind error by Willy Tarreau · 15 years ago
  76. 65671ab [MINOR] remove now obsolete ana_state from the session struct by Willy Tarreau · 15 years ago
  77. f5a885f [MEDIUM] stats: don't use s->ana_state anymore by Willy Tarreau · 15 years ago
  78. f27b5ea [MEDIUM] new option "independant-streams" to stop updating read timeout on writes by Willy Tarreau · 15 years ago
  79. 9a42c0d [MEDIUM] stats: replace the stats socket analyser with an SI applet by Willy Tarreau · 15 years ago
  80. b029f8c [MINOR] stream_interface: add iohandler callback by Willy Tarreau · 15 years ago
  81. dc85b39 [MEDIUM] stream_interface: add and use ->update function to resync by Willy Tarreau · 15 years ago
  82. 27a674e [MEDIUM] make it possible to change the buffer size in the configuration by Willy Tarreau · 15 years ago
  83. a07a34e [MEDIUM] replace BUFSIZE with buf->size in computations by Willy Tarreau · 15 years ago
  84. 2c9f5b1 [MINOR] move the initial task's nice value to the listener by Willy Tarreau · 15 years ago
  85. 5ca791d [CLEANUP] move remaining stats sockets code to dumpstats by Willy Tarreau · 15 years ago
  86. 8e13d74 [CLEANUP] unix: remove uxst_process_session() by Willy Tarreau · 15 years ago
  87. 104eb36 [MEDIUM] make the unix stats sockets use the generic session handler by Willy Tarreau · 15 years ago
  88. 89a6313 [MEDIUM] make the global stats socket part of a frontend by Willy Tarreau · 15 years ago
  89. 9650f37 [MEDIUM] move connection establishment from backend to the SI. by Willy Tarreau · 15 years ago
  90. 43e0e39 [MINOR] print usage on the stats sockets upon invalid commands by Willy Tarreau · 15 years ago
  91. 3a81629 [MEDIUM] session: tell analysers what bit they were called for by Willy Tarreau · 15 years ago
  92. 2d04559 [BUG] reject unix accepts when connection limit is reached by Willy Tarreau · 15 years ago
  93. b00f9c4 [BUG] check for global.maxconn before doing accept() by Willy Tarreau · 15 years ago
  94. 06bea94 [MEDIUM] session: don't resync FSMs on non-interesting changes by Willy Tarreau · 15 years ago
  95. 1b194fe [OPTIM] buffer: new BF_READ_DONTWAIT flag reduces EAGAIN rates by Willy Tarreau · 15 years ago
  96. a461318 [MINOR] task: keep a task count and clean up task creators by Willy Tarreau · 15 years ago
  97. 7c84bab [MEDIUM] rearrange forwarding condition to enable splice during analysis by Willy Tarreau · 15 years ago
  98. 0be0ef9 [OPTIM] do not re-check req buffer when only response has changed by Willy Tarreau · 15 years ago
  99. 26c2506 [MEDIUM] minor update to the task api: let the scheduler queue itself by Willy Tarreau · 15 years ago
  100. 74808cb [MEDIUM] implement error dump on unix socket with "show errors" by Willy Tarreau · 15 years ago