1. 817538e BUILD: sink: include proxy.h in sink.c by Willy Tarreau · 3 years, 2 months ago
  2. 4bad5e2 BUILD: sink: include tools.h in sink.c by Willy Tarreau · 3 years, 2 months ago
  3. b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 2 months ago
  4. b2be9a1 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 2 months ago
  5. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 2 months ago
  6. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 3 months ago
  7. 94aab06 MEDIUM: log: support tcp or stream addresses on log lines. by Emeric Brun · 3 years, 3 months ago
  8. 9533a70 MINOR: log: register config file and line number on log servers. by Emeric Brun · 3 years, 3 months ago
  9. 30c0537 REORG: server: use flags for parse_server by Amaury Denoyelle · 3 years, 4 months ago
  10. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 4 months ago
  11. 61cfdf4 CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x) by Willy Tarreau · 3 years, 4 months ago
  12. a7ebffe BUG/MINOR: sink: Return an allocation failure in __sink_new if strdup() fails by Tim Duesterhus · 3 years, 6 months ago
  13. 26256f8 MINOR: stream: Pass an optional input buffer when a stream is created by Christopher Faulet · 3 years, 10 months ago
  14. fdabf49 BUG/MAJOR: ring: tcp forward on ring can break the reader counter. by Emeric Brun · 3 years, 7 months ago
  15. 0237c4e BUG/MEDIUM: local log format regression. by Emeric Brun · 3 years, 7 months ago
  16. fc633b6 CLEANUP: config: Return ERR_NONE from config callbacks instead of 0 by Christopher Faulet · 3 years, 8 months ago
  17. 9b7587a MINOR: connection: make sockaddr_alloc() take the address to be copied by Willy Tarreau · 3 years, 9 months ago
  18. d3db384 BUG/MEDIUM: resolve: fix init resolving for ring and peers section. by Emeric Brun · 4 years ago
  19. 12941c8 MEDIUM: log: adds log forwarding section. by Emeric Brun · 4 years ago
  20. 5464885 MEDIUM: log/sink: re-work and merge of build message API. by Emeric Brun · 4 years ago
  21. 46a030c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  22. b39a375 BUG/MINOR: log: missing timezone on iso dates. by Emeric Brun · 4 years ago
  23. 9f9b22c MINOR: log: add time second fraction field to rfc5424 log timestamp. by Emeric Brun · 4 years ago
  24. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years ago
  25. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  26. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  27. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  28. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  29. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  30. 83487a8 REORG: include: move cli.h to haproxy/cli{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  31. 3727a8a REORG: include: move signal.h to haproxy/signal{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  32. ba2f73d REORG: include: move sink.h to haproxy/sink{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  33. d2ad57c REORG: include: move ring to haproxy/ring{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  34. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  35. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  36. eb6f701 REORG: include: move ist.h from common/ to import/ by Willy Tarreau · 4 years, 1 month ago
  37. 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
  38. 570a22b BUILD: sink: address build warning on 32-bit architectures by Willy Tarreau · 4 years, 1 month ago
  39. 9755647 MEDIUM: ring: add new srv statement to support octet counting forward by Emeric Brun · 4 years, 1 month ago
  40. 494c505 MEDIUM: ring: add server statement to forward messages from a ring by Emeric Brun · 4 years, 1 month ago
  41. 9f2ff3a BUG/MINOR: error on unknown statement in ring section. by Emeric Brun · 4 years, 1 month ago
  42. 99c453d MEDIUM: ring: new section ring to declare custom ring buffers. by Emeric Brun · 4 years, 1 month ago
  43. d68a692 Revert "MEDIUM: sink: add global statement to create a new ring (sink buffer)" by Willy Tarreau · 4 years, 1 month ago
  44. 957ec59 MEDIUM: sink: add global statement to create a new ring (sink buffer) by Emeric Brun · 4 years, 2 months ago
  45. bd16381 MEDIUM: sink: build header in sink_write for log formats by Emeric Brun · 4 years, 2 months ago
  46. fcf9498 MINOR: ring: make the parse function automatically set the handler/release by Willy Tarreau · 4 years, 8 months ago
  47. a63a5c2 MINOR: sink: Set the default max length for a message to BUFSIZE by Christopher Faulet · 4 years, 8 months ago
  48. f8340e3 MINOR: sink: change ring buffer "buf0"'s format to "timed" by Willy Tarreau · 4 years, 9 months ago
  49. 53ba9d9 MINOR: sink: finally implement support for SINK_FMT_{TIMED,ISO} by Willy Tarreau · 4 years, 9 months ago
  50. 7e9776a MINOR: fd/log/sink: make the non-blocking initialization depend on the initialized bit by Willy Tarreau · 4 years, 10 months ago
  51. 1d181e4 MEDIUM: ring: implement a wait mode for watchers by Willy Tarreau · 4 years, 10 months ago
  52. 8f24023 MINOR: sink: now report the number of dropped events on output by Willy Tarreau · 4 years, 10 months ago
  53. 9f830d7 MINOR: sink: implement "show events" to show supported sinks and dump the rings by Willy Tarreau · 4 years, 10 months ago
  54. 4ed23ca MINOR: sink: add support for ring buffers by Willy Tarreau · 4 years, 10 months ago
  55. a1426de MINOR: sink: now call the generic fd write function by Willy Tarreau · 4 years, 10 months ago
  56. 799e9ed MINOR: sink: set the fd-type sinks to non-blocking by Willy Tarreau · 4 years, 10 months ago
  57. 973e662 MINOR: sink: add a support for file descriptors by Willy Tarreau · 4 years, 11 months ago
  58. 67b5a16 MINOR: sink: create definitions a minimal code for event sinks by Willy Tarreau · 5 years ago