1. 2d04559 [BUG] reject unix accepts when connection limit is reached by Willy Tarreau · 15 years ago
  2. b00f9c4 [BUG] check for global.maxconn before doing accept() by Willy Tarreau · 15 years ago
  3. 06bea94 [MEDIUM] session: don't resync FSMs on non-interesting changes by Willy Tarreau · 15 years ago
  4. 1b194fe [OPTIM] buffer: new BF_READ_DONTWAIT flag reduces EAGAIN rates by Willy Tarreau · 15 years ago
  5. a461318 [MINOR] task: keep a task count and clean up task creators by Willy Tarreau · 15 years ago
  6. 7c84bab [MEDIUM] rearrange forwarding condition to enable splice during analysis by Willy Tarreau · 15 years ago
  7. 0be0ef9 [OPTIM] do not re-check req buffer when only response has changed by Willy Tarreau · 15 years ago
  8. 26c2506 [MEDIUM] minor update to the task api: let the scheduler queue itself by Willy Tarreau · 15 years ago
  9. 74808cb [MEDIUM] implement error dump on unix socket with "show errors" by Willy Tarreau · 15 years ago
  10. 38c99bc [BUG] fix unix socket processing of interrupted output by Willy Tarreau · 15 years ago
  11. fd3828e [BUG] fix random memory corruption using "show sess" by Willy Tarreau · 15 years ago
  12. 0abebcc [MEDIUM] i/o: rework ->to_forward and ->send_max by Willy Tarreau · 15 years ago
  13. 6b66f3e [MAJOR] implement autonomous inter-socket forwarding by Willy Tarreau · 16 years ago
  14. 3ffeba1 [MEDIUM] enable inter-stream_interface wakeup calls by Willy Tarreau · 16 years ago
  15. b0ef735 [MINOR] add flags to indicate when a stream interface is waiting for space/data by Willy Tarreau · 16 years ago
  16. 86491c3 [MEDIUM] indicate when we don't care about read timeout by Willy Tarreau · 16 years ago
  17. f890dc9 [MEDIUM] add a send limit to a buffer by Willy Tarreau · 16 years ago
  18. 3dfe6cd [MEDIUM] add support for "show sess" in unix stats socket by Willy Tarreau · 16 years ago
  19. 62e4f1d [MINOR] add back-references to sessions for later use by a dumper. by Willy Tarreau · 16 years ago
  20. 01bf867 [MEDIUM] reference the current hijack function in the buffer itself by Willy Tarreau · 16 years ago
  21. b5654f6 [MINOR] move the listener reference from fd to session by Willy Tarreau · 16 years ago
  22. 7e5067d [MEDIUM] remove cli_fd, srv_fd, cli_state and srv_state from the session by Willy Tarreau · 16 years ago
  23. b1356cf [MAJOR] make unix sockets work again with stats by Willy Tarreau · 16 years ago
  24. a11e976 [MEDIUM] first pass of lifting to proto_uxst.c:uxst_event_accept() by Willy Tarreau · 16 years ago
  25. dded32d [MINOR] replace client_retnclose() with stream_int_retnclose() by Willy Tarreau · 16 years ago
  26. f54f8bd [MINOR] maintain a global session list in order to ease debugging by Willy Tarreau · 16 years ago
  27. eabf313 [MINOR] change type of fdtab[]->owner to void* by Willy Tarreau · 16 years ago
  28. fdccded [MEDIUM] indicate a reason for a task wakeup by Willy Tarreau · 16 years ago
  29. 3da77c5 [MINOR] re-arrange buffer flags and rename some of them by Willy Tarreau · 16 years ago
  30. fa7e102 [MAJOR] rework of the server FSM by Willy Tarreau · 16 years ago
  31. ffab5b4 [MEDIUM] merge inspect_exp and txn->exp into request buffer by Willy Tarreau · 16 years ago
  32. 2df28e8 [MEDIUM] session: move the analysis bit field to the buffer by Willy Tarreau · 16 years ago
  33. 26ed74d [MEDIUM] use buffer->wex instead of buffer->cex for connect timeout by Willy Tarreau · 16 years ago
  34. e393fe2 [MEDIUM] buffers: add BF_EMPTY and BF_FULL to remove dependency on req/rep->l by Willy Tarreau · 16 years ago
  35. ba392ce [CLEANUP] get rid of BF_SHUT*_PENDING by Willy Tarreau · 16 years ago
  36. f853320 [MINOR] term_trace: add better instrumentations to trace the code by Willy Tarreau · 16 years ago
  37. adfb856 [MAJOR] get rid of SV_STANALYZE (step 2) by Willy Tarreau · 16 years ago
  38. 67f0eea [MAJOR] kill CL_STINSPECT and CL_STHEADERS (step 1) by Willy Tarreau · 16 years ago
  39. 89edf5e [MEDIUM] buffers: ensure buffer_shut* are properly called upon shutdowns by Willy Tarreau · 16 years ago
  40. ec6c5df [CLEANUP] remove many #include <types/xxx> from C files by Willy Tarreau · 16 years ago
  41. 284648e [CLEANUP] remove unused include/types/client.h by Willy Tarreau · 16 years ago
  42. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  43. 91e9993 [MEDIUM] introduce task->nice and boot access to statistics by Willy Tarreau · 16 years ago
  44. 9789f7b [MAJOR] replace ultree with ebtree in wait-queues by Willy Tarreau · 16 years ago
  45. 7c669d7 [BUG] fix the dequeuing logic to ensure that all requests get served by Willy Tarreau · 16 years ago
  46. 39f7e6d [MEDIUM] fix stats socket limitation to 16 kB by Willy Tarreau · 16 years ago
  47. 2c6962c [MAJOR] proto_uxst rework -> SNMP support by Krzysztof Piotr Oledzki · 16 years ago
  48. d6f087e [BUG] fix truncated responses with sepoll by Willy Tarreau · 16 years ago
  49. a8efd36 [STATS] add support for "show info" on the unix socket by Willy Tarreau · 17 years ago
  50. 583bc96 [MEDIUM] continous statistics by Krzysztof Piotr Oledzki · 17 years ago
  51. 1a64d16 [MINOR] add a generic delete_listener() primitive by Willy Tarreau · 17 years ago
  52. 8eebe5e [MEDIUM] unbind_listener() must use fd_delete() and not close() by Willy Tarreau · 17 years ago
  53. dabf2e2 [MAJOR] added a new state to listeners by Willy Tarreau · 17 years ago
  54. 106bf27 [MINOR] add socket address length to the protocols by Willy Tarreau · 17 years ago
  55. d740bab [MINOR] move error codes to common/errors.h by Willy Tarreau · 17 years ago
  56. 10ae548 [BUG] fix off-by-one in path length in destroy_uxst_socket() by Willy Tarreau · 17 years ago
  57. 3e76e72 [MEDIUM] implement the statistics output on a unix socket by Willy Tarreau · 17 years ago
  58. e6ad2b1 [MINOR] make it possible to set unix socket permissions by Willy Tarreau · 17 years ago
  59. 92fb983 [MAJOR] implemented client-side support for PF_UNIX sockets by Willy Tarreau · 17 years ago