1. 05b9b64 MINOR: stream-int: replace SI_FL_WANT_PUT with !SI_FL_RX_WAIT_EP by Willy Tarreau · 6 years ago
  2. 94f7907 MINOR: stream-int: introduce new SI_FL_RXBLK flags by Willy Tarreau · 6 years ago
  3. d0f5bbc MINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBLK_ROOM by Willy Tarreau · 6 years ago
  4. d501646 CONTRIB: debug: fix build related to conn_stream flags change by Willy Tarreau · 6 years ago
  5. bd0f83f CLEANUP: fix typos in comments for contrib/wireshark-dissectors by Joseph Herlant · 6 years ago
  6. ebe14bb CLEANUP: fix typos in comments for contrib/spoa_example by Joseph Herlant · 6 years ago
  7. 9fe83fa CLEANUP: fix typos in comments for the contrib/modsecurity subsystem by Joseph Herlant · 6 years ago
  8. 42172bd CLEANUP: fix a typo in a comment for the contrib/halog subsystem by Joseph Herlant · 6 years ago
  9. ede3d88 MEDIUM: channel: merge back flags CF_WRITE_PARTIAL and CF_WRITE_EVENT by Willy Tarreau · 6 years ago
  10. 5cc8a0a CLEANUP/CONTRIB: hpack: remove some h1 build warnings by Willy Tarreau · 6 years ago
  11. 5f8ef13 MINOR: debug: Add checks for conn_stream flags by Christopher Faulet · 6 years ago
  12. aff9328 MINOR: debug: Add check for CO_FL_WILL_UPDATE by Christopher Faulet · 6 years ago
  13. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  14. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  15. 3b479bd MINOR: systemd: consider exit status 143 as successful by Vincent Bernat · 6 years ago
  16. ee07dbe BUG/MINOR: contrib/modsecurity: update pointer on the end of the frame by Dragan Dosen · 6 years ago
  17. f21185f BUG/MINOR: contrib/mod_defender: update pointer on the end of the frame by Dragan Dosen · 6 years ago
  18. 58b8e49 BUG/MINOR: contrib/modsecurity: Don't reset the status code during disconnect by Christopher Faulet · 6 years ago
  19. 72de8eb BUG/MINOR: contrib/mod_defender: Don't reset the status code during disconnect by Christopher Faulet · 6 years ago
  20. b47e438 BUG/MINOR: contrib/spoa_example: Don't reset the status code during disconnect by Christopher Faulet · 6 years ago
  21. 6381650 MAJOR: spoe: upgrade the SPOP version to 2.0 and remove the support for 1.0 by Christopher Faulet · 6 years ago
  22. 53d3159 DOC: contrib/modsecurity: few typo fixes by David Carlier · 6 years ago
  23. 633f3bf BUG/MEDIUM: contrib/modsecurity: Use network order to encode/decode flags by Christopher Faulet · 6 years ago
  24. 48d02d0 BUG/MEDIUM: contrib/mod_defender: Use network order to encode/decode flags by Christopher Faulet · 6 years ago
  25. c4dcaff BUG/MEDIUM: spoe: Flags are not encoded in network order by Thierry FOURNIER · 6 years ago
  26. 29a05c1 BUG/MINOR: spoa-example: unexpected behavior for more than 127 args by Thierry FOURNIER · 6 years ago
  27. 2788a39 MINOR: systemd: Add SystemD's SystemCallFilter option to the unit file by Tim Duesterhus · 6 years ago
  28. 8a96592 MINOR: systemd: Add SystemD's Protect*= options to the unit file by Tim Duesterhus · 6 years ago
  29. 1ce8de2 MINOR: systemd: Add section for SystemD sandboxing to unit file by Tim Duesterhus · 6 years ago
  30. 0b89f72 MINOR: spoa_example: Count the number of frames processed by each worker by Christopher Faulet · 6 years ago
  31. 260bf5c CONTRIB: debug: fix a few flags definitions by Willy Tarreau · 6 years ago
  32. 4576424 CONTRIB: hpack: add an hpack decoder by Willy Tarreau · 7 years ago
  33. 8cb9993 CONTRIB: halog: Fix compiler warnings in halog.c by Ryan O'Hara · 7 years ago
  34. 957d120 CONTRIB: iprange: Fix compiler warning in iprange.c by Ryan O'Hara · 7 years ago
  35. 190bbb8 MINOR: systemd: remove comment about HAPROXY_STATS_SOCKET by Vincent Bernat · 7 years ago
  36. f2b5d75 CONTRIB: halog: Add help text for -s switch in halog program by Aleksandar Lazic · 7 years ago
  37. 57dc283 BUILD: Fix LDFLAGS vs. LIBS re linking order in various makefiles by Christian Ruppert · 7 years ago
  38. 5438183 CONTRIB: spoa_example: remove SPOE enums that are useless for clients by Eric Salama · 7 years ago
  39. 75f4246 CONTRIB: spoa_example: remove last dependencies on type "sample" by Willy Tarreau · 7 years ago
  40. 9f95ff0 CONTRIB: spoa_example: remove bref, wordlist, cond_wordlist by Willy Tarreau · 7 years ago
  41. 8a9c6c2 CONTRIB: spoa_example: allow to compile outside HAProxy. by Eric Salama · 7 years ago
  42. d6942c8 MEDIUM: mworker: Add systemd `Type=notify` support by Tim Duesterhus · 7 years ago
  43. 6d88950 CONTRIB: Wireshark dissector for HAProxy Peer Protocol. by Frédéric Lécaille · 7 years ago
  44. f4cfcf9 MINOR: debug/flags: Add missing flags by Christopher Faulet · 7 years ago
  45. 8071eae CONTRIB: hpack: implement a reverse huffman table generator for hpack by Willy Tarreau · 7 years ago
  46. 94bb4c6 BUG/MINOR: spoa: Update pointer on the end of the frame when a reply is encoded by Christopher Faulet · 7 years ago
  47. f5e0d1f CONTRIB: trace: report the base name only for file names by Willy Tarreau · 7 years ago
  48. e8f0f12 CONTRIB: trace: try to display the function's return value on exit by Willy Tarreau · 7 years ago
  49. 1296382 CONTRIB: trace: add the possibility to place trace calls in the code by Willy Tarreau · 7 years ago
  50. 1a0545f REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_* by Olivier Houchard · 7 years ago
  51. 4473a2e BUG/MINOR: contrib/halog: fixing small memory leak by Ilya Shipitsin · 7 years ago
  52. 2f1cacb BUG/MINOR: contrib/modsecurity: close the va_list ap before return by Dragan Dosen · 7 years ago
  53. ccf6100 BUG/MINOR: contrib/mod_defender: close the va_list argp before return by Dragan Dosen · 7 years ago
  54. bbae3f0 MEDIUM: connection: remove useless flag CO_FL_DATA_WR_SH by Willy Tarreau · 7 years ago
  55. 54e917c MEDIUM: connection: remove useless flag CO_FL_DATA_RD_SH by Willy Tarreau · 7 years ago
  56. 8e3c6ce MEDIUM: connection: get rid of data->init() which was not for data by Willy Tarreau · 7 years ago
  57. 80ebd30 BUG/MINOR: contrib/mod_defender: build fix by David Carlier · 7 years ago
  58. 0f4df64 BUG/MINOR: contrib/modsecurity: BSD build fix by David Carlier · 7 years ago
  59. a4d0361 CONTRIB: plug qdiscs: Plug queuing disciplines mini HOWTO. by Frédéric Lécaille · 7 years ago
  60. 2686dca CLEANUP: connection: remove unused CO_FL_WAIT_DATA by Willy Tarreau · 7 years ago
  61. 59bb97a MINOR: Add Mod Defender integration as contrib by Dragan Dosen · 7 years ago
  62. a6cfa90 MAJOR: systemd-wrapper: get rid of the wrapper by William Lallemand · 7 years ago
  63. 6db884d MEDIUM: systemd: Type=forking in unit file by William Lallemand · 7 years ago
  64. 8abbd3d BUG/MINOR: contrib/mod_security: fix build on FreeBSD by David CARLIER · 7 years ago
  65. b7a6d0d CONTRIB: tcploop: add action "X" to execute a command by Willy Tarreau · 7 years ago
  66. a5ec06d MINOR: Add ModSecurity wrapper as contrib by Thierry FOURNIER · 7 years ago
  67. 6ab2bae REORG: spoe: move spoe_encode_varint / spoe_decode_varint from spoe to common by Thierry FOURNIER · 7 years ago
  68. 2c9744f MINOR: systemd wrapper: add support for passing the -x option. by Olivier Houchard · 7 years ago
  69. de40d79 CLEANUP: connection: completely remove CO_FL_WAKE_DATA by Willy Tarreau · 7 years ago
  70. a84a2db CONTRIB: tcploop: use the trash instead of NULL for recv() by Willy Tarreau · 7 years ago
  71. 24d41b9 CONTRIB: tcploop: fix connect's address length by Willy Tarreau · 7 years ago
  72. bcd817e CONTRIB: tcploop: report action 'K' (kill) in usage message by Willy Tarreau · 7 years ago
  73. 752cc49 CONTRIB: tcploop: fix time format to silence build warnings by Willy Tarreau · 7 years ago
  74. 0c0c0a6 CONTRIB: tcploop: make it build on FreeBSD by Willy Tarreau · 7 years ago
  75. f032c3e MINOR: spoe: Improve implementation of the payload fragmentation by Christopher Faulet · 7 years ago
  76. 4ff3e57 REORG: spoe: Move low-level encoding/decoding functions in dedicated header file by Christopher Faulet · 7 years ago
  77. 1f40b91 REORG: spoe: Move struct and enum definitions in dedicated header file by Christopher Faulet · 7 years ago
  78. 8eda93f MINOR: spoe: Handle NOTIFY frames cancellation using ABORT bit in ACK frames by Christopher Faulet · 7 years ago
  79. 8501035 MINOR: spoe: Add support for fragmentation capability in the SPOA example by Christopher Faulet · 7 years ago
  80. f95b111 MINOR: spoe: Add support for pipelining/async capabilities in the SPOA example by Christopher Faulet · 8 years ago
  81. 5cd6067 CONTRIB: tcploop: add limits.h to fix build issue with some compilers by Willy Tarreau · 8 years ago
  82. 0034cd9 BUILD: contrib: fix ip6range build on Centos 7 by Willy Tarreau · 8 years ago
  83. 03a3449 MINOR: spoe: Remove useless 'timeout ack' option by Christopher Faulet · 8 years ago
  84. 29cc11c CONTRIB: tcploop: add basic loops via a jump instruction by Willy Tarreau · 8 years ago
  85. 1973e81 CONTRIB: tcploop: don't report failed send() or recv() by Willy Tarreau · 8 years ago
  86. 59623e0 CONTRIB: tcploop: support sending plain strings by Willy Tarreau · 8 years ago
  87. 9557bac CONTRIB: tcploop: update the usage output by Willy Tarreau · 8 years ago
  88. 869c759 CONTRIB: tcploop: implement logging when called with -v by Willy Tarreau · 8 years ago
  89. 95a6b78 CONTRIB: tcploop: implement fork() by Willy Tarreau · 8 years ago
  90. 84393aa CONTRIB: tcploop: scriptable TCP I/O for debugging purposes by Willy Tarreau · 8 years ago
  91. a7da4d2 CONTRIB: debug/flags: add check for SF_ERR_CHK_PORT by Willy Tarreau · 8 years ago
  92. b01b3ad BUILD: debug/flags: remove test for SF_COMP_READY by Willy Tarreau · 8 years ago
  93. ba7bc16 MINOR: spoe/checks: Add support for SPOP health checks by Christopher Faulet · 8 years ago
  94. 010fded MINOR: spoe: add random ip-reputation service as SPOA example by Christopher Faulet · 8 years ago
  95. 68535bd MINOR: systemd: Perform sanity check on config before reload by Pavlos Parissis · 8 years ago
  96. cc23a79 MINOR: systemd: Use variable for config and pidfile paths by Pavlos Parissis · 8 years ago
  97. 074d65b CONTRIB: initiate a debugging suite to make debugging easier by Willy Tarreau · 9 years ago
  98. 91a9f1a MINOR: systemd: Check configuration before start by Kristoffer Grönlund · 10 years ago
  99. 74f0169 BUG/MEDIUM: systemd: set KillMode to 'mixed' by Apollon Oikonomopoulos · 10 years ago
  100. c874653 BUILD: don't use type "uint" which is not portable by Willy Tarreau · 10 years ago