1. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years, 1 month ago
  2. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  3. 5775d09 CLEANUP: threads: remove a few needless includes of hathreads.h by Willy Tarreau · 4 years, 1 month ago
  4. 9453ecd REORG: threads: extract atomic ops from hathreads.h by Willy Tarreau · 4 years, 1 month ago
  5. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  6. f0f1c80 REORG: include: move istbuf.h to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  7. 8dabda7 REORG: include: split buf.h into haproxy/buf-t.h and haproxy/buf.h by Willy Tarreau · 4 years, 1 month ago
  8. 025beea CLEANUP: debug: drop unused function p_malloc() by Willy Tarreau · 4 years, 1 month ago
  9. 2a83d60 REORG: include: move debug.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  10. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 1 month ago
  11. eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · 4 years, 1 month ago
  12. 6019fab REORG: include: move openssl-compat.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  13. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  14. d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  15. fd4bffe REORG: include: move the base files from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  16. b9082a9 CLEANUP: include: remove unused common/tools.h by Willy Tarreau · 4 years, 1 month ago
  17. 4d653a6 REORG: include: move SWAP/MID_RANGE/MAX_RANGE from tools.h to standard.h by Willy Tarreau · 4 years, 1 month ago
  18. 5ae5006 REORG: include: move MIN/MAX from tools.h to compat.h by Willy Tarreau · 4 years, 1 month ago
  19. 57bb71e CLEANUP: include: remove unused template.h by Willy Tarreau · 4 years, 1 month ago
  20. 86556a5 CLEANUP: include: remove common/config.h by Willy Tarreau · 4 years, 1 month ago
  21. 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
  22. 7ab7031 REORG: include: create new file haproxy/api.h by Willy Tarreau · 4 years, 1 month ago
  23. ca17657 REORG: include: create new file haproxy/api-t.h by Willy Tarreau · 4 years, 1 month ago
  24. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  25. 89aed32 MINOR: mux-h1/proxy: Add a proxy option to disable clear h2 upgrade by Christopher Faulet · 4 years, 1 month ago
  26. 39bd740 CLEANUP: regex: remove outdated support for regex actions by Willy Tarreau · 4 years, 1 month ago
  27. 9755647 MEDIUM: ring: add new srv statement to support octet counting forward by Emeric Brun · 4 years, 1 month ago
  28. 494c505 MEDIUM: ring: add server statement to forward messages from a ring by Emeric Brun · 4 years, 1 month ago
  29. dcd58af MINOR: ring: re-work ring attach generic API. by Emeric Brun · 4 years, 1 month ago
  30. 21072b9 CLEANUP: pools: use the regular lock for the flush operation on lockless pools by Willy Tarreau · 4 years, 1 month ago
  31. 0bac4cd CLEANUP: http: Remove unused HTTP message templates by Christopher Faulet · 4 years, 1 month ago
  32. b304883 MINOR: http-rules: Use an action function to eval http-request auth rules by Christopher Faulet · 4 years, 1 month ago
  33. 612f2ea MINOR: http-ana: Use proxy's error replies to emit 401/407 responses by Christopher Faulet · 4 years, 1 month ago
  34. ae43b6c MINOR: http-ana: Make the function http_reply_to_htx() public by Christopher Faulet · 4 years, 1 month ago
  35. 63a8738 MEDIUM: pools: directly free objects when pools are too much crowded by Willy Tarreau · 4 years, 2 months ago
  36. a1e4f8c MINOR: pools: compute an estimate of each pool's average needed objects by Willy Tarreau · 4 years, 2 months ago
  37. 99c453d MEDIUM: ring: new section ring to declare custom ring buffers. by Emeric Brun · 4 years, 1 month ago
  38. b4fac1e MINOR: vars: Make vars_(un|)set_by_name(_ifexist|) return a success value by Tim Duesterhus · 4 years, 2 months ago
  39. 7329327 CLEANUP: vars: Remove void vars_unset_by_name(const char*, size_t, struct sample*) by Tim Duesterhus · 4 years, 2 months ago
  40. 0ff9b3d BUILD: hpack: make sure the hpack table can still be built standalone by Willy Tarreau · 4 years, 2 months ago
  41. 3b967c1 MINOR: http-htx/proxy: Add http-error directive using http return syntax by Christopher Faulet · 4 years, 2 months ago
  42. 963ce5b CLEANUP: channel: Remove channel_htx_copy_msg() function by Christopher Faulet · 4 years, 2 months ago
  43. 2056736 MINOR: htx: Add a function to copy a buffer in an HTX message by Christopher Faulet · 4 years, 2 months ago
  44. f1fedc3 CLEANUP: http-htx: Remove unused storage of error messages in buffers by Christopher Faulet · 4 years, 2 months ago
  45. 8dfeccf MEDIUM: http-ana: Use http replies for HTTP error messages by Christopher Faulet · 4 years, 2 months ago
  46. 507479b MINOR: http-ana: Use a TXN flag to prevent after-response ruleset evaluation by Christopher Faulet · 4 years, 2 months ago
  47. e29a97e MINOR: http-htx: Use http reply from the http-errors section by Christopher Faulet · 4 years, 2 months ago
  48. 40e8569 MINOR: proxy: Add references on http replies for proxy error messages by Christopher Faulet · 4 years, 2 months ago
  49. 5809e10 MINOR: http-htx: Store errorloc/errorfile messages in http replies by Christopher Faulet · 4 years, 2 months ago
  50. de30bb7 MINOR: http-htx: Store messages of an http-errors section in a http reply array by Christopher Faulet · 4 years, 2 months ago
  51. 1b13eca MINOR: http-htx: Store default error messages in a global http reply array by Christopher Faulet · 4 years, 2 months ago
  52. 5cb513a MEDIUM: http-rules: Rely on http reply for http deny/tarpit rules by Christopher Faulet · 4 years, 2 months ago
  53. 0e2ad61 MINOR: http-ana: Use a dedicated function to send a response from an http reply by Christopher Faulet · 4 years, 2 months ago
  54. 7eea241 MINOR: http-htx: Use a dedicated function to check http reply validity by Christopher Faulet · 4 years, 2 months ago
  55. 47e791e MINOR: http-htx: Use a dedicated function to parse http reply arguments by Christopher Faulet · 4 years, 2 months ago
  56. 1863064 MINOR: http-htx: Use a dedicated function to release http_reply objects by Christopher Faulet · 4 years, 2 months ago
  57. 5ff0c64 MINOR: http-rules: Use http_reply structure for http return rules by Christopher Faulet · 4 years, 2 months ago
  58. b6ea17c CLEANUP: http-htx: Rename http_error structure into http_error_msg by Christopher Faulet · 4 years, 2 months ago
  59. 7bd3de0 MINOR: http-htx: Add http_reply type based on what is used for http return rules by Christopher Faulet · 4 years, 2 months ago
  60. a53abad CLEANUP: http_ana: Remove unused TXN flags by Christopher Faulet · 4 years, 2 months ago
  61. 8177ad9 MINOR: ssl: split config and runtime variable for ssl-{min,max}-ver by William Lallemand · 4 years, 2 months ago
  62. d68a692 Revert "MEDIUM: sink: add global statement to create a new ring (sink buffer)" by Willy Tarreau · 4 years, 2 months ago
  63. 928068a MINOR: ring: make the applet code not depend on the CLI by Willy Tarreau · 4 years, 2 months ago
  64. 9597cbd MINOR: applet: adopt the wait list entry from the CLI by Willy Tarreau · 4 years, 2 months ago
  65. 2bdcc70 MEDIUM: hpack: use a pool for the hpack table by Willy Tarreau · 4 years, 2 months ago
  66. 957ec59 MEDIUM: sink: add global statement to create a new ring (sink buffer) by Emeric Brun · 4 years, 2 months ago
  67. e709e1e MEDIUM: logs: buffer targets now rely on new sink_write by Emeric Brun · 4 years, 2 months ago
  68. bd16381 MEDIUM: sink: build header in sink_write for log formats by Emeric Brun · 4 years, 2 months ago
  69. 1665c43 BUILD: ssl: include buffer common headers for ssl_sock_ctx by William Dauchy · 4 years, 2 months ago
  70. 4dc2b57 MINOR: stats: Prepare for more accurate moving averages by Marcin Deranek · 4 years, 2 months ago
  71. 6a66a5e REORG: ssl: move utility functions to src/ssl_utils.c by William Lallemand · 4 years, 2 months ago
  72. 15e1694 REORG: ssl: move sample fetches to src/ssl_sample.c by William Lallemand · 4 years, 2 months ago
  73. c0cdaff REORG: ssl: move ssl_sock_ctx and fix cross-dependencies issues by William Lallemand · 4 years, 2 months ago
  74. ef76107 MINOR: ssl: remove static keyword in some SSL utility functions by William Lallemand · 4 years, 2 months ago
  75. dad3105 REORG: ssl: move ssl configuration to cfgparse-ssl.c by William Lallemand · 4 years, 2 months ago
  76. da8584c REORG: ssl: move the CLI 'cert' functions to src/ssl_ckch.c by William Lallemand · 4 years, 2 months ago
  77. c756bbd REORG: ssl: move the crt-list CLI functions in src/ssl_crtlist.c by William Lallemand · 4 years, 2 months ago
  78. 03c331c REORG: ssl: move the ckch_store related functions to src/ssl_ckch.c by William Lallemand · 4 years, 2 months ago
  79. c1c50b4 CLEANUP: ssl: avoid circular dependencies in ssl_crtlist.h by William Lallemand · 4 years, 2 months ago
  80. 6e9556b REORG: ssl: move crtlist functions to src/ssl_crtlist.c by William Lallemand · 4 years, 2 months ago
  81. c69973f CLEANUP: ssl: add ckch prototypes in proto/ssl_ckch.h by William Lallemand · 4 years, 2 months ago
  82. d4632b2 REORG: ssl: move the ckch structures to types/ssl_ckch.h by William Lallemand · 4 years, 2 months ago
  83. be21b66 REORG: move the crt-list structures in their own .h by William Lallemand · 4 years, 2 months ago
  84. 7fd8b45 REORG: ssl: move macros and structure definitions to ssl_sock.h by William Lallemand · 4 years, 2 months ago
  85. eb607fe MINOR: ssl: add a new function ssl_sock_get_ssl_object() by Dragan Dosen · 4 years, 2 months ago
  86. 1e7ed04 MEDIUM: ssl: allow to register callbacks for SSL/TLS protocol messages by Dragan Dosen · 4 years, 2 months ago
  87. 325504c BUG/MINOR: sample/ssl: Fix digest converter for openssl < 1.1.0 by Christopher Faulet · 4 years, 2 months ago
  88. 5778fea CLEANUP: remove THREAD_LOCAL from config.h by Willy Tarreau · 4 years, 2 months ago
  89. 3bc4e8b CLENAUP: config: move CONFIG_HAP_LOCKLESS_POOLS out of config.h by Willy Tarreau · 4 years, 2 months ago
  90. 755afc0 CLEANUP: config: drop unused setting CONFIG_HAP_INLINE_FD_SET by Willy Tarreau · 4 years, 2 months ago
  91. 571eb3d CLEANUP: config: drop unused setting CONFIG_HAP_MEM_OPTIM by Willy Tarreau · 4 years, 2 months ago
  92. 67a2345 CLEANUP: checks: sort and rename tcpcheck_expect_type types by Christopher Faulet · 4 years, 2 months ago
  93. aaab083 MEDIUM: checks: Add matching on log-format string for expect rules by Christopher Faulet · 4 years, 2 months ago
  94. a4d9ee3 BUG/MINOR: threads: fix multiple use of argument inside HA_ATOMIC_UPDATE_{MIN,MAX}() by Willy Tarreau · 4 years, 2 months ago
  95. d66345d BUG/MINOR: threads: fix multiple use of argument inside HA_ATOMIC_CAS() by Willy Tarreau · 4 years, 2 months ago
  96. 0e9d87b MINOR: istbuf: add ist2buf() function by Baptiste Assmann · 4 years, 3 months ago
  97. de80201 MINOR: ist: add istissame() function by Baptiste Assmann · 4 years, 3 months ago
  98. 9ef1967 MINOR: ist: add istadv() function by Baptiste Assmann · 4 years, 3 months ago
  99. 3970819 MEDIUM: checks: Support matching on headers for http-check expect rules by Christopher Faulet · 4 years, 2 months ago
  100. 8dd33e1 MINOR: http-htx: Support different methods to look for header names by Christopher Faulet · 4 years, 2 months ago