1. a61789a MEDIUM: lua: Use a per-thread counter to track some non-reentrant parts of lua by Christopher Faulet · 3 years, 3 months ago
  2. dae6975 MINOR: muxes: garbage collect the reset() method. by Olivier Houchard · 3 years, 4 months ago
  3. 1b3c931 MEDIUM: connections: Introduce a new XPRT method, start(). by Olivier Houchard · 3 years, 4 months ago
  4. 216a1ce MINOR: stats: export function to allocate extra proxy counters by Amaury Denoyelle · 3 years, 3 months ago
  5. 76e10e7 MINOR: server: prepare parsing for dynamic servers by Amaury Denoyelle · 3 years, 4 months ago
  6. 30c0537 REORG: server: use flags for parse_server by Amaury Denoyelle · 3 years, 4 months ago
  7. 828adf0 REORG: server: add a free server function by Amaury Denoyelle · 3 years, 4 months ago
  8. 18487fb MINOR: cli: implement experimental-mode by Amaury Denoyelle · 3 years, 3 months ago
  9. 6f9f2c0 MINOR: freq_ctr/threads: relax when failing to update a sliding window value by Willy Tarreau · 3 years, 4 months ago
  10. a1ecbca BUG/MINOR: freq_ctr/threads: make use of the last updated global time by Willy Tarreau · 3 years, 4 months ago
  11. 650f374 MINOR: time: export the global_now variable by Willy Tarreau · 3 years, 4 months ago
  12. 31a3cea MINOR: cfgparse/proxy: also support spelling fixes on options by Willy Tarreau · 3 years, 4 months ago
  13. b12bc64 MINOR: cli: limit spelling suggestions to 5 by Willy Tarreau · 3 years, 4 months ago
  14. 9294e88 MINOR: tools: improve word fingerprinting by counting presence by Willy Tarreau · 3 years, 4 months ago
  15. f3ede87 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 4 months ago
  16. 7416314 CLEANUP: task: make sure tasklet handlers always indicate their statuses by Willy Tarreau · 3 years, 4 months ago
  17. 4975d14 CLEANUP: cli: rename the last few "stats_" to "cli_" by Willy Tarreau · 3 years, 4 months ago
  18. f14c757 CLEANUP: cli: rename MAX_STATS_ARGS to MAX_CLI_ARGS by Willy Tarreau · 3 years, 4 months ago
  19. e33c4b3 MINOR: tools: add the ability to update a word fingerprint by Willy Tarreau · 3 years, 4 months ago
  20. b736458 MEDIUM: cli: apply spelling fixes for known commands before listing them by Willy Tarreau · 3 years, 4 months ago
  21. 4451150 CLEANUP: cli: fix misleading comment and better indent the access level flags by Willy Tarreau · 3 years, 4 months ago
  22. 55c1c40 MINOR: resolvers: Use milliseconds for cached items in resolver responses by Christopher Faulet · 3 years, 4 months ago
  23. 0efc099 BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacks by Christopher Faulet · 3 years, 4 months ago
  24. 5efdef2 MINOR: resolvers: Add function to change the srv status based on SRV resolution by Christopher Faulet · 3 years, 4 months ago
  25. 1dec5c7 MINOR: resolvers: Use a function to remove answers attached to a resolution by Christopher Faulet · 3 years, 4 months ago
  26. 6a8d11d MINOR: resolvers: new function find_srvrq_answer_record() by Baptiste Assmann · 3 years, 4 months ago
  27. 99eb2cc MINOR: actions: add a function to suggest an action ressembling a given word by Willy Tarreau · 3 years, 4 months ago
  28. 433b05f MINOR: cfgparse/bind: suggest correct spelling for unknown bind keywords by Willy Tarreau · 3 years, 4 months ago
  29. e2afcc4 MINOR: cfgparse: add cfg_find_best_match() to suggest an existing word by Willy Tarreau · 3 years, 4 months ago
  30. ba2c445 MINOR: tools: add simple word fingerprinting to find similar-looking words by Willy Tarreau · 3 years, 4 months ago
  31. 133c8c4 CLEANUP: actions: the keyword must always be const from the rule by Willy Tarreau · 3 years, 4 months ago
  32. 77e3767 BUG/MINOR: proxy/session: Be sure to have a listener to increment its counters by Christopher Faulet · 3 years, 4 months ago
  33. 3b728a9 BUILD: atomic/arm64: force the register pairs to use in __ha_cas_dw() by Willy Tarreau · 3 years, 4 months ago
  34. c0ed919 BUG/MINOR: connection: Missing QUIC initialization by Frédéric Lécaille · 3 years, 4 months ago
  35. 060a761 OPTIM: task: automatically adjust the default runqueue-depth to the threads by Willy Tarreau · 3 years, 4 months ago
  36. befef70 BUG/MINOR: sample: Rename SenderComID/TargetComID to SenderCompID/TargetCompID by Daniel Corbett · 3 years, 4 months ago
  37. 4c75195 BUG/MEDIUM: resolvers: handle huge responses over tcp servers. by Emeric Brun · 3 years, 4 months ago
  38. e89fae3 CLEANUP: stream: rename a few remaining occurrences of "stream *sess" by Willy Tarreau · 3 years, 4 months ago
  39. c93638e BUILD: connection: do not use VAR_ARRAY in struct tlv by Willy Tarreau · 3 years, 4 months ago
  40. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 4 months ago
  41. 82a9274 BUILD: bug: refine HA_LINK_ERROR() to only be used on gcc and derivatives by Willy Tarreau · 3 years, 4 months ago
  42. 615f81e MINOR: connection: Use a `struct ist` to store proxy_authority by Tim Duesterhus · 3 years, 4 months ago
  43. 002bd77 CLEANUP: connection: Use istptr / istlen for proxy_unique_id by Tim Duesterhus · 3 years, 4 months ago
  44. e004c2b CLEANUP: connection: Remove useless test for NULL before calling `pool_free()` by Tim Duesterhus · 3 years, 4 months ago
  45. c44b8de CLEANUP: connection: Use `VAR_ARRAY` in `struct tlv` definition by Tim Duesterhus · 3 years, 4 months ago
  46. 7b00e31 BUILD: Fix build when using clang without optimizing. by Olivier Houchard · 3 years, 4 months ago
  47. eef7f7f CLEANUP: server: reorder some fields in the server struct to respect cache lines by Willy Tarreau · 3 years, 4 months ago
  48. d4e78d8 MINOR: server: move actconns to the per-thread structure by Willy Tarreau · 3 years, 4 months ago
  49. 430bf4a MINOR: server: allocate a per-thread struct for the per-thread connections stuff by Willy Tarreau · 3 years, 4 months ago
  50. 198e92a MINOR: server: add a global list of all known servers by Willy Tarreau · 3 years, 4 months ago
  51. 90e9b8c CLEANUP: global: reorder some fields to respect cache lines by Willy Tarreau · 3 years, 4 months ago
  52. cc2672f MINOR: server: don't read curr_used_conns multiple times by Willy Tarreau · 3 years, 4 months ago
  53. 4f8cd43 MINOR: xprt: add new xprt_set_idle and xprt_set_used methods by Willy Tarreau · 3 years, 4 months ago
  54. 6fa8bcd MINOR: task: add an application specific flag to the state: TASK_F_USR1 by Willy Tarreau · 3 years, 4 months ago
  55. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 4 months ago
  56. e0d5942 MINOR: task: move the nice field to the struct task only by Willy Tarreau · 3 years, 4 months ago
  57. db4e238 MINOR: task: stop abusing the nice field to detect a tasklet by Willy Tarreau · 3 years, 4 months ago
  58. 06e69b5 REORG: tools: promote the debug PRNG to more general use as a statistical one by Willy Tarreau · 3 years, 4 months ago
  59. 6fa9225 CLEANUP: stream: explain why we queue the stream at the head of the server list by Ubuntu · 3 years, 4 months ago
  60. f587003 MINOR: pools: double the local pool cache size to 1 MB by Willy Tarreau · 3 years, 4 months ago
  61. 0bae075 MEDIUM: pools: add CONFIG_HAP_NO_GLOBAL_POOLS and CONFIG_HAP_GLOBAL_POOLS by Willy Tarreau · 3 years, 4 months ago
  62. f8fb4f7 MINOR: atomic: implement a more efficient arm64 __ha_cas_dw() using pairs by Ubuntu · 3 years, 4 months ago
  63. 46cca86 MINOR: atomic: add armv8.1-a atomics variant for cas-dw by Willy Tarreau · 3 years, 7 months ago
  64. 168fc53 BUG/MINOR: mt-list: always perform a cpu_relax call on failure by Willy Tarreau · 3 years, 4 months ago
  65. 958ae26 REORG: atomic: reimplement pl_cpu_relax() from atomic-ops.h by Willy Tarreau · 3 years, 4 months ago
  66. 8ede3db MINOR: backend: handle reuse for conns with no server as target by Amaury Denoyelle · 3 years, 4 months ago
  67. b28812a BUILD: quic: Implicit conversion between SSL related enums. by Frédéric Lécaille · 3 years, 4 months ago
  68. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  69. 29e9326 CLEANUP: hlua: Use net_addr structure internally to parse and compare addresses by Christopher Faulet · 3 years, 4 months ago
  70. 5d1def6 MEDIUM: http-ana: Add IPv6 support for forwardfor and orignialto options by Christopher Faulet · 3 years, 4 months ago
  71. 9553de7 MINOR: tools: Add function to compare an address to a network address by Christopher Faulet · 3 years, 4 months ago
  72. 01f02a4 MINOR: tools: Add net_addr structure describing a network addess by Christopher Faulet · 3 years, 4 months ago
  73. 401135c MINOR: task: add one extra tasklet class: TL_HEAVY by Willy Tarreau · 3 years, 4 months ago
  74. d8aa21a CLEANUP: server: rename srv_cleanup_{idle,toremove}_connections() by Willy Tarreau · 3 years, 4 months ago
  75. 74dea8c MINOR: task: limit the number of subsequent heavy tasks with flag TASK_HEAVY by Willy Tarreau · 3 years, 4 months ago
  76. 69beaa9 REORG: server: Export and rename some functions updating server info by Christopher Faulet · 3 years, 4 months ago
  77. ecfb9b9 MEDIUM: server: Store parsed params of a server-state line in the tree by Christopher Faulet · 3 years, 5 months ago
  78. 6d87c58 CLEANUP: server: Rename state_line structure into server_state_line by Christopher Faulet · 3 years, 5 months ago
  79. fcb53fb CLEANUP: server: Rename state_line node to node instead of name_name by Christopher Faulet · 3 years, 5 months ago
  80. b2285de MINOR: tasks: also compute the tasklet latency when DEBUG_TASK is set by Willy Tarreau · 3 years, 4 months ago
  81. 45499c5 MINOR: task: make grq_total atomic to move it outside of the grq_lock by Willy Tarreau · 3 years, 4 months ago
  82. c03fbeb CLEANUP: task: re-merge __task_unlink_rq() with task_unlink_rq() by Willy Tarreau · 3 years, 4 months ago
  83. e071f0e MINOR: htx: Add function to reserve the max possible size for an HTX DATA block by Christopher Faulet · 3 years, 5 months ago
  84. b4badf7 BUG/MINOR: resolvers: new callback to properly handle SRV record errors by Baptiste Assmann · 3 years, 7 months ago
  85. 5926e38 BUG/MINOR: fd: properly wait for !running_mask in fd_set_running_excl() by Willy Tarreau · 3 years, 4 months ago
  86. 9c6dbf0 CLEANUP: task: split the large tasklet_wakeup_on() function in two by Willy Tarreau · 3 years, 4 months ago
  87. 955a11e MINOR: task: move the allocated tasks counter to the per-thread struct by Willy Tarreau · 3 years, 4 months ago
  88. 018564e CLEANUP: task: move the tree root detection from __task_wakeup() to task_wakeup() by Willy Tarreau · 3 years, 4 months ago
  89. 1f3b141 CLEANUP: tasks: use a less confusing name for task_list_size by Willy Tarreau · 3 years, 4 months ago
  90. 2c41d77 MINOR: tasks: do not maintain the rqueue_size counter anymore by Willy Tarreau · 3 years, 4 months ago
  91. 9c7b808 MEDIUM: task: remove the tasks_run_queue counter and have one per thread by Willy Tarreau · 3 years, 4 months ago
  92. 49de685 MEDIUM: streams: do not use the streams lock anymore by Willy Tarreau · 3 years, 4 months ago
  93. a698eb6 MINOR: streams: use one list per stream instead of a global one by Willy Tarreau · 3 years, 4 months ago
  94. b981318 MINOR: stream: add an "epoch" to figure which streams appeared when by Willy Tarreau · 3 years, 4 months ago
  95. 98a9e1b BUILD: SSL: introduce fine guard for RAND_keep_random_devices_open by Ilya Shipitsin · 3 years, 4 months ago
  96. c6ba9a0 MINOR: sched: have one runqueue ticks counter per thread by Willy Tarreau · 3 years, 4 months ago
  97. 4d77bbf MINOR: dynbuf: pass offer_buffers() the number of buffers instead of a threshold by Willy Tarreau · 3 years, 4 months ago
  98. 90f366b MINOR: dynbuf: use regular lists instead of mt_lists for buffer_wait by Willy Tarreau · 3 years, 4 months ago
  99. e8e5091 MINOR: dynbuf: make the buffer wait queue per thread by Willy Tarreau · 3 years, 4 months ago
  100. ea2cdf5 MEDIUM: server: Don't introduce a new server-state file version by Christopher Faulet · 3 years, 4 months ago