1. 2469eba BUG/MEDIUM: spoe: Unset variable instead of set it if no data provided by Christopher Faulet · 3 years, 9 months ago
  2. 8689127 MINOR: buffer: use MT_LIST_ADDQ() for buffer_wait lists additions by Willy Tarreau · 4 years ago
  3. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · 4 years ago
  4. eccfa61 MINOR: spoe: Don't systematically create new applets if processing rate is low by Christopher Faulet · 4 years ago
  5. 8840326 BUG/MINOR: spoe: correction of setting bits for analyzer by Miroslav Zagorac · 4 years ago
  6. da21ed1 BUG/MINOR: spoe: add missing key length check before checking key names by Willy Tarreau · 4 years, 1 month ago
  7. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  8. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  9. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  10. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. 6c58ab0 REORG: include: move spoe.h to haproxy/spoe{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  12. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  14. c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  16. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  17. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  18. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  19. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · 4 years, 1 month ago
  20. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  21. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  22. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  23. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  24. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  25. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 1 month ago
  26. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 1 month ago
  27. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  28. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  29. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  30. 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  31. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  32. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  33. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 1 month ago
  34. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  35. 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  36. 079f808 BUG/MEDIUM: spoe: dup agent's engine_id string from trash.area by Kevin Zhu · 4 years, 4 months ago
  37. ee3bcdd MINOR: tools: add a generic function to generate UUIDs by Willy Tarreau · 4 years, 4 months ago
  38. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · 4 years, 4 months ago
  39. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · 4 years, 4 months ago
  40. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · 4 years, 4 months ago
  41. 2104659 MEDIUM: buffer: remove the buffer_wq lock by Willy Tarreau · 4 years, 4 months ago
  42. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  43. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · 4 years, 5 months ago
  44. f1bc24c BUG/MINOR: acl: Fix type of log message when an acl is named 'or' by Tim Duesterhus · 4 years, 5 months ago
  45. 0cf811a MINOR: acl: Warn when an ACL is named 'or' by Tim Duesterhus · 4 years, 5 months ago
  46. 105ba6c MINOR: actions: Rename the act_flag enum into act_opt by Christopher Faulet · 4 years, 7 months ago
  47. 1340376 MINOR: actions: Use ACT_RET_CONT code to ignore an error from a custom action by Christopher Faulet · 4 years, 7 months ago
  48. 4fd6d67 BUG/MINOR: spoe: fix off-by-one length in UUID format string by Willy Tarreau · 4 years, 8 months ago
  49. b1bb1af MINOR: spoe: Support the async mode with several threads by Christopher Faulet · 4 years, 10 months ago
  50. 09bd9aa MINOR: spoe: Improve generation of the engine-id by Christopher Faulet · 4 years, 10 months ago
  51. d87b1a5 BUG/MEDIUM: spoe: Use a different engine-id per process by Kevin Zhu · 4 years, 10 months ago
  52. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  53. b298613 BUG/MINOR: spoe: Fix memory leak if failing to allocate memory by Tim Duesterhus · 5 years ago
  54. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · 5 years ago
  55. 4f283fa MEDIUM: stream-int: introduce a new state SI_ST_RDY by Willy Tarreau · 5 years ago
  56. 7ab22adb MEDIUM: stream-int: remove dangerous interval checks for stream-int states by Willy Tarreau · 5 years ago
  57. 55ae8a6 BUG/MEDIUM: spoe: Don't use the SPOE applet after releasing it by Christopher Faulet · 5 years ago
  58. bf9bcb0 MINOR: spoe: Set the argument chunk size to 0 when SPOE variables are checked by Christopher Faulet · 5 years ago
  59. 3b1d004 BUG/MEDIUM: spoe: Be sure the sample is found before setting its context by Christopher Faulet · 5 years ago
  60. f656279 CLEANUP: task: remove unneeded tests before task_destroy() by Willy Tarreau · 5 years ago
  61. 85db321 MINOR: spoe: Use the sample context to pass frag_ctx info during encoding by Christopher Faulet · 5 years ago
  62. f7f5428 BUG/MEDIUM: spoe: arg len encoded in previous frag frame but len changed by Kevin Zhu · 5 years ago
  63. 371723b BUG/MINOR: spoe: Don't systematically wakeup SPOE stream in the applet handler by Christopher Faulet · 5 years ago
  64. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 5 years ago
  65. 63263e5 BUG/MINOR: spoe: Be sure to set tv_request when each message fragment is encoded by Christopher Faulet · 5 years ago
  66. a715ea8 BUG/MEDIUM: spoe: Return an error if nothing is encoded for fragmented messages by Christopher Faulet · 5 years ago
  67. 3e86cec BUG/MEDIUM: spoe: Queue message only if no SPOE applet is attached to the stream by Christopher Faulet · 5 years ago
  68. fe26155 BUG/MAJOR: spoe: Fix initialization of thread-dependent fields by Christopher Faulet · 5 years ago
  69. 9e7ae28 MEDIUM: spoe: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  70. 1138901 BUG/MAJOR: spoe: Don't try to get agent config during SPOP healthcheck by Christopher Faulet · 5 years ago
  71. b0769b2 BUG/MEDIUM: spoe: initialization depending on nbthread must be done last by Willy Tarreau · 5 years ago
  72. 3ddcf76 BUG/MINOR: spoe: do not assume agent->rt is valid on exit by Willy Tarreau · 5 years ago
  73. 2bdcfde BUG/MAJOR: spoe: verify that backends used by SPOE cover all their callers' processes by Willy Tarreau · 5 years ago
  74. 6b3690b BUG/MINOR: spoe: corrected fragmentation string size by Miroslav Zagorac · 5 years ago
  75. 0029235 MINOR: spoe: Make the SPOE filter compatible with HTX proxies by Christopher Faulet · 5 years ago
  76. 2455ceb MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() by Willy Tarreau · 6 years ago
  77. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · 6 years ago
  78. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  79. f1da69d MINOR: Fix a typo in a warning message in the spoe subsystem by Joseph Herlant · 6 years ago
  80. f7f6031 CLEANUP: Fix typos in the spoe subsystem by Joseph Herlant · 6 years ago
  81. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · 6 years ago
  82. 8bb2ffb MINOR: stream-int: replace si_{want,stop}_put() with si_rx_endp_{more,done}() by Willy Tarreau · 6 years ago
  83. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · 6 years ago
  84. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · 6 years ago
  85. 4507351 BUG/MINOR: build: Fix compilation with debug mode enabled by Christopher Faulet · 6 years ago
  86. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  87. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  88. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  89. 4fca5a9 MEDIUM: spoe: use the new buffer API for the SPOE buffer by Willy Tarreau · 6 years ago
  90. 6381650 MAJOR: spoe: upgrade the SPOP version to 2.0 and remove the support for 1.0 by Christopher Faulet · 6 years ago
  91. 3a47e5e BUG/MEDIUM: spoe: Return an error when the wrong ACK is received in sync mode by Christopher Faulet · 6 years ago
  92. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · 6 years ago
  93. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · 6 years ago
  94. 68db023 CLEANUP: spoe: Remove unused variables the agent structure by Christopher Faulet · 6 years ago
  95. c4dcaff BUG/MEDIUM: spoe: Flags are not encoded in network order by Thierry FOURNIER · 6 years ago
  96. 01a3f20 BUG/MINOR: spoe: Mistake in error message about SPOE configuration by Thierry FOURNIER · 6 years ago
  97. 799f518 BUG/MINOR: spoe: Fix parsing of dontlog-normal option by Christopher Faulet · 6 years ago
  98. ebe1399 BUG/MINOR: spoe: Fix counters update when processing is interrupted by Christopher Faulet · 6 years ago
  99. caf2fec MINOR: spoe: Add counters to log info about SPOE agents by Christopher Faulet · 6 years ago
  100. 3b8e349 MINOR: spoe: use agent's logger to log SPOE messages by Christopher Faulet · 6 years ago