1. 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
  2. d68ff01 CLEANUP: stconn: rename cs{,_get}_{src,dst} to sc_* by Willy Tarreau · 2 years, 6 months ago
  3. fd9417b CLEANUP: stconn: rename cs_conn() to sc_conn() by Willy Tarreau · 2 years, 6 months ago
  4. 7cb9e6c CLEANUP: stream: rename "csf" and "csb" to "scf" and "scb" by Willy Tarreau · 2 years, 6 months ago
  5. 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · 2 years, 7 months ago
  6. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
  7. 8da67aa MEDIUM: stream-int/conn-stream: Move src/dst addresses in the conn-stream by Christopher Faulet · 2 years, 8 months ago
  8. 503d264 MINOR: frontend: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  9. 95a61e8 MINOR: stream: Add pointer to front/back conn-streams into stream struct by Christopher Faulet · 3 years ago
  10. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago
  11. c9c8e1c MINOR: frontend: Rely on client src and dst addresses at stream level by Christopher Faulet · 3 years, 1 month ago
  12. 37a9e21 MINOR: sample/arg: Be able to resolve args found in defaults sections by Christopher Faulet · 3 years, 1 month ago
  13. 9310f48 CLEANUP: tree-wide: remove unneeded include time.h in ~20 files by Willy Tarreau · 3 years, 2 months ago
  14. 75f619a MINOR: http-ana: Simplify creation/destruction of HTTP transactions by Christopher Faulet · 3 years, 9 months ago
  15. e13ee70 MINOR: frontend: Create HTTP txn for HTX streams by Christopher Faulet · 3 years, 8 months ago
  16. ec4cfc3 CLEANUP: frontend: use pool_zalloc() in frontend_accept() by Willy Tarreau · 3 years, 8 months ago
  17. da184d5 MINOR: frontend: add client timeout sample fetch by Amaury Denoyelle · 4 years ago
  18. 38ba647 REORG: listener: move the receiving FD to struct receiver by Willy Tarreau · 4 years, 3 months ago
  19. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 6 months ago
  20. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  21. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  22. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  23. c2b1ff0 REORG: include: move http_ana.h to haproxy/http_ana{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  24. f1d32c4 REORG: include: move channel.h to haproxy/channel{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  25. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  26. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  27. fc77454 REORG: include: move proto_tcp.h to haproxy/proto_tcp.h by Willy Tarreau · 4 years, 6 months ago
  28. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  29. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  30. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  31. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 6 months ago
  32. aa74c4e REORG: include: move arg.h to haproxy/arg{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  33. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  34. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 6 months ago
  35. c13ed53 REORG: include: move common/chunk.h to haproxy/chunk.h by Willy Tarreau · 4 years, 6 months ago
  36. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 6 months ago
  37. 58017ee REORG: include: move the BUG_ON() code to haproxy/bug.h by Willy Tarreau · 4 years, 6 months ago
  38. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 6 months ago
  39. 2e8ab6b MINOR: use DISGUISE() everywhere we deliberately want to ignore a result by Willy Tarreau · 4 years, 9 months ago
  40. 44a7d8e MINOR: frontend: switch from conn->addr.{from,to} to conn->{src,dst} by Willy Tarreau · 5 years ago
  41. a0a4b09 MINOR: frontend: switch to conn_get_{src,dst}() for logging and debugging by Willy Tarreau · 5 years ago
  42. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  43. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  44. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  45. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  46. 9a66dfb MINOR: proxy: Add fe_defbe fetcher by Marcin Deranek · 7 years ago
  47. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  48. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · 7 years ago
  49. 20814ff MINOR: frontend: don't retrieve ALPN on the critical path by Willy Tarreau · 7 years ago
  50. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · 7 years ago
  51. 27f2dbb BUG/MAJOR: frontend: don't dereference a null conn on outgoing connections by Willy Tarreau · 7 years ago
  52. 9c26680 MINOR: frontend: report the connection's ALPN in the debug output by Willy Tarreau · 8 years ago
  53. 0cfe388 MINOR: frontend: retrieve the ALPN name when available by Willy Tarreau · 8 years ago
  54. 0a6bed2 MINOR: frontend: initialize HTTP layer after the debugging code by Willy Tarreau · 8 years ago
  55. d2471c2 MINOR: proxy: Add fe_name/be_name fetchers next to existing fe_id/be_id by Marcin Deranek · 8 years ago
  56. ad9a7e9 MINOR: Add fe_req_rate sample fetch by Nenad Merdanovic · 8 years ago
  57. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · 9 years ago
  58. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · 9 years ago
  59. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · 9 years ago
  60. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · 10 years ago
  61. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · 10 years ago
  62. c8815ef MEDIUM: frontend: move some remaining stream settings to stream_new() by Willy Tarreau · 10 years ago
  63. e0232f1 MEDIUM: frontend: don't restrict frontend_accept() to connections anymore by Willy Tarreau · 10 years ago
  64. f9d1bc6 MEDIUM: frontend: move the fd-specific settings to session_accept_fd() by Willy Tarreau · 10 years ago
  65. 99eb0f1 MEDIUM: frontend: move some stream initialisation to stream_new() by Willy Tarreau · 10 years ago
  66. c5a7ff4 MEDIUM: frontend: make ->accept only return +/-1 by Willy Tarreau · 10 years ago
  67. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · 10 years ago
  68. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · 10 years ago
  69. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · 10 years ago
  70. cb7dd01 MEDIUM: http: move header captures from http_txn to struct stream by Willy Tarreau · 10 years ago
  71. 9ad7bd4 MEDIUM: session: use the pointer to the origin instead of s->si[0].end by Willy Tarreau · 10 years ago
  72. e36cbcb MEDIUM: stream: move the frontend's pointer to the session by Willy Tarreau · 10 years ago
  73. fb0afa7 MEDIUM: stream: move the listener's pointer to the session by Willy Tarreau · 10 years ago
  74. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 10 years ago
  75. 22ec1ea REORG/MAJOR: move session's req and resp channels back into the session by Willy Tarreau · 10 years ago
  76. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · 10 years ago
  77. 9654e57 BUG/MAJOR: frontend: initialize capture pointers earlier by Willy Tarreau · 10 years ago
  78. d9ed3d2 MINOR: logs: don't limit HTTP header captures to HTTP frontends by Willy Tarreau · 10 years ago
  79. ad38ace MEDIUM: connection: centralize handling of nolinger in fd management by Willy Tarreau · 11 years ago
  80. 89efaed BUILD: definitely silence some stupid GCC warnings by Willy Tarreau · 11 years ago
  81. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · 11 years ago
  82. ef38c39 MEDIUM: sample: systematically pass the keyword pointer to the keyword by Willy Tarreau · 11 years ago
  83. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · 11 years ago
  84. 6d4e4e8 MEDIUM: acl: remove a lot of useless ACLs that are equivalent to their fetches by Willy Tarreau · 11 years ago
  85. d86e29d CLEANUP: acl: remove unused references to ACL_USE_* by Willy Tarreau · 12 years ago
  86. 25320b2 MEDIUM: proxy: remove acl_requires and just keep a flag "http_needed" by Willy Tarreau · 12 years ago
  87. c48c90d MAJOR: acl: remove the arg_mask from the ACL definition and use the sample fetch's by Willy Tarreau · 12 years ago
  88. 8ed669b MAJOR: acl: make all ACLs reference the fetch function via a sample. by Willy Tarreau · 12 years ago
  89. d6896bc MINOR: frontend: rename sample fetch functions and declare the sample keywords by Willy Tarreau · 12 years ago
  90. d79a3b2 BUG/MINOR: log: make log-format, unique-id-format and add-header more independant by Willy Tarreau · 12 years ago
  91. 7f7ad91 BUILD: stream_interface: remove si_fd() and its references by Willy Tarreau · 12 years ago
  92. 19d14ef MEDIUM: make the trash be a chunk instead of a char * by Willy Tarreau · 12 years ago
  93. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · 12 years ago
  94. e1e4a61 REORG: connection: move the PROXY protocol management to connection.c by Willy Tarreau · 12 years ago
  95. 82569f9 MEDIUM: monitor: simplify handling of monitor-net and mode health by Willy Tarreau · 12 years ago
  96. 40ff59d CLEANUP: fd: remove fdtab->flags by Willy Tarreau · 12 years ago
  97. 74172ff CLEANUP: frontend: remove the old proxy protocol decoder by Willy Tarreau · 12 years ago
  98. 22cda21 MAJOR: connection: make the PROXY decoder a handshake handler by Willy Tarreau · 12 years ago
  99. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · 12 years ago
  100. 8263d2b CLEANUP: channel: use "channel" instead of "buffer" in function names by Willy Tarreau · 12 years ago