1. 223f48e BUG/MINOR: stream: Don't release a stream if FLT_END is still registered by Christopher Faulet · 4 years, 8 months ago
  2. caaafd0 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · 3 years ago
  3. 5bf8585 Revert "MEDIUM: http-ana: Deal with L7 retries in HTTP analysers" by Christopher Faulet · 3 years, 1 month ago
  4. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 2 months ago
  5. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  6. fa1258f MINOR: freq_ctr: unify freq_ctr and freq_ctr_period into freq_ctr by Willy Tarreau · 3 years, 3 months ago
  7. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 3 months ago
  8. 1851572 CLEANUP: atomic: add a fetch-and-xxx variant for common operations by Willy Tarreau · 3 years, 3 months ago
  9. 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
  10. ae863c6 MEDIUM: Add tcp-request switch-mode action to perform HTTP upgrade by Christopher Faulet · 3 years, 4 months ago
  11. 6c1fd98 MINOR: stream: Handle stream HTTP upgrade in a dedicated function by Christopher Faulet · 3 years, 4 months ago
  12. 75f619a MINOR: http-ana: Simplify creation/destruction of HTTP transactions by Christopher Faulet · 3 years, 4 months ago
  13. c2ac5e4 MINOR: filters/http-ana: Decide to filter HTTP headers in HTTP analysers by Christopher Faulet · 3 years, 4 months ago
  14. 1bb6afa MINOR: stream: Use stream type instead of proxy mode when appropriate by Christopher Faulet · 3 years, 4 months ago
  15. 57e4a1b MINOR: stream: Be sure to set HTTP analysers when creating an HTX stream by Christopher Faulet · 3 years, 4 months ago
  16. f0d7eb2 MINOR: stream: Don't trigger errors on destructive HTTP upgrades by Christopher Faulet · 3 years, 3 months ago
  17. d68d4f1 MEDIUM: dynbuf: remove last usages of b_alloc_margin() by Willy Tarreau · 3 years, 3 months ago
  18. 0efc099 BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacks by Christopher Faulet · 3 years, 4 months ago
  19. e89fae3 CLEANUP: stream: rename a few remaining occurrences of "stream *sess" by Willy Tarreau · 3 years, 4 months ago
  20. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 4 months ago
  21. 2f67e54 MINOR: stream: use ABORT_NOW() and not abort() in stream_dump_and_crash() by Willy Tarreau · 3 years, 4 months ago
  22. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  23. 49de685 MEDIUM: streams: do not use the streams lock anymore by Willy Tarreau · 3 years, 4 months ago
  24. a698eb6 MINOR: streams: use one list per stream instead of a global one by Willy Tarreau · 3 years, 4 months ago
  25. 5d533e2 MINOR: cli/streams: make "show sess" dump all streams till the new epoch by Willy Tarreau · 3 years, 4 months ago
  26. b981318 MINOR: stream: add an "epoch" to figure which streams appeared when by Willy Tarreau · 3 years, 4 months ago
  27. 3f5dd29 BUG/MEDIUM: cli/shutdown sessions: make it thread-safe by Willy Tarreau · 3 years, 4 months ago
  28. 4d77bbf MINOR: dynbuf: pass offer_buffers() the number of buffers instead of a threshold by Willy Tarreau · 3 years, 4 months ago
  29. 90f366b MINOR: dynbuf: use regular lists instead of mt_lists for buffer_wait by Willy Tarreau · 3 years, 4 months ago
  30. e8e5091 MINOR: dynbuf: make the buffer wait queue per thread by Willy Tarreau · 3 years, 4 months ago
  31. 59b0fec MINOR: lb/api: let callers of take_conn/drop_conn tell if they have the lock by Willy Tarreau · 3 years, 5 months ago
  32. 751153e OPTIM: server: switch the actconn list to an mt-list by Willy Tarreau · 3 years, 5 months ago
  33. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · 3 years, 5 months ago
  34. d30e9a1 MINOR: resolvers: rework prototype suffixes to split resolving and dns. by Emeric Brun · 3 years, 6 months ago
  35. 21fbeed MINOR: resolvers: renames some dns prefixed types using resolv prefix. by Emeric Brun · 3 years, 6 months ago
  36. 08622d3 MINOR: resolvers: renames some resolvers specific types to not use dns prefix by Emeric Brun · 3 years, 6 months ago
  37. 750fe79 MINOR: resolvers: renames type dns_resolvers to resolvers. by Emeric Brun · 3 years, 6 months ago
  38. 5b82cc5 MEDIUM: http-ana: Deal with L7 retries in HTTP analysers by Christopher Faulet · 3 years, 9 months ago
  39. 4ef84c9 MINOR: stream: Add a function to validate TCP to H1 upgrades by Christopher Faulet · 3 years, 5 months ago
  40. 341064e BUG/MINOR: stream: Don't update counters when TCP to H2 upgrades are performed by Christopher Faulet · 3 years, 5 months ago
  41. aabde71 MINOR: reg-tests: add a way to add service dependency by William Dauchy · 3 years, 6 months ago
  42. b8888ab CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 6 months ago
  43. 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · 3 years, 7 months ago
  44. f7719a2 MINOR: stream: add timeout sample fetches by Amaury Denoyelle · 3 years, 7 months ago
  45. 12bada5 MINOR: stream: add sample fetches by Amaury Denoyelle · 3 years, 7 months ago
  46. fb50443 MEDIUM: stream: support a dynamic tunnel timeout by Amaury Denoyelle · 3 years, 7 months ago
  47. 90d3d88 MEDIUM: stream: support a dynamic server timeout by Amaury Denoyelle · 3 years, 7 months ago
  48. b715078 MINOR: stream: prepare the hot refresh of timeouts by Amaury Denoyelle · 3 years, 7 months ago
  49. c43fca0 BUG/MINOR: stream: Don't use input buffer after the ownership xfer by Christopher Faulet · 3 years, 7 months ago
  50. 16df178 BUG/MEDIUM: stream: Xfer the input buffer to a fully created stream by Christopher Faulet · 3 years, 7 months ago
  51. 8460063 MINOR: stick-tables: Add functions to update some values of a tracked counter by Christopher Faulet · 3 years, 9 months ago
  52. 26256f8 MINOR: stream: Pass an optional input buffer when a stream is created by Christopher Faulet · 3 years, 10 months ago
  53. 15e525f MINOR: stream: Don't retrieve anymore timing info from the mux csinfo by Christopher Faulet · 3 years, 9 months ago
  54. 7a6c513 MINOR: stream: Always get idle duration from the session by Christopher Faulet · 3 years, 9 months ago
  55. 87e5399 MINOR: actions: add a function returning a service pointer from its name by Thierry Fournier · 3 years, 7 months ago
  56. 26a52af BUG/MEDIUM: lb: Always lock the server when calling server_{take,drop}_conn by Christopher Faulet · 3 years, 9 months ago
  57. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 9 months ago
  58. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · 3 years, 10 months ago
  59. 2747fbb MEDIUM: tcp-rules: Use a dedicated expiration date for tcp ruleset by Christopher Faulet · 4 years ago
  60. 5098a08 BUG/MAJOR: dns: Make the do-resolve action thread-safe by Christopher Faulet · 4 years ago
  61. 8689127 MINOR: buffer: use MT_LIST_ADDQ() for buffer_wait lists additions by Willy Tarreau · 4 years ago
  62. de4db17 MINOR: lists: rename some MT_LIST operations to clarify them by Willy Tarreau · 4 years ago
  63. c6e7a1b MINOR: cli: make "show sess" stop at the last known session by Willy Tarreau · 4 years ago
  64. 7af4fa9 MINOR: activity: rename the "stream" field to "stream_calls" by Willy Tarreau · 4 years ago
  65. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  66. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  67. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  68. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  69. a55c454 REORG: include: move queue.h to haproxy/queue{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  70. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  71. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  72. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  73. c7babd8 REORG: include: move filters.h to haproxy/filters{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  74. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  75. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  76. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  77. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  78. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  79. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  80. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  81. 48d25b3 REORG: include: move session.h to haproxy/session{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  82. 872f2ea REORG: include: move stick_table.h to haproxy/stick_table{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  83. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  84. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  85. 8b550af REORG: include: move tcp_rules.h to haproxy/tcp_rules.h by Willy Tarreau · 4 years, 1 month ago
  86. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  87. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  88. a171892 REORG: include: move vars.h to haproxy/vars{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  89. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  90. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  91. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 1 month ago
  92. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 1 month ago
  93. 278161c REORG: include: move capture.h to haproxy/capture{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  94. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  95. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  96. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  97. 8641605 REORG: include: move hlua.h to haproxy/hlua{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  98. 14e8af5 CLEANUP: include: remove empty raw_sock.h by Willy Tarreau · 4 years, 1 month ago
  99. 551271d REORG: include: move pipe.h to haproxy/pipe{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  100. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago