1. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago
  2. 2e1dca8 MEDIUM: http: add "redirect scheme" to ease HTTP to HTTPS redirection by Willy Tarreau · 12 years ago
  3. fc0421f MEDIUM: ssl: add support for SNI and wildcard certificates by Emeric Brun · 12 years ago
  4. f5ae8f7 MEDIUM: config: centralize handling of SSL config per bind line by Willy Tarreau · 12 years ago
  5. 403edff MEDIUM: config: implement maxsslconn in the global section by Willy Tarreau · 12 years ago
  6. e566ecb MEDIUM: ssl: add support for prefer-server-ciphers option by David BERARD · 12 years ago
  7. ff9f769 BUILD: fix build error without SSL (ssl_cert) by Willy Tarreau · 12 years ago
  8. c230b8b MEDIUM: config: add "nosslv3" and "notlsv1" on bind and server lines by Willy Tarreau · 12 years ago
  9. d7aacbf MEDIUM: config: add a "ciphers" keyword to set SSL cipher suites by Willy Tarreau · 12 years ago
  10. fc32aca MINOR: ssl add global setting tune.sslcachesize to set SSL session cache size. by Emeric Brun · 12 years ago
  11. 01f8e2f MEDIUM: config: add support for the 'ssl' option on 'server' lines by Emeric Brun · 12 years ago
  12. 6e15929 MEDIUM: config: add the 'ssl' keyword on 'bind' lines by Emeric Brun · 12 years ago
  13. 7dd0e50 MEDIUM: connection: add a new handshake flag for SSL (CO_FL_SSL_WAIT_HS). by Emeric Brun · 12 years ago
  14. c6545ac MINOR: server: add SSL context to servers if USE_OPENSSL is defined by Emeric Brun · 12 years ago
  15. 0b8d4d9 MINOR: protocol: add SSL context to listeners if USE_OPENSSL is defined by Emeric Brun · 12 years ago
  16. dd2f85e CLEANUP: includes: fix includes for a number of users of fd.h by Willy Tarreau · 12 years ago
  17. 45dab73 CLEANUP: fdtab: flatten the struct and merge the spec struct with the rest by Willy Tarreau · 12 years ago
  18. 40ff59d CLEANUP: fd: remove fdtab->flags by Willy Tarreau · 12 years ago
  19. e9dfa79 MAJOR: connection: rearrange the polling flags. by Willy Tarreau · 12 years ago
  20. 74172ff CLEANUP: frontend: remove the old proxy protocol decoder by Willy Tarreau · 12 years ago
  21. 22cda21 MAJOR: connection: make the PROXY decoder a handshake handler by Willy Tarreau · 12 years ago
  22. 2542b53 MAJOR: session: introduce embryonic sessions by Willy Tarreau · 12 years ago
  23. 15678ef MEDIUM: connection: add an ->init function to data layer by Willy Tarreau · 12 years ago
  24. 14f8e86 MEDIUM: proto_tcp: remove any dependence on stream_interface by Willy Tarreau · 12 years ago
  25. 93b0f4f MEDIUM: stream_interface: remove CAP_SPLTCP/CAP_SPLICE flags by Willy Tarreau · 12 years ago
  26. 986a9d2 MAJOR: connection: move the addr field from the stream_interface by Willy Tarreau · 12 years ago
  27. 3cefd52 REORG: connection: move the target pointer from si to connection by Willy Tarreau · 12 years ago
  28. 8263d2b CLEANUP: channel: use "channel" instead of "buffer" in function names by Willy Tarreau · 12 years ago
  29. 03cdb7c CLEANUP: channel: usr CF_/CHN_ prefixes instead of BF_/BUF_ by Willy Tarreau · 12 years ago
  30. f941cf2 MAJOR: channel: remove the BF_FULL flag by Willy Tarreau · 12 years ago
  31. 8e21bb9 MAJOR: channel: remove the BF_OUT_EMPTY flag by Willy Tarreau · 12 years ago
  32. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  33. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · 12 years ago
  34. 96199b1 MAJOR: stream-interface: restore splicing mechanism by Willy Tarreau · 12 years ago
  35. 5368d80 MAJOR: connection: split the send call into connection and stream interface by Willy Tarreau · 12 years ago
  36. 1fe6bc3 MINOR: stream-interface: add an rcv_buf callback to sock_ops by Willy Tarreau · 12 years ago
  37. 2ba4465 MAJOR: raw_sock: extract raw_sock_to_buf() from raw_sock_read() by Willy Tarreau · 12 years ago
  38. 572bf90 REORG/MAJOR: extract "struct buffer" from "struct channel" by Willy Tarreau · 12 years ago
  39. 7421efb REORG/MAJOR: use "struct channel" instead of "struct buffer" by Willy Tarreau · 12 years ago
  40. fae4499 MEDIUM: stream-interface: add a snd_buf() callback to sock_ops by Willy Tarreau · 12 years ago
  41. 26f44d1 MINOR: fd: get rid of FD_WAIT_* by Willy Tarreau · 12 years ago
  42. afad0e0 MAJOR: make use of conn_{data|sock}_{poll|stop|want}* in connection handlers by Willy Tarreau · 12 years ago
  43. b5e2cbd MEDIUM: connection: add definitions for dual polling mechanisms by Willy Tarreau · 12 years ago
  44. babd05a MEDIUM: fd: add fd_poll_{recv,send} for use when explicit polling is required by Willy Tarreau · 12 years ago
  45. 4a36b56 MAJOR: stream_int: use a common stream_int_shut*() functions regardless of the data layer by Willy Tarreau · 12 years ago
  46. 3788e4c MEDIUM: fd: remove the EV_FD_COND_* primitives by Willy Tarreau · 12 years ago
  47. c76ae33 MAJOR: connection: call data layer handshakes from the handler by Willy Tarreau · 12 years ago
  48. 8f8c92f MAJOR: connection: add a new CO_FL_CONNECTED flag by Willy Tarreau · 12 years ago
  49. 239d718 MEDIUM: stream_interface: pass connection instead of fd in sock_ops by Willy Tarreau · 12 years ago
  50. fd31e53 MAJOR: remove the stream interface and task management code from sock_* by Willy Tarreau · 12 years ago
  51. 076be25 CLEANUP: remove the now unused fdtab direct I/O callbacks by Willy Tarreau · 12 years ago
  52. 2c6be84 MEDIUM: connection: extract the send_proxy callback from proto_tcp by Willy Tarreau · 12 years ago
  53. 8018471 MINOR: fd: make fdtab->owner a connection and not a stream_interface anymore by Willy Tarreau · 12 years ago
  54. 4e6049e MINOR: fd: add a new I/O handler to fdtab by Willy Tarreau · 12 years ago
  55. 505e34a MAJOR: get rid of fdtab[].state and use connection->flags instead by Willy Tarreau · 12 years ago
  56. 900bc93 MINOR: connection: add flags to the connection struct by Willy Tarreau · 12 years ago
  57. da92e2f REORG/MINOR: checks: put a struct connection into the server by Willy Tarreau · 12 years ago
  58. 56e9c5e REORG/MINOR: connection: move declaration to its own include file by Willy Tarreau · 12 years ago
  59. ed8f614 REORG/MEDIUM: fd: get rid of FD_STLISTEN by Willy Tarreau · 12 years ago
  60. db3b326 REORG/MEDIUM: fd: remove FD_STCLOSE from struct fdtab by Willy Tarreau · 12 years ago
  61. 801a0a3 DOC: fix name for "option independant-streams" by Jamie Gloudon · 12 years ago
  62. 96596ae MEDIUM: fd/si: move peeraddr from struct fdinfo to struct connection by Willy Tarreau · 12 years ago
  63. 4f8a83c MEDIUM: stats: add the ability to kill sessions from the admin interface by Willy Tarreau · 12 years ago
  64. d728224 MEDIUM: stats: add support for soft stop/soft start in the admin interface by Willy Tarreau · 12 years ago
  65. eb2c24a MINOR: checks: add on-marked-up option by Justin Karneges · 12 years ago
  66. 496aa01 BUG/MEDIUM: ensure that unresolved arguments are freed exactly once by Willy Tarreau · 12 years ago
  67. 4992dd2 MINOR: http: add support for "httponly" and "secure" cookie attributes by Willy Tarreau · 12 years ago
  68. b5ba17e BUG/MINOR: config: do not report twice the incompatibility between cookie and non-http by Willy Tarreau · 12 years ago
  69. 6740213 REORG/MINOR: use dedicated proxy flags for the cookie handling by Willy Tarreau · 12 years ago
  70. 196729e BUG/MINOR: fix option httplog validation with TCP frontends by Willy Tarreau · 12 years ago
  71. 8dc4184 MINOR: balance uri: added 'whole' parameter to include query string in hash calculation by Oskar Stolc · 12 years ago
  72. d88fd82 MEDIUM: protocol: add a pointer to struct sock_ops to the listener struct by Emeric Brun · 12 years ago
  73. 21adb02 MINOR: stream_interface: add a pointer to the listener for TARG_TYPE_CLIENT by Emeric Brun · 12 years ago
  74. 2420827 MINOR: stream_interface: add a data channel close function by Willy Tarreau · 12 years ago
  75. 9498113 REORG/MEDIUM: stream_interface: move applet->state and private to connection by Willy Tarreau · 12 years ago
  76. fb7508a REORG/MINOR: stream_interface: move si->fd to struct connection by Willy Tarreau · 12 years ago
  77. 73b013b MINOR: stream_interface: introduce a new "struct connection" type by Willy Tarreau · 12 years ago
  78. 9580d16 BUG/MAJOR: checks: don't call set_server_status_* when no LB algo is set by Willy Tarreau · 12 years ago
  79. 2692736 MEDIUM: http: get rid of msg->som which is not used anymore by Willy Tarreau · 12 years ago
  80. 09d1e25 MAJOR: http: stop using msg->sol outside the parsers by Willy Tarreau · 12 years ago
  81. be0688c MEDIUM: stream_interface: remove the si->init by Willy Tarreau · 12 years ago
  82. 7af4605 BUG/MAJOR: trash must always be the size of a buffer by David du Colombier · 12 years ago
  83. 7bb68ab OPTIM/MEDIUM: stream_interface: add a new SI_FL_NOHALF flag by Willy Tarreau · 12 years ago
  84. b147a83 CLEANUP: fd: remove unused cb->b pointers in the struct fdtab by Willy Tarreau · 12 years ago
  85. ce887fd MEDIUM: session: add support for tunnel timeouts by Willy Tarreau · 12 years ago
  86. d02394b MEDIUM: stream_interface: derive the socket operations from the target by Willy Tarreau · 12 years ago
  87. 64798bd MINOR: stream_interface: add an init callback to sock_ops by Willy Tarreau · 12 years ago
  88. 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · 12 years ago
  89. 1539a01 MINOR: stream_interface: add a client target : TARG_TYPE_CLIENT by Willy Tarreau · 12 years ago
  90. d04b1bc MEDIUM: http: improve error capture reports by Willy Tarreau · 12 years ago
  91. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · 12 years ago
  92. 1b79bde REORG/MEDIUM: move protocol->{read,write} to sock_ops by Willy Tarreau · 12 years ago
  93. 060781f REORG: stream_interface: create a struct sock_ops to hold socket operations by Willy Tarreau · 12 years ago
  94. ceb4ac9 MEDIUM: acl: support IPv6 address matching by Willy Tarreau · 12 years ago
  95. c92ddbc MINOR: acl: add types to ACL patterns by Willy Tarreau · 12 years ago
  96. cd3b094 REORG: rename "pattern" files by Willy Tarreau · 12 years ago
  97. 1278578 REORG: use the name "sample" instead of "pattern" to designate extracted data by Willy Tarreau · 12 years ago
  98. 7dcb648 MEDIUM: acl: extend the pattern parsers to report meaningful errors by Willy Tarreau · 12 years ago
  99. ae52f06 MINOR: acl: add a val_args field to keywords by Willy Tarreau · 12 years ago
  100. 7a777ed MINOR: acl: set SMP_OPT_ITERATE on fetch functions by Willy Tarreau · 12 years ago