1. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  2. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  3. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  4. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  5. 9a66dfb MINOR: proxy: Add fe_defbe fetcher by Marcin Deranek · 6 years ago
  6. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  7. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · 7 years ago
  8. 20814ff MINOR: frontend: don't retrieve ALPN on the critical path by Willy Tarreau · 7 years ago
  9. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · 7 years ago
  10. 27f2dbb BUG/MAJOR: frontend: don't dereference a null conn on outgoing connections by Willy Tarreau · 7 years ago
  11. 9c26680 MINOR: frontend: report the connection's ALPN in the debug output by Willy Tarreau · 8 years ago
  12. 0cfe388 MINOR: frontend: retrieve the ALPN name when available by Willy Tarreau · 8 years ago
  13. 0a6bed2 MINOR: frontend: initialize HTTP layer after the debugging code by Willy Tarreau · 8 years ago
  14. d2471c2 MINOR: proxy: Add fe_name/be_name fetchers next to existing fe_id/be_id by Marcin Deranek · 8 years ago
  15. ad9a7e9 MINOR: Add fe_req_rate sample fetch by Nenad Merdanovic · 8 years ago
  16. 136f9d3 MINOR: samples: rename union from "data" to "u" by Thierry FOURNIER · 9 years ago
  17. 8c542ca MEDIUM: samples: Use the "struct sample_data" in the "struct sample" by Thierry FOURNIER · 9 years ago
  18. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · 9 years ago
  19. 0786d05 MEDIUM: sample: change the prototype of sample-fetches functions by Thierry FOURNIER · 9 years ago
  20. 0a9a2b8 MEDIUM: sample change the prototype of sample-fetches and converters functions by Thierry FOURNIER · 9 years ago
  21. c8815ef MEDIUM: frontend: move some remaining stream settings to stream_new() by Willy Tarreau · 9 years ago
  22. e0232f1 MEDIUM: frontend: don't restrict frontend_accept() to connections anymore by Willy Tarreau · 9 years ago
  23. f9d1bc6 MEDIUM: frontend: move the fd-specific settings to session_accept_fd() by Willy Tarreau · 9 years ago
  24. 99eb0f1 MEDIUM: frontend: move some stream initialisation to stream_new() by Willy Tarreau · 9 years ago
  25. c5a7ff4 MEDIUM: frontend: make ->accept only return +/-1 by Willy Tarreau · 9 years ago
  26. 192252e MAJOR: sample: pass a pointer to the session to each sample fetch function by Willy Tarreau · 9 years ago
  27. 15e91e1 MAJOR: sample: don't pass l7 anymore to sample fetch functions by Willy Tarreau · 9 years ago
  28. eee5b51 MAJOR: http: move http_txn out of struct stream by Willy Tarreau · 9 years ago
  29. cb7dd01 MEDIUM: http: move header captures from http_txn to struct stream by Willy Tarreau · 9 years ago
  30. 9ad7bd4 MEDIUM: session: use the pointer to the origin instead of s->si[0].end by Willy Tarreau · 9 years ago
  31. e36cbcb MEDIUM: stream: move the frontend's pointer to the session by Willy Tarreau · 9 years ago
  32. fb0afa7 MEDIUM: stream: move the listener's pointer to the session by Willy Tarreau · 9 years ago
  33. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  34. 22ec1ea REORG/MAJOR: move session's req and resp channels back into the session by Willy Tarreau · 10 years ago
  35. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · 10 years ago
  36. 9654e57 BUG/MAJOR: frontend: initialize capture pointers earlier by Willy Tarreau · 10 years ago
  37. d9ed3d2 MINOR: logs: don't limit HTTP header captures to HTTP frontends by Willy Tarreau · 10 years ago
  38. ad38ace MEDIUM: connection: centralize handling of nolinger in fd management by Willy Tarreau · 11 years ago
  39. 89efaed BUILD: definitely silence some stupid GCC warnings by Willy Tarreau · 11 years ago
  40. b363a1f MAJOR: stream-int: stop using si->conn and use si->end instead by Willy Tarreau · 11 years ago
  41. ef38c39 MEDIUM: sample: systematically pass the keyword pointer to the keyword by Willy Tarreau · 11 years ago
  42. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · 11 years ago
  43. 6d4e4e8 MEDIUM: acl: remove a lot of useless ACLs that are equivalent to their fetches by Willy Tarreau · 11 years ago
  44. d86e29d CLEANUP: acl: remove unused references to ACL_USE_* by Willy Tarreau · 11 years ago
  45. 25320b2 MEDIUM: proxy: remove acl_requires and just keep a flag "http_needed" by Willy Tarreau · 11 years ago
  46. c48c90d MAJOR: acl: remove the arg_mask from the ACL definition and use the sample fetch's by Willy Tarreau · 11 years ago
  47. 8ed669b MAJOR: acl: make all ACLs reference the fetch function via a sample. by Willy Tarreau · 11 years ago
  48. d6896bc MINOR: frontend: rename sample fetch functions and declare the sample keywords by Willy Tarreau · 11 years ago
  49. d79a3b2 BUG/MINOR: log: make log-format, unique-id-format and add-header more independant by Willy Tarreau · 12 years ago
  50. 7f7ad91 BUILD: stream_interface: remove si_fd() and its references by Willy Tarreau · 12 years ago
  51. 19d14ef MEDIUM: make the trash be a chunk instead of a char * by Willy Tarreau · 12 years ago
  52. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · 12 years ago
  53. e1e4a61 REORG: connection: move the PROXY protocol management to connection.c by Willy Tarreau · 12 years ago
  54. 82569f9 MEDIUM: monitor: simplify handling of monitor-net and mode health by Willy Tarreau · 12 years ago
  55. 40ff59d CLEANUP: fd: remove fdtab->flags by Willy Tarreau · 12 years ago
  56. 74172ff CLEANUP: frontend: remove the old proxy protocol decoder by Willy Tarreau · 12 years ago
  57. 22cda21 MAJOR: connection: make the PROXY decoder a handshake handler by Willy Tarreau · 12 years ago
  58. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · 12 years ago
  59. 8263d2b CLEANUP: channel: use "channel" instead of "buffer" in function names by Willy Tarreau · 12 years ago
  60. 03cdb7c CLEANUP: channel: usr CF_/CHN_ prefixes instead of BF_/BUF_ by Willy Tarreau · 12 years ago
  61. af81935 REORG: channel: move buffer_{replace,insert_line}* to buffer.{c,h} by Willy Tarreau · 12 years ago
  62. 3bf1b2b MAJOR: channel: stop relying on BF_FULL to take action by Willy Tarreau · 12 years ago
  63. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  64. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · 12 years ago
  65. 572bf90 REORG/MAJOR: extract "struct buffer" from "struct channel" by Willy Tarreau · 12 years ago
  66. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · 12 years ago
  67. 49b046d MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls by Willy Tarreau · 12 years ago
  68. fb7508a REORG/MINOR: stream_interface: move si->fd to struct connection by Willy Tarreau · 12 years ago
  69. 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · 12 years ago
  70. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · 12 years ago
  71. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · 12 years ago
  72. 24e32d8 MEDIUM: acl: replace acl_expr with args in acl fetch_* functions by Willy Tarreau · 12 years ago
  73. 21e5b0e MEDIUM: get rid of SMP_F_READ_ONLY and SMP_F_MUST_FREE by Willy Tarreau · 12 years ago
  74. f853c46 MEDIUM: pattern/acl: get rid of temp_pattern in ACLs by Willy Tarreau · 12 years ago
  75. 3740635 MAJOR: acl: make use of the new sample struct and get rid of acl_test by Willy Tarreau · 12 years ago
  76. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · 12 years ago
  77. 0146c2e MEDIUM: acl: remove unused tests for missing args when args are mandatory by Willy Tarreau · 12 years ago
  78. fc2c1fd MAJOR: acl: ensure that implicit table and proxies are valid by Willy Tarreau · 12 years ago
  79. d28c353 MAJOR: acl: make acl_find_targets also resolve proxy names at config time by Willy Tarreau · 12 years ago
  80. 61612d4 MAJOR: acl: store the ACL argument types in the ACL keyword declaration by Willy Tarreau · 12 years ago
  81. 34db108 MAJOR: acl: make use of the new argument parsing framework by Willy Tarreau · 12 years ago
  82. 02d6cfc MAJOR: buffer: replace buf->l with buf->{o+i} by Willy Tarreau · 12 years ago
  83. 2133782 CLEANUP: remove a few warning about unchecked return values in debug code by Willy Tarreau · 12 years ago
  84. 9b061e3 MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET by Willy Tarreau · 12 years ago
  85. 0bc0c24 MINOR: Add TO/FROM_SET flags to struct stream_interface by Aman Gupta · 12 years ago
  86. bddd4fd MEDIUM: log: use log_format for mode tcplog by William Lallemand · 12 years ago
  87. a5e3756 MEDIUM: acl: use temp_pattern to store any integer-type information by Willy Tarreau · 13 years ago
  88. 0f99e34 MEDIUM: log: Use linked lists for loggers by William Lallemand · 13 years ago
  89. ac1932d MEDIUM: tune.http.maxhdr makes it possible to configure the maximum number of HTTP headers by Willy Tarreau · 13 years ago
  90. 34eb671 OPTIM/MINOR: move the hdr_idx pools out of the proxy struct by Willy Tarreau · 13 years ago
  91. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · 13 years ago
  92. b0f7532 [MINOR] frontend: ensure debug message length is always initialized by Willy Tarreau · 13 years ago
  93. 631f01c [MINOR] make use of addr_to_str() and get_host_port() to replace many inet_ntop() by Willy Tarreau · 13 years ago
  94. 1620ec3 [MEDIUM] checks: group health checks methods by values and save option bits by Willy Tarreau · 13 years ago
  95. a73fcaf [MINOR] frontend: add a make_proxy_line function by Willy Tarreau · 13 years ago
  96. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · 13 years ago
  97. 295a837 [REORG] session: move the data_ctx struct to the stream interface's applet by Willy Tarreau · 13 years ago
  98. 75581ae [CLEANUP] session: remove data_source from struct session by Willy Tarreau · 13 years ago
  99. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · 13 years ago
  100. 7d286a0 [BUILD] frontend: shut a warning with TCP_MAXSEG by Willy Tarreau · 13 years ago