1. 2b5579f MINOR: pools: always use atomic ops to maintain counters by Willy Tarreau · 3 years, 7 months ago
  2. 1384364 MINOR: pools: split the OS-based allocator in two by Willy Tarreau · 3 years, 7 months ago
  3. 207c095 MINOR: pools: move the fault injector to __pool_alloc() by Willy Tarreau · 3 years, 7 months ago
  4. 84ebfab MINOR: tools: add statistical_prng_range() to get a random number over a range by Willy Tarreau · 3 years, 7 months ago
  5. 635cced CLEANUP: pools: rename __pool_free() to pool_put_to_shared_cache() by Willy Tarreau · 3 years, 7 months ago
  6. 8c77ee5 CLEANUP: pools: rename pool_*_{from,to}_cache() to *_local_cache() by Willy Tarreau · 3 years, 7 months ago
  7. 2f03dcd CLEANUP: pools: rename __pool_get_first() to pool_get_from_shared_cache() by Willy Tarreau · 3 years, 7 months ago
  8. 2543211 CLEANUP: pools: move the lock to the only __pool_get_first() that needs it by Willy Tarreau · 3 years, 7 months ago
  9. 8ee9df5 MINOR: pools: call pool_alloc_nocache() out of the pool's lock by Willy Tarreau · 3 years, 7 months ago
  10. 8fe726f CLEANUP: pools: re-merge pool_refill_alloc() and __pool_refill_alloc() by Willy Tarreau · 3 years, 7 months ago
  11. 64383b8 MINOR: pools: make the basic pool_refill_alloc()/pool_free() update needed_avg by Willy Tarreau · 3 years, 7 months ago
  12. 53a7fe4 MINOR: pools: enable the fault injector in all allocation modes by Willy Tarreau · 3 years, 7 months ago
  13. 2d6f628 MINOR: pools: rename CONFIG_HAP_LOCAL_POOLS to CONFIG_HAP_POOLS by Willy Tarreau · 3 years, 7 months ago
  14. d5140e7 MINOR: pool: remove the size field from pool_cache_head by Willy Tarreau · 3 years, 7 months ago
  15. 9f3129e MEDIUM: pools: move the cache into the pool header by Willy Tarreau · 3 years, 7 months ago
  16. fff96b4 CLEANUP: pools: remove unused arguments to pool_evict_from_cache() by Willy Tarreau · 3 years, 7 months ago
  17. 5be6ab2 MEDIUM: http_act: Rename uri-normalizers by Tim Duesterhus · 3 years, 7 months ago
  18. a407193 MINOR: uri_normalizer: Add a `percent-upper` normalizer by Tim Duesterhus · 3 years, 7 months ago
  19. d7b89be MINOR: uri_normalizer: Add a `sort-query` normalizer by Tim Duesterhus · 3 years, 7 months ago
  20. 560e1a6 MINOR: uri_normalizer: Add support for supressing leading `../` for dotdot normalizer by Tim Duesterhus · 3 years, 7 months ago
  21. 9982fc2 MINOR: uri_normalizer: Add a `dotdot` normalizer to http-request normalize-uri by Tim Duesterhus · 3 years, 7 months ago
  22. d371e99 MINOR: uri_normalizer: Add a `merge-slashes` normalizer to http-request normalize-uri by Tim Duesterhus · 3 years, 7 months ago
  23. d2bedcc MINOR: uri_normalizer: Add `http-request normalize-uri` by Tim Duesterhus · 3 years, 7 months ago
  24. 0ee1ad5 MINOR: uri_normalizer: Add `enum uri_normalizer_err` by Tim Duesterhus · 3 years, 7 months ago
  25. dbd25c3 MINOR: uri_normalizer: Add uri_normalizer module by Tim Duesterhus · 3 years, 7 months ago
  26. 76b4419 MINOR: threads: Only consider running threads to end a thread harmeless period by Christopher Faulet · 3 years, 7 months ago
  27. f63a185 BUG/MEDIUM: threads: Ignore current thread to end its harmless period by Christopher Faulet · 3 years, 7 months ago
  28. 41007a6 MINOR: sample: converter: Add mjson library. by Alex · 3 years, 7 months ago
  29. 7633426 MINOR: ist: Add `istclear(struct ist*)` by Tim Duesterhus · 3 years, 7 months ago
  30. 92f7d43 MINOR: sample: add ub64dec and ub64enc converters by Moemen MHEDHBI · 3 years, 8 months ago
  31. 0c6d1dc BUG/MINOR: listener: Handle allocation error when allocating a new bind_conf by Christopher Faulet · 3 years, 7 months ago
  32. 147b8c9 MINOIR: checks/trace: Register a new trace source with its events by Christopher Faulet · 3 years, 7 months ago
  33. 6d80b63 MINOR: trace: Add the checks as a possible trace source by Christopher Faulet · 3 years, 7 months ago
  34. 7b1425a MINOR: atomic: reimplement the relaxed version of x86 BTS/BTR by Willy Tarreau · 3 years, 7 months ago
  35. c4c80fb MINOR: time: move the time initialization out of tv_update_date() by Willy Tarreau · 3 years, 7 months ago
  36. 61c72c3 CLEANUP: time: remove the now unused ms_left_scaled by Willy Tarreau · 3 years, 7 months ago
  37. d46ed5c MINOR: freq_ctr: simplify and improve the update function by Willy Tarreau · 3 years, 7 months ago
  38. 6339c19 MINOR: freq_ctr: add cpu_relax in the rotation loop of update_freq_ctr_period() by Willy Tarreau · 3 years, 7 months ago
  39. fc6323a MEDIUM: freq_ctr: replace the per-second counters with the generic ones by Willy Tarreau · 3 years, 7 months ago
  40. fa1258f MINOR: freq_ctr: unify freq_ctr and freq_ctr_period into freq_ctr by Willy Tarreau · 3 years, 7 months ago
  41. d209c87 MINOR: freq_ctr: add the missing next_event_delay_period() by Willy Tarreau · 3 years, 7 months ago
  42. 607be24 MEDIUM: freq_ctr: reimplement freq_ctr_remain_period() from freq_ctr_total() by Willy Tarreau · 3 years, 7 months ago
  43. a7a31b2 MEDIUM: freq_ctr: make read_freq_ctr_period() use freq_ctr_total() by Willy Tarreau · 3 years, 7 months ago
  44. f3a9f8d MINOR: freq_ctr: add a generic function to report the total value by Willy Tarreau · 3 years, 7 months ago
  45. ff88270 MINOR: pool: move pool declarations to read_mostly by Willy Tarreau · 3 years, 7 months ago
  46. f459640 MINOR: global: declare a read_mostly section by Willy Tarreau · 3 years, 7 months ago
  47. ba386f6 CLEANUP: initcall: rely on HA_SECTION_* instead of defining its own by Willy Tarreau · 3 years, 7 months ago
  48. 5bec4c4 MINOR: compiler: add macros to declare section names by Willy Tarreau · 3 years, 7 months ago
  49. 731f0c6 CLEANUP: initcall: rename HA_SECTION to HA_INIT_SECTION by Willy Tarreau · 3 years, 7 months ago
  50. afa9bc0 MINOR: initcall: uniformize the section names between MacOS and other unixes by Willy Tarreau · 3 years, 7 months ago
  51. ad14c26 MINOR: trace: replace the trace() inline function with an equivalent macro by Willy Tarreau · 3 years, 7 months ago
  52. 9057a00 CLEANUP: pattern: make all pattern tables read-only by Willy Tarreau · 3 years, 7 months ago
  53. 403fd72 CLEANUP: Remove useless malloc() casts by Tim Duesterhus · 3 years, 8 months ago
  54. fea59fc CLEANUP: ist: Remove unused `count` argument from `ist2str*` by Tim Duesterhus · 3 years, 8 months ago
  55. b8ee894 CLEANUP: htx: Make http_get_stline take a `const struct` by Tim Duesterhus · 3 years, 8 months ago
  56. fbc2b79 MINOR: ist: Rename istappend() to __istappend() by Tim Duesterhus · 3 years, 8 months ago
  57. 1197459 BUG/MAJOR: fd: switch temp values to uint in fd_stop_both() by Willy Tarreau · 3 years, 8 months ago
  58. 8daf8dc MINOR: ist: Add `istsplit(struct ist*, char)` by Tim Duesterhus · 3 years, 8 months ago
  59. 90aa8c7 MINOR: ist: Add `istshift(struct ist*)` by Tim Duesterhus · 3 years, 8 months ago
  60. 551eeae MINOR: ist: Add `istappend(struct ist, char)` by Tim Duesterhus · 3 years, 8 months ago
  61. 92c059c MINOR: atomic: implement native BTS/BTR for x86 by Willy Tarreau · 3 years, 8 months ago
  62. fa68d26 CLEANUP: atomic: use the __atomic variant of BTS/BTR on modern compilers by Willy Tarreau · 3 years, 8 months ago
  63. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
  64. 22d675c CLEANUP: atomic: add HA_ATOMIC_INC/DEC for unit increments by Willy Tarreau · 3 years, 8 months ago
  65. 1851572 CLEANUP: atomic: add a fetch-and-xxx variant for common operations by Willy Tarreau · 3 years, 8 months ago
  66. a477150 CLEANUP: atomic: make all standard add/or/and/sub operations return void by Willy Tarreau · 3 years, 8 months ago
  67. 1db4273 CLEANUP: atomic: add an explicit _FETCH variant for add/sub/and/or by Willy Tarreau · 3 years, 8 months ago
  68. 6756d95 MINOR: atomic/arm64: detect and use builtins for the double-word CAS by Willy Tarreau · 3 years, 8 months ago
  69. 1673c4a MINOR: fd: implement an exclusive syscall bit to remove the ugly "log" lock by Willy Tarreau · 3 years, 8 months ago
  70. 9063a66 MINOR: fd: move .exported into fdtab[].state by Willy Tarreau · 3 years, 8 months ago
  71. 5362bc9 MINOR: fd: move .et_possible into fdtab[].state by Willy Tarreau · 3 years, 8 months ago
  72. 0cc6128 MINOR: fd: move .initialized into fdtab[].state by Willy Tarreau · 3 years, 8 months ago
  73. 030dae1 MINOR: fd: move .cloned into fdtab[].state by Willy Tarreau · 3 years, 8 months ago
  74. b41a6e9 MINOR: fd: move .linger_risk into fdtab[].state by Willy Tarreau · 3 years, 8 months ago
  75. f509065 MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state by Willy Tarreau · 3 years, 8 months ago
  76. 8d27c20 MEDIUM: fd: prepare FD_POLL_* to move to bits 8-15 by Willy Tarreau · 3 years, 8 months ago
  77. fc0cdfb CLEANUP: fd: remove FD_POLL_DATA and FD_POLL_STICKY by Willy Tarreau · 3 years, 8 months ago
  78. 9533a70 MINOR: log: register config file and line number on log servers. by Emeric Brun · 3 years, 8 months ago
  79. 5a6926d MINOR: diag: create cfgdiag module by Amaury Denoyelle · 3 years, 8 months ago
  80. 7b01a8d MINOR: global: define diagnostic mode of execution by Amaury Denoyelle · 3 years, 8 months ago
  81. 021a8e4 MEDIUM: http-rules: Add wait-for-body action on request and response side by Christopher Faulet · 3 years, 8 months ago
  82. 581db2b MINOR: payload/config: Warn if a L6 sample fetch is used from an HTTP proxy by Christopher Faulet · 3 years, 8 months ago
  83. 42c6cf9 MINOR: action: Use a generic function to check validity of an action rule list by Christopher Faulet · 3 years, 8 months ago
  84. 3b6446f MINOR: config/proxy: Don't warn for HTTP rules in TCP if 'switch-mode http' set by Christopher Faulet · 3 years, 8 months ago
  85. ae863c6 MEDIUM: Add tcp-request switch-mode action to perform HTTP upgrade by Christopher Faulet · 3 years, 8 months ago
  86. 6c1fd98 MINOR: stream: Handle stream HTTP upgrade in a dedicated function by Christopher Faulet · 3 years, 8 months ago
  87. 75f619a MINOR: http-ana: Simplify creation/destruction of HTTP transactions by Christopher Faulet · 3 years, 9 months ago
  88. bb69d78 MINOR: muxes: Show muxes flags when the mux list is displayed by Christopher Faulet · 3 years, 8 months ago
  89. a460057 MINOR: muxes: Add a flag to notify a mux does not support any upgrade by Christopher Faulet · 3 years, 9 months ago
  90. 4bfc663 CLEANUP: socket: replace SOL_IP/IPV6/TCP with IPPROTO_IP/IPV6/TCP by Willy Tarreau · 3 years, 8 months ago
  91. be362fd MINOR: compat: add short aliases for a few very commonly used types by Willy Tarreau · 3 years, 8 months ago
  92. 2f836de MINOR: action: add a new ACT_F_CLI_PARSER origin designation by Willy Tarreau · 3 years, 8 months ago
  93. db5e0db MINOR: sample: add a new CLI_PARSER context for samples by Willy Tarreau · 3 years, 8 months ago
  94. 01d580a MINOR: action: add a new ACT_F_CFG_PARSER origin designation by Willy Tarreau · 3 years, 8 months ago
  95. f9a7a8f MINOR: sample: add a new CFG_PARSER context for samples by Willy Tarreau · 3 years, 8 months ago
  96. be2159b MINOR: sample: add a new SMP_SRC_CONST sample capability by Willy Tarreau · 3 years, 8 months ago
  97. 77e6a4e MINOR: sample: make smp_resolve_args() return an allocate error message by Willy Tarreau · 3 years, 8 months ago
  98. 6f26fae MINOR: proxy: define cap PR_CAP_LUA by Amaury Denoyelle · 3 years, 8 months ago
  99. 27fefa1 MINOR: proxy: implement a free_proxy function by Amaury Denoyelle · 3 years, 8 months ago
  100. 476b9ad REORG: split proxy allocation functions by Amaury Denoyelle · 3 years, 8 months ago