1. 15a53a4 MEDIUM: regex: add support for passing regex flags to regex_exec_match() by Willy Tarreau · Wed Jan 21 13:39:42 2015 +0100
  2. c829ee4 MINOR: hash: add new function hash_crc32 by Willy Tarreau · Tue Jan 20 19:17:09 2015 +0100
  3. d025648 MAJOR: init: automatically set maxconn and/or maxsslconn when possible by Willy Tarreau · Thu Jan 15 21:45:22 2015 +0100
  4. d92aa5c MINOR: global: report information about the cost of SSL connections by Willy Tarreau · Thu Jan 15 21:34:39 2015 +0100
  5. 3ca1a88 MINOR: tools: add new round_2dig() function to round integers by Willy Tarreau · Thu Jan 15 18:43:49 2015 +0100
  6. 3889fff MINOR: channel: rename channel_full() to !channel_may_recv() by Willy Tarreau · Tue Jan 13 20:20:10 2015 +0100
  7. 75abcb3 MINOR: config: extend the default max hostname length to 64 and beyond by Willy Tarreau · Wed Jan 14 11:48:58 2015 +0100
  8. a24adf0 MAJOR: session: only wake up as many sessions as available buffers permit by Willy Tarreau · Thu Nov 27 01:11:56 2014 +0100
  9. f4718e8 MEDIUM: buffer: implement b_alloc_margin() by Willy Tarreau · Tue Dec 02 13:54:01 2014 +0100
  10. 620bd6c MINOR: buffer: implement b_alloc_fast() by Willy Tarreau · Mon Dec 08 16:37:26 2014 +0100
  11. 4428a29 MEDIUM: channel: do not report full when buf_empty is present on a channel by Willy Tarreau · Fri Nov 28 20:54:13 2014 +0100
  12. f2f7d6b MEDIUM: buffer: add a new buf_wanted dummy buffer to report failed allocations by Willy Tarreau · Mon Nov 24 11:55:08 2014 +0100
  13. 2a4b543 MEDIUM: buffer: always assign a dummy empty buffer to channels by Willy Tarreau · Mon Nov 24 11:39:34 2014 +0100
  14. 7dfca9d MINOR: buffer: only use b_free to release buffers by Willy Tarreau · Tue Nov 25 19:45:11 2014 +0100
  15. e583ea5 MEDIUM: buffer: use b_alloc() to allocate and initialize a buffer by Willy Tarreau · Mon Nov 24 11:30:16 2014 +0100
  16. 474cf54 MINOR: buffer: reset a buffer in b_reset() and not channel_init() by Willy Tarreau · Mon Nov 24 10:54:47 2014 +0100
  17. a885f6d MEDIUM: memory: improve pool_refill_alloc() to pass a refill count by Willy Tarreau · Wed Dec 03 15:25:28 2014 +0100
  18. 0262241 MINOR: memory: cut pool allocator in 3 layers by Willy Tarreau · Mon Dec 08 16:35:23 2014 +0100
  19. e430e77 CLEANUP: memory: replace macros pool_alloc2/pool_free2 with functions by Willy Tarreau · Tue Dec 23 14:13:16 2014 +0100
  20. 62405a2 CLEANUP: memory: remove dead code by Willy Tarreau · Tue Dec 23 13:51:28 2014 +0100
  21. 3dd717c CLEANUP: lists: remove dead code by Willy Tarreau · Tue Dec 23 13:58:43 2014 +0100
  22. 23a5c39 DEBUG: pools: apply poisonning on every allocated pool by Willy Tarreau · Tue Nov 25 13:45:16 2014 +0100
  23. b3e54fe MAJOR: namespace: add Linux network namespace support by KOVACS Krisztian · Mon Nov 17 15:11:45 2014 +0100
  24. de89871 MEDIUM: regex: Use pcre_study always when PCRE is used, regardless of JIT by Christian Ruppert · Tue Nov 18 13:03:58 2014 +0100
  25. 317e1c4 MINOR: sample: add "json" converter by Thierry FOURNIER · Tue Aug 12 10:20:47 2014 +0200
  26. 3986b9c MEDIUM: config: report it when tcp-request rules are misplaced by Willy Tarreau · Tue Sep 16 15:39:51 2014 +0200
  27. edee1d6 MEDIUM: stick-table: make it easier to register extra data types by Willy Tarreau · Tue Jul 15 16:44:27 2014 +0200
  28. 65d805f BUILD: fix dependencies between config and compat.h by Willy Tarreau · Tue Jul 15 18:05:58 2014 +0200
  29. bd57a9f BUG/MEDIUM: backend: Update hash to use unsigned int throughout by Dan Dubovik · Tue Jul 08 08:51:03 2014 -0700
  30. 4e95790 MINOR: log: make MAX_SYSLOG_LEN overridable at build time by Willy Tarreau · Fri Jun 27 18:08:49 2014 +0200
  31. 98637e5 MEDIUM: Add external check by Simon Horman · Fri Jun 20 12:30:16 2014 +0900
  32. c8b27b6 MEDIUM: ssl: add 300s supported time skew on OCSP response update. by Emeric Brun · Thu Jun 19 14:16:17 2014 +0200
  33. 4147b2e MEDIUM: ssl: basic OCSP stapling support. by Emeric Brun · Mon Jun 16 18:36:30 2014 +0200
  34. 2620276 MINOR: regex: Use native PCRE API. by Thierry FOURNIER · Wed Jun 18 11:50:51 2014 +0200
  35. 09af0d6 MEDIUM: regex: replace all standard regex function by own functions by Thierry FOURNIER · Wed Jun 18 11:35:54 2014 +0200
  36. b8f980c MINOR: regex: Create JIT compatible function that return match strings by Thierry FOURNIER · Wed Jun 11 13:59:05 2014 +0200
  37. 4bfc580 MEDIUM: session: maintain per-backend and per-server time statistics by Willy Tarreau · Tue Jun 17 12:19:18 2014 +0200
  38. 588297f MINOR: tools: add new functions to quote-encode strings by Willy Tarreau · Mon Jun 16 15:16:40 2014 +0200
  39. 75ab8bd MEDIUM: Add port_to_str helper by Simon Horman · Mon Jun 16 09:39:41 2014 +0900
  40. f46cd6e MEDIUM: ssl: Add the option to use standardized DH parameters >= 1024 bits by Remi Gacogne · Thu Jun 12 14:58:40 2014 +0200
  41. c874653 BUILD: don't use type "uint" which is not portable by Willy Tarreau · Wed May 28 23:05:07 2014 +0200
  42. c600204 BUG/MEDIUM: regex: fix risk of buffer overrun in exp_replace() by Sasha Pachev · Mon May 26 12:33:48 2014 -0600
  43. 6346f0a DOC: stop referencing the slow git repository in the README by Willy Tarreau · Sat May 10 11:04:39 2014 +0200
  44. 18ca2d4 MINOR: tools: split is_addr() and is_inet_addr() by Willy Tarreau · Fri May 09 22:40:55 2014 +0200
  45. a9db57e MEDIUM: config: limit nbproc to the machine's word size by Willy Tarreau · Fri Jan 18 11:29:29 2013 +0100
  46. cefad67 BUILD: syscalls: remove improper inline statement in front of syscalls by Willy Tarreau · Thu May 08 22:36:29 2014 +0200
  47. 5a8ba60 CLEANUP: buffers: remove unused function buffer_contig_space_with_res() by Willy Tarreau · Thu Apr 24 17:14:51 2014 +0200
  48. 272adea REORG: cfgparse: move server keyword parsing to server.c by Willy Tarreau · Mon Mar 31 10:39:59 2014 +0200
  49. fa45f1d MEDIUM: config: Dynamic sections. by Thierry FOURNIER · Tue Mar 18 13:54:18 2014 +0100
  50. 9f95e40 MINOR: standard: Add ipv6 support in the function url2sa(). by Thierry FOURNIER · Fri Mar 21 14:51:46 2014 +0100
  51. fc7ac7b MINOR: standard: Disable ip resolution during the runtime by Thierry FOURNIER · Tue Feb 11 15:23:04 2014 +0100
  52. 0b6d15f MINOR: regex: The pointer regstr in the struc regex is no longer used. by Thierry FOURNIER · Wed Jan 29 19:35:16 2014 +0100
  53. b050463 MINOR: standard: Add function for converting cidr to network mask. by Thierry FOURNIER · Sat Dec 14 15:39:02 2013 +0100
  54. 511e947 MEDIUM: acl/pattern: standardisation "of pat_parse_int()" and "pat_parse_dotted_ver()" by Thierry FOURNIER · Thu Jan 23 17:40:34 2014 +0100
  55. e059ec9 MINOR: standard: add function "encode_chunk" by Thierry FOURNIER · Mon Mar 17 12:01:13 2014 +0100
  56. cc08d2c MEDIUM: counters: stop relying on session flags at all by Willy Tarreau · Tue Jan 28 23:18:23 2014 +0100
  57. bb519c7 MINOR: tools: add very basic support for composite pointers by Willy Tarreau · Tue Jan 28 23:04:39 2014 +0100
  58. f333834 BUG/MEDIUM: counters: flush content counters after each request by Willy Tarreau · Tue Jan 28 21:40:28 2014 +0100
  59. 12833bb MINOR: cli: add the new "show pools" command by Willy Tarreau · Tue Jan 28 16:49:56 2014 +0100
  60. 2317976 BUILD: listener: fix recent accept4() again by Willy Tarreau · Wed Jan 15 16:45:17 2014 +0100
  61. 89efaed BUILD: definitely silence some stupid GCC warnings by Willy Tarreau · Fri Dec 13 15:14:55 2013 +0100
  62. 5f3f15f BUILD: time: adapt the type of TV_ETERNITY to the local system by Willy Tarreau · Fri Dec 13 09:22:23 2013 +0100
  63. 39e258f MINOR: regex: Copy the original regex expression into string. by Thierry FOURNIER · Fri Dec 06 20:38:46 2013 +0100
  64. 799c042 MINOR: regex: Change the struct containing regex by Thierry FOURNIER · Fri Dec 06 20:36:20 2013 +0100
  65. bb77c8e MINOR: tools: function my_memmem() to lookup binary contents by Baptiste Assmann · Sun Oct 06 23:24:13 2013 +0200
  66. 126d406 MINOR: tools: add a generic binary hex string parser by Willy Tarreau · Tue Dec 03 17:50:47 2013 +0100
  67. d559dd8 MINOR: tools: Add a function to convert buffer to an ipv6 address by Thierry FOURNIER · Fri Nov 22 16:16:59 2013 +0100
  68. 58c3297 MEDIUM: Set rise and fall of agent checks to 1 by Simon Horman · Mon Nov 25 10:46:38 2013 +0900
  69. a0f4271 MEDIUM: backend: add support for the wt6 hash by Willy Tarreau · Thu Nov 14 14:30:35 2013 +0100
  70. 98634f0 MEDIUM: backend: Enhance hash-type directive with an algorithm options by Bhaskar · Tue Oct 29 23:30:51 2013 -0400
  71. 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
  72. ed5a4ae CLEANUP: regex: Create regex_comp function that compiles regex using compilation options by Thierry FOURNIER · Mon Oct 14 14:07:36 2013 +0200
  73. e28f1ec BUILD/MINOR: missing header file by Thierry FOURNIER · Wed Oct 09 15:23:01 2013 +0200
  74. 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
  75. b4c8493 MINOR: session: make the number of stick counter entries more configurable by Willy Tarreau · Tue Jul 23 19:15:30 2013 +0200
  76. 67db8df MEDIUM: http: add IPv6 support for "set-tos" by Lukas Tribus · Sun Jun 23 17:37:13 2013 +0200
  77. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · Fri Jun 21 23:16:39 2013 +0200
  78. 2b57cb8 MEDIUM: protocol: implement a "drain" function in protocol layers by Willy Tarreau · Mon Jun 10 19:56:38 2013 +0200
  79. bf43f6e MINOR: defaults: allow REQURI_LEN and CAPTURE_LEN to be redefined by Willy Tarreau · Mon Jun 03 15:52:52 2013 +0200
  80. 1eb7592 MINOR: tproxy: add support for OpenBSD by Pieter Baauw · Wed May 08 23:30:23 2013 +0200
  81. ff30b66 MINOR: tproxy: add support for FreeBSD by Pieter Baauw · Wed May 08 23:22:39 2013 +0200
  82. d551fb5 REORG: tproxy: prepare the transparent proxy defines for accepting other OSes by Pieter Baauw · Wed May 08 22:49:23 2013 +0200
  83. 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
  84. 88c278f MEDIUM: stats: add proxy name filtering on the statistic page by de Lafond Guillaume · Mon Apr 15 19:27:10 2013 +0200
  85. 0999f76 BUILD: add explicit support for TFO with USE_TFO by Lukas Tribus · Tue Apr 02 16:43:24 2013 +0200
  86. 0161d62 OPTIM: http: improve branching in chunk size parser by Willy Tarreau · Tue Apr 02 01:26:55 2013 +0200
  87. bf43927 OPTIM: buffer: remove one jump in buffer_count() by Willy Tarreau · Tue Apr 02 01:25:57 2013 +0200
  88. 7035132 MEDIUM: regex: Use PCRE JIT in acl by Hiroaki Nakamura · Sun Jan 13 15:00:42 2013 +0900
  89. dad36a3 MAJOR: tools: support environment variables in addresses by Willy Tarreau · Mon Mar 11 01:20:04 2013 +0100
  90. 2470928 MEDIUM: tools: support specifying explicit address families in str2sa_range() by Willy Tarreau · Sun Mar 10 21:32:12 2013 +0100
  91. c120c8d CLEANUP: minor cleanup in str2sa_range() and str2ip() by Willy Tarreau · Sun Mar 10 19:27:44 2013 +0100
  92. add0ab1 CLEANUP: tools: remove str2sun() which is not used anymore. by Willy Tarreau · Wed Mar 06 15:08:16 2013 +0100
  93. d393a62 MINOR: tools: prepare str2sa_range() to accept a prefix by Willy Tarreau · Mon Mar 04 18:22:00 2013 +0100
  94. df350f1 MINOR: tools: prepare str2sa_range() to return an error message by Willy Tarreau · Fri Mar 01 20:22:54 2013 +0100
  95. 6924ef8 BUG/MEDIUM: ssl: ECDHE ciphers not usable without named curve configured. by Emeric Brun · Wed Mar 06 14:08:53 2013 +0100
  96. 4f4b18b BUILD/MINOR: syscall: add definition of NR_accept4 for ARM by Willy Tarreau · Mon Mar 04 07:38:08 2013 +0100
  97. b26cc86 BUG/MINOR: syscall: fix NR_accept4 system call on sparc/linux by Willy Tarreau · Mon Mar 04 07:31:08 2013 +0100
  98. d4448bc MEDIUM: tools: make str2sa_range support all address syntaxes by Willy Tarreau · Wed Feb 20 15:55:15 2013 +0100
  99. 5269cfb BUG/MINOR: Correct logic in cut_crlf() by Simon Horman · Wed Feb 13 17:48:00 2013 +0900
  100. eab777c BUG/MINOR: time: frequency counters are not totally accurate by Willy Tarreau · Sat Dec 29 21:50:07 2012 +0100