1. d68ff01 CLEANUP: stconn: rename cs{,_get}_{src,dst} to sc_* by Willy Tarreau · 2 years, 6 months ago
  2. fd9417b CLEANUP: stconn: rename cs_conn() to sc_conn() by Willy Tarreau · 2 years, 7 months ago
  3. ea27f48 CLEANUP: stconn: rename cs_{check,strm,strm_task} to sc_strm_* by Willy Tarreau · 2 years, 7 months ago
  4. 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · 2 years, 7 months ago
  5. 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · 2 years, 7 months ago
  6. 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 7 months ago
  7. 91b4726 MINOR: protocol: replace ctrl_type with xprt_type and clarify it by Willy Tarreau · 2 years, 7 months ago
  8. 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · 2 years, 7 months ago
  9. 3824743 CLEANUP: tree-wide: use fd_set_nonblock() and fd_set_cloexec() by Willy Tarreau · 2 years, 7 months ago
  10. acef5e2 MINOR: tree-wide: always consider EWOULDBLOCK in addition to EAGAIN by Willy Tarreau · 2 years, 7 months ago
  11. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
  12. da098e6 MINOR: stream-int/conn-stream: Move si_shut* and si_chk* in conn-stream scope by Christopher Faulet · 2 years, 8 months ago
  13. 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  14. 731c8e6 MINOR: stream: Simplify retries counter calculation by Christopher Faulet · 2 years, 8 months ago
  15. 909f318 MINOR: stream-int/stream: Move conn_retries counter in the stream by Christopher Faulet · 2 years, 8 months ago
  16. 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · 2 years, 8 months ago
  17. 807a3a5 MINOR: log: add '~' to frontend when the transport layer provides SSL by Willy Tarreau · 2 years, 8 months ago
  18. b4f96ed BUG/MINOR: log: Initialize the list element when allocating a new log server by Christopher Faulet · 2 years, 8 months ago
  19. 7750850 CLEANUP: Reapply ist.cocci with `--include-headers-for-types --recursive-includes` by Tim Duesterhus · 2 years, 9 months ago
  20. 211ea25 BUG/MINOR: logs: fix logsrv leaks on clean exit by Willy Tarreau · 2 years, 9 months ago
  21. 02fc86e MINOR: log: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  22. 95a61e8 MINOR: stream: Add pointer to front/back conn-streams into stream struct by Christopher Faulet · 3 years ago
  23. 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · 3 years ago
  24. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago
  25. 2ad2b1c BUG/MAJOR: segfault using multiple log forward sections. by Emeric Brun · 3 years ago
  26. 1ccbe12 DOC: log: Add comments to specify when session's listener is defined or not by Christopher Faulet · 3 years, 1 month ago
  27. 2471f5c CLEANUP: Apply ist.cocci by Tim Duesterhus · 3 years, 1 month ago
  28. 68574dd MEDIUM: log: add the client's SNI to the default HTTPS log format by Willy Tarreau · 3 years, 1 month ago
  29. 6f74976 MEDIUM: connection: rename fc_conn_err and bc_conn_err to fc_err and bc_err by Willy Tarreau · 3 years, 1 month ago
  30. 52b28d2 BUILD: log: Fix compilation without SSL support by Christopher Faulet · 3 years, 1 month ago
  31. f9c4d8d MINOR: log: Rely on client addresses at the appropriate level to log messages by Christopher Faulet · 3 years, 1 month ago
  32. 6ff7de5 MINOR: tcpcheck: Support 2-steps args resolution in defaults sections by Christopher Faulet · 3 years, 2 months ago
  33. 1d58b01 MINOR: ssl: add ssl_fc_is_resumed to "option httpslog" by William Lallemand · 3 years, 2 months ago
  34. 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · 3 years, 2 months ago
  35. b7fc4c4 BUILD: tree-wide: add missing http_ana.h from many places by Willy Tarreau · 3 years, 2 months ago
  36. eaba25d BUG/MINOR: tcpcheck: Don't use arg list for default proxies during parsing by Christopher Faulet · 3 years, 2 months ago
  37. 1fe0fad MINOR: ssl: Rename ssl_bc_hsk_err to ssl_bc_err by Remi Tricot-Le Breton · 3 years, 2 months ago
  38. a015b3e MINOR: log: Try to get the status code when MUX_EXIT_STATUS is retrieved by Christopher Faulet · 3 years, 2 months ago
  39. 1655424 CLEANUP: Apply bug_on.cocci by Tim Duesterhus · 3 years, 3 months ago
  40. 20b7a0f MINOR: log: make log-format expressions completely usable outside of req/resp by Willy Tarreau · 3 years, 3 months ago
  41. fe21fe7 MINOR: log: Add new "error-log-format" option by Remi Tricot-Le Breton · 3 years, 3 months ago
  42. 98b930d MINOR: ssl: Define a default https log format by Remi Tricot-Le Breton · 3 years, 4 months ago
  43. c453f95 MINOR: http: use http uri parser for path by Amaury Denoyelle · 3 years, 5 months ago
  44. 2a651e2 BUILD: log: remove unused fmt_directive() by Willy Tarreau · 3 years, 6 months ago
  45. fd6ab66 MINOR: log: remove the long-deprecated early log-format tags by Willy Tarreau · 3 years, 6 months ago
  46. ce986e1 REORG: errors: split errors reporting function from log.c by Amaury Denoyelle · 3 years, 6 months ago
  47. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 7 months ago
  48. 9f903af MEDIUM: log: slightly refine the output format of alerts/warnings/etc by Willy Tarreau · 3 years, 7 months ago
  49. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  50. 1d26f22 BUG/MINOR: logs: Report the true number of retries if there was no connection by Christopher Faulet · 3 years, 8 months ago
  51. fd81848 MINOR: logs: Add support of checks as session origin to format lf strings by Christopher Faulet · 3 years, 8 months ago
  52. 0c6d1dc BUG/MINOR: listener: Handle allocation error when allocating a new bind_conf by Christopher Faulet · 3 years, 8 months ago
  53. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
  54. 1851572 CLEANUP: atomic: add a fetch-and-xxx variant for common operations by Willy Tarreau · 3 years, 8 months ago
  55. f509065 MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state by Willy Tarreau · 3 years, 8 months ago
  56. 2675490 BUG/MEDIUM: log: fix config parse error logging on stdout/stderr or any raw fd by Emeric Brun · 3 years, 8 months ago
  57. 94aab06 MEDIUM: log: support tcp or stream addresses on log lines. by Emeric Brun · 3 years, 8 months ago
  58. 9533a70 MINOR: log: register config file and line number on log servers. by Emeric Brun · 3 years, 8 months ago
  59. 7b01a8d MINOR: global: define diagnostic mode of execution by Amaury Denoyelle · 3 years, 8 months ago
  60. 581db2b MINOR: payload/config: Warn if a L6 sample fetch is used from an HTTP proxy by Christopher Faulet · 3 years, 8 months ago
  61. 433b05f MINOR: cfgparse/bind: suggest correct spelling for unknown bind keywords by Willy Tarreau · 3 years, 9 months ago
  62. 7b5777d CLEANUP: Use isttest(const struct ist) whenever possible by Tim Duesterhus · 3 years, 9 months ago
  63. 92c696e CLEANUP: Use ist2(const void*, size_t) whenever possible by Tim Duesterhus · 3 years, 9 months ago
  64. 6616132 MINOR: listener: refine the default MAX_ACCEPT from 64 to 4 by Willy Tarreau · 3 years, 10 months ago
  65. 142dd33 MINOR: muxes: Add exit status for errors about not implemented features by Christopher Faulet · 4 years ago
  66. e5ff141 CLEANUP: Compare the return value of `XXXcmp()` functions with zero by Tim Duesterhus · 4 years ago
  67. f38a018 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  68. 7f8314c MINOR: opentracing: add ARGC_OT enum by Miroslav Zagorac · 4 years ago
  69. ce5e6bc MINOR: logs: Get the multiplexer exist status when no stream is provided by Christopher Faulet · 4 years, 2 months ago
  70. dd78921 MINOR: logs: Use session idle duration when no stream is provided by Christopher Faulet · 4 years, 2 months ago
  71. fcdfd85 MINOR: log: Logging HTTP path only with %HPO by Maciej Zdeb · 4 years ago
  72. 0237c4e BUG/MEDIUM: local log format regression. by Emeric Brun · 4 years ago
  73. a0133fc BUG/MINOR: log: fix risk of null deref on error path by Willy Tarreau · 4 years, 1 month ago
  74. ae32ac7 BUG/MINOR: log: fix memory leak on logsrv parse error by Willy Tarreau · 4 years, 1 month ago
  75. e140a69 MINOR: log: set the UDP receiver's I/O handler in the receiver by Willy Tarreau · 4 years, 2 months ago
  76. b0c331f BUG/MINOR: proxy/log: frontend/backend and log forward names must differ by Emeric Brun · 4 years, 2 months ago
  77. cbb7bf7 MEDIUM: log: syslog TCP support on log forward section. by Emeric Brun · 4 years, 2 months ago
  78. a39ecbd BUG/MINOR: proxy: inc req counter on new syslog messages. by Emeric Brun · 4 years, 2 months ago
  79. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · 4 years, 3 months ago
  80. 26ff5da MINOR: log-forward: use str2receiver() to parse the dgram-bind address by Willy Tarreau · 4 years, 3 months ago
  81. 3baec24 MEDIUM: tools: make str2sa_range() only report AF_CUST_UDP on listeners by Willy Tarreau · 4 years, 3 months ago
  82. 8959926 MINOR: log: detect LOG_TARGET_FD from the fd and not from the syntax by Willy Tarreau · 4 years, 3 months ago
  83. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · 4 years, 3 months ago
  84. 3281993 MINOR: tools: add several PA_O_* flags in str2sa_range() callers by Willy Tarreau · 4 years, 3 months ago
  85. 8b0fa8f MEDIUM: config: remove all checks for missing/invalid ports/ranges by Willy Tarreau · 4 years, 3 months ago
  86. 8095876 MINOR: tools: add several PA_O_PORT_* flags in str2sa_range() callers by Willy Tarreau · 4 years, 3 months ago
  87. cd3a5591 MINOR: tools: make str2sa_range() take more options than just resolve by Willy Tarreau · 4 years, 3 months ago
  88. a5b325f MINOR: protocol: add a real family for existing FDs by Willy Tarreau · 4 years, 3 months ago
  89. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · 4 years, 3 months ago
  90. e1c4c80 BUG/MINOR: log: gracefully handle the "udp@" address format for log servers by Willy Tarreau · 4 years, 3 months ago
  91. 3b139e5 BUG/MEDIUM: log-forward: always quit on parsing errors by Willy Tarreau · 4 years, 3 months ago
  92. 76aaa7f MEDIUM: log-forward: use "dgram-bind" instead of "bind" for the listener by Willy Tarreau · 4 years, 3 months ago
  93. f9feec2 BUG/MINOR: log-forward: fail on unknown keywords by Willy Tarreau · 4 years, 3 months ago
  94. 6b79f38 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 4 months ago
  95. 45c457a MINOR: log: adds counters on received syslog messages. by Emeric Brun · 4 years, 5 months ago
  96. 12941c8 MEDIUM: log: adds log forwarding section. by Emeric Brun · 4 years, 5 months ago
  97. 54932b4 MINOR: log: adds syslog udp message handler and parsing. by Emeric Brun · 4 years, 5 months ago
  98. 5464885 MEDIUM: log/sink: re-work and merge of build message API. by Emeric Brun · 4 years, 5 months ago
  99. 2f4cc28 BUG/MEDIUM: log: issue mixing sampled to not sampled log servers. by Emeric Brun · 4 years, 5 months ago
  100. b4174d5 MINOR: log: Remove unused case statement during the log-format string parsing by Christopher Faulet · 4 years, 5 months ago