1. 600802a MINOR: server: add a list of private idle connections by Willy Tarreau · Tue Aug 04 17:19:06 2015 +0200
  2. 41b09f4 MINOR: stream-int: add new function si_detach_endpoint() by Willy Tarreau · Tue Aug 04 20:44:05 2015 +0200
  3. 973a542 MEDIUM: stream-int: simplify si_alloc_conn() by Willy Tarreau · Wed Aug 05 21:47:23 2015 +0200
  4. c12b5e6 MEDIUM: backend: don't call si_alloc_conn() when we reuse a valid connection by Willy Tarreau · Tue Aug 04 19:45:36 2015 +0200
  5. 7b00492 CLEANUP: backend: factor out objt_server() in connect_server() by Willy Tarreau · Tue Aug 04 19:34:21 2015 +0200
  6. c4aabae DOC: resolve-prefer default value and default-server update by Baptiste Assmann · Tue Aug 04 22:43:06 2015 +0200
  7. a332299 DOC: typos in tcp-check expect examples by Baptiste Assmann · Tue Aug 04 10:12:18 2015 +0200
  8. ea849c0 DOC: typo in 'redirect', 302 code meaning by Baptiste Assmann · Mon Aug 03 11:42:50 2015 +0200
  9. 17d228b DOC/MINOR: fix OpenBSD versions where haproxy works by Daniel Jakots · Wed Jul 29 08:03:08 2015 +0200
  10. 7fb9de2 MINOR: stream: initialize the current_rule field to NULL on stream init by Remi Gacogne · Wed Jul 22 17:10:58 2015 +0200
  11. 17c3f62 BUILD: ssl: Allow building against libssl without SSLv3. by Jérémie Courrèges-Anglas · Sat Jul 25 16:50:52 2015 -0600
  12. e192cbb BUILD: link with libdl if needed for Lua support by Vincent Bernat · Thu Jul 16 20:52:51 2015 +0200
  13. ed35c37 BUG/MEDIUM: mailer: DATA part must be terminated with <CRLF>.<CRLF> by Pieter Baauw · Wed Jul 22 19:51:54 2015 +0200
  14. 50bdda6 [RELEASE] Released version 1.6-dev3 by Willy Tarreau · Wed Jul 22 17:32:56 2015 +0200
  15. d69d6f3 BUG/MAJOR: dns: fix the length of the string to be copied by Willy Tarreau · Wed Jul 22 16:45:36 2015 +0200
  16. 2100b49 CLEANUP/MINOR: dns: dns_str_to_dn_label() only needs a const char by Willy Tarreau · Wed Jul 22 16:42:43 2015 +0200
  17. 5d86fae MEDIUM: vars/sample: operators can use variables as parameter by Thierry FOURNIER · Tue Jul 07 21:10:16 2015 +0200
  18. fd77e05 MINOR: vars: returns variable content by Thierry FOURNIER · Tue Jul 07 21:20:42 2015 +0200
  19. 00c005c MEDIUM: sample: switch to saturated arithmetic by Thierry FOURNIER · Wed Jul 08 01:10:21 2015 +0200
  20. bf65cd4 MAJOR: arg: converts uint and sint in sint by Thierry FOURNIER · Mon Jul 20 17:45:02 2015 +0200
  21. 07ee64e MAJOR: sample: converts uint and sint in 64 bits signed integer by Thierry FOURNIER · Mon Jul 06 23:43:03 2015 +0200
  22. 5b4dd68 MINOR: standard: provide htonll() and ntohll() by Willy Tarreau · Tue Jul 21 23:47:18 2015 +0200
  23. 763a5d8 MINOR: standard: add 64 bits conversion functions by Thierry FOURNIER · Mon Jul 06 23:09:52 2015 +0200
  24. 19a106d MINOR: server: server_find functions: id, name, best_match by Baptiste Assmann · Wed Jul 08 22:03:56 2015 +0200
  25. 7cc419a MINOR: server: new server flag: SRV_F_FORCED_ID by Baptiste Assmann · Tue Jul 07 22:02:20 2015 +0200
  26. 8a027cc MINOR: proxy: bit field for proxy_find_best_match diff status by Baptiste Assmann · Fri Jul 03 11:03:33 2015 +0200
  27. fac9ccf BUG/MINOR: http/sample: gmtime/localtime can fail by Thierry FOURNIER · Wed Jul 08 00:15:20 2015 +0200
  28. 8a39a1f BUG/MINOR: payload: Add volatile flag to smp_fetch_req_ssl_ec_ext by Nenad Merdanovic · Wed Jul 15 12:51:11 2015 +0200
  29. d7c7475 MINOR: stream-int: only use si_release_endpoint() to release a connection by Willy Tarreau · Sun Jul 19 19:14:10 2015 +0200
  30. 7a08d3b CLEANUP: stream-int: remove stream_int_unregister_handler() and si_detach() by Willy Tarreau · Sun Jul 19 18:47:45 2015 +0200
  31. a9ff5e6 CLEANUP: stream-int: fix a few outdated comments about stream_int_register_handler() by Willy Tarreau · Sun Jul 19 18:46:30 2015 +0200
  32. 069b0c8 CLEANUP: stream: remove a useless call to si_detach() by Willy Tarreau · Sun Jul 19 17:57:02 2015 +0200
  33. 4c5490a BUG/MINOR: dns: wrong time unit for some DNS default parameters by Baptiste Assmann · Tue Jul 14 21:42:49 2015 +0200
  34. 91bd337 DOC usesrc root privileges requirments by Baptiste Assmann · Fri Jul 17 21:59:42 2015 +0200
  35. 25f4e3e CLEANUP: vars: remove unused struct by Thierry FOURNIER · Tue Jun 23 22:11:04 2015 +0200
  36. 29176f3 BUG/MINOR: lua: type error in the arguments wrapper by Thierry FOURNIER · Tue Jul 07 00:41:29 2015 +0200
  37. 732eac4 MEDIUM: ssl: add sni support on the server lines by Willy Tarreau · Thu Jul 09 11:40:25 2015 +0200
  38. 6307641 MINOR: ssl: provide ia function to set the SNI extension on a connection by Willy Tarreau · Fri Jul 10 11:33:32 2015 +0200
  39. 42529c3 MINOR: stream: maintain consistence between channel_forward and HTTP forward by Willy Tarreau · Thu Jul 09 18:38:57 2015 +0200
  40. 28d976d MINOR: args: add new context for servers by Willy Tarreau · Thu Jul 09 11:39:33 2015 +0200
  41. 53e1a6d BUG/MINOR: log: missing some ARGC_* entries in fmt_directives() by Willy Tarreau · Thu Jul 09 11:20:00 2015 +0200
  42. 5fc7d7e MINOR: Add sample fetch to detect Supported Elliptic Curves Extension by Nenad Merdanovic · Tue Jul 07 22:00:17 2015 +0200
  43. fc017fe CLEANUP: ssl: make ssl_sock_generate_certificate() use ssl_sock_generated_cert_serial() by Willy Tarreau · Tue Jul 07 18:09:34 2015 +0200
  44. 646b864 CLEANUP: ssl: make ssl_sock_generated_cert_serial() take a const by Willy Tarreau · Tue Jul 07 18:09:15 2015 +0200
  45. f672145 MINOR: ssl: make self-generated certs also work with raw IPv6 addresses by Willy Tarreau · Tue Jul 07 18:04:38 2015 +0200
  46. 96a0be7 BUG/MEDIUM: 51d: possible incorrect operations on smp->data.str.str by Dragan Dosen · Tue Jul 07 16:10:43 2015 +0200
  47. 2fbcafc MEDIUM: http: Add new 'set-src' option to http-request by Adis Nezirovic · Mon Jul 06 15:44:30 2015 +0200
  48. 79beb24 CLEANUP: sample: generalize sample_fetch_string() as sample_fetch_as_type() by Adis Nezirovic · Mon Jul 06 15:41:02 2015 +0200
  49. 4e5d58e MINOR: stats: improve compression stats reporting by Willy Tarreau · Sat Jul 04 14:35:15 2015 +0200
  50. 27f7824 BUG/MAJOR: tcp: tcp rulesets were still broken by Willy Tarreau · Sat Jul 04 11:36:30 2015 +0200
  51. 46175dd DOC: dns: fix chapters syntax by Cyril Bonté · Thu Jul 02 22:45:32 2015 +0200
  52. 7209c20 BUG/MAJOR: connection: fix TLV offset calculation for proxy protocol v2 parsing by KOVACS Krisztian · Fri Jul 03 14:09:10 2015 +0200
  53. 27187ab BUG/MAJOR: buffers: make the buffer_slow_realign() function respect output data by Willy Tarreau · Thu Jul 02 12:50:23 2015 +0200
  54. b5714da BUILD: add netbsd TARGET by David Carlier · Thu Jul 02 06:58:22 2015 +0000
  55. e6c3941 BUILD/MINOR: tools: rename popcount to my_popcountl by David Carlier · Thu Jul 02 07:00:17 2015 +0000
  56. ae6d39a DOC: add notes about the "51degrees-cache-size" parameter by Dragan Dosen · Mon Jun 29 16:43:27 2015 +0200
  57. 105c8e6 MEDIUM: 51d: add LRU-based cache on User-Agent string detection by Dragan Dosen · Mon Jun 29 16:43:26 2015 +0200
  58. 93b38d9 MEDIUM: 51Degrees code refactoring and cleanup by Dragan Dosen · Mon Jun 29 16:43:25 2015 +0200
  59. e44136f BUG/MEDIUM: vars: do not freeze the connection when the expression cannot be fetched by Willy Tarreau · Tue Jun 23 15:17:33 2015 +0200
  60. ebcd484 MEDIUM: vars: move the session variables to the session, not the stream by Willy Tarreau · Fri Jun 19 11:59:02 2015 +0200
  61. 7233098 MINOR: vars: make the accounting not depend on the stream by Willy Tarreau · Fri Jun 19 11:21:56 2015 +0200
  62. 57b8a53 BUG/MEDIUM: lru: fix possible memory leak when ->free() is used by Willy Tarreau · Wed Jun 17 20:33:30 2015 +0200
  63. ce7b4de BUILD/MINOR: lua: ensure that hlua_ctx_destroy is properly defined by Willy Tarreau · Wed Jun 17 20:18:54 2015 +0200
  64. b7636d1 BUG/MEDIUM: logs: fix improper systematic use of quotes with a few tags by Willy Tarreau · Wed Jun 17 19:58:02 2015 +0200
  65. 7810ad7 BUG/MAJOR: lru: fix unconditional call to free due to unexpected semi-colon by Willy Tarreau · Wed Jun 17 19:53:03 2015 +0200
  66. 666f504 BUILD/MINOR: stats: fix build warning due to condition always true by Willy Tarreau · Wed Jun 17 19:49:52 2015 +0200
  67. 22b0a68 BUILD/MINOR: lua: fix a harmless build warning by Willy Tarreau · Wed Jun 17 19:43:49 2015 +0200
  68. 745d412 BUG/MINOR: ssl: fix smp_fetch_ssl_fc_session_id by Willy Tarreau · Wed Jun 17 18:34:14 2015 +0200
  69. ad90f0d [RELEASE] Released version 1.6-dev2 by Willy Tarreau · Wed Jun 17 15:53:25 2015 +0200
  70. c8ad3be BUILD: ssl: fix recent build breakage on older SSL libs by Willy Tarreau · Wed Jun 17 15:48:26 2015 +0200
  71. 0b243fd BUG/MINOR: vars/compil: fix some warnings by Thierry FOURNIER · Tue Jun 16 23:52:47 2015 +0200
  72. 31c5653 BUG/MAJOR: sample: regression on sample cast to stick table types. by Emeric Brun · Tue Jun 16 18:26:17 2015 +0200
  73. 9490095 MEDIUM: peers: support of any stick-table data-types for sync by Emeric Brun · Thu Jun 11 18:25:54 2015 +0200
  74. 57056f0 MEDIUM: peers: re-schedule stick-table's entry for sync when data is modified. by Emeric Brun · Mon Jun 15 18:29:57 2015 +0200
  75. aaf5860 MINOR: peers: avoid re-scheduling of pending stick-table's updates still not pushed. by Emeric Brun · Mon Jun 15 17:23:30 2015 +0200
  76. cc10329 MINOR: samples: add samples which returns constants by Thierry FOURNIER · Sat Jun 06 19:30:17 2015 +0200
  77. 053ba8ad MINOR: lua: Variable access by Thierry FOURNIER · Mon Jun 08 13:05:33 2015 +0200
  78. c365d99 MINOR: vars: adds get and set functions by Thierry FOURNIER · Tue Jun 09 12:27:17 2015 +0200
  79. 4834bc7 MEDIUM: vars: adds support of variables by Thierry FOURNIER · Sat Jun 06 19:29:07 2015 +0200
  80. a9ff994 MINOR: build: fix build dependency by Thierry FOURNIER · Tue Jun 09 15:49:44 2015 +0200
  81. 0e11863 MINOR: tcp/http/conf: extends the keyword registration options by Thierry FOURNIER · Thu Jun 04 11:44:06 2015 +0200
  82. fbdb775 MINOR: tcp: increase the opaque data array by Thierry FOURNIER · Wed Jun 03 19:32:04 2015 +0200
  83. 9687c77 MINOR: debug: add a special converter which display its input sample content. by Thierry FOURNIER · Thu May 07 15:46:29 2015 +0200
  84. 9c627e8 MEDIUM: sample: Add type any by Thierry FOURNIER · Wed Jun 03 20:12:35 2015 +0200
  85. 0f81144 BUG/MINOR: sample: wrong conversion of signed values by Thierry FOURNIER · Sat Jun 06 19:16:52 2015 +0200
  86. 1480bd8 MINOR: standard: add function that converts signed int to a string by Thierry FOURNIER · Sat Jun 06 19:14:59 2015 +0200
  87. 69717b4 DOC: mention the "lua action" in documentation by Thierry FOURNIER · Thu Jun 04 12:23:41 2015 +0200
  88. 3863f97 MINOR: dns: add DNS statistics by Baptiste Assmann · Sun May 17 00:33:24 2015 +0200
  89. 1fa6666 DOC: server name resolution + proto DNS by Baptiste Assmann · Tue Apr 14 00:28:47 2015 +0200
  90. a68ca96 MAJOR: server: add DNS-based server name resolution by Baptiste Assmann · Tue Apr 14 01:15:08 2015 +0200
  91. 325137d MEDIUM: dns: implement a DNS resolver by Baptiste Assmann · Mon Apr 13 23:40:55 2015 +0200
  92. 5d4e4f7 MEDIUM: protocol: add minimalist UDP protocol client by Baptiste Assmann · Mon Apr 13 23:08:16 2015 +0200
  93. 3d8f831 MEDIUM: server: change server ip address from stats socket by Baptiste Assmann · Mon Apr 13 22:54:33 2015 +0200
  94. 14e4014 MEDIUM: server: add support for changing a server's address by Baptiste Assmann · Tue Apr 14 01:13:07 2015 +0200
  95. 9dd44ba BUG/MEDIUM: compat: fix segfault on FreeBSD by Joris Dedieu · Sat Jun 13 01:05:11 2015 +0200
  96. 3054880 MINOR: ssl: Export functions to manipulate generated certificates by Christopher Faulet · Thu Jun 11 13:39:32 2015 +0200
  97. 31af49d MEDIUM: ssl: Add options to forge SSL certificates by Christopher Faulet · Tue Jun 09 17:29:50 2015 +0200
  98. 92939d2 MINOR: lru: Add lru64_lookup function by Christopher Faulet · Thu Jun 11 13:33:13 2015 +0200
  99. f90ac55 MINOR: lru: Add the possibility to free data when an item is removed by Christopher Faulet · Tue Jun 09 17:06:17 2015 +0200
  100. acd6b1f BUG/MEDIUM: init: segfault if global._51d_property_names is not initialized by Dragan Dosen · Thu Jun 11 21:36:33 2015 +0200