1. 9310f48 CLEANUP: tree-wide: remove unneeded include time.h in ~20 files by Willy Tarreau · Wed Oct 06 16:18:40 2021 +0200
  2. b41a6e9 MINOR: fd: move .linger_risk into fdtab[].state by Willy Tarreau · Tue Apr 06 17:49:19 2021 +0200
  3. f509065 MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state by Willy Tarreau · Tue Apr 06 17:23:40 2021 +0200
  4. ca1a57f MINOR: raw_sock: Add a close method. by Olivier Houchard · Sun Mar 14 00:34:49 2021 +0100
  5. aaa7085 MINOR: raw_sock: Report the number of bytes emitted using the splicing by Christopher Faulet · Fri Jul 10 13:56:30 2020 +0200
  6. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · Tue Jun 09 09:07:15 2020 +0200
  7. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · Fri Jun 05 17:27:29 2020 +0200
  8. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · Thu Jun 04 22:01:04 2020 +0200
  9. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · Thu Jun 04 20:45:39 2020 +0200
  10. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · Thu Jun 04 18:02:10 2020 +0200
  11. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · Thu Jun 04 17:25:40 2020 +0200
  12. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · Thu Jun 04 17:05:57 2020 +0200
  13. 14e8af5 CLEANUP: include: remove empty raw_sock.h by Willy Tarreau · Thu Jun 04 08:34:19 2020 +0200
  14. 551271d REORG: include: move pipe.h to haproxy/pipe{,-t}.h by Willy Tarreau · Thu Jun 04 08:32:23 2020 +0200
  15. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · Wed Jun 03 19:33:00 2020 +0200
  16. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
  17. c2f7c58 REORG: include: move common/ticks.h to haproxy/ticks.h by Willy Tarreau · Tue Jun 02 18:15:32 2020 +0200
  18. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · Tue Jun 02 11:28:02 2020 +0200
  19. 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · Mon Jun 01 12:18:08 2020 +0200
  20. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · Mon Jun 01 11:05:15 2020 +0200
  21. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · Wed May 27 16:51:33 2020 +0200
  22. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · Wed May 27 12:58:42 2020 +0200
  23. ce7b00f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Mon Mar 23 22:28:40 2020 +0500
  24. 06c63ae CLEANUP: remove support for USE_MY_SPLICE by Willy Tarreau · Tue Mar 10 07:20:10 2020 +0100
  25. 8dd348c MINOR: rawsock: always mark the FD not ready when we're certain it happens by Willy Tarreau · Fri Feb 28 14:09:12 2020 +0100
  26. 716bec2 MINOR: connection: introduce a new receive flag: CO_RFL_READ_ONCE by Willy Tarreau · Thu Feb 20 11:04:40 2020 +0100
  27. 3110eb7 MINOR: raw_sock: directly call fd_stop_send() and not conn_xprt_stop_send() by Willy Tarreau · Fri Feb 21 10:21:46 2020 +0100
  28. 1113116 MEDIUM: raw-sock: remove obsolete calls to fd_{cant,cond,done}_{send,recv} by Willy Tarreau · Tue Jan 28 18:51:57 2020 +0100
  29. a8c7e8e MINOR: raw-sock: always check for CO_FL_SOCK_WR_SH before sending by Willy Tarreau · Thu Jan 23 18:17:55 2020 +0100
  30. c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · Thu Jan 23 09:11:58 2020 +0100
  31. ee1a6fc MINOR: connection: make the last arg of subscribe() a struct wait_event* by Willy Tarreau · Fri Jan 17 07:52:13 2020 +0100
  32. 3381bf8 MEDIUM: connection: get rid of CO_FL_CURR_* flags by Willy Tarreau · Fri Jan 17 17:39:35 2020 +0100
  33. e2a0eec MINOR: connection: move the CO_FL_WAIT_ROOM cleanup to the reader only by Willy Tarreau · Fri Jan 17 09:59:40 2020 +0100
  34. ac81474 BUG/MEDIUM: raw_sock: Make sur the fd and conn are sync. by Olivier Houchard · Wed Jan 15 19:16:23 2020 +0100
  35. 08fa16e MINOR: raw_sock: make sure to disable polling once everything is sent by Willy Tarreau · Wed Jan 08 09:54:02 2020 +0100
  36. ccf3f6d MEDIUM: connection: enable reading only once the connection is confirmed by Willy Tarreau · Thu Sep 05 17:05:05 2019 +0200
  37. 03abf2d MEDIUM: connections: Remove CONN_FL_SOCK* by Olivier Houchard · Tue May 28 10:12:02 2019 +0200
  38. 5149b59 MINOR: connections: Add a new xprt method, remove_xprt. by Olivier Houchard · Thu May 23 17:47:36 2019 +0200
  39. 7cf0e45 MINOR: raw_sock: report global traffic statistics by Willy Tarreau · Thu May 23 11:39:14 2019 +0200
  40. 3844747 CLEANUP: raw_sock: remove support for very old linux splice bug workaround by Willy Tarreau · Wed May 22 19:55:24 2019 +0200
  41. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · Wed May 22 19:24:06 2019 +0200
  42. 034c88c MEDIUM: tcp: add the "tfo" option to support TCP fastopen on the server by Willy Tarreau · Mon Jan 23 23:36:45 2017 +0100
  43. e179d0e MEDIUM: connections: Provide a xprt_ctx for each xprt method. by Olivier Houchard · Thu Mar 21 18:27:17 2019 +0100
  44. f24502b BUG/MEDIUM: connections: Add the CO_FL_CONNECTED flag if a send succeeded. by Olivier Houchard · Thu Jan 17 19:09:11 2019 +0100
  45. e0f24ee MINOR: connection: realign empty buffers in muxes, not transport layers by Willy Tarreau · Fri Dec 14 10:51:23 2018 +0100
  46. 83a0cd8 MINOR: connections: Introduce an unsubscribe method. by Olivier Houchard · Fri Sep 28 17:57:58 2018 +0200
  47. 6ff2039 MINOR: connections/mux: Add a new "subscribe" method. by Olivier Houchard · Tue Jul 17 18:46:31 2018 +0200
  48. acd1403 MINOR: buffer: Use b_add()/bo_add() instead of accessing b->i/b->o. by Olivier Houchard · Thu Jun 28 18:17:23 2018 +0200
  49. 591d445 MINOR: buffer: use b_orig() to replace most references to b->data by Willy Tarreau · Fri Jun 15 17:21:00 2018 +0200
  50. 0c7ed5d MINOR: buffer: replace buffer_empty() with b_empty() or c_empty() by Willy Tarreau · Tue Jul 10 09:53:31 2018 +0200
  51. 7f3225f MINOR: connection: add a flags argument to rcv_buf() by Willy Tarreau · Tue Jun 19 06:15:17 2018 +0200
  52. bfc4d77 MEDIUM: connection: make xprt->rcv_buf() use size_t for the count by Willy Tarreau · Wed Jul 18 11:22:03 2018 +0200
  53. 787db9a MEDIUM: connection: make xprt->snd_buf() take the byte count in argument by Willy Tarreau · Thu Jun 14 18:31:46 2018 +0200
  54. 8f9c72d MINOR: buffer: remove bi_end() by Willy Tarreau · Thu Jun 07 18:46:28 2018 +0200
  55. 89faf5d MINOR: buffer: remove bo_ptr() by Willy Tarreau · Thu Jun 07 18:16:48 2018 +0200
  56. 1bc04c7 BUG/MINOR: threads: Add missing THREAD_LOCAL on static here and there by Christopher Faulet · Sun Oct 29 20:14:08 2017 +0100
  57. 256b9c5 MINOR: raw_sock: make use of CO_FL_WILL_UPDATE by Willy Tarreau · Wed Oct 25 09:30:13 2017 +0200
  58. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · Thu Aug 24 14:31:19 2017 +0200
  59. 0d00593 CLEANUP: raw_sock: Use a better name for the constructor than __ssl_sock_deinit() by Olivier Houchard · Mon Aug 14 15:59:44 2017 +0200
  60. 6812871 BUG/MINOR: raw_sock: always perfom the last recv if RDHUP is not available by Willy Tarreau · Mon Mar 13 12:04:34 2017 +0100
  61. d9f5cca CLEANUP: connection: unexport raw_sock and ssl_sock by Willy Tarreau · Thu Dec 22 21:08:52 2016 +0100
  62. 13e1410 MINOR: connection: add a minimal transport layer registration system by Willy Tarreau · Thu Dec 22 20:25:26 2016 +0100
  63. 8e0bb0a MINOR: connection: add names for transport and data layers by Willy Tarreau · Thu Nov 24 16:58:12 2016 +0100
  64. 0724903 BUG/MINOR: raw_sock: also consider ENOTCONN in addition to EAGAIN for recv() by Joshua M. Clulow · Mon Mar 03 13:48:42 2014 -0800
  65. 1049b1f MEDIUM: connection: don't use real send() flags in snd_buf() by Willy Tarreau · Sun Feb 02 01:51:17 2014 +0100
  66. 7e4086d BUG/MINOR: raw_sock: correctly set the MSG_MORE flag by Willy Tarreau · Sun Feb 02 01:44:13 2014 +0100
  67. 6c11bd2 OPTIM: raw-sock: don't speculate after a short read if polling is enabled by Willy Tarreau · Fri Jan 24 00:54:27 2014 +0100
  68. fd803bb MEDIUM: connection: add check for readiness in I/O handlers by Willy Tarreau · Mon Jan 20 15:13:07 2014 +0100
  69. e1f50c4 MEDIUM: connection: remove conn_{data,sock}_poll_{recv,send} by Willy Tarreau · Wed Jan 22 20:02:06 2014 +0100
  70. abf08d9 BUG/MAJOR: connection: fix mismatch between rcv_buf's API and usage by Willy Tarreau · Tue Jan 14 11:31:27 2014 +0100
  71. f79c817 MAJOR: connection: add two new flags to indicate readiness of control/transport by Willy Tarreau · Mon Oct 21 16:30:56 2013 +0200
  72. ce3eda7 MINOR: connection: clear errno prior to checking for errors by Willy Tarreau · Thu Dec 05 00:49:40 2013 +0100
  73. 26f4a04 MEDIUM: connection: set the socket shutdown flags on socket errors by Willy Tarreau · Wed Dec 04 23:44:10 2013 +0100
  74. 61d39a0 BUG/MEDIUM: splicing: fix abnormal CPU usage with splicing by Willy Tarreau · Thu Jul 18 21:49:32 2013 +0200
  75. 4fc90ef BUG/MEDIUM: splicing is broken since 1.5-dev12 by Willy Tarreau · Sat Apr 06 11:29:39 2013 +0200
  76. b6daedd OPTIM: splice: assume by default that splice is working correctly by Willy Tarreau · Mon Jan 07 16:57:09 2013 +0100
  77. baf2a50 OPTIM: splice: detect shutdowns and avoid splice() == 0 by Willy Tarreau · Mon Jan 07 16:38:26 2013 +0100
  78. 5fb3803 CLEANUP: buffer: use buffer_empty() instead of buffer_len()==0 by Willy Tarreau · Sun Dec 16 19:39:09 2012 +0100
  79. debdc4b BUG/MAJOR: raw_sock: must check error code on hangup by Willy Tarreau · Fri Dec 07 00:01:33 2012 +0100
  80. 45b8893 MINOR: splice: disable it when the system returns EBADF by Willy Tarreau · Mon Nov 12 12:00:09 2012 +0100
  81. 0ea0cf6 BUG: raw_sock: also consider ENOTCONN in addition to EAGAIN by Willy Tarreau · Sun Nov 11 20:38:30 2012 +0100
  82. 665e6ee MEDIUM: connection: it's not the data layer's role to validate the connection by Willy Tarreau · Thu Oct 04 20:20:46 2012 +0200
  83. f7bc57c REORG: connection: rename the data layer the "transport layer" by Willy Tarreau · Wed Oct 03 00:19:48 2012 +0200
  84. 6f5d141 MEDIUM: raw_sock: improve connection error reporting by Willy Tarreau · Thu Oct 04 20:38:49 2012 +0200
  85. c0e9886 MINOR: raw_sock: always report asynchronous connection errors by Willy Tarreau · Thu Oct 04 20:17:13 2012 +0200
  86. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · Wed Sep 12 22:58:11 2012 +0200
  87. 56a77e5 MEDIUM: connection: complete the polling cleanups by Willy Tarreau · Sun Sep 02 18:34:44 2012 +0200
  88. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · Fri Aug 24 19:22:53 2012 +0200
  89. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · Fri Aug 24 18:12:41 2012 +0200
  90. 96199b1 MAJOR: stream-interface: restore splicing mechanism by Willy Tarreau · Fri Aug 24 00:46:52 2012 +0200
  91. 5368d80 MAJOR: connection: split the send call into connection and stream interface by Willy Tarreau · Tue Aug 21 18:22:06 2012 +0200
  92. ce323de REORG: stream-interface: move sock_raw_read() to si_conn_recv_cb() by Willy Tarreau · Mon Aug 20 21:41:06 2012 +0200
  93. 1fe6bc3 MINOR: stream-interface: add an rcv_buf callback to sock_ops by Willy Tarreau · Mon Aug 20 20:27:59 2012 +0200
  94. af978c4 MAJOR: raw_sock: temporarily disable splicing by Willy Tarreau · Mon Aug 20 20:21:01 2012 +0200
  95. 2ba4465 MAJOR: raw_sock: extract raw_sock_to_buf() from raw_sock_read() by Willy Tarreau · Mon Aug 20 17:30:32 2012 +0200
  96. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · Mon Aug 20 17:01:35 2012 +0200[Renamed (99%) from src/sock_raw.c]
  97. 572bf90 REORG/MAJOR: extract "struct buffer" from "struct channel" by Willy Tarreau · Mon Jul 02 17:01:20 2012 +0200
  98. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · Mon Jul 02 15:11:27 2012 +0200
  99. 9bf9c14 MEDIUM: stream-interface: provide a generic stream_sock_read0() function by Willy Tarreau · Mon Aug 20 15:38:41 2012 +0200
  100. eecf6ca MEDIUM: stream-interface: provide a generic si_conn_send_cb callback by Willy Tarreau · Mon Aug 20 15:09:53 2012 +0200