1. de39c9b CLEANUP: appsession: remove the last include files by Willy Tarreau · Mon Aug 10 19:17:10 2015 +0200
  2. 5b4dd68 MINOR: standard: provide htonll() and ntohll() by Willy Tarreau · Tue Jul 21 23:47:18 2015 +0200
  3. 763a5d8 MINOR: standard: add 64 bits conversion functions by Thierry FOURNIER · Mon Jul 06 23:09:52 2015 +0200
  4. e6c3941 BUILD/MINOR: tools: rename popcount to my_popcountl by David Carlier · Thu Jul 02 07:00:17 2015 +0000
  5. 1480bd8 MINOR: standard: add function that converts signed int to a string by Thierry FOURNIER · Sat Jun 06 19:14:59 2015 +0200
  6. 9dd44ba BUG/MEDIUM: compat: fix segfault on FreeBSD by Joris Dedieu · Sat Jun 13 01:05:11 2015 +0200
  7. 31af49d MEDIUM: ssl: Add options to forge SSL certificates by Christopher Faulet · Tue Jun 09 17:29:50 2015 +0200
  8. ddea626 MINOR: common: escape CSV strings by Thierry FOURNIER · Thu May 28 16:00:28 2015 +0200
  9. 98d0485 MAJOR: config: remove the deprecated reqsetbe / reqisetbe actions by Willy Tarreau · Tue May 26 12:18:29 2015 +0200
  10. f3045d2 MAJOR: pattern: add LRU-based cache on pattern matching by Willy Tarreau · Wed Apr 29 16:24:50 2015 +0200
  11. e6e49cf MINOR: tools: provide an rdtsc() function for time comparisons by Willy Tarreau · Wed Apr 29 17:13:35 2015 +0200
  12. 1b90511 CLEANUP: namespaces: fix protection against multiple inclusions by Willy Tarreau · Tue Apr 07 21:00:08 2015 +0200
  13. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · Fri Apr 03 00:22:06 2015 +0200
  14. d2b597a BUG/MEDIUM: lua: segfault with buffer_replace2 by Thierry FOURNIER · Sat Mar 07 14:38:50 2015 +0100
  15. 549aac8 MEDIUM: buffer: make bo_putblk/bo_putstr/bo_putchk return the number of bytes copied. by Thierry FOURNIER · Fri Feb 06 18:40:20 2015 +0100
  16. 58639a0 MINOR: global: export function and permits to not resolve DNS names by Thierry FOURNIER · Tue Nov 25 12:02:25 2014 +0100
  17. 05552d4 MEDIUM: Add support for configurable TLS ticket keys by Nenad Merdanovic · Fri Feb 27 19:56:49 2015 +0100
  18. 15a53a4 MEDIUM: regex: add support for passing regex flags to regex_exec_match() by Willy Tarreau · Wed Jan 21 13:39:42 2015 +0100
  19. c829ee4 MINOR: hash: add new function hash_crc32 by Willy Tarreau · Tue Jan 20 19:17:09 2015 +0100
  20. d025648 MAJOR: init: automatically set maxconn and/or maxsslconn when possible by Willy Tarreau · Thu Jan 15 21:45:22 2015 +0100
  21. d92aa5c MINOR: global: report information about the cost of SSL connections by Willy Tarreau · Thu Jan 15 21:34:39 2015 +0100
  22. 3ca1a88 MINOR: tools: add new round_2dig() function to round integers by Willy Tarreau · Thu Jan 15 18:43:49 2015 +0100
  23. 3889fff MINOR: channel: rename channel_full() to !channel_may_recv() by Willy Tarreau · Tue Jan 13 20:20:10 2015 +0100
  24. 75abcb3 MINOR: config: extend the default max hostname length to 64 and beyond by Willy Tarreau · Wed Jan 14 11:48:58 2015 +0100
  25. a24adf0 MAJOR: session: only wake up as many sessions as available buffers permit by Willy Tarreau · Thu Nov 27 01:11:56 2014 +0100
  26. f4718e8 MEDIUM: buffer: implement b_alloc_margin() by Willy Tarreau · Tue Dec 02 13:54:01 2014 +0100
  27. 620bd6c MINOR: buffer: implement b_alloc_fast() by Willy Tarreau · Mon Dec 08 16:37:26 2014 +0100
  28. 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
  29. 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
  30. 2a4b543 MEDIUM: buffer: always assign a dummy empty buffer to channels by Willy Tarreau · Mon Nov 24 11:39:34 2014 +0100
  31. 7dfca9d MINOR: buffer: only use b_free to release buffers by Willy Tarreau · Tue Nov 25 19:45:11 2014 +0100
  32. e583ea5 MEDIUM: buffer: use b_alloc() to allocate and initialize a buffer by Willy Tarreau · Mon Nov 24 11:30:16 2014 +0100
  33. 474cf54 MINOR: buffer: reset a buffer in b_reset() and not channel_init() by Willy Tarreau · Mon Nov 24 10:54:47 2014 +0100
  34. a885f6d MEDIUM: memory: improve pool_refill_alloc() to pass a refill count by Willy Tarreau · Wed Dec 03 15:25:28 2014 +0100
  35. 0262241 MINOR: memory: cut pool allocator in 3 layers by Willy Tarreau · Mon Dec 08 16:35:23 2014 +0100
  36. e430e77 CLEANUP: memory: replace macros pool_alloc2/pool_free2 with functions by Willy Tarreau · Tue Dec 23 14:13:16 2014 +0100
  37. 62405a2 CLEANUP: memory: remove dead code by Willy Tarreau · Tue Dec 23 13:51:28 2014 +0100
  38. 3dd717c CLEANUP: lists: remove dead code by Willy Tarreau · Tue Dec 23 13:58:43 2014 +0100
  39. 23a5c39 DEBUG: pools: apply poisonning on every allocated pool by Willy Tarreau · Tue Nov 25 13:45:16 2014 +0100
  40. b3e54fe MAJOR: namespace: add Linux network namespace support by KOVACS Krisztian · Mon Nov 17 15:11:45 2014 +0100
  41. 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
  42. 317e1c4 MINOR: sample: add "json" converter by Thierry FOURNIER · Tue Aug 12 10:20:47 2014 +0200
  43. 3986b9c MEDIUM: config: report it when tcp-request rules are misplaced by Willy Tarreau · Tue Sep 16 15:39:51 2014 +0200
  44. edee1d6 MEDIUM: stick-table: make it easier to register extra data types by Willy Tarreau · Tue Jul 15 16:44:27 2014 +0200
  45. 65d805f BUILD: fix dependencies between config and compat.h by Willy Tarreau · Tue Jul 15 18:05:58 2014 +0200
  46. bd57a9f BUG/MEDIUM: backend: Update hash to use unsigned int throughout by Dan Dubovik · Tue Jul 08 08:51:03 2014 -0700
  47. 4e95790 MINOR: log: make MAX_SYSLOG_LEN overridable at build time by Willy Tarreau · Fri Jun 27 18:08:49 2014 +0200
  48. 98637e5 MEDIUM: Add external check by Simon Horman · Fri Jun 20 12:30:16 2014 +0900
  49. c8b27b6 MEDIUM: ssl: add 300s supported time skew on OCSP response update. by Emeric Brun · Thu Jun 19 14:16:17 2014 +0200
  50. 4147b2e MEDIUM: ssl: basic OCSP stapling support. by Emeric Brun · Mon Jun 16 18:36:30 2014 +0200
  51. 2620276 MINOR: regex: Use native PCRE API. by Thierry FOURNIER · Wed Jun 18 11:50:51 2014 +0200
  52. 09af0d6 MEDIUM: regex: replace all standard regex function by own functions by Thierry FOURNIER · Wed Jun 18 11:35:54 2014 +0200
  53. b8f980c MINOR: regex: Create JIT compatible function that return match strings by Thierry FOURNIER · Wed Jun 11 13:59:05 2014 +0200
  54. 4bfc580 MEDIUM: session: maintain per-backend and per-server time statistics by Willy Tarreau · Tue Jun 17 12:19:18 2014 +0200
  55. 588297f MINOR: tools: add new functions to quote-encode strings by Willy Tarreau · Mon Jun 16 15:16:40 2014 +0200
  56. 75ab8bd MEDIUM: Add port_to_str helper by Simon Horman · Mon Jun 16 09:39:41 2014 +0900
  57. f46cd6e MEDIUM: ssl: Add the option to use standardized DH parameters >= 1024 bits by Remi Gacogne · Thu Jun 12 14:58:40 2014 +0200
  58. c874653 BUILD: don't use type "uint" which is not portable by Willy Tarreau · Wed May 28 23:05:07 2014 +0200
  59. c600204 BUG/MEDIUM: regex: fix risk of buffer overrun in exp_replace() by Sasha Pachev · Mon May 26 12:33:48 2014 -0600
  60. 6346f0a DOC: stop referencing the slow git repository in the README by Willy Tarreau · Sat May 10 11:04:39 2014 +0200
  61. 18ca2d4 MINOR: tools: split is_addr() and is_inet_addr() by Willy Tarreau · Fri May 09 22:40:55 2014 +0200
  62. a9db57e MEDIUM: config: limit nbproc to the machine's word size by Willy Tarreau · Fri Jan 18 11:29:29 2013 +0100
  63. cefad67 BUILD: syscalls: remove improper inline statement in front of syscalls by Willy Tarreau · Thu May 08 22:36:29 2014 +0200
  64. 5a8ba60 CLEANUP: buffers: remove unused function buffer_contig_space_with_res() by Willy Tarreau · Thu Apr 24 17:14:51 2014 +0200
  65. 272adea REORG: cfgparse: move server keyword parsing to server.c by Willy Tarreau · Mon Mar 31 10:39:59 2014 +0200
  66. fa45f1d MEDIUM: config: Dynamic sections. by Thierry FOURNIER · Tue Mar 18 13:54:18 2014 +0100
  67. 9f95e40 MINOR: standard: Add ipv6 support in the function url2sa(). by Thierry FOURNIER · Fri Mar 21 14:51:46 2014 +0100
  68. fc7ac7b MINOR: standard: Disable ip resolution during the runtime by Thierry FOURNIER · Tue Feb 11 15:23:04 2014 +0100
  69. 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
  70. b050463 MINOR: standard: Add function for converting cidr to network mask. by Thierry FOURNIER · Sat Dec 14 15:39:02 2013 +0100
  71. 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
  72. e059ec9 MINOR: standard: add function "encode_chunk" by Thierry FOURNIER · Mon Mar 17 12:01:13 2014 +0100
  73. cc08d2c MEDIUM: counters: stop relying on session flags at all by Willy Tarreau · Tue Jan 28 23:18:23 2014 +0100
  74. bb519c7 MINOR: tools: add very basic support for composite pointers by Willy Tarreau · Tue Jan 28 23:04:39 2014 +0100
  75. f333834 BUG/MEDIUM: counters: flush content counters after each request by Willy Tarreau · Tue Jan 28 21:40:28 2014 +0100
  76. 12833bb MINOR: cli: add the new "show pools" command by Willy Tarreau · Tue Jan 28 16:49:56 2014 +0100
  77. 2317976 BUILD: listener: fix recent accept4() again by Willy Tarreau · Wed Jan 15 16:45:17 2014 +0100
  78. 89efaed BUILD: definitely silence some stupid GCC warnings by Willy Tarreau · Fri Dec 13 15:14:55 2013 +0100
  79. 5f3f15f BUILD: time: adapt the type of TV_ETERNITY to the local system by Willy Tarreau · Fri Dec 13 09:22:23 2013 +0100
  80. 39e258f MINOR: regex: Copy the original regex expression into string. by Thierry FOURNIER · Fri Dec 06 20:38:46 2013 +0100
  81. 799c042 MINOR: regex: Change the struct containing regex by Thierry FOURNIER · Fri Dec 06 20:36:20 2013 +0100
  82. bb77c8e MINOR: tools: function my_memmem() to lookup binary contents by Baptiste Assmann · Sun Oct 06 23:24:13 2013 +0200
  83. 126d406 MINOR: tools: add a generic binary hex string parser by Willy Tarreau · Tue Dec 03 17:50:47 2013 +0100
  84. d559dd8 MINOR: tools: Add a function to convert buffer to an ipv6 address by Thierry FOURNIER · Fri Nov 22 16:16:59 2013 +0100
  85. 58c3297 MEDIUM: Set rise and fall of agent checks to 1 by Simon Horman · Mon Nov 25 10:46:38 2013 +0900
  86. a0f4271 MEDIUM: backend: add support for the wt6 hash by Willy Tarreau · Thu Nov 14 14:30:35 2013 +0100
  87. 98634f0 MEDIUM: backend: Enhance hash-type directive with an algorithm options by Bhaskar · Tue Oct 29 23:30:51 2013 -0400
  88. 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
  89. ed5a4ae CLEANUP: regex: Create regex_comp function that compiles regex using compilation options by Thierry FOURNIER · Mon Oct 14 14:07:36 2013 +0200
  90. e28f1ec BUILD/MINOR: missing header file by Thierry FOURNIER · Wed Oct 09 15:23:01 2013 +0200
  91. 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
  92. b4c8493 MINOR: session: make the number of stick counter entries more configurable by Willy Tarreau · Tue Jul 23 19:15:30 2013 +0200
  93. 67db8df MEDIUM: http: add IPv6 support for "set-tos" by Lukas Tribus · Sun Jun 23 17:37:13 2013 +0200
  94. dc13c11 BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS by Willy Tarreau · Fri Jun 21 23:16:39 2013 +0200
  95. 2b57cb8 MEDIUM: protocol: implement a "drain" function in protocol layers by Willy Tarreau · Mon Jun 10 19:56:38 2013 +0200
  96. bf43f6e MINOR: defaults: allow REQURI_LEN and CAPTURE_LEN to be redefined by Willy Tarreau · Mon Jun 03 15:52:52 2013 +0200
  97. 1eb7592 MINOR: tproxy: add support for OpenBSD by Pieter Baauw · Wed May 08 23:30:23 2013 +0200
  98. ff30b66 MINOR: tproxy: add support for FreeBSD by Pieter Baauw · Wed May 08 23:22:39 2013 +0200
  99. d551fb5 REORG: tproxy: prepare the transparent proxy defines for accepting other OSes by Pieter Baauw · Wed May 08 22:49:23 2013 +0200
  100. 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