1. 3afc4c4 REORG: include: move dict.h to hparoxy/dict{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  3. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  4. fa2ef5b REORG: include: move common/fcgi.h to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  5. bf07314 REORG: include: move common/h2.h to haproxy/h2.h by Willy Tarreau · 4 years, 1 month ago
  6. be327fa REORG: include: move hpack*.h to haproxy/ and split hpack-tbl by Willy Tarreau · 4 years, 1 month ago
  7. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  8. 5413a87 REORG: include: move common/h1.h to haproxy/h1.h by Willy Tarreau · 4 years, 1 month ago
  9. 0017be0 REORG: include: split common/http-hdr.h into haproxy/http-hdr{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  10. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. c2f7c58 REORG: include: move common/ticks.h to haproxy/ticks.h by Willy Tarreau · 4 years, 1 month ago
  12. 374b442 REORG: include: split common/xref.h into haproxy/xref{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. 7cd8b6e REORG: include: split common/regex.h into haproxy/regex{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  14. 7a00efb REORG: include: move common/namespace.h to haproxy/namespace{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. 6131d6a REORG: include: move common/net_helper.h to haproxy/net_helper.h by Willy Tarreau · 4 years, 1 month ago
  16. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  17. a04ded5 REORG: include: move activity to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  18. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 1 month ago
  19. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  20. ed891fd MEDIUM: memory: make local pools independent on lockless pools by Willy Tarreau · 4 years, 1 month ago
  21. f8c1b64 MINOR: memory: move pool-specific path of the locked pool_free() to __pool_free() by Willy Tarreau · 4 years, 1 month ago
  22. fb117e6 MEDIUM: memory: don't let pool_put_to_cache() free the objects itself by Willy Tarreau · 4 years, 1 month ago
  23. a6982e5 MINOR: memory: don't let __pool_get_first() pick from the cache by Willy Tarreau · 4 years, 1 month ago
  24. 24aa1ee REORG: memory: move the OS-level allocator to haproxy/pool-os.h by Willy Tarreau · 4 years, 1 month ago
  25. 3646777 REORG: memory: move the pool type definitions to haproxy/pool-t.h by Willy Tarreau · 4 years, 1 month ago
  26. 606135a CLEANUP: pool: include freq_ctr.h and remove locally duplicated functions by Willy Tarreau · 4 years, 1 month ago
  27. 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  28. 889faf4 CLEANUP: include: remove excessive includes of common/standard.h by Willy Tarreau · 4 years, 1 month ago
  29. aea4635 REORG: include: move integer manipulation functions from standard.h to intops.h by Willy Tarreau · 4 years, 1 month ago
  30. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  31. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years, 1 month ago
  32. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  33. 5775d09 CLEANUP: threads: remove a few needless includes of hathreads.h by Willy Tarreau · 4 years, 1 month ago
  34. 9453ecd REORG: threads: extract atomic ops from hathreads.h by Willy Tarreau · 4 years, 1 month ago
  35. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  36. f0f1c80 REORG: include: move istbuf.h to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  37. 8dabda7 REORG: include: split buf.h into haproxy/buf-t.h and haproxy/buf.h by Willy Tarreau · 4 years, 1 month ago
  38. 025beea CLEANUP: debug: drop unused function p_malloc() by Willy Tarreau · 4 years, 1 month ago
  39. 2a83d60 REORG: include: move debug.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  40. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 1 month ago
  41. eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · 4 years, 1 month ago
  42. 6019fab REORG: include: move openssl-compat.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  43. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  44. d678805 REORG: include: move version.h to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  45. fd4bffe REORG: include: move the base files from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  46. b9082a9 CLEANUP: include: remove unused common/tools.h by Willy Tarreau · 4 years, 1 month ago
  47. 4d653a6 REORG: include: move SWAP/MID_RANGE/MAX_RANGE from tools.h to standard.h by Willy Tarreau · 4 years, 1 month ago
  48. 5ae5006 REORG: include: move MIN/MAX from tools.h to compat.h by Willy Tarreau · 4 years, 1 month ago
  49. 57bb71e CLEANUP: include: remove unused template.h by Willy Tarreau · 4 years, 1 month ago
  50. 86556a5 CLEANUP: include: remove common/config.h by Willy Tarreau · 4 years, 1 month ago
  51. 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
  52. 7ab7031 REORG: include: create new file haproxy/api.h by Willy Tarreau · 4 years, 1 month ago
  53. ca17657 REORG: include: create new file haproxy/api-t.h by Willy Tarreau · 4 years, 1 month ago
  54. 8d2b777 REORG: ebtree: move the include files from ebtree to include/import/ by Willy Tarreau · 4 years, 1 month ago
  55. 89aed32 MINOR: mux-h1/proxy: Add a proxy option to disable clear h2 upgrade by Christopher Faulet · 4 years, 1 month ago
  56. 39bd740 CLEANUP: regex: remove outdated support for regex actions by Willy Tarreau · 4 years, 1 month ago
  57. 9755647 MEDIUM: ring: add new srv statement to support octet counting forward by Emeric Brun · 4 years, 1 month ago
  58. 494c505 MEDIUM: ring: add server statement to forward messages from a ring by Emeric Brun · 4 years, 1 month ago
  59. dcd58af MINOR: ring: re-work ring attach generic API. by Emeric Brun · 4 years, 1 month ago
  60. 21072b9 CLEANUP: pools: use the regular lock for the flush operation on lockless pools by Willy Tarreau · 4 years, 1 month ago
  61. 0bac4cd CLEANUP: http: Remove unused HTTP message templates by Christopher Faulet · 4 years, 1 month ago
  62. b304883 MINOR: http-rules: Use an action function to eval http-request auth rules by Christopher Faulet · 4 years, 1 month ago
  63. 612f2ea MINOR: http-ana: Use proxy's error replies to emit 401/407 responses by Christopher Faulet · 4 years, 1 month ago
  64. ae43b6c MINOR: http-ana: Make the function http_reply_to_htx() public by Christopher Faulet · 4 years, 1 month ago
  65. 63a8738 MEDIUM: pools: directly free objects when pools are too much crowded by Willy Tarreau · 4 years, 2 months ago
  66. a1e4f8c MINOR: pools: compute an estimate of each pool's average needed objects by Willy Tarreau · 4 years, 2 months ago
  67. 99c453d MEDIUM: ring: new section ring to declare custom ring buffers. by Emeric Brun · 4 years, 2 months ago
  68. b4fac1e MINOR: vars: Make vars_(un|)set_by_name(_ifexist|) return a success value by Tim Duesterhus · 4 years, 2 months ago
  69. 7329327 CLEANUP: vars: Remove void vars_unset_by_name(const char*, size_t, struct sample*) by Tim Duesterhus · 4 years, 2 months ago
  70. 0ff9b3d BUILD: hpack: make sure the hpack table can still be built standalone by Willy Tarreau · 4 years, 2 months ago
  71. 3b967c1 MINOR: http-htx/proxy: Add http-error directive using http return syntax by Christopher Faulet · 4 years, 2 months ago
  72. 963ce5b CLEANUP: channel: Remove channel_htx_copy_msg() function by Christopher Faulet · 4 years, 2 months ago
  73. 2056736 MINOR: htx: Add a function to copy a buffer in an HTX message by Christopher Faulet · 4 years, 2 months ago
  74. f1fedc3 CLEANUP: http-htx: Remove unused storage of error messages in buffers by Christopher Faulet · 4 years, 2 months ago
  75. 8dfeccf MEDIUM: http-ana: Use http replies for HTTP error messages by Christopher Faulet · 4 years, 2 months ago
  76. 507479b MINOR: http-ana: Use a TXN flag to prevent after-response ruleset evaluation by Christopher Faulet · 4 years, 2 months ago
  77. e29a97e MINOR: http-htx: Use http reply from the http-errors section by Christopher Faulet · 4 years, 2 months ago
  78. 40e8569 MINOR: proxy: Add references on http replies for proxy error messages by Christopher Faulet · 4 years, 2 months ago
  79. 5809e10 MINOR: http-htx: Store errorloc/errorfile messages in http replies by Christopher Faulet · 4 years, 2 months ago
  80. de30bb7 MINOR: http-htx: Store messages of an http-errors section in a http reply array by Christopher Faulet · 4 years, 2 months ago
  81. 1b13eca MINOR: http-htx: Store default error messages in a global http reply array by Christopher Faulet · 4 years, 2 months ago
  82. 5cb513a MEDIUM: http-rules: Rely on http reply for http deny/tarpit rules by Christopher Faulet · 4 years, 2 months ago
  83. 0e2ad61 MINOR: http-ana: Use a dedicated function to send a response from an http reply by Christopher Faulet · 4 years, 2 months ago
  84. 7eea241 MINOR: http-htx: Use a dedicated function to check http reply validity by Christopher Faulet · 4 years, 2 months ago
  85. 47e791e MINOR: http-htx: Use a dedicated function to parse http reply arguments by Christopher Faulet · 4 years, 2 months ago
  86. 1863064 MINOR: http-htx: Use a dedicated function to release http_reply objects by Christopher Faulet · 4 years, 2 months ago
  87. 5ff0c64 MINOR: http-rules: Use http_reply structure for http return rules by Christopher Faulet · 4 years, 2 months ago
  88. b6ea17c CLEANUP: http-htx: Rename http_error structure into http_error_msg by Christopher Faulet · 4 years, 2 months ago
  89. 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
  90. a53abad CLEANUP: http_ana: Remove unused TXN flags by Christopher Faulet · 4 years, 2 months ago
  91. 8177ad9 MINOR: ssl: split config and runtime variable for ssl-{min,max}-ver by William Lallemand · 4 years, 2 months ago
  92. d68a692 Revert "MEDIUM: sink: add global statement to create a new ring (sink buffer)" by Willy Tarreau · 4 years, 2 months ago
  93. 928068a MINOR: ring: make the applet code not depend on the CLI by Willy Tarreau · 4 years, 2 months ago
  94. 9597cbd MINOR: applet: adopt the wait list entry from the CLI by Willy Tarreau · 4 years, 2 months ago
  95. 2bdcc70 MEDIUM: hpack: use a pool for the hpack table by Willy Tarreau · 4 years, 2 months ago
  96. 957ec59 MEDIUM: sink: add global statement to create a new ring (sink buffer) by Emeric Brun · 4 years, 2 months ago
  97. e709e1e MEDIUM: logs: buffer targets now rely on new sink_write by Emeric Brun · 4 years, 2 months ago
  98. bd16381 MEDIUM: sink: build header in sink_write for log formats by Emeric Brun · 4 years, 2 months ago
  99. 1665c43 BUILD: ssl: include buffer common headers for ssl_sock_ctx by William Dauchy · 4 years, 2 months ago
  100. 4dc2b57 MINOR: stats: Prepare for more accurate moving averages by Marcin Deranek · 4 years, 2 months ago