1. d8a6a32 DEV: tcploop: add optional support for epoll by Willy Tarreau · Fri Nov 25 17:05:05 2022 +0100
  2. fd0974c DEV: tcploop: do not report an error on POLLERR by Willy Tarreau · Fri Nov 25 17:04:05 2022 +0100
  3. e5f72b8 DEV: tcploop: add support for POLLRDHUP when supported by Willy Tarreau · Fri Nov 25 16:15:20 2022 +0100
  4. 45c2779 DEV: tcploop: centralize the polling code into wait_for_fd() by Willy Tarreau · Fri Nov 25 16:05:46 2022 +0100
  5. 2afa425 DEV: poll: add support for epoll by Willy Tarreau · Fri Nov 25 16:34:11 2022 +0100
  6. 946d370 BUILD: flags: really restrict the cases where flags are exposed by Willy Tarreau · Thu Nov 24 08:22:40 2022 +0100
  7. 3540285 DEV: poll: indicate the FD's side in front of its value by Willy Tarreau · Thu Nov 17 07:59:49 2022 +0100
  8. 05ed7e8 DEV: poll: strip the "do_" prefix from reported function names by Willy Tarreau · Thu Nov 17 07:55:44 2022 +0100
  9. e610641 DEV: poll: make the connect() step an action as well by Willy Tarreau · Thu Nov 17 07:44:27 2022 +0100
  10. 8dd6725 BUILD: makefile: move default verbosity settings to include/make/verbose.mk by Willy Tarreau · Thu Nov 17 08:23:10 2022 +0100
  11. d575661 BUILD: makefile: properly pass CC to sub-projects by Willy Tarreau · Thu Nov 17 08:15:27 2022 +0100
  12. c8db114 MINOR: flags/mux-fcgi: Decode FCGI connection and stream flags by Christopher Faulet · Wed Oct 12 17:00:13 2022 +0200
  13. 7c4b2ec MINOR: flags/mux-h1: decode H1C and H1S flags by Christopher Faulet · Thu Sep 15 10:54:36 2022 +0200
  14. 439be58 MINOR: flags/mux-h2: decode H2C and H2S flags by Willy Tarreau · Mon Sep 12 19:20:23 2022 +0200
  15. 799e541 MINOR: flags/fd: decode FD flags states by Willy Tarreau · Mon Sep 12 18:53:06 2022 +0200
  16. 6edae6f MINOR: flags/http_ana: use flag dumping to show http msg states by Willy Tarreau · Fri Sep 09 17:18:57 2022 +0200
  17. 5349779 MINOR: flags/htx: use flag dumping to show htx and start-line flags by Willy Tarreau · Fri Sep 09 16:59:29 2022 +0200
  18. cdefa80 DEV: flags: remove the now useless intermediary functions by Willy Tarreau · Fri Sep 09 16:47:43 2022 +0200
  19. a8db91f DEV: flags: remove the now unused SHOW_FLAG() definition by Willy Tarreau · Fri Sep 09 16:36:37 2022 +0200
  20. e2afad0 MINOR: flags/http_ana: use flag dumping for txn flags by Willy Tarreau · Fri Sep 09 16:31:37 2022 +0200
  21. 92a2d3c MINOR: flags/task: use flag dumping for task state by Willy Tarreau · Fri Sep 09 16:19:33 2022 +0200
  22. e9d1283 MINOR: flags/stream: use flag dumping for stream flags by Willy Tarreau · Fri Sep 09 16:10:40 2022 +0200
  23. f4cb98c MINOR: flags/stream: use flag dumping for stream error type by Willy Tarreau · Fri Sep 09 15:38:30 2022 +0200
  24. 4bab7d8 MINOR: flags/stconn: use flag dumping for stconn and sedesc flags by Willy Tarreau · Fri Sep 09 15:26:38 2022 +0200
  25. 9d9e101 MINOR: flags/connection: use flag dumping for connection flags by Willy Tarreau · Fri Sep 09 15:04:32 2022 +0200
  26. cdc9ddc MINOR: flags/channel: use flag dumping for channel flags and analysers by Willy Tarreau · Fri Sep 09 14:51:57 2022 +0200
  27. 20273ce DEV: flags: add missing CO_FL_FDLESS connection flag by Willy Tarreau · Fri Sep 09 14:46:15 2022 +0200
  28. c7ac174 DEV: flags: fix usage message to reflect available options by Willy Tarreau · Fri Sep 09 14:16:49 2022 +0200
  29. 192093b MINOR: dev/udp: Apply the corruption to both directions by Frédéric Lécaille · Thu Sep 08 20:38:59 2022 +0200
  30. 3ff9610 BUG/MINOR: dev/udp: properly preset the rx address size by Willy Tarreau · Wed Aug 31 08:55:12 2022 +0200
  31. cc51c9a DEV: haring: support remapping LF in contents with CR VT by Willy Tarreau · Fri Aug 12 12:09:41 2022 +0200
  32. 75014fc DEV: haring: add a simple utility to read file-backed rings by Willy Tarreau · Fri Aug 12 11:23:59 2022 +0200
  33. fc5de15 CLEANUP: task: remove the now unused TASK_GLOBAL flag by Willy Tarreau · Thu Jun 16 16:05:02 2022 +0200
  34. 159e3ac MEDIUM: task: remove TASK_SHARED_WQ and only use t->tid by Willy Tarreau · Wed Jun 15 16:48:45 2022 +0200
  35. c003f50 MINOR: qpack: implement standalone decoder tool by Amaury Denoyelle · Tue Jun 14 16:35:41 2022 +0200
  36. 2d7cd3e DEV: tcploop: add minimal UDP support by Willy Tarreau · Tue Jun 07 12:09:55 2022 +0200
  37. d493331 DEV: tcploop: add a new "bind" command to bind to ip/port. by Willy Tarreau · Tue Jun 07 12:03:48 2022 +0200
  38. cb284c7 DEV: tcploop: permit port 0 to ease handling of default options by Willy Tarreau · Tue Jun 07 12:06:04 2022 +0200
  39. ff13dad DEV: tcploop: factor out the socket creation by Willy Tarreau · Tue Jun 07 11:55:45 2022 +0200
  40. 542bf0a DEV: tcploop: make it possible to change the target address of a connect() by Willy Tarreau · Tue Jun 07 11:46:57 2022 +0200
  41. 7184ca2 DEV: tcploop: make the current address the default address by Willy Tarreau · Tue Jun 07 11:36:20 2022 +0200
  42. 98028c8 DEV: tcploop: reorder options in the usage message by Willy Tarreau · Tue Jun 07 11:29:16 2022 +0200
  43. a577bc2 DEV: flags: reorder a few SC/SE flags by Willy Tarreau · Fri May 27 16:35:20 2022 +0200
  44. 2bacf4e DEV: flags: rename the "endp" shortcut to "sd" for "stream descriptor" by Willy Tarreau · Fri May 27 16:29:30 2022 +0200
  45. 0cf0a04 DEV: flags: fix "siet" shortcut name by Willy Tarreau · Fri May 27 16:26:31 2022 +0200
  46. e4ebe26 MINOR: stconn: turn SE_FL_WILL_CONSUME to SE_FL_WONT_CONSUME by Willy Tarreau · Fri May 27 16:43:52 2022 +0200
  47. 79775fa DEV: flags: use "sc" for stream conns instead of "cs" by Willy Tarreau · Fri May 27 09:57:31 2022 +0200
  48. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · Fri May 27 09:47:12 2022 +0200
  49. 79cf6e1 CLEANUP: stconn: rename SE_FL_WANT_GET to SE_FL_WILL_CONSUME by Willy Tarreau · Wed May 25 18:00:26 2022 +0200
  50. 15252cd MEDIUM: stconn: move the RXBLK flags to the stream connector by Willy Tarreau · Wed May 25 16:36:21 2022 +0200
  51. 8c02f8d CLEANUP: stconn: rename SE_FL_RX_WAIT_EP to SE_FL_HAVE_NO_DATA by Willy Tarreau · Wed May 25 16:01:38 2022 +0200
  52. b23edc8 MINOR: stconn: rename SE_FL_RXBLK_CONN to SE_FL_APPLET_NEED_CONN by Willy Tarreau · Tue May 24 16:49:03 2022 +0200
  53. 676c8db MEDIUM: stconn: remove SE_FL_RXBLK_SHUT by Willy Tarreau · Tue May 24 16:22:24 2022 +0200
  54. cb04166 CLEANUP: stconn: tree-wide rename stream connector flags CS_FL_* to SC_FL_* by Willy Tarreau · Tue May 17 19:44:42 2022 +0200
  55. b605c42 CLEANUP: conn_stream: rename the stream endpoint flags CS_EP_* to SE_FL_* by Willy Tarreau · Tue May 17 17:04:55 2022 +0200
  56. 70deec7 DEV: coccinelle: add endp_flags.cocci by Willy Tarreau · Tue May 17 16:30:44 2022 +0200
  57. 87b60b2 DEV: coccinelle: add cs_endp_flags.cocci by Willy Tarreau · Tue May 17 16:08:36 2022 +0200
  58. 030b3e6 MINOR: connection: get rid of the CO_FL_ADDR_*_SET flags by Willy Tarreau · Mon May 02 17:47:46 2022 +0200
  59. 04e9aca MINOR: conn_stream: remove the now unused CS_FL_ADDR_*_SET flags by Willy Tarreau · Mon May 02 17:27:34 2022 +0200
  60. 03bd395 MEDIUM: stream: remove the confusing SF_ADDR_SET flag by Willy Tarreau · Mon May 02 16:36:47 2022 +0200
  61. 09b3c55 DEV: flags: No longer dump SI flags by Christopher Faulet · Mon Apr 04 11:28:27 2022 +0200
  62. a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · Mon Apr 04 07:51:21 2022 +0200
  63. 50264b4 MEDIUM: stream-int: Move SI err_type in the stream by Christopher Faulet · Wed Mar 30 19:39:30 2022 +0200
  64. 78ed7f2 CLEANUP: stream-int: Remove unused SI_FL_CLEAN_ABRT flag by Christopher Faulet · Wed Mar 30 16:31:41 2022 +0200
  65. d139138 MINOR: stream-int: Remove SI_FL_SRC_ADDR to rely on stream flags instead by Christopher Faulet · Wed Mar 30 16:26:39 2022 +0200
  66. a728518 MINOR: stream-int: Remove SI_FL_INDEP_STR to rely on CS flags instead by Christopher Faulet · Wed Mar 30 15:43:23 2022 +0200
  67. 974da9f MINOR: stream-int: Remove SI_FL_DONT_WAKE to rely on CS flags instead by Christopher Faulet · Wed Mar 30 15:30:03 2022 +0200
  68. 8abe712 MINOR: stream-int: Remove SI_FL_NOLINGER/NOHALF to rely on CS flags instead by Christopher Faulet · Wed Mar 30 15:10:18 2022 +0200
  69. 9a52123 MINOR: stream-int: Remove SI_FL_KILL_CON to rely on conn-stream endpoint only by Christopher Faulet · Wed Mar 30 14:42:50 2022 +0200
  70. 6cd56d5 MEDIUM: conn-stream: Use endpoint error instead of conn-stream error by Christopher Faulet · Wed Mar 30 10:47:32 2022 +0200
  71. af642df MINOR: stream-int/conn-stream: Report error to the CS instead of the SI by Christopher Faulet · Wed Mar 30 10:06:11 2022 +0200
  72. ae024ce MEDIUM: stream-int/stream: Use connect expiration instead of SI expiration by Christopher Faulet · Tue Mar 29 19:02:31 2022 +0200
  73. 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · Tue Mar 29 17:53:09 2022 +0200
  74. e05bf9e MINOR: stream-int/txn: Move buffer for L7 retries in the HTTP transaction by Christopher Faulet · Tue Mar 29 15:23:40 2022 +0200
  75. 3099511 MINOR: conn-stream: Add ISBACK conn-stream flag by Christopher Faulet · Fri Mar 25 15:32:38 2022 +0100
  76. b041b23 MEDIUM: conn-stream: Move remaning flags from CS to endpoint by Christopher Faulet · Thu Mar 24 10:27:02 2022 +0100
  77. 9ec2f4d MAJOR: conn-stream: Share endpoint struct between the CS and the mux/applet by Christopher Faulet · Wed Mar 23 15:15:29 2022 +0100
  78. e9e4820 MINOR: conn-stream: Move some CS flags to the endpoint by Christopher Faulet · Tue Mar 22 18:13:29 2022 +0100
  79. db90f2a MEDIUM: conn-stream: Add an endpoint structure in the conn-stream by Christopher Faulet · Tue Mar 22 16:06:25 2022 +0100
  80. 81a40f6 MINOR: conn-stream: Add flags to set the type of the endpoint by Christopher Faulet · Tue Jan 18 10:43:02 2022 +0100
  81. 14abfb6 DEV: coccinelle: Add a new pattern to ist.cocci by Tim Duesterhus · Tue Mar 15 13:11:07 2022 +0100
  82. 99f4737 DEV: coccinelle: Fix incorrect replacement in ist.cocci by Tim Duesterhus · Tue Mar 15 13:11:05 2022 +0100
  83. 42cef2a DEV: udp: add support for random packet corruption by Willy Tarreau · Wed Mar 16 15:07:51 2022 +0100
  84. 04d3c5c DEV: udp: switch parser to getopt() instead of positional arguments by Willy Tarreau · Wed Mar 16 14:49:33 2022 +0100
  85. c48c8b8 DEV: udp: add an optional argument to set the prng seed by Willy Tarreau · Thu Mar 03 18:01:26 2022 +0100
  86. e7a7fb4 DEV: udp: implement pseudo-random reordering/loss by Willy Tarreau · Thu Mar 03 17:36:53 2022 +0100
  87. c927137 DEV: udp: add a tiny UDP proxy for testing by Willy Tarreau · Thu Mar 03 16:53:46 2022 +0100
  88. c2b7fa8 DEV: flags: Add missing flags by Christopher Faulet · Tue Jan 18 10:46:10 2022 +0100
  89. 64755bf Revert "DEV: coccinelle: Add rule to use `chunk_istcat()` instead of `chunk_strncat()`" by Willy Tarreau · Mon Nov 08 13:42:03 2021 +0100
  90. b9656e4 DEV: coccinelle: Add rule to use `chunk_istcat()` instead of `chunk_strncat()` by Tim Duesterhus · Mon Nov 08 09:05:03 2021 +0100
  91. 755d241 DEV: coccinelle: Add rule to use `chunk_istcat()` instead of `chunk_memcat()` by Tim Duesterhus · Mon Nov 08 09:05:02 2021 +0100
  92. 9b80a6c DEV: coccinelle: Add rule to use `isttrim()` where possible by Tim Duesterhus · Mon Nov 08 09:05:00 2021 +0100
  93. 958f504 DEV: coccinelle: Add rule to use `istend()` where possible by Tim Duesterhus · Sat Nov 06 15:14:43 2021 +0100
  94. 9c523f1 DEV: coccinelle: Remove unused `expression e` by Tim Duesterhus · Sat Nov 06 15:14:42 2021 +0100
  95. ef00c53 DEV: coccinelle: Add rule to use `istnext()` where possible by Tim Duesterhus · Thu Nov 04 22:35:43 2021 +0100
  96. cc17a6e DEV: coccinelle: Add ha_free.cocci by Tim Duesterhus · Thu Nov 04 21:03:51 2021 +0100
  97. e6c0450 DEV: coccinelle: Add realloc_leak.cocci by Tim Duesterhus · Sat Oct 23 19:53:35 2021 +0200
  98. bce9108 DEV: coccinelle: Add strcmp.cocci by Tim Duesterhus · Sat Oct 16 17:48:14 2021 +0200
  99. ecf5596 DEV: coccinelle: Add xalloc_cast.cocci by Tim Duesterhus · Wed Sep 15 13:58:47 2021 +0200
  100. 02fa646 DEV: coccinelle: Add bug_on.cocci by Tim Duesterhus · Wed Sep 15 13:58:48 2021 +0200