1. 3fb818c BUILD: http: make extract_cookie_value() return an int not size_t by Willy Tarreau · Wed Apr 11 17:21:08 2012 +0200
  2. 90690c7 MINOR: cli: display the 4 IP addresses and ports on "show sess XXX" by Daniel Schultze · Fri Mar 23 10:53:36 2012 -0700
  3. d017f11 BUG/MINOR: acl: req_ssl_sni would randomly fail if a session ID is present by Willy Tarreau · Mon Apr 09 09:24:11 2012 +0200
  4. 9b061e3 MEDIUM: stream_sock: add a get_src and get_dst callback and remove SN_FRT_ADDR_SET by Willy Tarreau · Sat Apr 07 18:03:52 2012 +0200
  5. 5e19a28 MINOR: log: log-format: usable without httplog and tcplog by William Lallemand · Mon Apr 02 16:22:10 2012 +0200
  6. a73203e MEDIUM: log: Unique ID by William Lallemand · Mon Mar 12 12:48:57 2012 +0100
  7. 5f23240 MEDIUM: log: New format-log flags: %Fi %Fp %Si %Sp %Ts %rt %H %pid by William Lallemand · Thu Apr 05 18:02:55 2012 +0200
  8. 1d70556 MEDIUM: log: split of log_format generation by William Lallemand · Mon Mar 12 12:46:41 2012 +0100
  9. d94991d CLEANUP: Fix some minor whitespace issues by Aman Gupta · Fri Apr 06 17:39:26 2012 -0700
  10. 0bc0c24 MINOR: Add TO/FROM_SET flags to struct stream_interface by Aman Gupta · Mon Apr 02 18:57:55 2012 -0700
  11. 64559c5 CLEANUP: lb_first: add reference to a paper describing the original idea by Willy Tarreau · Sat Apr 07 09:08:45 2012 +0200
  12. 04aa6a9 MEDIUM: http: add cookie and scookie ACLs by Willy Tarreau · Fri Apr 06 18:57:55 2012 +0200
  13. 4573af9 MEDIUM: http: make extract_cookie_value() iterate over cookie values by Willy Tarreau · Fri Apr 06 18:20:06 2012 +0200
  14. c89ccb6 MEDIUM: log: add a new cookie flag 'U' to report situations where cookie is not used by Willy Tarreau · Thu Apr 05 21:18:22 2012 +0200
  15. 4a5cade MEDIUM: session: implement the "use-server" directive by Willy Tarreau · Thu Apr 05 21:09:48 2012 +0200
  16. ceafb4a CLEANUP: Fix some minor typos by Aman Gupta · Mon Apr 02 18:57:54 2012 -0700
  17. 9a13e84 MINOR: Add release callback to si_applet by Aman Gupta · Mon Apr 02 18:57:53 2012 -0700
  18. 19979e1 MINOR: stats admin: reduce memcmp()/strcmp() calls on status codes by Cyril Bonté · Wed Apr 04 12:57:21 2012 +0200
  19. aa0a45d MINOR: stats admin: use the backend id instead of its name in the form by Cyril Bonté · Wed Apr 04 12:57:20 2012 +0200
  20. 0bb519e CLEANUP: fix typo in findserver() log message by Cyril Bonté · Wed Apr 04 12:57:19 2012 +0200
  21. cf8d9ae MINOR: stats admin: allow unordered parameters in POST requests by Cyril Bonté · Wed Apr 04 12:57:18 2012 +0200
  22. 5dd7fa1 BUG/MEDIUM: balance source did not properly hash IPv6 addresses by Willy Tarreau · Sat Mar 31 19:53:37 2012 +0200
  23. 51b5dca BUG/MAJOR: log: possible segfault with logformat by William Lallemand · Mon Mar 26 17:52:55 2012 +0200
  24. 9eeb57b [RELEASE] Released version 1.5-dev8 by Willy Tarreau · Mon Mar 26 06:15:29 2012 +0200
  25. 63a4a82 CLEANUP: Make check_statuses, analyze_statuses and process_chk static by Simon Horman · Mon Mar 19 07:24:41 2012 +0900
  26. 9a54e13 MINOR: config: disable header captures in TCP mode and complain by Willy Tarreau · Sat Mar 24 08:33:05 2012 +0100
  27. 42f7d89 BUG/MAJOR: possible crash when using capture headers on TCP frontends by Willy Tarreau · Sat Mar 24 08:28:09 2012 +0100
  28. 7f25deb MINOR: logformat %st is signed by William Lallemand · Thu Mar 22 11:32:29 2012 +0100
  29. afdb6e5 MINOR: patch for minor typo (ressources/resources) by Adrian Bridgett · Mon Mar 19 23:36:42 2012 +0000
  30. bfb099c BUG/MEDIUM: bad length in log_format and __send_log by William Lallemand · Mon Mar 19 16:15:12 2012 +0100
  31. b1a2faf BUG/CRITICAL: log: fix risk of crash in development snapshot by Willy Tarreau · Mon Mar 19 16:51:53 2012 +0100
  32. 6580c06 MINOR: log: use "%ts" to log term status only and "%tsc" to log with cookie by Willy Tarreau · Mon Mar 12 15:09:42 2012 +0100
  33. 81f5117 BUG/MINOR: log-format: fix %o flag by William Lallemand · Mon Mar 12 11:03:47 2012 +0100
  34. b7ff6a3 MEDIUM: log-format: backend source address %Bi %Bp by William Lallemand · Fri Mar 02 14:35:21 2012 +0100
  35. bddd4fd MEDIUM: log: use log_format for mode tcplog by William Lallemand · Mon Feb 27 11:23:10 2012 +0100
  36. ad4cd58 BUG: stream_sock: si->release was not called upon shutw() by Willy Tarreau · Sat Mar 10 13:42:32 2012 +0100
  37. 62e7c71 CLEANUP: silence signedness warning in acl.c by Willy Tarreau · Sat Mar 10 09:05:30 2012 +0100
  38. f17810e BUG/MINOR: stream_sock: don't remove BF_EXPECT_MORE and BF_SEND_DONTWAIT on partial writes by Willy Tarreau · Fri Mar 09 18:10:44 2012 +0100
  39. 4544678 BUG: checks: fix server maintenance exit sequence by Willy Tarreau · Fri Mar 09 17:16:09 2012 +0100
  40. 869fc1e BUG: http: disable TCP delayed ACKs when forwarding content-length data by Willy Tarreau · Mon Mar 05 08:29:20 2012 +0100
  41. 2d5cd47 BUG: queue: fix dequeueing sequence on HTTP keep-alive sessions by Willy Tarreau · Thu Mar 01 23:34:37 2012 +0100
  42. 431946e MEDIUM: increase chunk-size limit to 2GB-1 by Willy Tarreau · Fri Feb 24 19:20:12 2012 +0100
  43. 53bf6af BUG: fix httplog trailing LF by Willy Tarreau · Fri Feb 24 11:46:54 2012 +0100
  44. f09c660 MEDIUM: backend: add the 'first' balancing algorithm by Willy Tarreau · Mon Feb 13 17:12:08 2012 +0100
  45. 3ebb116 MINOR: backend: rework the LC definition to support other connection-based algos by Willy Tarreau · Mon Feb 13 16:57:44 2012 +0100
  46. ff67813 MINOR: config: emit a warning when 'default_backend' masks servers by Willy Tarreau · Mon Feb 13 14:32:34 2012 +0100
  47. a1cc381 MEDIUM: log: make http_sess_log use log_format by William Lallemand · Wed Feb 08 16:38:44 2012 +0100
  48. 421f5b5 MINOR: Date and time fonctions that don't use snprintf by William Lallemand · Mon Feb 06 18:15:57 2012 +0100
  49. e7340ec MINOR: add ultoa, ulltoa, ltoa, lltoa implementations by William Lallemand · Tue Jan 24 11:15:39 2012 +0100
  50. 723b73a MINOR: config: Parse the string of the log-format config keyword by William Lallemand · Wed Feb 08 16:37:49 2012 +0100
  51. 2a4a44f REORG: log: split send_log function by William Lallemand · Mon Feb 06 16:00:33 2012 +0100
  52. d9e9066 BUILD: fix declaration inside a scope block by William Lallemand · Mon Jan 30 17:27:17 2012 +0100
  53. 8b15ba1 MEDIUM: improve config check return codes by Willy Tarreau · Thu Feb 02 17:48:18 2012 +0100
  54. 6f9b003 BUG: fix double free in peers config error path by Willy Tarreau · Thu Feb 02 17:06:13 2012 +0100
  55. b05405a BUILD: fix build error on FreeBSD by Willy Tarreau · Mon Jan 23 15:35:52 2012 +0100
  56. f8e8b76 BUG/MEDIUM: zero-weight servers must not dequeue requests from the backend by Willy Tarreau · Fri Jan 20 15:57:05 2012 +0100
  57. 62c3be2 BUG/MEDIUM: correctly disable servers tracking another disabled servers. by Willy Tarreau · Fri Jan 20 13:12:32 2012 +0100
  58. 09a030a BUG/MINOR: fix typo in processing of http-send-name-header by Stathis Voukelatos · Mon Jan 09 14:27:13 2012 +0100
  59. 8fa52f4 BUG/MINOR: cli: correctly remove the whole table on "clear table" by Willy Tarreau · Mon Jan 09 11:50:03 2012 +0100
  60. 422246e MEDIUM: http: block non-ASCII characters in URIs by default by Willy Tarreau · Sat Jan 07 23:54:13 2012 +0100
  61. 2e9506d BUG: http: tighten the list of allowed characters in a URI by Willy Tarreau · Sat Jan 07 23:22:31 2012 +0100
  62. 7b77c9f CLEANUP: silence a warning when building on sparc by Willy Tarreau · Sat Jan 07 22:52:12 2012 +0100
  63. c2247f0 MEDIUM: http: add support for sending the server's name in the outgoing request by Mark Lamourine · Wed Jan 04 13:02:01 2012 -0500
  64. e428fb7 MEDIUM: patterns: the hdr() pattern is now of type string by Willy Tarreau · Fri Dec 16 21:50:30 2011 +0100
  65. 294c473 MEDIUM: http: replace get_ip_from_hdr2() with http_get_hdr() by Willy Tarreau · Fri Dec 16 21:35:50 2011 +0100
  66. 664092c MEDIUM: acl: use temp_pattern to store any string-type information by Willy Tarreau · Fri Dec 16 19:11:42 2011 +0100
  67. f4362b3 MEDIUM: acl: use temp_pattern to store any address-type information by Willy Tarreau · Fri Dec 16 17:49:52 2011 +0100
  68. a5e3756 MEDIUM: acl: use temp_pattern to store any integer-type information by Willy Tarreau · Fri Dec 16 17:06:15 2011 +0100
  69. 8e5e955 MEDIUM: acl: use temp_pattern to store fetched information in the "method" match by Willy Tarreau · Fri Dec 16 15:38:49 2011 +0100
  70. 1ded605 CLEANUP: patterns: get rid of pattern_data_setstring() by Willy Tarreau · Fri Dec 16 15:35:46 2011 +0100
  71. 5e6cc4a MINOR: pattern: export the global temporary pattern by Willy Tarreau · Fri Dec 16 15:23:14 2011 +0100
  72. 5dc1e98 BUG: proto_tcp: don't try to bind to a foreign address if sin_family is unknown by Willy Tarreau · Fri Dec 16 21:25:11 2011 +0100
  73. 5e20552 BUG: http: re-enable TCP quick-ack upon incomplete HTTP requests by Willy Tarreau · Sat Dec 17 16:34:27 2011 +0100
  74. b6672b5 MINOR: acl: add support for TLS server name matching using SNI by Willy Tarreau · Mon Dec 12 17:23:41 2011 +0100
  75. 82a0456 OPTIM: stream_sock: save a failed recv syscall when splice returns EAGAIN by Willy Tarreau · Sun Dec 11 22:37:06 2011 +0100
  76. eb9fd51 OPTIM: stream_sock: reduce the amount of in-flight spliced data by Willy Tarreau · Sun Dec 11 22:11:47 2011 +0100
  77. f6f8225 BUG: tcp: option nolinger does not work on backends by Willy Tarreau · Wed Nov 30 18:02:24 2011 +0100
  78. 19ae56b CLEANUP: kill buffer_replace() and use an inline instead by Willy Tarreau · Mon Nov 28 10:36:13 2011 +0100
  79. 4b517ca MEDIUM: buffers: add some new primitives and rework existing ones by Willy Tarreau · Fri Nov 25 20:33:58 2011 +0100
  80. 0f99e34 MEDIUM: log: Use linked lists for loggers by William Lallemand · Wed Oct 12 17:50:54 2011 +0200
  81. 0cec331 MINOR: config: tolerate server "cookie" setting in non-HTTP mode by Willy Tarreau · Mon Oct 31 13:49:26 2011 +0100
  82. 2e99390 BUG/MEDIUM: checks: fix slowstart behaviour when server tracking is in use by Willy Tarreau · Mon Oct 31 11:53:20 2011 +0100
  83. 4426770 CLEANUP: rename possibly confusing struct field "tracked" by Willy Tarreau · Fri Oct 28 15:35:33 2011 +0200
  84. d66bf96 BUG/MINOR: fix a segfault when parsing a config with undeclared peers by Willy Tarreau · Fri Oct 28 14:16:49 2011 +0200
  85. ac1932d MEDIUM: tune.http.maxhdr makes it possible to configure the maximum number of HTTP headers by Willy Tarreau · Mon Oct 24 19:14:41 2011 +0200
  86. 34eb671 OPTIM/MINOR: move the hdr_idx pools out of the proxy struct by Willy Tarreau · Mon Oct 24 18:15:04 2011 +0200
  87. 9ed560e BUILD/MINOR: silent a build warning in src/pipe.c (fcntl) by Willy Tarreau · Mon Oct 24 17:09:22 2011 +0200
  88. bd9a0a7 OPTIM/MINOR: make it possible to change pipe size (tune.pipesize) by Willy Tarreau · Sun Oct 23 21:14:29 2011 +0200
  89. 1611e2d BUG/MINOR: fix options forwardfor if-none when an alternative header name is specified by Sagi Bashari · Sat Oct 08 22:48:48 2011 +0200
  90. 6471afb MINOR: remove the client/server side distinction in SI addresses by Willy Tarreau · Fri Sep 23 10:54:59 2011 +0200
  91. dd164d0 BUG/MINOR: don't use a wrong port when connecting to a server with mapped ports by Willy Tarreau · Fri Sep 23 10:27:12 2011 +0200
  92. 0e69854 MINOR: acl: add new matches for header/path/url length by Willy Tarreau · Fri Sep 16 08:32:32 2011 +0200
  93. 275600b BUG/MEDIUM: don't trim last spaces from headers consisting only of spaces by Willy Tarreau · Fri Sep 16 08:11:26 2011 +0200
  94. eabea07 [MINOR] stats: report the number of requests intercepted by the frontend by Willy Tarreau · Sat Sep 10 23:29:44 2011 +0200
  95. 69c0117 [BUILD] stats: stdint is not present on solaris by Willy Tarreau · Sat Sep 10 20:38:15 2011 +0200
  96. 98c6121 [OPTIM] task: don't scan the run queue if we know it's empty by Willy Tarreau · Sat Sep 10 20:08:49 2011 +0200
  97. 576132e [MINOR] startup: add an option to change to a new directory by Willy Tarreau · Sat Sep 10 19:26:56 2011 +0200
  98. 3bafcdc [CLEANUP] startup: report only the basename in the usage message by Willy Tarreau · Sat Sep 10 19:20:23 2011 +0200
  99. 45a1251 [MEDIUM] poll: add a measurement of idle vs work time by Willy Tarreau · Sat Sep 10 16:56:42 2011 +0200
  100. e8c7ecc [MINOR] http: *_dom matching header functions now also split on ":" by Finn Arne Gangstad · Fri Sep 09 16:09:50 2011 +0200