1. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. c761f84 REORG: include: move http_rules.h to haproxy/http_rules.h by Willy Tarreau · 4 years, 1 month ago
  3. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 1 month ago
  4. 278161c REORG: include: move capture.h to haproxy/capture{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  5. eb92deb REORG: include: move dns.h to haproxy/dns{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  6. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  7. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  8. 8641605 REORG: include: move hlua.h to haproxy/hlua{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  9. 14e8af5 CLEANUP: include: remove empty raw_sock.h by Willy Tarreau · 4 years, 1 month ago
  10. 551271d REORG: include: move pipe.h to haproxy/pipe{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  12. 3afc4c4 REORG: include: move dict.h to hparoxy/dict{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  14. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  15. a04ded5 REORG: include: move activity to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  16. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  17. 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  18. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  19. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 1 month ago
  20. 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
  21. a8dbdf3 MEDIUM: stats: Enable more accurate moving average calculation for stats by Marcin Deranek · 4 years, 2 months ago
  22. 7dd7b90 BUG/MEDIUM: stream: Only allow L7 retries when using HTTP. by Olivier Houchard · 4 years, 2 months ago
  23. c02a23f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 2 months ago
  24. 9753d61 MINOR: stream: report the list of active filters on stream crashes by Willy Tarreau · 4 years, 2 months ago
  25. 824186b MEDIUM: stream: support use-server rules with dynamic names by Jerome Magnin · 4 years, 3 months ago
  26. 2e8ab6b MINOR: use DISGUISE() everywhere we deliberately want to ignore a result by Willy Tarreau · 4 years, 4 months ago
  27. a17e662 MEDIUM: stream: Make the `unique_id` member of `struct stream` a `struct ist` by Tim Duesterhus · 4 years, 4 months ago
  28. 127a74d MINOR: stream: Add stream_generate_unique_id function by Tim Duesterhus · 4 years, 4 months ago
  29. ada4c58 MEDIUM: stream-int: make sure to try to immediately validate the connection by Willy Tarreau · 4 years, 4 months ago
  30. 2104659 MEDIUM: buffer: remove the buffer_wq lock by Willy Tarreau · 4 years, 4 months ago
  31. 0f19e43 BUG/MINOR: stream: Don't incr frontend cum_req counter when stream is closed by Christopher Faulet · 4 years, 5 months ago
  32. 99ac8a1 BUG/MINOR: stream: Be sure to have a listener to increment its counters by Christopher Faulet · 4 years, 5 months ago
  33. 105ba6c MINOR: actions: Rename the act_flag enum into act_opt by Christopher Faulet · 4 years, 7 months ago
  34. cff0f73 MINOR: counters: Review conditions to increment counters from analysers by Christopher Faulet · 4 years, 7 months ago
  35. 3a9312a REORG: stream/backend: move backend-specific stuff to backend.c by Willy Tarreau · 4 years, 6 months ago
  36. bee00ad BUG/MINOR: stream: don't mistake match rules for store-request rules by Jerome Magnin · 4 years, 6 months ago
  37. e18f53e BUILD/MINOR: trace: fix use of long type in a few printf format strings by Willy Tarreau · 4 years, 7 months ago
  38. efb41f0 MINOR: counters: Add fields to store the max observed for {q,c,d,t}_time by Christopher Faulet · 4 years, 8 months ago
  39. b927a9d MINOR: stream: Remove the lock on the proxy to update time stats by Christopher Faulet · 4 years, 8 months ago
  40. d9e26a7 CLEANUP: cli: use srv_shutdown_streams() instead of open-coding it by Willy Tarreau · 4 years, 8 months ago
  41. 2f44e88 BUG/MINOR: stream: init variables when the list is empty by Jerome Magnin · 4 years, 8 months ago
  42. 5939925 BUG/MEDIUM: stream: Be sure to release allocated captures for TCP streams by Christopher Faulet · 4 years, 8 months ago
  43. eea8fc7 MEDIUM: stream/trace: Register a new trace source with its events by Christopher Faulet · 4 years, 8 months ago
  44. 276c1e0 BUG/MEDIUM: stream: Be sure to support splicing at the mux level to enable it by Christopher Faulet · 4 years, 8 months ago
  45. 72ba6cd MINOR: http: Add server name header from HTTP multiplexers by Christopher Faulet · 4 years, 9 months ago
  46. 76913d3 CLEANUP: fd: remove leftovers of the fdcache by Willy Tarreau · 4 years, 10 months ago
  47. 9d00869 CLEANUP: cli: replace all occurrences of manual handling of return messages by Willy Tarreau · 5 years ago
  48. e0d0b40 CLEANUP: buffer: replace b_drop() with b_free() by Willy Tarreau · 5 years ago
  49. 4c18f94 BUG/MEDIUM: proxy: Make sure to destroy the stream on upgrade from TCP to H2 by Olivier Houchard · 5 years ago
  50. 7859526 BUG/MEDIUM: streams: Don't switch the SI to SI_ST_DIS if we have data to send. by Olivier Houchard · 5 years ago
  51. 9042060 MINOR: stream: add a new target_addr entry in the stream structure by Willy Tarreau · 5 years ago
  52. 71e34c1 MINOR: stream: switch from conn->addr.{from,to} to conn->{src,dst} by Willy Tarreau · 5 years ago
  53. 8dfffdb MINOR: stream/cli: use conn_get_{src,dst} in "show sess" and "show peers" output by Willy Tarreau · 5 years ago
  54. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  55. 22dc248 CLEANUP: channel: Remove the unused flag CF_WAKE_CONNECT by Christopher Faulet · 5 years ago
  56. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  57. bcac786 MINOR: stream: Remove code relying on the legacy HTTP mode by Christopher Faulet · 5 years ago
  58. 3494c63 MINOR: stream: Remove tests on the option 'http-use-htx' in stream_new() by Christopher Faulet · 5 years ago
  59. 9a7e8ce MINOR: stream: Rely on HTX analyzers instead of legacy HTTP ones by Christopher Faulet · 5 years ago
  60. 192c6a2 MINOR: htx: Deduce the number of used blocks from tail and head values by Christopher Faulet · 5 years ago
  61. 4bd5867 BUG/MEDIUM: streams: Don't redispatch with L7 retries if redispatch isn't set. by Olivier Houchard · 5 years ago
  62. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · 5 years ago
  63. 1ec9bb5 MEDIUM: stream: don't abusively loop back on changes on CF_SHUT*_NOW by Willy Tarreau · 5 years ago
  64. 3c5c066 MEDIUM: stream: only loop on flags relevant to the analysers by Willy Tarreau · 5 years ago
  65. 829bd47 MEDIUM: stream: rearrange the events to remove the loop by Willy Tarreau · 5 years ago
  66. d66ed88 MEDIUM: stream: re-arrange the connection setup status reporting by Willy Tarreau · 5 years ago
  67. 4f283fa MEDIUM: stream-int: introduce a new state SI_ST_RDY by Willy Tarreau · 5 years ago
  68. 7ab22adb MEDIUM: stream-int: remove dangerous interval checks for stream-int states by Willy Tarreau · 5 years ago
  69. 19ecf71 BUG/MINOR: stream: don't emit a send-name-header in conn error or disconnect states by Willy Tarreau · 5 years ago
  70. 03cdf55 MINOR: stream: Stickiness server lookup by name. by Frédéric Lécaille · 5 years ago
  71. a689c3d MEDIUM: stream: make a full process_stream() loop when completing I/O on exit by Willy Tarreau · 5 years ago
  72. 28f29c7 MINOR: htx: Store the head position instead of the wrap one by Christopher Faulet · 5 years ago
  73. b106ce1 MINOR: stream: remove the cpu time detection from process_stream() by Willy Tarreau · 5 years ago
  74. 5484d58 MINOR: stream: introduce a stream_dump() function and use it in stream_dump_and_crash() by Willy Tarreau · 5 years ago
  75. aacc405 BUG/MEDIUM: streams: Don't switch from SI_ST_CON to SI_ST_DIS on read0. by Olivier Houchard · 5 years ago
  76. da5a63f CLEANUP: stream: remove an obsolete debugging test by Willy Tarreau · 5 years ago
  77. 0ad46fa MINOR: stream: detach the stream from its own task on stream_free() by Willy Tarreau · 5 years ago
  78. 602bf7d MEDIUM: streams: Add a new http action, disable-l7-retry. by Olivier Houchard · 5 years ago
  79. 7a3367c BUG/MINOR: stream: Attach the read side on the response as soon as possible by Christopher Faulet · 5 years ago
  80. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · 5 years ago
  81. f4bda99 BUG/MEDIUM: streams: Don't add CF_WRITE_ERROR if early data were rejected. by Olivier Houchard · 5 years ago
  82. 4ad574f MEDIUM: streams: measure processing time and abort when detecting bugs by Willy Tarreau · 5 years ago
  83. 3d07a16 MEDIUM: stream/debug: force a crash if a stream spins over itself forever by Willy Tarreau · 5 years ago
  84. 71c07ac MINOR: stream/debug: make a stream dump and crash function by Willy Tarreau · 5 years ago
  85. 22d63a2 MINOR: applet: measure and report an appctx's call rate in "show sess" by Willy Tarreau · 5 years ago
  86. 2e9c1d2 MINOR: stream: measure and report a stream's call rate in "show sess" by Willy Tarreau · 5 years ago
  87. 69b5a7f CLEANUP: task: report calls as unsigned in show sess by Willy Tarreau · 5 years ago
  88. 5e1a9d7 BUG/MEDIUM: stream: Fix the way early aborts on the client side are handled by Christopher Faulet · 5 years ago
  89. bed883a BUG/MAJOR: stream: Missing DNS context initializations. by Frédéric Lécaille · 5 years ago
  90. 333939c MINOR: action: new '(http-request|tcp-request content) do-resolve' action by Baptiste Assmann · 5 years ago
  91. c54e4b0 BUG/MEDIUM: stream: Don't request a server connection if a shutw was scheduled by Christopher Faulet · 5 years ago
  92. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · 5 years ago
  93. 0e160ff MINOR: stream: Set a flag when the stream uses the HTX by Christopher Faulet · 5 years ago
  94. 56897e2 BUG/MEDIUM: streams: Only re-run process_stream if we're in a connected state. by Olivier Houchard · 5 years ago
  95. 86dcad6 BUG/MEDIUM: stream: Don't clear the stream_interface flags in si_update_both. by Olivier Houchard · 5 years ago
  96. 120f64a BUG/MEDIUM: streams: Store prev_state before calling si_update_both(). by Olivier Houchard · 5 years ago
  97. 39cc020 BUG/MEDIUM: streams: Don't remove the SI_FL_ERR flag in si_update_both(). by Olivier Houchard · 5 years ago
  98. 769d0e9 BUG/MEDIUM: http/htx: Fix handling of the option abortonclose by Christopher Faulet · 5 years ago
  99. 2571bc6 MINOR: http/applets: Handle all applets intercepting HTTP requests the same way by Christopher Faulet · 5 years ago
  100. 679bba1 MINOR: init: report the list of optionally available services by Willy Tarreau · 5 years ago