1. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago[Renamed (74%) from include/types/protocols.h]
  2. fc0421f MEDIUM: ssl: add support for SNI and wildcard certificates by Emeric Brun · 12 years ago
  3. f5ae8f7 MEDIUM: config: centralize handling of SSL config per bind line by Willy Tarreau · 12 years ago
  4. e566ecb MEDIUM: ssl: add support for prefer-server-ciphers option by David BERARD · 12 years ago
  5. ff9f769 BUILD: fix build error without SSL (ssl_cert) by Willy Tarreau · 12 years ago
  6. c230b8b MEDIUM: config: add "nosslv3" and "notlsv1" on bind and server lines by Willy Tarreau · 12 years ago
  7. d7aacbf MEDIUM: config: add a "ciphers" keyword to set SSL cipher suites by Willy Tarreau · 12 years ago
  8. 6e15929 MEDIUM: config: add the 'ssl' keyword on 'bind' lines by Emeric Brun · 12 years ago
  9. 0b8d4d9 MINOR: protocol: add SSL context to listeners if USE_OPENSSL is defined by Emeric Brun · 12 years ago
  10. 14f8e86 MEDIUM: proto_tcp: remove any dependence on stream_interface by Willy Tarreau · 12 years ago
  11. c578891 CLEANUP: connection: split sock_ops into data_ops, app_cp and si_ops by Willy Tarreau · 12 years ago
  12. d88fd82 MEDIUM: protocol: add a pointer to struct sock_ops to the listener struct by Emeric Brun · 12 years ago
  13. 59b9479 BUG/MEDIUM: stream_interface: restore get_src/get_dst by Willy Tarreau · 12 years ago
  14. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · 12 years ago
  15. 1b79bde REORG/MEDIUM: move protocol->{read,write} to sock_ops by Willy Tarreau · 12 years ago
  16. 7b81563 OPTIM/MINOR: move struct sockaddr_storage to the tail of structs by Willy Tarreau · 13 years ago
  17. 3c63fd8 [MEDIUM] don't limit peers nor stats socket to maxconn nor maxconnrate by Willy Tarreau · 13 years ago
  18. e6ca1fc [MINOR] listeners: add support for queueing resource limited listeners by Willy Tarreau · 13 years ago
  19. be58c38 [MEDIUM] proxy: add a PAUSED state to listeners and move socket tricks out of proxy.c by Willy Tarreau · 13 years ago
  20. cf20bf1 [MEDIUM] Enhance message errors management on binds by Emeric Brun · 14 years ago
  21. 8a95691 [MINOR] listener: add the "accept-proxy" option to the "bind" keyword by Willy Tarreau · 14 years ago
  22. de3041d [MINOR] frontend: only check for monitor-net rules if LI_O_CHK_MONNET is set by Willy Tarreau · 14 years ago
  23. a5c0ab2 [MEDIUM] frontend: check for LI_O_TCP_RULES in the listener by Willy Tarreau · 14 years ago
  24. eb47268 [MEDIUM] separate protocol-level accept() from the frontend's by Willy Tarreau · 14 years ago
  25. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · 15 years ago
  26. cb6cd43 [MINOR] tcp: add support for the defer_accept bind option by Willy Tarreau · 15 years ago
  27. 6162db2 [MEDIUM] add access restrictions to the stats socket by Willy Tarreau · 15 years ago
  28. 53fb4ae [MEDIUM] config: automatically find unused IDs for proxies, servers and listeners by Willy Tarreau · 15 years ago
  29. 90a570f [MINOR] config: reference file and line with any listener/proxy/server declaration by Willy Tarreau · 15 years ago
  30. aeebf9b [MEDIUM] Collect & provide separate statistics for sockets, v2 by Krzysztof Piotr Oledzki · 15 years ago
  31. 052d4fd [CLEANUP] Move counters to dedicated structures by Krzysztof Piotr Oledzki · 15 years ago
  32. 2c9f5b1 [MINOR] move the initial task's nice value to the listener by Willy Tarreau · 15 years ago
  33. be1b918 [MEDIUM] add support for TCP MSS adjustment for listeners by Willy Tarreau · 15 years ago
  34. 9ea05a7 [MEDIUM] implement option tcp-smart-accept at the frontend by Willy Tarreau · 15 years ago
  35. 26c2506 [MEDIUM] minor update to the task api: let the scheduler queue itself by Willy Tarreau · 15 years ago
  36. 5e6e204 [MINOR] add support for bind interface name by Willy Tarreau · 15 years ago
  37. 3bc1377 [MINOR] pre-set analyser flags on the listener at registration time by Willy Tarreau · 16 years ago
  38. 55a8d0e [CLEANUP] move the session-related functions to session.c by Willy Tarreau · 16 years ago
  39. 0c303ee [MAJOR] convert all expiration timers from timeval to ticks by Willy Tarreau · 16 years ago
  40. b1e52e8 [MEDIUM] support fully transparent proxy on Linux (USE_LINUX_TPROXY) by Willy Tarreau · 16 years ago
  41. c73ce2b [MINOR] add support for the "backlog" parameter by Willy Tarreau · 16 years ago
  42. dabf2e2 [MAJOR] added a new state to listeners by Willy Tarreau · 17 years ago
  43. 6fb42e0 [MINOR] add an options field to the listeners by Willy Tarreau · 17 years ago
  44. 106bf27 [MINOR] add socket address length to the protocols by Willy Tarreau · 17 years ago
  45. d740bab [MINOR] move error codes to common/errors.h by Willy Tarreau · 17 years ago
  46. e6ad2b1 [MINOR] make it possible to set unix socket permissions by Willy Tarreau · 17 years ago
  47. 92fb983 [MAJOR] implemented client-side support for PF_UNIX sockets by Willy Tarreau · 17 years ago
  48. dd81598 [MAJOR] added generic protocol support by Willy Tarreau · 17 years ago