1. ee3bcdd MINOR: tools: add a generic function to generate UUIDs by Willy Tarreau · 4 years, 4 months ago
  2. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · 4 years, 4 months ago
  3. 7a40909 MINOR: tools: add 64-bit rotate operators by Willy Tarreau · 4 years, 4 months ago
  4. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · 4 years, 4 months ago
  5. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · 4 years, 4 months ago
  6. 6c3a681 BUG/MEDIUM: random: initialize the random pool a bit better by Willy Tarreau · 4 years, 4 months ago
  7. 5a421a8 BUILD: listener: types/listener.h must not include standard.h by Willy Tarreau · 4 years, 4 months ago
  8. c7f64e7 BUILD: freq_ctr: proto/freq_ctr needs to include common/standard.h by Willy Tarreau · 4 years, 4 months ago
  9. f23e029 BUILD: global: must not include common/standard.h but only types/freq_ctr.h by Willy Tarreau · 4 years, 4 months ago
  10. 8dd0d55 BUILD: ssl: include mini-clist.h by Willy Tarreau · 4 years, 4 months ago
  11. a8561db BUILD: buffer: types/{ring.h,checks.h} should include buf.h, not buffer.h by Willy Tarreau · 4 years, 4 months ago
  12. d8f0e07 MINOR: lua: Remove the flag HLUA_TXN_HTTP_RDY by Christopher Faulet · 4 years, 4 months ago
  13. 1cdceb9 MINOR: htx: Add a function to return a block at a specific offset by Christopher Faulet · 4 years, 4 months ago
  14. 251f491 MINOR: buf: Add function to insert a string at an absolute offset in a buffer by Christopher Faulet · 4 years, 4 months ago
  15. f91ac19 OPTIM: startup: fast unique_id allocation for acl. by Carl Henrik Lunde · 4 years, 4 months ago
  16. a17e662 MEDIUM: stream: Make the `unique_id` member of `struct stream` a `struct ist` by Tim Duesterhus · 4 years, 4 months ago
  17. 0643b0e MINOR: proxy: Make `header_unique_id` a `struct ist` by Tim Duesterhus · 4 years, 4 months ago
  18. 9576ab7 MINOR: ist: Add `struct ist istdup(const struct ist)` by Tim Duesterhus · 4 years, 4 months ago
  19. 35005d0 MINOR: ist: Add `struct ist istalloc(size_t)` and `void istfree(struct ist*)` by Tim Duesterhus · 4 years, 4 months ago
  20. e296d3e MINOR: ist: Add `int isttest(const struct ist)` by Tim Duesterhus · 4 years, 4 months ago
  21. 241e29e MINOR: ist: Add `IST_NULL` macro by Tim Duesterhus · 4 years, 4 months ago
  22. cfca142 MINOR: ssl: reach a ckch_store from a sni_ctx by William Lallemand · 4 years, 4 months ago
  23. 38df1c8 MINOR: ssl/cli: support crt-list filters by William Lallemand · 4 years, 7 months ago
  24. 127a74d MINOR: stream: Add stream_generate_unique_id function by Tim Duesterhus · 4 years, 4 months ago
  25. 899e5f6 MINOR: debug: use our own backtrace function on clang+x86_64 by Willy Tarreau · 4 years, 4 months ago
  26. 13faf16 MINOR: debug: improve backtrace() on aarch64 and possibly other systems by Willy Tarreau · 4 years, 4 months ago
  27. 842e94e MINOR: ssl: add "ca-verify-file" directive by Emmanuel Hocdet · 4 years, 7 months ago
  28. eb8b1ca MINOR: tools: add resolve_sym_name() to resolve function pointers by Willy Tarreau · 4 years, 4 months ago
  29. 762fb3e MINOR: tools: add new function dump_addr_and_bytes() by Willy Tarreau · 4 years, 4 months ago
  30. 27d00c0 MINOR: task: export run_tasks_from_list by Willy Tarreau · 4 years, 4 months ago
  31. 3ebd55e MINOR: haproxy: export run_poll_loop by Willy Tarreau · 4 years, 4 months ago
  32. 1827845 MINOR: haproxy: export main to ease access from debugger by Willy Tarreau · 4 years, 4 months ago
  33. 1ed3781 MINOR: fd: merge the read and write error bits into RW error by Willy Tarreau · 4 years, 4 months ago
  34. a135ea6 CLEANUP: fd: remove some unneeded definitions of FD_EV_* flags by Willy Tarreau · 4 years, 4 months ago
  35. f80fe83 CLEANUP: fd: remove the FD_EV_STATUS aggregate by Willy Tarreau · 4 years, 4 months ago
  36. 967d3cc BUG/MINOR: http_ana: make sure redirect flags don't have overlapping bits by Jerome Magnin · 4 years, 4 months ago
  37. 2104659 MEDIUM: buffer: remove the buffer_wq lock by Willy Tarreau · 4 years, 4 months ago
  38. e0f3fd5 CLEANUP: ssl: move issuer_chain tree and definition by William Lallemand · 4 years, 4 months ago
  39. 226ef26 MINOR: compiler: add new alignment macros by Willy Tarreau · 4 years, 4 months ago
  40. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · 4 years, 4 months ago
  41. 03e7853 BUILD: remove obsolete support for -mregparm / USE_REGPARM by Willy Tarreau · 4 years, 4 months ago
  42. 1d48ba9 CLEANUP: net_helper: Do not negate the result of unlikely by Tim Duesterhus · 4 years, 4 months ago
  43. 927063b CLEANUP: conn: Do not pass a pointer to likely by Tim Duesterhus · 4 years, 4 months ago
  44. 89ee798 MINOR: compiler: drop special cases of likely/unlikely for older compilers by Willy Tarreau · 4 years, 4 months ago
  45. 0e26867 MINOR: compiler: move CPU capabilities definition from config.h and complete them by Willy Tarreau · 4 years, 4 months ago
  46. 9dde0b2 MINOR: ist: add an iststop() function by Jerome Magnin · 4 years, 4 months ago
  47. 716bec2 MINOR: connection: introduce a new receive flag: CO_RFL_READ_ONCE by Willy Tarreau · 4 years, 4 months ago
  48. 5d4d180 CLEANUP: connection: remove the definitions of conn_xprt_{stop,want}_{send,recv} by Willy Tarreau · 4 years, 4 months ago
  49. d1d14c3 MINOR: connection: remove the last calls to conn_xprt_{want,stop}_* by Willy Tarreau · 4 years, 4 months ago
  50. 19bc201 MEDIUM: connection: remove the intermediary polling state from the connection by Willy Tarreau · 4 years, 4 months ago
  51. 727a3f1 MINOR: http-htx: Add a function to retrieve the headers size of an HTX message by Christopher Faulet · 4 years, 5 months ago
  52. a71667c BUG/MINOR: tools: also accept '+' as a valid character in an identifier by Willy Tarreau · 4 years, 5 months ago
  53. e3b57bf MINOR: sample: make sample_parse_expr() able to return an end pointer by Willy Tarreau · 4 years, 5 months ago
  54. 80b53ff MEDIUM: arg: make make_arg_list() stop after its own arguments by Willy Tarreau · 4 years, 5 months ago
  55. d4ad669 MINOR: chunk: implement chunk_strncpy() to copy partial strings by Willy Tarreau · 4 years, 5 months ago
  56. 36f586b MINOR: tools: add is_idchar() to tell if a char may belong to an identifier by Willy Tarreau · 4 years, 5 months ago
  57. 88a2f03 CLEANUP: ssl: remove unused functions in openssl-compat.h by Ilya Shipitsin · 4 years, 5 months ago
  58. 160ad9e CLEANUP: mini-clist: simplify nested do { while(1) {} } while (0) by Willy Tarreau · 4 years, 5 months ago
  59. 7716cdf MINOR: lua: Get the action return code on the stack when an action finishes by Christopher Faulet · 4 years, 5 months ago
  60. 07a718e CLEANUP: lua: Remove consistency check for sample fetches and actions by Christopher Faulet · 4 years, 5 months ago
  61. 4a2c142 MEDIUM: http-rules: Support extra headers for HTTP return actions by Christopher Faulet · 4 years, 5 months ago
  62. 24231ab MEDIUM: http-rules: Add the return action to HTTP rules by Christopher Faulet · 4 years, 5 months ago
  63. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · 4 years, 5 months ago
  64. ef70e25 MINOR: http-ana: Add a function for forward internal responses by Christopher Faulet · 4 years, 5 months ago
  65. 72c7d8d MINOR: http-ana: Rely on http_reply_and_close() to handle server error by Christopher Faulet · 4 years, 5 months ago
  66. c87e468 MINOR: http-rules: Add a flag on redirect rules to know the rule direction by Christopher Faulet · 4 years, 5 months ago
  67. a416843 MINOR: dns: Dynamically allocate dns options to reduce the act_rule size by Christopher Faulet · 4 years, 5 months ago
  68. 7651362 MINOR: htx/channel: Add a function to copy an HTX message in a channel's buffer by Christopher Faulet · 4 years, 5 months ago
  69. 0ea0c86 MINOR: htx: Add a function to append an HTX message to another one by Christopher Faulet · 4 years, 5 months ago
  70. 1c7c0d6 BUG/MAJOR: memory: Don't forget to unlock the rwlock if the pool is empty. by Olivier Houchard · 4 years, 5 months ago
  71. 04f5fe8 BUG/MEDIUM: memory: Add a rwlock before freeing memory. by Olivier Houchard · 4 years, 5 months ago
  72. b30a153 MINOR: task: detect self-wakeups on tl==sched->current instead of TASK_RUNNING by Willy Tarreau · 4 years, 5 months ago
  73. bb23883 MINOR: task: permanently flag tasklets waking themselves up by Willy Tarreau · 4 years, 5 months ago
  74. a17664d MEDIUM: tasks: automatically requeue into the bulk queue an already running tasklet by Willy Tarreau · 4 years, 5 months ago
  75. a62917b MEDIUM: tasks: implement 3 different tasklet classes with their own queues by Willy Tarreau · 4 years, 5 months ago
  76. 911db9b MEDIUM: connection: use CO_FL_WAIT_XPRT more consistently than L4/L6/HANDSHAKE by Willy Tarreau · 4 years, 5 months ago
  77. 4450b58 MINOR: connection: remove CO_FL_SSL_WAIT_HS from CO_FL_HANDSHAKE by Willy Tarreau · 4 years, 5 months ago
  78. c192b0a MEDIUM: connection: remove CO_FL_CONNECTED and only rely on CO_FL_WAIT_* by Willy Tarreau · 4 years, 5 months ago
  79. 477902b MEDIUM: connections: Get ride of the xprt_done callback. by Olivier Houchard · 4 years, 5 months ago
  80. 8af03b3 MEDIUM: streams: Always create a conn_stream in connect_server(). by Olivier Houchard · 4 years, 5 months ago
  81. 6b5b44e BUG/MINOR: ssl: ssl_sock_load_pem_into_ckch is not consistent by Emmanuel Hocdet · 4 years, 6 months ago
  82. 1a693fc MEDIUM: cli: Allow multiple filter entries for "show table" by Adis Nezirovic · 4 years, 6 months ago
  83. 056c629 BUG/MINOR: ssl: fix build on development versions of openssl-1.1.x by Ilya Shipitsin · 4 years, 6 months ago
  84. 2086365 CLEANUP: pattern: remove the pat_time definition by Willy Tarreau · 4 years, 5 months ago
  85. 6a0dd73 CLEANUP: Consistently `unsigned int` for bitfields by Tim Duesterhus · 4 years, 6 months ago
  86. 13a9232 MEDIUM: dns: use Additional records from SRV responses by Baptiste Assmann · 5 years ago
  87. 2f53390 MINOR: proxy/http-ana: Add support of extra attributes for the cookie directive by Christopher Faulet · 4 years, 5 months ago
  88. 554c0eb MEDIUM: http-rules: Support an optional error message in http deny rules by Christopher Faulet · 4 years, 6 months ago
  89. 473e880 MINOR: http-ana: Add an error message in the txn and send it when defined by Christopher Faulet · 4 years, 6 months ago
  90. 76edc0f MEDIUM: proxy: Add a directive to reference an http-errors section in a proxy by Christopher Faulet · 4 years, 6 months ago
  91. 35cd81d MINOR: http-htx: Add a new section to create groups of custom HTTP errors by Christopher Faulet · 4 years, 6 months ago
  92. 5885775 MEDIUM: http-htx/proxy: Use a global and centralized storage for HTTP error messages by Christopher Faulet · 4 years, 6 months ago
  93. bdf6526 MINOR: http-htx: Add functions to create HTX redirect message by Christopher Faulet · 4 years, 6 months ago
  94. 5031ef5 MINOR: http-htx: Add functions to read a raw error file and convert it in HTX by Christopher Faulet · 4 years, 6 months ago
  95. d73b96d MINOR: tcp-rules: Make tcp-request capture a custom action by Christopher Faulet · 4 years, 7 months ago
  96. ac98d81 MINOR: http-rule/tcp-rules: Make track-sc* custom actions by Christopher Faulet · 4 years, 7 months ago
  97. 91b3ec1 MEDIUM: http-rules: Make early-hint custom actions by Christopher Faulet · 4 years, 6 months ago
  98. 046cf44 MINOR: http-rules: Make set/del-map and add/del-acl custom actions by Christopher Faulet · 4 years, 7 months ago
  99. d1f27e3 MINOR: http-rules: Make set-header and add-header custom actions by Christopher Faulet · 4 years, 7 months ago
  100. 92d34fe MINOR: http-rules: Make replace-header and replace-value custom actions by Christopher Faulet · 4 years, 7 months ago