1. 566df30 MEDIUM: connections: Attempt to get idle connections from other threads. by Olivier Houchard · 4 years, 4 months ago
  2. d2489e0 MINOR: connections: Add a flag to know if we're in the safe or idle list. by Olivier Houchard · 4 years, 4 months ago
  3. f0d4dff MINOR: connections: Make the "list" element a struct mt_list instead of list. by Olivier Houchard · 4 years, 4 months ago
  4. 00bdce2 MINOR: connections: Add a new mux method, "takeover". by Olivier Houchard · 4 years, 5 months ago
  5. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · 4 years, 5 months ago
  6. de01ea9 MINOR: wdt: Move the definitions of WDTSIG and DEBUGSIG into types/signal.h. by Olivier Houchard · 4 years, 4 months ago
  7. a7bf573 MEDIUM: fd: Introduce a running mask, and use it instead of the spinlock. by Olivier Houchard · 4 years, 4 months ago
  8. 2954c47 MEDIUM: ssl: allow crt-list caching by William Lallemand · 4 years, 4 months ago
  9. 77e3b4a CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 4 months ago
  10. cf6e0c8 MEDIUM: proxy_protocol: Support sending unique IDs using PPv2 by Tim Duesterhus · 4 years, 4 months ago
  11. d1b15b6 MINOR: proxy_protocol: Ingest PP2_TYPE_UNIQUE_ID on incoming connections by Tim Duesterhus · 4 years, 4 months ago
  12. b435f77 DOC: proxy_protocol: Reserve TLV type 0x05 as PP2_TYPE_UNIQUE_ID by Tim Duesterhus · 4 years, 4 months ago
  13. 8676514 MINOR: servers: Kill priv_conns. by Olivier Houchard · 4 years, 6 months ago
  14. 638698d BUILD: stream-int: fix a few includes dependencies by Willy Tarreau · 4 years, 4 months ago
  15. 6763016 BUG/MINOR: ssl/cli: sni_ctx' mustn't always be used as filters by William Lallemand · 4 years, 4 months ago
  16. 0a52846 CLEANUP: ssl: is_default is a bit in ckch_inst by William Lallemand · 4 years, 4 months ago
  17. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · 4 years, 4 months ago
  18. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · 4 years, 4 months ago
  19. 6c3a681 BUG/MEDIUM: random: initialize the random pool a bit better by Willy Tarreau · 4 years, 4 months ago
  20. 5a421a8 BUILD: listener: types/listener.h must not include standard.h by Willy Tarreau · 4 years, 4 months ago
  21. f23e029 BUILD: global: must not include common/standard.h but only types/freq_ctr.h by Willy Tarreau · 4 years, 4 months ago
  22. 8dd0d55 BUILD: ssl: include mini-clist.h by Willy Tarreau · 4 years, 4 months ago
  23. a8561db BUILD: buffer: types/{ring.h,checks.h} should include buf.h, not buffer.h by Willy Tarreau · 4 years, 4 months ago
  24. d8f0e07 MINOR: lua: Remove the flag HLUA_TXN_HTTP_RDY by Christopher Faulet · 4 years, 5 months ago
  25. a17e662 MEDIUM: stream: Make the `unique_id` member of `struct stream` a `struct ist` by Tim Duesterhus · 4 years, 4 months ago
  26. 0643b0e MINOR: proxy: Make `header_unique_id` a `struct ist` by Tim Duesterhus · 4 years, 4 months ago
  27. cfca142 MINOR: ssl: reach a ckch_store from a sni_ctx by William Lallemand · 4 years, 4 months ago
  28. 38df1c8 MINOR: ssl/cli: support crt-list filters by William Lallemand · 4 years, 7 months ago
  29. 842e94e MINOR: ssl: add "ca-verify-file" directive by Emmanuel Hocdet · 4 years, 7 months ago
  30. 3ebd55e MINOR: haproxy: export run_poll_loop by Willy Tarreau · 4 years, 4 months ago
  31. 1827845 MINOR: haproxy: export main to ease access from debugger by Willy Tarreau · 4 years, 4 months ago
  32. 1ed3781 MINOR: fd: merge the read and write error bits into RW error by Willy Tarreau · 4 years, 5 months ago
  33. a135ea6 CLEANUP: fd: remove some unneeded definitions of FD_EV_* flags by Willy Tarreau · 4 years, 5 months ago
  34. f80fe83 CLEANUP: fd: remove the FD_EV_STATUS aggregate by Willy Tarreau · 4 years, 5 months ago
  35. 967d3cc BUG/MINOR: http_ana: make sure redirect flags don't have overlapping bits by Jerome Magnin · 4 years, 4 months ago
  36. e0f3fd5 CLEANUP: ssl: move issuer_chain tree and definition by William Lallemand · 4 years, 5 months ago
  37. 03e7853 BUILD: remove obsolete support for -mregparm / USE_REGPARM by Willy Tarreau · 4 years, 5 months ago
  38. 716bec2 MINOR: connection: introduce a new receive flag: CO_RFL_READ_ONCE by Willy Tarreau · 4 years, 5 months ago
  39. 19bc201 MEDIUM: connection: remove the intermediary polling state from the connection by Willy Tarreau · 4 years, 5 months ago
  40. 7716cdf MINOR: lua: Get the action return code on the stack when an action finishes by Christopher Faulet · 4 years, 5 months ago
  41. 07a718e CLEANUP: lua: Remove consistency check for sample fetches and actions by Christopher Faulet · 4 years, 5 months ago
  42. 4a2c142 MEDIUM: http-rules: Support extra headers for HTTP return actions by Christopher Faulet · 4 years, 5 months ago
  43. 24231ab MEDIUM: http-rules: Add the return action to HTTP rules by Christopher Faulet · 4 years, 6 months ago
  44. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · 4 years, 6 months ago
  45. c87e468 MINOR: http-rules: Add a flag on redirect rules to know the rule direction by Christopher Faulet · 4 years, 5 months ago
  46. a416843 MINOR: dns: Dynamically allocate dns options to reduce the act_rule size by Christopher Faulet · 4 years, 6 months ago
  47. bb23883 MINOR: task: permanently flag tasklets waking themselves up by Willy Tarreau · 4 years, 5 months ago
  48. a62917b MEDIUM: tasks: implement 3 different tasklet classes with their own queues by Willy Tarreau · 4 years, 5 months ago
  49. 911db9b MEDIUM: connection: use CO_FL_WAIT_XPRT more consistently than L4/L6/HANDSHAKE by Willy Tarreau · 4 years, 6 months ago
  50. 4450b58 MINOR: connection: remove CO_FL_SSL_WAIT_HS from CO_FL_HANDSHAKE by Willy Tarreau · 4 years, 6 months ago
  51. c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · 4 years, 6 months ago
  52. 477902b MEDIUM: connections: Get ride of the xprt_done callback. by Olivier Houchard · 4 years, 6 months ago
  53. 1a693fc MEDIUM: cli: Allow multiple filter entries for "show table" by Adis Nezirovic · 4 years, 6 months ago
  54. 2086365 CLEANUP: pattern: remove the pat_time definition by Willy Tarreau · 4 years, 6 months ago
  55. 6a0dd73 CLEANUP: Consistently `unsigned int` for bitfields by Tim Duesterhus · 4 years, 6 months ago
  56. 13a9232 MEDIUM: dns: use Additional records from SRV responses by Baptiste Assmann · 5 years ago
  57. 2f53390 MINOR: proxy/http-ana: Add support of extra attributes for the cookie directive by Christopher Faulet · 4 years, 6 months ago
  58. 554c0eb MEDIUM: http-rules: Support an optional error message in http deny rules by Christopher Faulet · 4 years, 6 months ago
  59. 473e880 MINOR: http-ana: Add an error message in the txn and send it when defined by Christopher Faulet · 4 years, 6 months ago
  60. 76edc0f MEDIUM: proxy: Add a directive to reference an http-errors section in a proxy by Christopher Faulet · 4 years, 6 months ago
  61. 35cd81d MINOR: http-htx: Add a new section to create groups of custom HTTP errors by Christopher Faulet · 4 years, 6 months ago
  62. 5885775 MEDIUM: http-htx/proxy: Use a global and centralized storage for HTTP error messages by Christopher Faulet · 4 years, 6 months ago
  63. d73b96d MINOR: tcp-rules: Make tcp-request capture a custom action by Christopher Faulet · 4 years, 7 months ago
  64. ac98d81 MINOR: http-rule/tcp-rules: Make track-sc* custom actions by Christopher Faulet · 4 years, 7 months ago
  65. 91b3ec1 MEDIUM: http-rules: Make early-hint custom actions by Christopher Faulet · 4 years, 6 months ago
  66. 046cf44 MINOR: http-rules: Make set/del-map and add/del-acl custom actions by Christopher Faulet · 4 years, 7 months ago
  67. d1f27e3 MINOR: http-rules: Make set-header and add-header custom actions by Christopher Faulet · 4 years, 7 months ago
  68. 92d34fe MINOR: http-rules: Make replace-header and replace-value custom actions by Christopher Faulet · 4 years, 7 months ago
  69. 006f650 MINOR: actions: Use an integer to set the action type by Christopher Faulet · 4 years, 7 months ago
  70. 245cf79 MINOR: actions: Add flags to configure the action behaviour by Christopher Faulet · 4 years, 7 months ago
  71. 105ba6c MINOR: actions: Rename the act_flag enum into act_opt by Christopher Faulet · 4 years, 7 months ago
  72. cd26e8a MINOR: http-rules/tcp-rules: Call the defined action function first if defined by Christopher Faulet · 4 years, 7 months ago
  73. 96bff76 MINOR: actions: Regroup some info about HTTP rules in the same struct by Christopher Faulet · 4 years, 7 months ago
  74. 58b3564 MINOR: actions: Add a function pointer to release args used by actions by Christopher Faulet · 4 years, 7 months ago
  75. a00071e MINOR: http-ana: Add a txn flag to support soft/strict message rewrites by Christopher Faulet · 4 years, 7 months ago
  76. a08546b MINOR: counters: Remove failed_secu counter and use denied_resp instead by Christopher Faulet · 4 years, 7 months ago
  77. 0159ee4 MINOR: stats: Report internal errors in the proxies/listeners/servers stats by Christopher Faulet · 4 years, 7 months ago
  78. 30a2a37 MINOR: http-rules: Add more return codes to let custom actions act as normal ones by Christopher Faulet · 4 years, 7 months ago
  79. 4d90db5 MINOR: http-rules: Add a rule result to report internal error by Christopher Faulet · 4 years, 7 months ago
  80. d4ce6c2 MINOR: counters: Add a counter to report internal processing errors by Christopher Faulet · 4 years, 7 months ago
  81. ee1a6fc MINOR: connection: make the last arg of subscribe() a struct wait_event* by Willy Tarreau · 4 years, 6 months ago
  82. 7872d1f MEDIUM: connection: merge the send_wait and recv_wait entries by Willy Tarreau · 4 years, 6 months ago
  83. 3381bf8 MEDIUM: connection: get rid of CO_FL_CURR_* flags by Willy Tarreau · 4 years, 6 months ago
  84. 17ccd1a BUG/MEDIUM: connection: add a mux flag to indicate splice usability by Willy Tarreau · 4 years, 6 months ago
  85. f31af93 MEDIUM: lua: don't call the GC as often when dealing with outgoing connections by Willy Tarreau · 4 years, 6 months ago
  86. 0fbc318 CLEANUP: connection: merge CO_FL_NOTIFY_DATA and CO_FL_NOTIFY_DONE by Willy Tarreau · 4 years, 7 months ago
  87. 11ef083 MINOR: pollers: add a new flag to indicate pollers reporting ERR & HUP by Willy Tarreau · 4 years, 8 months ago
  88. dd0e89a BUG/MAJOR: task: add a new TASK_SHARED_WQ flag to fix foreing requeuing by Willy Tarreau · 4 years, 7 months ago
  89. a1d97f8 REORG: listener: move the global listener queue code to listener.c by Willy Tarreau · 4 years, 7 months ago
  90. a45a8b5 MEDIUM: init: set NO_NEW_PRIVS by default when supported by Willy Tarreau · 4 years, 7 months ago upstream/master
  91. d96f112 MEDIUM: init: prevent process and thread creation at runtime by Willy Tarreau · 4 years, 7 months ago
  92. f871691 MEDIUM: dns: Add resolve-opts "ignore-weight" by Daniel Corbett · 4 years, 8 months ago
  93. ec1c10b MINOR: peers: Add debugging information to "show peers". by Frédéric Lécaille · 4 years, 8 months ago
  94. 33cab3c MINOR: peers: Add TX/RX heartbeat counters. by Frédéric Lécaille · 4 years, 8 months ago
  95. 0d7712d MINOR: stick-table: allow sc-set-gpt0 to set value from an expression by Cédric Dufour · 4 years, 8 months ago
  96. 869efd5 BUG/MINOR: log: make "show startup-log" use a ring buffer instead by Willy Tarreau · 4 years, 8 months ago
  97. 0d1c2a6 MINOR: stats: Report max times in addition of the averages for sessions by Christopher Faulet · 4 years, 8 months ago
  98. efb41f0 MINOR: counters: Add fields to store the max observed for {q,c,d,t}_time by Christopher Faulet · 4 years, 8 months ago
  99. b2e5849 MEDIUM: filters: Adapt filters API to allow again TCP filtering on HTX streams by Christopher Faulet · 4 years, 8 months ago
  100. 21724f0 MINOR: ssl/cli: replace the default_ctx during 'commit ssl cert' by William Lallemand · 4 years, 8 months ago