1. fea59fc CLEANUP: ist: Remove unused `count` argument from `ist2str*` by Tim Duesterhus · 3 years, 3 months ago
  2. b8ee894 CLEANUP: htx: Make http_get_stline take a `const struct` by Tim Duesterhus · 3 years, 3 months ago
  3. fbc2b79 MINOR: ist: Rename istappend() to __istappend() by Tim Duesterhus · 3 years, 3 months ago
  4. 1197459 BUG/MAJOR: fd: switch temp values to uint in fd_stop_both() by Willy Tarreau · 3 years, 3 months ago
  5. 8daf8dc MINOR: ist: Add `istsplit(struct ist*, char)` by Tim Duesterhus · 3 years, 3 months ago
  6. 90aa8c7 MINOR: ist: Add `istshift(struct ist*)` by Tim Duesterhus · 3 years, 3 months ago
  7. 551eeae MINOR: ist: Add `istappend(struct ist, char)` by Tim Duesterhus · 3 years, 3 months ago
  8. 92c059c MINOR: atomic: implement native BTS/BTR for x86 by Willy Tarreau · 3 years, 3 months ago
  9. fa68d26 CLEANUP: atomic: use the __atomic variant of BTS/BTR on modern compilers by Willy Tarreau · 3 years, 3 months ago
  10. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 3 months ago
  11. 22d675c CLEANUP: atomic: add HA_ATOMIC_INC/DEC for unit increments by Willy Tarreau · 3 years, 3 months ago
  12. 1851572 CLEANUP: atomic: add a fetch-and-xxx variant for common operations by Willy Tarreau · 3 years, 3 months ago
  13. a477150 CLEANUP: atomic: make all standard add/or/and/sub operations return void by Willy Tarreau · 3 years, 3 months ago
  14. 1db4273 CLEANUP: atomic: add an explicit _FETCH variant for add/sub/and/or by Willy Tarreau · 3 years, 3 months ago
  15. 6756d95 MINOR: atomic/arm64: detect and use builtins for the double-word CAS by Willy Tarreau · 3 years, 3 months ago
  16. 1673c4a MINOR: fd: implement an exclusive syscall bit to remove the ugly "log" lock by Willy Tarreau · 3 years, 3 months ago
  17. 9063a66 MINOR: fd: move .exported into fdtab[].state by Willy Tarreau · 3 years, 3 months ago
  18. 5362bc9 MINOR: fd: move .et_possible into fdtab[].state by Willy Tarreau · 3 years, 3 months ago
  19. 0cc6128 MINOR: fd: move .initialized into fdtab[].state by Willy Tarreau · 3 years, 3 months ago
  20. 030dae1 MINOR: fd: move .cloned into fdtab[].state by Willy Tarreau · 3 years, 3 months ago
  21. b41a6e9 MINOR: fd: move .linger_risk into fdtab[].state by Willy Tarreau · 3 years, 3 months ago
  22. f509065 MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state by Willy Tarreau · 3 years, 3 months ago
  23. 8d27c20 MEDIUM: fd: prepare FD_POLL_* to move to bits 8-15 by Willy Tarreau · 3 years, 3 months ago
  24. fc0cdfb CLEANUP: fd: remove FD_POLL_DATA and FD_POLL_STICKY by Willy Tarreau · 3 years, 3 months ago
  25. 9533a70 MINOR: log: register config file and line number on log servers. by Emeric Brun · 3 years, 3 months ago
  26. 5a6926d MINOR: diag: create cfgdiag module by Amaury Denoyelle · 3 years, 3 months ago
  27. 7b01a8d MINOR: global: define diagnostic mode of execution by Amaury Denoyelle · 3 years, 3 months ago
  28. 021a8e4 MEDIUM: http-rules: Add wait-for-body action on request and response side by Christopher Faulet · 3 years, 3 months ago
  29. 581db2b MINOR: payload/config: Warn if a L6 sample fetch is used from an HTTP proxy by Christopher Faulet · 3 years, 4 months ago
  30. 42c6cf9 MINOR: action: Use a generic function to check validity of an action rule list by Christopher Faulet · 3 years, 4 months ago
  31. 3b6446f MINOR: config/proxy: Don't warn for HTTP rules in TCP if 'switch-mode http' set by Christopher Faulet · 3 years, 4 months ago
  32. ae863c6 MEDIUM: Add tcp-request switch-mode action to perform HTTP upgrade by Christopher Faulet · 3 years, 4 months ago
  33. 6c1fd98 MINOR: stream: Handle stream HTTP upgrade in a dedicated function by Christopher Faulet · 3 years, 4 months ago
  34. 75f619a MINOR: http-ana: Simplify creation/destruction of HTTP transactions by Christopher Faulet · 3 years, 4 months ago
  35. bb69d78 MINOR: muxes: Show muxes flags when the mux list is displayed by Christopher Faulet · 3 years, 4 months ago
  36. a460057 MINOR: muxes: Add a flag to notify a mux does not support any upgrade by Christopher Faulet · 3 years, 4 months ago
  37. 4bfc663 CLEANUP: socket: replace SOL_IP/IPV6/TCP with IPPROTO_IP/IPV6/TCP by Willy Tarreau · 3 years, 3 months ago
  38. be362fd MINOR: compat: add short aliases for a few very commonly used types by Willy Tarreau · 3 years, 4 months ago
  39. 2f836de MINOR: action: add a new ACT_F_CLI_PARSER origin designation by Willy Tarreau · 3 years, 4 months ago
  40. db5e0db MINOR: sample: add a new CLI_PARSER context for samples by Willy Tarreau · 3 years, 4 months ago
  41. 01d580a MINOR: action: add a new ACT_F_CFG_PARSER origin designation by Willy Tarreau · 3 years, 4 months ago
  42. f9a7a8f MINOR: sample: add a new CFG_PARSER context for samples by Willy Tarreau · 3 years, 4 months ago
  43. be2159b MINOR: sample: add a new SMP_SRC_CONST sample capability by Willy Tarreau · 3 years, 4 months ago
  44. 77e6a4e MINOR: sample: make smp_resolve_args() return an allocate error message by Willy Tarreau · 3 years, 4 months ago
  45. 6f26fae MINOR: proxy: define cap PR_CAP_LUA by Amaury Denoyelle · 3 years, 4 months ago
  46. 27fefa1 MINOR: proxy: implement a free_proxy function by Amaury Denoyelle · 3 years, 4 months ago
  47. 476b9ad REORG: split proxy allocation functions by Amaury Denoyelle · 3 years, 4 months ago
  48. 68fd7e4 REORG: global: move free acl/action in their related source files by Amaury Denoyelle · 3 years, 4 months ago
  49. ce44482 REORG: global: move initcall register code in a dedicated file by Amaury Denoyelle · 3 years, 4 months ago
  50. df62794 BUILD: ssl: introduce fine guard for ssl random extraction functions by Ilya Shipitsin · 3 years, 4 months ago
  51. 8218aed BUG/MINOR: ssl: Fix update of default certificate by Remi Tricot-Le Breton · 3 years, 4 months ago
  52. 6cf1311 CLEANUP: fd: remove unused fd_set_running_excl() by Willy Tarreau · 3 years, 4 months ago
  53. 2c3f981 BUG/MEDIUM: fd: do not wait on FD removal in fd_delete() by Willy Tarreau · 3 years, 4 months ago
  54. 71bada5 MINOR: fd: remove the unneeded running bit from fd_insert() by Willy Tarreau · 3 years, 4 months ago
  55. 6e8e10b MINOR: fd: make fd_clr_running() return the remaining running mask by Willy Tarreau · 3 years, 4 months ago
  56. cc2c4f8 BUG/MEDIUM: debug/lua: Use internal hlua function to dump the lua traceback by Christopher Faulet · 3 years, 4 months ago
  57. d09cc51 MINOR: lua: Slightly improve function dumping the lua traceback by Christopher Faulet · 3 years, 4 months ago
  58. 8cd1627 CLEANUP: ssl: remove unused definitions by Ilya Shipitsin · 3 years, 4 months ago
  59. fb00f31 BUG/MINOR: ssl: Prevent disk access when using "add ssl crt-list" by Remi Tricot-Le Breton · 3 years, 4 months ago
  60. 69ba351 MINOR: tools: introduce new option PA_O_DEFAULT_DGRAM on str2sa_range. by Emeric Brun · 3 years, 4 months ago
  61. 8cc586c BUG/MEDIUM: freq_ctr/threads: use the global_now_ms variable by Willy Tarreau · 3 years, 4 months ago
  62. 6064b34 MINOR: time: also provide a global, monotonic global_now_ms timer by Willy Tarreau · 3 years, 4 months ago
  63. 5d110b2 CLEANUP: connection: use pool_zalloc() in conn_alloc_hash_node() by Willy Tarreau · 3 years, 4 months ago
  64. 1875907 MINOR: pools: add pool_zalloc() to return a zeroed area by Willy Tarreau · 3 years, 4 months ago
  65. de749a9 MINOR: pools: make the pool allocator support a few flags by Willy Tarreau · 3 years, 4 months ago
  66. a213b68 CLEANUP: pools: remove the unused pool_get_first() function by Willy Tarreau · 3 years, 4 months ago
  67. 7be7ffa CLEANUP: dynbuf: remove the unused b_alloc_fast() function by Willy Tarreau · 3 years, 4 months ago
  68. f44ca97 CLEANUP: dynbuf: remove b_alloc_margin() by Willy Tarreau · 3 years, 4 months ago
  69. 0f495b3 MINOR: channel: simplify the channel's buffer allocation by Willy Tarreau · 3 years, 4 months ago
  70. 766b6cf MINOR: dynbuf: make b_alloc() always check if the buffer is allocated by Willy Tarreau · 3 years, 4 months ago
  71. a61789a MEDIUM: lua: Use a per-thread counter to track some non-reentrant parts of lua by Christopher Faulet · 3 years, 4 months ago
  72. dae6975 MINOR: muxes: garbage collect the reset() method. by Olivier Houchard · 3 years, 4 months ago
  73. 1b3c931 MEDIUM: connections: Introduce a new XPRT method, start(). by Olivier Houchard · 3 years, 4 months ago
  74. 216a1ce MINOR: stats: export function to allocate extra proxy counters by Amaury Denoyelle · 3 years, 4 months ago
  75. 76e10e7 MINOR: server: prepare parsing for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
  76. 30c0537 REORG: server: use flags for parse_server by Amaury Denoyelle · 3 years, 4 months ago
  77. 828adf0 REORG: server: add a free server function by Amaury Denoyelle · 3 years, 4 months ago
  78. 18487fb MINOR: cli: implement experimental-mode by Amaury Denoyelle · 3 years, 4 months ago
  79. 6f9f2c0 MINOR: freq_ctr/threads: relax when failing to update a sliding window value by Willy Tarreau · 3 years, 4 months ago
  80. a1ecbca BUG/MINOR: freq_ctr/threads: make use of the last updated global time by Willy Tarreau · 3 years, 4 months ago
  81. 650f374 MINOR: time: export the global_now variable by Willy Tarreau · 3 years, 4 months ago
  82. 31a3cea MINOR: cfgparse/proxy: also support spelling fixes on options by Willy Tarreau · 3 years, 4 months ago
  83. b12bc64 MINOR: cli: limit spelling suggestions to 5 by Willy Tarreau · 3 years, 4 months ago
  84. 9294e88 MINOR: tools: improve word fingerprinting by counting presence by Willy Tarreau · 3 years, 4 months ago
  85. f3ede87 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 4 months ago
  86. 7416314 CLEANUP: task: make sure tasklet handlers always indicate their statuses by Willy Tarreau · 3 years, 4 months ago
  87. 4975d14 CLEANUP: cli: rename the last few "stats_" to "cli_" by Willy Tarreau · 3 years, 4 months ago
  88. f14c757 CLEANUP: cli: rename MAX_STATS_ARGS to MAX_CLI_ARGS by Willy Tarreau · 3 years, 4 months ago
  89. e33c4b3 MINOR: tools: add the ability to update a word fingerprint by Willy Tarreau · 3 years, 4 months ago
  90. b736458 MEDIUM: cli: apply spelling fixes for known commands before listing them by Willy Tarreau · 3 years, 4 months ago
  91. 4451150 CLEANUP: cli: fix misleading comment and better indent the access level flags by Willy Tarreau · 3 years, 4 months ago
  92. 55c1c40 MINOR: resolvers: Use milliseconds for cached items in resolver responses by Christopher Faulet · 3 years, 4 months ago
  93. 0efc099 BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacks by Christopher Faulet · 3 years, 4 months ago
  94. 5efdef2 MINOR: resolvers: Add function to change the srv status based on SRV resolution by Christopher Faulet · 3 years, 4 months ago
  95. 1dec5c7 MINOR: resolvers: Use a function to remove answers attached to a resolution by Christopher Faulet · 3 years, 4 months ago
  96. 6a8d11d MINOR: resolvers: new function find_srvrq_answer_record() by Baptiste Assmann · 3 years, 4 months ago
  97. 99eb2cc MINOR: actions: add a function to suggest an action ressembling a given word by Willy Tarreau · 3 years, 4 months ago
  98. 433b05f MINOR: cfgparse/bind: suggest correct spelling for unknown bind keywords by Willy Tarreau · 3 years, 4 months ago
  99. e2afcc4 MINOR: cfgparse: add cfg_find_best_match() to suggest an existing word by Willy Tarreau · 3 years, 4 months ago
  100. ba2c445 MINOR: tools: add simple word fingerprinting to find similar-looking words by Willy Tarreau · 3 years, 4 months ago