1. 16fdc55 MINOR: http: Add a function to get the authority into a URI by Christopher Faulet · 4 years, 9 months ago
  2. 9a67c29 MINOR: htx: Add 2 flags on the start-line to have more info about the uri by Christopher Faulet · 4 years, 9 months ago
  3. c5a3eb4 MINOR: fcgi: Add function to get the string representation of a record type by Christopher Faulet · 4 years, 9 months ago
  4. 27aa65e MINOR: htx: Adapt htx_dump() to be used from traces by Christopher Faulet · 4 years, 9 months ago
  5. af54263 MINOR: h1-htx: Update h1_copy_msg_data() to ease the traces in the mux-h1 by Christopher Faulet · 4 years, 9 months ago
  6. 2aaeee3 BUG/MEDIUM: fd: HUP is an error only when write is active by Willy Tarreau · 4 years, 9 months ago
  7. 07626ea CLEANUP: proxy: Remove `proxy_tbl_by_name` by Tim Duesterhus · 4 years, 9 months ago
  8. 88a0db2 MINOR: stats: Add the support of float fields in stats by Christopher Faulet · 4 years, 10 months ago
  9. d72665b CLEANUP: http-ana: Remove the unused function http_send_name_header() by Christopher Faulet · 4 years, 10 months ago
  10. b1bb1af MINOR: spoe: Support the async mode with several threads by Christopher Faulet · 4 years, 10 months ago
  11. 93acfa2 MINOR: time: add timeofday_as_iso_us() to return instant time as ISO by Willy Tarreau · 4 years, 10 months ago
  12. bba1a26 BUG/MEDIUM: tasklets: Make sure we're waking the target thread if it sleeps. by Olivier Houchard · 4 years, 10 months ago
  13. d022e9c MINOR: task: introduce a thread-local "sched" variable for local scheduler stuff by Willy Tarreau · 4 years, 10 months ago
  14. d66d756 MINOR: task: split the tasklet vs task code in process_runnable_tasks() by Willy Tarreau · 4 years, 10 months ago
  15. 2bd65a7 OPTIM: listeners: use tasklets for the multi-queue rings by Willy Tarreau · 4 years, 10 months ago
  16. ff1e9f3 MEDIUM: tasklets: Make the tasklet list a struct mt_list. by Olivier Houchard · 4 years, 10 months ago
  17. 0cd6a97 MINOR: mt_lists: Give MT_LIST_ADD, MT_LIST_ADDQ and MT_LIST_DEL a return value. by Olivier Houchard · 4 years, 10 months ago
  18. cb22ad4 MINOR: mt_lists: Do nothing in MT_LIST_ADD/MT_LIST_ADDQ if already in list. by Olivier Houchard · 4 years, 10 months ago
  19. 9570ecf MEDIUM: servers: Use LIST_DEL_INIT() instead of LIST_DEL(). by Olivier Houchard · 4 years, 10 months ago
  20. 5e9b92c MINOR: mt_lists: Add new macroes. by Olivier Houchard · 5 years ago
  21. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · 5 years ago
  22. 78fbb9f MEDIUM: fcgi-app: Add FCGI application and filter by Christopher Faulet · 5 years ago
  23. 63bbf28 MINOR: fcgi: Add code related to FCGI protocol by Christopher Faulet · 5 years ago
  24. 4f0f88a MEDIUM: mux-h1/h1-htx: move HTX convertion of H1 messages in dedicated file by Christopher Faulet · 5 years ago
  25. 341fac1 MINOR: http: Add function to parse value of the header Status by Christopher Faulet · 4 years, 10 months ago
  26. 5c6fefc MINOR: log: Provide a function to emit a log for an application by Christopher Faulet · 5 years ago
  27. 130cf21 MINOR: istbuf: Add the function b_isteqi() by Christopher Faulet · 5 years ago
  28. c169296 MINOR: config: Support per-proxy and per-server post-check functions callbacks by Christopher Faulet · 5 years ago
  29. 3ea5cbe MINOR: config: Support per-proxy and per-server deinit functions callbacks by Christopher Faulet · 5 years ago
  30. e3d2a87 MINOR: http-ana: Remove err_state field from http_msg by Christopher Faulet · 4 years, 10 months ago
  31. 505adfc MINOR: htx: Add a flag on HTX message to report processing errors by Christopher Faulet · 4 years, 10 months ago
  32. 6338a08 MINOR: stats: Add JSON export from the stats page by Christopher Faulet · 4 years, 10 months ago
  33. f21d17b MINOR: stats: report the number of idle connections for each server by Willy Tarreau · 4 years, 10 months ago
  34. 4cae3bf BUG/MEDIUM: connection: don't keep more idle connections than ever needed by Willy Tarreau · 4 years, 10 months ago
  35. 6b30898 MEDIUM: fd: do not use the FD_POLL_* flags in the pollers anymore by Willy Tarreau · 4 years, 10 months ago
  36. 77abb43 MINOR: fd: add two flags ERR and SHUT to describe FD states by Willy Tarreau · 4 years, 10 months ago
  37. 8f2825f MINOR: fd: add two new calls fd_cond_{recv,send}() by Willy Tarreau · 4 years, 10 months ago
  38. 4ac9d06 MEDIUM: fd: mark the FD as ready when it's inserted by Willy Tarreau · 4 years, 10 months ago
  39. dbe3060 MINOR: fd: make updt_fd_polling() a normal function by Willy Tarreau · 4 years, 10 months ago
  40. f8ecc7f MEDIUM: fd: simplify the fd_*_{recv,send} functions using BTS/BTR by Willy Tarreau · 4 years, 10 months ago
  41. 5bee3e2 MEDIUM: fd: remove the FD_EV_POLLED status bit by Willy Tarreau · 4 years, 10 months ago
  42. c046d16 MEDIUM: log: add support for logging to a ring buffer by Willy Tarreau · 4 years, 10 months ago
  43. f3dc30f MINOR: log: add a target type instead of hacking the address family by Willy Tarreau · 4 years, 10 months ago
  44. d660990 MINOR: fd: add a new "initialized" bit in the fdtab struct by Willy Tarreau · 4 years, 10 months ago
  45. 76913d3 CLEANUP: fd: remove leftovers of the fdcache by Willy Tarreau · 4 years, 10 months ago
  46. 1d181e4 MEDIUM: ring: implement a wait mode for watchers by Willy Tarreau · 4 years, 10 months ago
  47. 300decc MINOR: cli: extend the CLI context with a list and two offsets by Willy Tarreau · 4 years, 10 months ago
  48. 370a694 MINOR: trace: change the detail_level to per-source verbosity by Willy Tarreau · 4 years, 10 months ago
  49. 09fb0df MINOR: trace: prepend the function name for developer level traces by Willy Tarreau · 4 years, 10 months ago
  50. 2ea549b MINOR: trace: change the "payload" level to "data" and move it by Willy Tarreau · 4 years, 10 months ago
  51. be5a288 MINOR: trace: replace struct trace_lockon_args with struct name_desc by Willy Tarreau · 4 years, 10 months ago
  52. fb4ba91 MINOR: tools: add a generic struct "name_desc" for name-description pairs by Willy Tarreau · 4 years, 10 months ago
  53. 7185b78 MINOR: connection: add the fc_pp_authority fetch -- authority TLV, from PROXYv2 by Geoff Simmons · 4 years, 11 months ago
  54. c326ecc MINOR: trace: change the TRACE() calling convention to put the args and cb last by Willy Tarreau · 4 years, 10 months ago
  55. 3da0026 MINOR: trace: support a default callback for the source by Willy Tarreau · 4 years, 10 months ago
  56. 8f24023 MINOR: sink: now report the number of dropped events on output by Willy Tarreau · 4 years, 11 months ago
  57. 4ed23ca MINOR: sink: add support for ring buffers by Willy Tarreau · 4 years, 11 months ago
  58. 072931c MINOR: ring: add a generic CLI io_handler to dump a ring buffer by Willy Tarreau · 4 years, 11 months ago
  59. be97853 MINOR: ring: add a ring_write() function by Willy Tarreau · 4 years, 11 months ago
  60. 172945f MINOR: ring: add a new mechanism for retrieving/storing ring data in buffers by Willy Tarreau · 5 years ago
  61. 931d8b7 MINOR: fd: add fd_write_frag_line() to send a fragmented line to an fd by Willy Tarreau · 4 years, 11 months ago
  62. b88d231 MINOR: buffer: add functions to read/write varints from/to buffers by Willy Tarreau · 4 years, 11 months ago
  63. 4d589e7 MINOR: tools: add a function varint_bytes() to report the size of a varint by Willy Tarreau · 4 years, 11 months ago
  64. e40f274 BUILD: trace: make the lockon_ptr const to silence a warning without threads by Willy Tarreau · 4 years, 11 months ago
  65. c14eea4 MINOR: trace: add the possibility to lock on some arguments by Willy Tarreau · 4 years, 11 months ago
  66. 17a51c6 MINOR: trace: add a definition of typed arguments to trace() by Willy Tarreau · 4 years, 11 months ago
  67. 4ab2421 MINOR: trace: add per-level macros to produce traces by Willy Tarreau · 5 years ago
  68. bfd14fc MINOR: trace: implement a call to a decode function by Willy Tarreau · 4 years, 11 months ago
  69. 5da4088 MINOR: trace: make trace() now also take a level in argument by Willy Tarreau · 5 years ago
  70. 419bd49 MINOR: trace: add the file name and line number in the prefix by Willy Tarreau · 5 years ago
  71. 4c2ae48 MINOR: trace: implement a very basic trace() function by Willy Tarreau · 5 years ago
  72. 864e880 MINOR: trace/cli: register the "trace" CLI keyword to list the sources by Willy Tarreau · 5 years ago
  73. 88ebd40 MINOR: trace: add allocation of buffer-sized trace buffers by Willy Tarreau · 4 years, 11 months ago
  74. 4151c75 MINOR: trace: start to create a new trace subsystem by Willy Tarreau · 5 years ago
  75. 973e662 MINOR: sink: add a support for file descriptors by Willy Tarreau · 4 years, 11 months ago
  76. 67b5a16 MINOR: sink: create definitions a minimal code for event sinks by Willy Tarreau · 5 years ago
  77. 9eebd8a REORG: trace: rename trace.c to calltrace.c and mention it's not thread-safe by Willy Tarreau · 5 years ago
  78. 32c2455 MINOR: tools: add a DEFNULL() macro to use NULL for empty args by Willy Tarreau · 4 years, 11 months ago
  79. 9bead8c MINOR: list: add LIST_SPLICE() to merge one list into another by Willy Tarreau · 5 years ago
  80. 60409db MINOR: lua: export applet and task handlers by Willy Tarreau · 4 years, 11 months ago
  81. a2c9911 MINOR: tools: add append_prefixed_str() by Willy Tarreau · 4 years, 11 months ago
  82. f5cab82 MINOR: fd: make sure to mark the thread as not stuck in fd_update_events() by Willy Tarreau · 5 years ago
  83. edb91ad MINOR: cli: add cli_msg(), cli_err(), cli_dynmsg(), cli_dynerr() by Willy Tarreau · 5 years ago
  84. d50c7fe MINOR: cli: add two new states to print messages on the CLI by Willy Tarreau · 5 years ago
  85. 247a8b1 CLEANUP: task: move the cpu_time field to the task-only part by Willy Tarreau · 5 years ago
  86. e0d0b40 CLEANUP: buffer: replace b_drop() with b_free() by Willy Tarreau · 5 years ago
  87. 3b091f8 BUG/MINOR: buffers/threads: always clear a buffer's head before releasing it by Willy Tarreau · 5 years ago
  88. 229e739 BUG/MINOR: pools: don't mark the thread harmless if already isolated by Willy Tarreau · 5 years ago
  89. be36793 BUG/MEDIUM: stick-table: Wrong stick-table backends parsing. by Frédéric Lécaille · 5 years ago
  90. 4c18f94 BUG/MEDIUM: proxy: Make sure to destroy the stream on upgrade from TCP to H2 by Olivier Houchard · 5 years ago
  91. f580d0f BUILD: ssl: BoringSSL add EVP_PKEY_base_id by Emmanuel Hocdet · 5 years ago
  92. a37cb18 MINOR: wdt: also consider that waiting in the thread dumper is normal by Willy Tarreau · 5 years ago
  93. 5305505 MEDIUM: pollers: Remember the state for read and write for each threads. by Olivier Houchard · 5 years ago
  94. 305d5ab MAJOR: fd: Get rid of the fd cache. by Olivier Houchard · 5 years ago
  95. 5e83d99 BUG/MAJOR: queue/threads: avoid an AB/BA locking issue in process_srv_queue() by Willy Tarreau · 5 years ago
  96. bfab2dd MINOR: hlua: Add a flag on the lua txn to know in which context it can be used by Christopher Faulet · 5 years ago
  97. d6e0c03 BUILD: threads: add the definition of PROTO_LOCK by Willy Tarreau · 5 years ago
  98. 98fbe95 MEDIUM: mux-h1: Add the support of headers adjustment for bogus HTTP/1 apps by Christopher Faulet · 5 years ago
  99. daacf36 BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff by Willy Tarreau · 5 years ago
  100. 90cc481 BUG/MINOR: http_htx: Support empty errorfiles by Christopher Faulet · 5 years ago