1. 830bf61 BUG/MINOR: connection: fix typo in error message report by Willy Tarreau · Sun Dec 01 20:29:58 2013 +0100
  2. 1c0054f BUG/MINOR: arg: fix error reporting for add-header/set-header sample fetch arguments by Thierry FOURNIER · Wed Nov 20 15:09:52 2013 +0100
  3. 8c3d0be MEDIUM: Add DRAIN state and report it on the stats page by Simon Horman · Mon Nov 25 10:46:40 2013 +0900
  4. 671b6f0 MEDIUM: Add enable and disable agent unix socket commands by Simon Horman · Mon Nov 25 10:46:39 2013 +0900
  5. 58c3297 MEDIUM: Set rise and fall of agent checks to 1 by Simon Horman · Mon Nov 25 10:46:38 2013 +0900
  6. d60d691 MEDIUM: checks: Add supplementary agent checks by Simon Horman · Mon Nov 25 10:46:36 2013 +0900
  7. d32c399 MINOR: stats: report correct throttling percentage for servers in slowstart by Willy Tarreau · Thu Nov 21 15:30:45 2013 +0100
  8. 004e045 BUG/MAJOR: server: weight calculation fails for map-based algorithms by Willy Tarreau · Thu Nov 21 11:22:01 2013 +0100
  9. 125d099 MEDIUM: Move health element to struct check by Simon Horman · Sun Feb 24 17:23:38 2013 +0900
  10. cd5d7b6 MEDIUM: Add state to struct check by Simon Horman · Sun Feb 24 17:23:38 2013 +0900
  11. 4a74143 MEDIUM: Paramatise functions over the check of a server by Simon Horman · Sat Feb 23 15:35:38 2013 +0900
  12. 28b5ffc MEDIUM: Move result element to struct check by Simon Horman · Sun Feb 24 07:25:29 2013 +0900
  13. 6618300 MEDIUM: Split up struct server's check element by Simon Horman · Sat Feb 23 10:16:43 2013 +0900
  14. c69d547 CLEANUP: Remove unused 'last_slowstart_change' field from struct peer by Simon Horman · Fri Nov 01 16:48:30 2013 +0900
  15. a360844 CLEANUP: Make parameters of srv_downtime and srv_getinter const by Simon Horman · Fri Nov 01 16:46:15 2013 +0900
  16. a0f4271 MEDIUM: backend: add support for the wt6 hash by Willy Tarreau · Thu Nov 14 14:30:35 2013 +0100
  17. b6c0ac9 MEDIUM: backend: Implement avalanche as a modifier of the hashing functions. by Bhaskar Maddala · Tue Nov 05 11:54:02 2013 -0500
  18. 98634f0 MEDIUM: backend: Enhance hash-type directive with an algorithm options by Bhaskar · Tue Oct 29 23:30:51 2013 -0400
  19. a054d41 BUILD/MINOR: missing header file by Thierry FOURNIER · Wed Oct 16 16:19:38 2013 +0200
  20. de6617b MINOR: http: some exported functions were not in the header file by Thierry FOURNIER · Tue Oct 15 11:43:19 2013 +0200
  21. ef37a66 CLEANUP: The function "regex_exec" needs the string length but in many case they expect null terminated char. by Thierry FOURNIER · Tue Oct 15 13:41:44 2013 +0200
  22. ed5a4ae CLEANUP: regex: Create regex_comp function that compiles regex using compilation options by Thierry FOURNIER · Mon Oct 14 14:07:36 2013 +0200
  23. e28f1ec BUILD/MINOR: missing header file by Thierry FOURNIER · Wed Oct 09 15:23:01 2013 +0200
  24. 2b8fd54 DOC: fix typo in comments by Godbach · Mon Sep 30 11:23:10 2013 +0800
  25. cc1e04b MINOR: tcp: add new "close" action for tcp-response by Willy Tarreau · Wed Sep 11 23:20:29 2013 +0200
  26. 3a925c1 MEDIUM: stick-tables: flush old entries upon soft-stop by Willy Tarreau · Wed Sep 04 17:54:01 2013 +0200
  27. be55431 MINOR: ssl: Add statement 'verifyhost' to "server" statements by Evan Broder · Thu Jun 27 00:05:25 2013 -0700
  28. 9f09521 BUG/MEDIUM: unique_id: HTTP request counter must be unique! by Willy Tarreau · Tue Aug 13 17:51:07 2013 +0200
  29. 47060b6 MINOR: cli: make it possible to enter multiple values at once with "set table" by Willy Tarreau · Thu Aug 01 21:11:42 2013 +0200
  30. b4c8493 MINOR: session: make the number of stick counter entries more configurable by Willy Tarreau · Tue Jul 23 19:15:30 2013 +0200
  31. cadd8c9 MINOR: payload: split smp_fetch_rdp_cookie() by Willy Tarreau · Mon Jul 22 18:09:52 2013 +0200
  32. ef38c39 MEDIUM: sample: systematically pass the keyword pointer to the keyword by Willy Tarreau · Mon Jul 22 16:29:32 2013 +0200
  33. a34bdc0 BUG/MEDIUM: server: set the macro for server's max weight SRV_UWGHT_MAX to SRV_UWGHT_RANGE by Godbach · Mon Jul 22 07:44:53 2013 +0800
  34. 67db8df MEDIUM: http: add IPv6 support for "set-tos" by Lukas Tribus · Sun Jun 23 17:37:13 2013 +0200
  35. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · Fri Jun 21 23:16:39 2013 +0200
  36. 430f291 CLEANUP: session: remove event_accept() which was not used anymore by Godbach · Thu Jun 20 13:28:38 2013 +0800
  37. be4a3ef MEDIUM: counters: use sc0/sc1/sc2 instead of sc1/sc2/sc3 by Willy Tarreau · Mon Jun 17 15:04:07 2013 +0200
  38. 7eeb435 CLEANUP: protect checks.h from multiple inclusions by Thierry FOURNIER · Fri Jun 14 15:28:25 2013 +0200
  39. d3879e8 CLEANUP: fix missing include <string.h> in proto/listener.h by Thierry FOURNIER · Mon Jun 10 15:09:19 2013 +0200
  40. 4f0d919 MEDIUM: tcp: add "tcp-request connection expect-proxy layer4" by Willy Tarreau · Tue Jun 11 20:40:55 2013 +0200
  41. 51347ed MEDIUM: http: add the "set-mark" action on http-request/http-response rules by Willy Tarreau · Tue Jun 11 19:34:13 2013 +0200
  42. 42cf39e MEDIUM: http: add support for "set-tos" in http-request/http-response by Willy Tarreau · Tue Jun 11 18:51:32 2013 +0200
  43. 9a355ec MEDIUM: http: add support for action "set-log-level" in http-request/http-response by Willy Tarreau · Tue Jun 11 17:45:46 2013 +0200
  44. abcd514 MEDIUM: log: add a log level override value in struct session by Willy Tarreau · Tue Jun 11 17:18:02 2013 +0200
  45. f4c43c1 MEDIUM: http: add the "set-nice" action to http-request and http-response by Willy Tarreau · Tue Jun 11 17:01:13 2013 +0200
  46. e365c0b MEDIUM: http: add a new "http-response" ruleset by Willy Tarreau · Tue Jun 11 16:06:12 2013 +0200
  47. 2b57cb8 MEDIUM: protocol: implement a "drain" function in protocol layers by Willy Tarreau · Mon Jun 10 19:56:38 2013 +0200
  48. 04ff9f1 MINOR: http: add full-length header fetch methods by Willy Tarreau · Mon Jun 10 18:39:42 2013 +0200
  49. 570f221 MINOR: log: add a new flag 'L' for locally processed requests by Willy Tarreau · Mon Jun 10 16:42:09 2013 +0200
  50. bf43f6e MINOR: defaults: allow REQURI_LEN and CAPTURE_LEN to be redefined by Willy Tarreau · Mon Jun 03 15:52:52 2013 +0200
  51. 379357a BUG/MAJOR: http: always ensure response buffer has some room for a response by Willy Tarreau · Sat Jun 08 12:55:46 2013 +0200
  52. ba2ffd1 MEDIUM: counters: add a new "gpc0_rate" counter in stick-tables by Willy Tarreau · Wed May 29 15:54:14 2013 +0200
  53. e25c917 MEDIUM: counters: add support for tracking a third counter by Willy Tarreau · Tue May 28 18:32:20 2013 +0200
  54. d5ca9ab MINOR: counters: make it easier to extend the amount of tracked counters by Willy Tarreau · Tue May 28 17:40:25 2013 +0200
  55. 1eb7592 MINOR: tproxy: add support for OpenBSD by Pieter Baauw · Wed May 08 23:30:23 2013 +0200
  56. ff30b66 MINOR: tproxy: add support for FreeBSD by Pieter Baauw · Wed May 08 23:22:39 2013 +0200
  57. d551fb5 REORG: tproxy: prepare the transparent proxy defines for accepting other OSes by Pieter Baauw · Wed May 08 22:49:23 2013 +0200
  58. dd11293 BUG/MINOR: acl: fix a double free during exit when using PCRE_JIT by Willy Tarreau · Wed May 08 18:09:54 2013 +0200
  59. 7c41a1b MEDIUM: ssl: improve crt-list format to support negation by Emmanuel Hocdet · Tue May 07 20:20:06 2013 +0200
  60. 88c278f MEDIUM: stats: add proxy name filtering on the statistic page by de Lafond Guillaume · Mon Apr 15 19:27:10 2013 +0200
  61. 62a6123 BUG/MEDIUM: log: fix regression on log-format handling by Willy Tarreau · Fri Apr 12 18:13:46 2013 +0200
  62. ab861d3 MINOR: ssl: add support for the "alpn" bind keyword by Willy Tarreau · Tue Apr 02 02:30:41 2013 +0200
  63. a4312fa MAJOR: sample: maintain a per-proxy list of the fetch args to resolve by Willy Tarreau · Tue Apr 02 16:34:32 2013 +0200
  64. 93fddf1 MEDIUM: acl: have a pointer to the keyword name in acl_expr by Willy Tarreau · Sun Mar 31 22:59:32 2013 +0200
  65. acca90d MINOR: acl: remove the use_count in acl keywords by Willy Tarreau · Sun Mar 31 22:51:33 2013 +0200
  66. 5adeda1 MAJOR: acl: add option -m to change the pattern matching method by Willy Tarreau · Sun Mar 31 22:13:34 2013 +0200
  67. d76a98a MEDIUM: acl: move the ->parse, ->match and ->smp fields to acl_expr by Willy Tarreau · Sun Mar 31 18:34:33 2013 +0200
  68. d86e29d CLEANUP: acl: remove unused references to ACL_USE_* by Willy Tarreau · Mon Mar 25 08:21:05 2013 +0100
  69. a91d0a5 MAJOR: acl: convert all ACL requires to SMP use+val instead of ->requires by Willy Tarreau · Mon Mar 25 08:12:18 2013 +0100
  70. bf8e251 MINOR: sample: provide a function to report the name of a sample check point by Willy Tarreau · Mon Mar 25 14:52:41 2013 +0100
  71. 25320b2 MEDIUM: proxy: remove acl_requires and just keep a flag "http_needed" by Willy Tarreau · Sun Mar 24 07:22:08 2013 +0100
  72. 4a96bf5 CLEANUP: acl: remove ACL hooks which were never used by Willy Tarreau · Sun Mar 24 01:34:58 2013 +0100
  73. 9baae63 MAJOR: acl: remove fetch argument validation from the ACL struct by Willy Tarreau · Fri Jan 11 17:06:15 2013 +0100
  74. c48c90d MAJOR: acl: remove the arg_mask from the ACL definition and use the sample fetch's by Willy Tarreau · Fri Jan 11 16:56:48 2013 +0100
  75. 8ed669b MAJOR: acl: make all ACLs reference the fetch function via a sample. by Willy Tarreau · Fri Jan 11 15:49:37 2013 +0100
  76. d4c33c8 MEDIUM: samples: move payload-based fetches and ACLs to their own file by Willy Tarreau · Mon Jan 07 21:59:07 2013 +0100
  77. 434c57c MINOR: log: indicate it when some unreliable sample fetches are logged by Willy Tarreau · Tue Jan 08 01:10:24 2013 +0100
  78. 80aca90 MEDIUM: samples: use new flags to describe compatibility between fetches and their usages by Willy Tarreau · Mon Jan 07 15:42:20 2013 +0100
  79. e0db1e8 MEDIUM: acl: remove flag ACL_MAY_LOOKUP which is improperly used by Willy Tarreau · Fri Jan 04 16:31:47 2013 +0100
  80. 0999f76 BUILD: add explicit support for TFO with USE_TFO by Lukas Tribus · Tue Apr 02 16:43:24 2013 +0200
  81. 0161d62 OPTIM: http: improve branching in chunk size parser by Willy Tarreau · Tue Apr 02 01:26:55 2013 +0200
  82. bf43927 OPTIM: buffer: remove one jump in buffer_count() by Willy Tarreau · Tue Apr 02 01:25:57 2013 +0200
  83. 7035132 MEDIUM: regex: Use PCRE JIT in acl by Hiroaki Nakamura · Sun Jan 13 15:00:42 2013 +0900
  84. dad36a3 MAJOR: tools: support environment variables in addresses by Willy Tarreau · Mon Mar 11 01:20:04 2013 +0100
  85. 2470928 MEDIUM: tools: support specifying explicit address families in str2sa_range() by Willy Tarreau · Sun Mar 10 21:32:12 2013 +0100
  86. c120c8d CLEANUP: minor cleanup in str2sa_range() and str2ip() by Willy Tarreau · Sun Mar 10 19:27:44 2013 +0100
  87. add0ab1 CLEANUP: tools: remove str2sun() which is not used anymore. by Willy Tarreau · Wed Mar 06 15:08:16 2013 +0100
  88. d393a62 MINOR: tools: prepare str2sa_range() to accept a prefix by Willy Tarreau · Mon Mar 04 18:22:00 2013 +0100
  89. df350f1 MINOR: tools: prepare str2sa_range() to return an error message by Willy Tarreau · Fri Mar 01 20:22:54 2013 +0100
  90. 6924ef8 BUG/MEDIUM: ssl: ECDHE ciphers not usable without named curve configured. by Emeric Brun · Wed Mar 06 14:08:53 2013 +0100
  91. 4f4b18b BUILD/MINOR: syscall: add definition of NR_accept4 for ARM by Willy Tarreau · Mon Mar 04 07:38:08 2013 +0100
  92. b26cc86 BUG/MINOR: syscall: fix NR_accept4 system call on sparc/linux by Willy Tarreau · Mon Mar 04 07:31:08 2013 +0100
  93. bfd5946 MINOR: ssl: add a global tunable for the max SSL/TLS record size by Willy Tarreau · Thu Feb 21 07:46:09 2013 +0100
  94. d4448bc MEDIUM: tools: make str2sa_range support all address syntaxes by Willy Tarreau · Wed Feb 20 15:55:15 2013 +0100
  95. 0defb90 DOC: tfo: bump required kernel to linux-3.7 by Lukas Tribus · Wed Feb 13 23:35:39 2013 +0100
  96. a2b9dad MEDIUM: checks: Add agent health check by Simon Horman · Tue Feb 12 10:45:54 2013 +0900
  97. 7d09b9a MEDIUM: server: Break out set weight processing code by Simon Horman · Tue Feb 12 10:45:51 2013 +0900
  98. 5269cfb BUG/MINOR: Correct logic in cut_crlf() by Simon Horman · Wed Feb 13 17:48:00 2013 +0900
  99. 992709b MEDIUM: New cli option -Ds for systemd compatibility by Marc-Antoine Perennou · Tue Feb 12 10:53:52 2013 +0100
  100. 6cbbdbf BUG/MEDIUM: log: emit '-' for empty fields again by Willy Tarreau · Tue Feb 05 18:52:25 2013 +0100