1. 887d1c4 BUG/MINOR: spoe: Only skip sending new frame after a receive attempt by Christopher Faulet · 1 year, 1 month ago
  2. d1e1aa0 BUG/MEDIUM: spoe: Don't start new applet if there are enough idle ones by Christopher Faulet · 1 year, 2 months ago
  3. 2702630 MINOR: spoe: Don't stop disabled proxies by Christopher Faulet · 1 year, 2 months ago
  4. 7c001a0 BUG/MEDIUM: spoe: Don't set the default traget for the SPOE agent frontend by Christopher Faulet · 1 year, 5 months ago
  5. ee9b4a6 BUG/MEDIUM: spoe: Properly update streams waiting for a ACK in async mode by Christopher Faulet · 1 year, 10 months ago
  6. b03add4 BUG/MAJOR: spoe: properly detach all agents when releasing the applet by Willy Tarreau · 2 years, 4 months ago
  7. f028bb6 BUG/MEDIUM: spoe: Fix policy to close applets when SPOE connections are queued by Christopher Faulet · 2 years, 11 months ago
  8. 4d350af BUG/MEDIUM: spoe: Create a SPOE applet if necessary when the last one is released by Christopher Faulet · 2 years, 11 months ago
  9. 541e261 MINOR: spoe: Add a pointer on the filter config in the spoe_agent structure by Christopher Faulet · 2 years, 11 months ago
  10. e16ada1 BUILD: spoe: flt_spoe.c needs tools.h by Willy Tarreau · 3 years, 2 months ago
  11. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  12. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 3 months ago
  13. 9533a70 MINOR: log: register config file and line number on log servers. by Emeric Brun · 3 years, 3 months ago
  14. c9ef9bc CLEANUP: spoe: use pool_zalloc() instead of pool_alloc+memset by Willy Tarreau · 3 years, 3 months ago
  15. d68d4f1 MEDIUM: dynbuf: remove last usages of b_alloc_margin() by Willy Tarreau · 3 years, 3 months ago
  16. f1a9129 MINOR: spoe: use pool_alloc(), not pool_alloc_dirty() by Willy Tarreau · 3 years, 3 months ago
  17. d7a988c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 4 months ago
  18. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 4 months ago
  19. 9e647e5 BUG/MEDIUM: spoe: Kill applets if there are pending connections and nbthread > 1 by Christopher Faulet · 3 years, 4 months ago
  20. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  21. 4d77bbf MINOR: dynbuf: pass offer_buffers() the number of buffers instead of a threshold by Willy Tarreau · 3 years, 4 months ago
  22. 90f366b MINOR: dynbuf: use regular lists instead of mt_lists for buffer_wait by Willy Tarreau · 3 years, 4 months ago
  23. e8e5091 MINOR: dynbuf: make the buffer wait queue per thread by Willy Tarreau · 3 years, 4 months ago
  24. 1d7d0f8 BUG/MEDIUM: spoe: Resolve the sink if a SPOE logs in a ring buffer by Christopher Faulet · 3 years, 4 months ago
  25. afb9368 CLEANUP: spoe: fix typo on `var_check_arg` comment by William Dauchy · 3 years, 6 months ago
  26. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 3 years, 6 months ago
  27. 26256f8 MINOR: stream: Pass an optional input buffer when a stream is created by Christopher Faulet · 3 years, 10 months ago
  28. c7ba910 MINOR: spoe: Don't close connection in sync mode on processing timeout by Christopher Faulet · 3 years, 8 months ago
  29. cf181c7 BUG/MAJOR: spoe: Be sure to remove all references on a released spoe applet by Christopher Faulet · 3 years, 8 months ago
  30. 2469eba BUG/MEDIUM: spoe: Unset variable instead of set it if no data provided by Christopher Faulet · 3 years, 9 months ago
  31. 8689127 MINOR: buffer: use MT_LIST_ADDQ() for buffer_wait lists additions by Willy Tarreau · 4 years ago
  32. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · 4 years ago
  33. eccfa61 MINOR: spoe: Don't systematically create new applets if processing rate is low by Christopher Faulet · 4 years ago
  34. 8840326 BUG/MINOR: spoe: correction of setting bits for analyzer by Miroslav Zagorac · 4 years ago
  35. da21ed1 BUG/MINOR: spoe: add missing key length check before checking key names by Willy Tarreau · 4 years ago
  36. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  37. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  38. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  39. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  40. 6c58ab0 REORG: include: move spoe.h to haproxy/spoe{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  41. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  42. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  43. c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  44. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  45. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  46. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  47. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  48. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · 4 years, 1 month ago
  49. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  50. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  51. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  52. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  53. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  54. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 1 month ago
  55. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 1 month ago
  56. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  57. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  58. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  59. 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  60. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  61. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  62. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 1 month ago
  63. 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
  64. 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  65. 079f808 BUG/MEDIUM: spoe: dup agent's engine_id string from trash.area by Kevin Zhu · 4 years, 4 months ago
  66. ee3bcdd MINOR: tools: add a generic function to generate UUIDs by Willy Tarreau · 4 years, 4 months ago
  67. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · 4 years, 4 months ago
  68. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · 4 years, 4 months ago
  69. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · 4 years, 4 months ago
  70. 2104659 MEDIUM: buffer: remove the buffer_wq lock by Willy Tarreau · 4 years, 4 months ago
  71. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  72. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · 4 years, 5 months ago
  73. f1bc24c BUG/MINOR: acl: Fix type of log message when an acl is named 'or' by Tim Duesterhus · 4 years, 5 months ago
  74. 0cf811a MINOR: acl: Warn when an ACL is named 'or' by Tim Duesterhus · 4 years, 5 months ago
  75. 105ba6c MINOR: actions: Rename the act_flag enum into act_opt by Christopher Faulet · 4 years, 6 months ago
  76. 1340376 MINOR: actions: Use ACT_RET_CONT code to ignore an error from a custom action by Christopher Faulet · 4 years, 7 months ago
  77. 4fd6d67 BUG/MINOR: spoe: fix off-by-one length in UUID format string by Willy Tarreau · 4 years, 8 months ago
  78. b1bb1af MINOR: spoe: Support the async mode with several threads by Christopher Faulet · 4 years, 10 months ago
  79. 09bd9aa MINOR: spoe: Improve generation of the engine-id by Christopher Faulet · 4 years, 10 months ago
  80. d87b1a5 BUG/MEDIUM: spoe: Use a different engine-id per process by Kevin Zhu · 4 years, 10 months ago
  81. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  82. b298613 BUG/MINOR: spoe: Fix memory leak if failing to allocate memory by Tim Duesterhus · 5 years ago
  83. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · 5 years ago
  84. 4f283fa MEDIUM: stream-int: introduce a new state SI_ST_RDY by Willy Tarreau · 5 years ago
  85. 7ab22adb MEDIUM: stream-int: remove dangerous interval checks for stream-int states by Willy Tarreau · 5 years ago
  86. 55ae8a6 BUG/MEDIUM: spoe: Don't use the SPOE applet after releasing it by Christopher Faulet · 5 years ago
  87. bf9bcb0 MINOR: spoe: Set the argument chunk size to 0 when SPOE variables are checked by Christopher Faulet · 5 years ago
  88. 3b1d004 BUG/MEDIUM: spoe: Be sure the sample is found before setting its context by Christopher Faulet · 5 years ago
  89. f656279 CLEANUP: task: remove unneeded tests before task_destroy() by Willy Tarreau · 5 years ago
  90. 85db321 MINOR: spoe: Use the sample context to pass frag_ctx info during encoding by Christopher Faulet · 5 years ago
  91. f7f5428 BUG/MEDIUM: spoe: arg len encoded in previous frag frame but len changed by Kevin Zhu · 5 years ago
  92. 371723b BUG/MINOR: spoe: Don't systematically wakeup SPOE stream in the applet handler by Christopher Faulet · 5 years ago
  93. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 5 years ago
  94. 63263e5 BUG/MINOR: spoe: Be sure to set tv_request when each message fragment is encoded by Christopher Faulet · 5 years ago
  95. a715ea8 BUG/MEDIUM: spoe: Return an error if nothing is encoded for fragmented messages by Christopher Faulet · 5 years ago
  96. 3e86cec BUG/MEDIUM: spoe: Queue message only if no SPOE applet is attached to the stream by Christopher Faulet · 5 years ago
  97. fe26155 BUG/MAJOR: spoe: Fix initialization of thread-dependent fields by Christopher Faulet · 5 years ago
  98. 9e7ae28 MEDIUM: spoe: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  99. 1138901 BUG/MAJOR: spoe: Don't try to get agent config during SPOP healthcheck by Christopher Faulet · 5 years ago
  100. b0769b2 BUG/MEDIUM: spoe: initialization depending on nbthread must be done last by Willy Tarreau · 5 years ago