1. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · 11 years ago
  2. 6d4e4e8 MEDIUM: acl: remove a lot of useless ACLs that are equivalent to their fetches by Willy Tarreau · 11 years ago
  3. d86e29d CLEANUP: acl: remove unused references to ACL_USE_* by Willy Tarreau · 11 years ago
  4. 25320b2 MEDIUM: proxy: remove acl_requires and just keep a flag "http_needed" by Willy Tarreau · 11 years ago
  5. c48c90d MAJOR: acl: remove the arg_mask from the ACL definition and use the sample fetch's by Willy Tarreau · 11 years ago
  6. 8ed669b MAJOR: acl: make all ACLs reference the fetch function via a sample. by Willy Tarreau · 11 years ago
  7. d6896bc MINOR: frontend: rename sample fetch functions and declare the sample keywords by Willy Tarreau · 11 years ago
  8. d79a3b2 BUG/MINOR: log: make log-format, unique-id-format and add-header more independant by Willy Tarreau · 12 years ago
  9. 7f7ad91 BUILD: stream_interface: remove si_fd() and its references by Willy Tarreau · 12 years ago
  10. 19d14ef MEDIUM: make the trash be a chunk instead of a char * by Willy Tarreau · 12 years ago
  11. f2943dc MAJOR: session: detach the connections from the stream interfaces by Willy Tarreau · 12 years ago
  12. e1e4a61 REORG: connection: move the PROXY protocol management to connection.c by Willy Tarreau · 12 years ago
  13. 82569f9 MEDIUM: monitor: simplify handling of monitor-net and mode health by Willy Tarreau · 12 years ago
  14. 40ff59d CLEANUP: fd: remove fdtab->flags by Willy Tarreau · 12 years ago
  15. 74172ff CLEANUP: frontend: remove the old proxy protocol decoder by Willy Tarreau · 12 years ago
  16. 22cda21 MAJOR: connection: make the PROXY decoder a handshake handler by Willy Tarreau · 12 years ago
  17. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · 12 years ago
  18. 8263d2b CLEANUP: channel: use "channel" instead of "buffer" in function names by Willy Tarreau · 12 years ago
  19. 03cdb7c CLEANUP: channel: usr CF_/CHN_ prefixes instead of BF_/BUF_ by Willy Tarreau · 12 years ago
  20. af81935 REORG: channel: move buffer_{replace,insert_line}* to buffer.{c,h} by Willy Tarreau · 12 years ago
  21. 3bf1b2b MAJOR: channel: stop relying on BF_FULL to take action by Willy Tarreau · 12 years ago
  22. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  23. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · 12 years ago
  24. 572bf90 REORG/MAJOR: extract "struct buffer" from "struct channel" by Willy Tarreau · 12 years ago
  25. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · 12 years ago
  26. 49b046d MAJOR: fd: replace all EV_FD_* macros with new fd_*_* inline calls by Willy Tarreau · 12 years ago
  27. fb7508a REORG/MINOR: stream_interface: move si->fd to struct connection by Willy Tarreau · 12 years ago
  28. 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · 12 years ago
  29. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · 12 years ago
  30. 32a6f2e MEDIUM: acl/pattern: use the same direction scheme by Willy Tarreau · 12 years ago
  31. 24e32d8 MEDIUM: acl: replace acl_expr with args in acl fetch_* functions by Willy Tarreau · 12 years ago
  32. 21e5b0e MEDIUM: get rid of SMP_F_READ_ONLY and SMP_F_MUST_FREE by Willy Tarreau · 12 years ago
  33. f853c46 MEDIUM: pattern/acl: get rid of temp_pattern in ACLs by Willy Tarreau · 12 years ago
  34. 3740635 MAJOR: acl: make use of the new sample struct and get rid of acl_test by Willy Tarreau · 12 years ago
  35. 422aa07 MEDIUM: pattern: add new sample types to replace pattern types by Willy Tarreau · 12 years ago
  36. 0146c2e MEDIUM: acl: remove unused tests for missing args when args are mandatory by Willy Tarreau · 12 years ago
  37. fc2c1fd MAJOR: acl: ensure that implicit table and proxies are valid by Willy Tarreau · 12 years ago
  38. d28c353 MAJOR: acl: make acl_find_targets also resolve proxy names at config time by Willy Tarreau · 12 years ago
  39. 61612d4 MAJOR: acl: store the ACL argument types in the ACL keyword declaration by Willy Tarreau · 12 years ago
  40. 34db108 MAJOR: acl: make use of the new argument parsing framework by Willy Tarreau · 12 years ago
  41. 02d6cfc MAJOR: buffer: replace buf->l with buf->{o+i} by Willy Tarreau · 12 years ago
  42. 2133782 CLEANUP: remove a few warning about unchecked return values in debug code by Willy Tarreau · 12 years ago
  43. 9b061e3 MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET by Willy Tarreau · 12 years ago
  44. 0bc0c24 MINOR: Add TO/FROM_SET flags to struct stream_interface by Aman Gupta · 12 years ago
  45. bddd4fd MEDIUM: log: use log_format for mode tcplog by William Lallemand · 12 years ago
  46. a5e3756 MEDIUM: acl: use temp_pattern to store any integer-type information by Willy Tarreau · 13 years ago
  47. 0f99e34 MEDIUM: log: Use linked lists for loggers by William Lallemand · 13 years ago
  48. ac1932d MEDIUM: tune.http.maxhdr makes it possible to configure the maximum number of HTTP headers by Willy Tarreau · 13 years ago
  49. 34eb671 OPTIM/MINOR: move the hdr_idx pools out of the proxy struct by Willy Tarreau · 13 years ago
  50. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · 13 years ago
  51. b0f7532 [MINOR] frontend: ensure debug message length is always initialized by Willy Tarreau · 13 years ago
  52. 631f01c [MINOR] make use of addr_to_str() and get_host_port() to replace many inet_ntop() by Willy Tarreau · 13 years ago
  53. 1620ec3 [MEDIUM] checks: group health checks methods by values and save option bits by Willy Tarreau · 13 years ago
  54. a73fcaf [MINOR] frontend: add a make_proxy_line function by Willy Tarreau · 13 years ago
  55. 7d0aaf3 [MEDIUM] stats: split frontend and backend stats by Willy Tarreau · 13 years ago
  56. 295a837 [REORG] session: move the data_ctx struct to the stream interface's applet by Willy Tarreau · 13 years ago
  57. 75581ae [CLEANUP] session: remove data_source from struct session by Willy Tarreau · 13 years ago
  58. 957c0a5 [REORG] session: move client and server address to the stream interface by Willy Tarreau · 13 years ago
  59. 7d286a0 [BUILD] frontend: shut a warning with TCP_MAXSEG by Willy Tarreau · 13 years ago
  60. 48a7e72 [MINOR] tcp: add support for dynamic MSS setting by Willy Tarreau · 14 years ago
  61. 9c3bc22 [CLEANUP] frontend: only apply TCP-specific settings to TCP/TCP6 sockets by Willy Tarreau · 14 years ago
  62. abe8ea5 [BUG] accept: don't close twice upon error by Willy Tarreau · 14 years ago
  63. fffe132 [CLEANUP] accept: replace some inappropriate Alert() calls with send_log() by Willy Tarreau · 14 years ago
  64. ed76092 [MEDIUM] Add supports of bind on unix sockets. by Emeric Brun · 14 years ago
  65. ab844ea [MINOR] Support of unix listener sockets for debug and log event messages on frontend.c by Emeric Brun · 14 years ago
  66. 861ccff [MINOR] frontend: add tcpv6 support on accept-proxy bind by Emeric Brun · 14 years ago
  67. f4711a3 [MINOR] frontend: improve accept-proxy header parsing by Emeric Brun · 14 years ago
  68. 8b0cbf9 [MINOR] frontend: add a new analyser to parse a proxied connection by Willy Tarreau · 14 years ago
  69. 81f9aa3 [MAJOR] frontend: split accept() into frontend_accept() and session_accept() by Willy Tarreau · 14 years ago
  70. 35a0994 [MAJOR] frontend: reorder the session initialization upon accept by Willy Tarreau · 14 years ago
  71. ee55dc0 [MINOR] frontend: rely on the frontend and not the backend for INDEPSTR by Willy Tarreau · 14 years ago
  72. 070ceb6 [MEDIUM] session: don't assign conn_retries upon accept() anymore by Willy Tarreau · 14 years ago
  73. ee28de0 [MEDIUM] session: move the conn_retries attribute to the stream interface by Willy Tarreau · 14 years ago
  74. a360d28 [MAJOR] frontend: don't initialize the server-side stream_int anymore by Willy Tarreau · 14 years ago
  75. d04e858 [MEDIUM] session: initialize server-side timeouts after connect() by Willy Tarreau · 14 years ago
  76. ace495e [CLEANUP] buffer->cto is not used anymore by Willy Tarreau · 14 years ago
  77. de3041d [MINOR] frontend: only check for monitor-net rules if LI_O_CHK_MONNET is set by Willy Tarreau · 14 years ago
  78. a5c0ab2 [MEDIUM] frontend: check for LI_O_TCP_RULES in the listener by Willy Tarreau · 14 years ago
  79. 2281b7f [OPTIM] frontend: tell the compiler that errors are unlikely to occur by Willy Tarreau · 14 years ago
  80. f67c978 [MEDIUM] tcp: check for pure layer4 rules immediately after accept() by Willy Tarreau · 14 years ago
  81. eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · 14 years ago
  82. 03fa5df [CLEANUP] rename client -> frontend by Willy Tarreau · 14 years ago[Renamed (98%) from src/client.c]
  83. 645513a [CLEANUP] client: move some ACLs away to their respective locations by Willy Tarreau · 14 years ago
  84. a93c4bb [MINOR] accept: count the incoming connection earlier by Willy Tarreau · 14 years ago
  85. e29e1c5 [BUG] client: always ensure to zero rep->analysers by Willy Tarreau · 14 years ago
  86. a3445fc [BUG] http: the transaction must be initialized even in TCP mode by Willy Tarreau · 14 years ago
  87. b337b53 [MEDIUM] acl: add tree-based lookups of networks by Willy Tarreau · 14 years ago
  88. e803de2 [MINOR] add the ability to force kernel socket buffer size. by Willy Tarreau · 14 years ago
  89. 346f76d [MINOR] acl: add fe_id/so_id to match frontend's and socket's id by Krzysztof Piotr Oledzki · 14 years ago
  90. b982a3d [MEDIUM] Add stick table configuration and init. by Emeric Brun · 14 years ago
  91. 5d16eda [MEDIUM] Add src dst and dport pattern fetches. by Emeric Brun · 14 years ago
  92. a3377ee [MINOR] http: move appsession 'sessid' from session to http_txn by Willy Tarreau · 14 years ago
  93. 0937bc4 [MINOR] http: move the http transaction init/cleanup code to proto_http by Willy Tarreau · 15 years ago
  94. 7c3c541 [MAJOR] buffers: automatically compute the maximum buffer length by Willy Tarreau · 15 years ago
  95. bf47aeb [MEDIUM] appsession: add the "request-learn" option by Cyril Bonté · 15 years ago
  96. 8d5d77e [OPTIM] move some rarely used fields out of fdtab by Willy Tarreau · 15 years ago
  97. a36af91 [MINOR] acl: add fe_conn, be_conn, queue, avg_queue by Willy Tarreau · 15 years ago
  98. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · 15 years ago
  99. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · 15 years ago
  100. 65671ab [MINOR] remove now obsolete ana_state from the session struct by Willy Tarreau · 15 years ago