1. 0ea0cf6 BUG: raw_sock: also consider ENOTCONN in addition to EAGAIN by Willy Tarreau · 12 years ago
  2. 665e6ee MEDIUM: connection: it's not the data layer's role to validate the connection by Willy Tarreau · 12 years ago
  3. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · 12 years ago
  4. 6f5d141 MEDIUM: raw_sock: improve connection error reporting by Willy Tarreau · 12 years ago
  5. c0e9886 MINOR: raw_sock: always report asynchronous connection errors by Willy Tarreau · 12 years ago
  6. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago
  7. 56a77e5 MEDIUM: connection: complete the polling cleanups by Willy Tarreau · 12 years ago
  8. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  9. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · 12 years ago
  10. 96199b1 MAJOR: stream-interface: restore splicing mechanism by Willy Tarreau · 12 years ago
  11. 5368d80 MAJOR: connection: split the send call into connection and stream interface by Willy Tarreau · 12 years ago
  12. ce323de REORG: stream-interface: move sock_raw_read() to si_conn_recv_cb() by Willy Tarreau · 12 years ago
  13. 1fe6bc3 MINOR: stream-interface: add an rcv_buf callback to sock_ops by Willy Tarreau · 12 years ago
  14. af978c4 MAJOR: raw_sock: temporarily disable splicing by Willy Tarreau · 12 years ago
  15. 2ba4465 MAJOR: raw_sock: extract raw_sock_to_buf() from raw_sock_read() by Willy Tarreau · 12 years ago
  16. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · 12 years ago[Renamed (99%) from src/sock_raw.c]
  17. 572bf90 REORG/MAJOR: extract "struct buffer" from "struct channel" by Willy Tarreau · 12 years ago
  18. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · 12 years ago
  19. 9bf9c14 MEDIUM: stream-interface: provide a generic stream_sock_read0() function by Willy Tarreau · 12 years ago
  20. eecf6ca MEDIUM: stream-interface: provide a generic si_conn_send_cb callback by Willy Tarreau · 12 years ago
  21. de5722c MEDIUM: stream-interface: provide a generic stream_int_chk_snd_conn() function by Willy Tarreau · 12 years ago
  22. fae4499 MEDIUM: stream-interface: add a snd_buf() callback to sock_ops by Willy Tarreau · 12 years ago
  23. 46a8d92 MEDIUM: stream-interface: offer a generic chk_rcv function for connections by Willy Tarreau · 12 years ago
  24. 100c467 MEDIUM: stream_interface: offer a generic function for connection updates by Willy Tarreau · 12 years ago
  25. afad0e0 MAJOR: make use of conn_{data|sock}_{poll|stop|want}* in connection handlers by Willy Tarreau · 12 years ago
  26. f9dabec MEDIUM: connection: make use of the new polling functions by Willy Tarreau · 12 years ago
  27. 49b046d MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls by Willy Tarreau · 12 years ago
  28. 4a36b56 MAJOR: stream_int: use a common stream_int_shut*() functions regardless of the data layer by Willy Tarreau · 12 years ago
  29. 3d8903f MEDIUM: sock_raw: introduce a read0 callback that is different from shutr by Willy Tarreau · 12 years ago
  30. 8b11708 REORG: connection: replace si_data_close() with conn_data_close() by Willy Tarreau · 12 years ago
  31. 3438f5d MINOR: sock_raw: move calls to si_data_close upper by Willy Tarreau · 12 years ago
  32. 3788e4c MEDIUM: fd: remove the EV_FD_COND_* primitives by Willy Tarreau · 12 years ago
  33. 3c55ec2 MEDIUM: stream_interface: centralize the SI_FL_ERR management by Willy Tarreau · 12 years ago
  34. 239d718 MEDIUM: stream_interface: pass connection instead of fd in sock_ops by Willy Tarreau · 12 years ago
  35. fd31e53 MAJOR: remove the stream interface and task management code from sock_* by Willy Tarreau · 12 years ago
  36. 61ace1b MEDIUM: connection: remove the FD_POLL_* flags only once by Willy Tarreau · 12 years ago
  37. 8018471 MINOR: fd: make fdtab->owner a connection and not a stream_interface anymore by Willy Tarreau · 12 years ago
  38. 505e34a MAJOR: get rid of fdtab[].state and use connection->flags instead by Willy Tarreau · 12 years ago
  39. 801a0a3 DOC: fix name for "option independant-streams" by Jamie Gloudon · 12 years ago
  40. 4da69a9 MEDIUM: stream_interface: call si_data_close() before releasing the si by Willy Tarreau · 12 years ago
  41. 2420827 MINOR: stream_interface: add a data channel close function by Willy Tarreau · 12 years ago
  42. fb7508a REORG/MINOR: stream_interface: move si->fd to struct connection by Willy Tarreau · 12 years ago
  43. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · 12 years ago
  44. a190d59 REORG: move the send-proxy code to tcp_connect_write() by Willy Tarreau · 12 years ago
  45. 8ae52cb BUG/MINOR: stop connect timeout when connect succeeds by Willy Tarreau · 12 years ago
  46. be0688c MEDIUM: stream_interface: remove the si->init by Willy Tarreau · 12 years ago
  47. 7af4605 BUG/MAJOR: trash must always be the size of a buffer by David du Colombier · 12 years ago
  48. 7bb68ab OPTIM/MEDIUM: stream_interface: add a new SI_FL_NOHALF flag by Willy Tarreau · 12 years ago
  49. eeda90e MAJOR: fd: remove the need for the socket layer to recheck the connection by Willy Tarreau · 12 years ago
  50. 64798bd MINOR: stream_interface: add an init callback to sock_ops by Willy Tarreau · 12 years ago
  51. b277d6e CLEANUP: sock_raw: remove last references to stream_sock by Willy Tarreau · 12 years ago
  52. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · 12 years ago[Renamed (99%) from src/stream_sock.c]
  53. bbebbbf REORG/MEDIUM: move the default accept function from sockstream to protocols.c by Willy Tarreau · 12 years ago
  54. 5c979a9 REORG/MEDIUM: stream_interface: initialize socket ops from descriptors by Willy Tarreau · 12 years ago
  55. 1b79bde REORG/MEDIUM: move protocol->{read,write} to sock_ops by Willy Tarreau · 12 years ago
  56. 060781f REORG: stream_interface: create a struct sock_ops to hold socket operations by Willy Tarreau · 12 years ago
  57. 9dab5fc MEDIUM: buffers: rename a number of buffer management functions by Willy Tarreau · 12 years ago
  58. 328582c MEDIUM: buffers: implement b_adv() to advance a buffer's pointer by Willy Tarreau · 12 years ago
  59. cc5cfcb MEDIUM: buffers: add new pointer wrappers and get rid of almost all buffer_wrap_add calls by Willy Tarreau · 12 years ago
  60. a458b67 MAJOR: http: move buffer->lr to http_msg->next by Willy Tarreau · 12 years ago
  61. 363a5bb MAJOR: buffers: replace buf->r with buf->p + buf->i by Willy Tarreau · 12 years ago
  62. 89fa706 MAJOR: buffers: replace buf->w with buf->p - buf->o by Willy Tarreau · 12 years ago
  63. 02d6cfc MAJOR: buffer: replace buf->l with buf->{o+i} by Willy Tarreau · 12 years ago
  64. 2e046c6 MAJOR: buffer rework: replace ->send_max with ->o by Willy Tarreau · 12 years ago
  65. ad4cd58 BUG: stream_sock: si->release was not called upon shutw() by Willy Tarreau · 12 years ago
  66. f17810e BUG/MINOR: stream_sock: don't remove BF_EXPECT_MORE and BF_SEND_DONTWAIT on partial writes by Willy Tarreau · 12 years ago
  67. 82a0456 OPTIM: stream_sock: save a failed recv syscall when splice returns EAGAIN by Willy Tarreau · 13 years ago
  68. eb9fd51 OPTIM: stream_sock: reduce the amount of in-flight spliced data by Willy Tarreau · 13 years ago
  69. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · 13 years ago
  70. 3c63fd8 [MEDIUM] don't limit peers nor stats socket to maxconn nor maxconnrate by Willy Tarreau · 13 years ago
  71. 81c25d0 [MEDIUM] add support for global.maxconnrate to limit the per-process conn rate. by Willy Tarreau · 13 years ago
  72. 43d8fb2 [REORG] build: move syscall redefinition to specific places by Willy Tarreau · 13 years ago
  73. e9b2602 [MEDIUM] listeners: add a global listener management task by Willy Tarreau · 13 years ago
  74. 918ff60 [MAJOR] proxy: finally get rid of maintain_proxies() by Willy Tarreau · 13 years ago
  75. 07687c1 [MEDIUM] listeners: queue proxy-bound listeners at the proxy's by Willy Tarreau · 13 years ago
  76. 08ceb10 [MEDIUM] listeners: put listeners in queue upon resource shortage by Willy Tarreau · 13 years ago
  77. 6279371 [MINOR] listeners: add listen_full() to mark a listener full by Willy Tarreau · 13 years ago
  78. ff45b8c [BUG] stream_sock: ensure orphan listeners don't accept too many connections by Willy Tarreau · 13 years ago
  79. 1002987 [BUG] stream_sock: disable listener when system resources are exhausted by Willy Tarreau · 13 years ago
  80. 14acc70 [OPTIM] stream_sock: don't use splice on too small payloads by Willy Tarreau · 13 years ago
  81. 22be90b [OPTIM] stream_sock: avoid fast-forwarding of partial data by Willy Tarreau · 13 years ago
  82. 96e3121 [MEDIUM] http: add support for "http-no-delay" by Willy Tarreau · 13 years ago
  83. f8ca19b [CLEANUP] stream_sock: remove unneeded FL_TCP and factor out test by Willy Tarreau · 13 years ago
  84. 8f8b492 [MINOR] stream_sock: always clear BF_EXPECT_MORE upon complete transfer by Willy Tarreau · 13 years ago
  85. 68f49da [BUG] stream_sock: fix handling for server side PROXY protocol by Willy Tarreau · 13 years ago
  86. b22e55b [MEDIUM] stream_sock: add support for sending the proxy protocol header line by Willy Tarreau · 13 years ago
  87. 7c0a151 [CLEANUP] stream_interface: remove the applet.handler pointer by Willy Tarreau · 13 years ago
  88. b24281b [MINOR] stream_interface: make use of an applet descriptor for IO handlers by Willy Tarreau · 13 years ago
  89. 32d3ee9 [CRITICAL] session: correctly leave turn-around and queue states on abort by Willy Tarreau · 14 years ago
  90. 48d84c1 [OPTIM] linux: add support for bypassing libc to force using vsyscalls by Willy Tarreau · 14 years ago
  91. 11f4940 [OPTIM] stream_sock: don't clear FDs that are already cleared by Willy Tarreau · 14 years ago
  92. abe8ea5 [BUG] accept: don't close twice upon error by Willy Tarreau · 14 years ago
  93. fffe132 [CLEANUP] accept: replace some inappropriate Alert() calls with send_log() by Willy Tarreau · 14 years ago
  94. fe598a7 [BUILD] stream_sock: previous fix lacked the #include, causing a warning. by Willy Tarreau · 14 years ago
  95. e9f32db [BUG] stream_sock: cleanly disable the listener in case of resource shortage by Willy Tarreau · 14 years ago
  96. af7ad00 [MINOR] support a global jobs counter by Willy Tarreau · 14 years ago
  97. 5af1fa1 [MAJOR] stream_sock: better wakeup conditions on read() by Willy Tarreau · 14 years ago
  98. 0bd05ea [MEDIUM] stream-interface: add a ->release callback by Willy Tarreau · 14 years ago
  99. 24dcaf3 [MEDIUM] frontend: count the incoming connection earlier by Willy Tarreau · 14 years ago
  100. 7999ddb [MINOR] stream_sock: don't dereference a non-existing frontend by Willy Tarreau · 14 years ago