1. 6adad11 MEDIUM: threads/chunks: Transform trash chunks in thread-local variables by Christopher Faulet · Fri Apr 21 16:47:03 2017 +0200
  2. ba39f23 MEDIUM: threads/buffers: Define and register per-thread init/deinit functions by Christopher Faulet · Tue Aug 29 14:43:04 2017 +0200
  3. dc628a3 MINOR: threads: Define the sync-point inside run_poll_loop by Christopher Faulet · Thu Oct 19 11:59:44 2017 +0200
  4. 1d17c10 MAJOR: threads: Start threads to experiment multithreading by Christopher Faulet · Tue Aug 29 15:38:48 2017 +0200
  5. 339fff8 MEDIUM: threads: Adds a set of functions to handle sync-point by Christopher Faulet · Thu Oct 19 11:59:15 2017 +0200
  6. be0faa2 MINOR: threads: Add nbthread parameter by Christopher Faulet · Tue Aug 29 15:37:10 2017 +0200
  7. 415f611 MINOR: threads: Add mechanism to register per-thread init/deinit functions by Christopher Faulet · Tue Jul 25 16:52:58 2017 +0200
  8. 1a2b56e MEDIUM: threads: Add hathreads header file by Christopher Faulet · Thu Oct 12 16:09:09 2017 +0200
  9. 7122ab3 MINOR: threads: Add atomic-ops and plock includes in import dir by Emeric Brun · Fri Jul 07 10:26:46 2017 +0200
  10. e9bd686 MINOR: threads: Add THREAD_LOCAL macro by Christopher Faulet · Tue Aug 29 09:51:52 2017 +0200
  11. 5f27185 MINOR: threads: Prepare makefile to link with pthread by Emeric Brun · Mon Jun 26 18:41:42 2017 +0200
  12. e3a5e35 MINOR: startup: Extend the scope the MODE_STARTING flag by Christopher Faulet · Tue Oct 24 13:53:54 2017 +0200
  13. c1b730a MINOR: cli: Add "show startup-logs" command by Christopher Faulet · Tue Oct 24 12:00:51 2017 +0200
  14. d469638 MINOR: log: Save alerts and warnings emitted during HAProxy startup by Christopher Faulet · Tue Oct 24 11:44:05 2017 +0200
  15. 93a518f MINOR: standard: Add memvprintf function by Christopher Faulet · Tue Oct 24 11:25:33 2017 +0200
  16. 31dff9b MINOR: mailers: Use pools to allocate email alerts and its tcpcheck_rules by Christopher Faulet · Mon Oct 23 15:45:20 2017 +0200
  17. 0108bb3 MEDIUM: mailers: Init alerts during conf parsing and refactor their processing by Christopher Faulet · Fri Oct 20 21:34:32 2017 +0200
  18. de1a75b BUG/MINOR: mailers: Fix a memory leak when email alerts are released by Christopher Faulet · Mon Oct 23 15:38:19 2017 +0200
  19. 67957bd MAJOR: dns: Refactor the DNS code by Christopher Faulet · Wed Sep 27 11:00:59 2017 +0200
  20. ff88efb BUG/MINOR: dns: Fix CLI keyword declaration by Christopher Faulet · Tue Oct 03 16:00:57 2017 +0200
  21. 344c4ab MEDIUM: spoe/rules: Process "send-spoe-group" action by Christopher Faulet · Fri Sep 22 10:20:13 2017 +0200
  22. 58d0368 MINOR: spoe: Add a generic function to encode a list of SPOE message by Christopher Faulet · Thu Sep 21 16:57:24 2017 +0200
  23. c718b82 MINOR: spoe: Add a type to qualify the message list during encoding by Christopher Faulet · Thu Sep 21 16:50:56 2017 +0200
  24. 10e3767 MINOR: spoe: Move message encoding in its own function by Christopher Faulet · Thu Sep 21 16:38:22 2017 +0200
  25. 76c09ef MEDIUM: spoe/rules: Add "send-spoe-group" action for tcp/http rules by Christopher Faulet · Thu Sep 21 11:03:52 2017 +0200
  26. 11610f3 MEDIUM: spoe: Parse new "spoe-group" section in SPOE config file by Christopher Faulet · Thu Sep 21 10:23:10 2017 +0200
  27. 7ee8667 MINOR: spoe: Check uniqness of SPOE engine names during config parsing by Christopher Faulet · Tue Sep 19 11:08:28 2017 +0200
  28. 57583e4 MEDIUM: spoe: Add support of ACLS to enable or disable sending of SPOE messages by Christopher Faulet · Mon Sep 04 15:41:09 2017 +0200
  29. 1b421ea MINOR: acl: Pass the ACLs as an explicit parameter of build_acl_cond by Christopher Faulet · Fri Sep 22 14:38:56 2017 +0200
  30. e4e830d MINOR: action: Factorize checks on rules calling check_ptr if defined by Christopher Faulet · Mon Sep 18 14:51:41 2017 +0200
  31. 29730ba MINOR: action: Add a functions to check http capture rules by Christopher Faulet · Mon Sep 18 15:26:32 2017 +0200
  32. 78880fb MINOR: action: Add function to check rules using an action ACT_ACTION_TRK_* by Christopher Faulet · Mon Sep 18 14:43:55 2017 +0200
  33. 6d950b9 MINOR: action: Add a function pointer in act_rule struct to check its validity by Christopher Faulet · Mon Sep 18 15:12:39 2017 +0200
  34. 4fce0d8 MINOR: action: Use trk_idx instead of tcp/http_trk_idx by Christopher Faulet · Mon Sep 18 11:57:31 2017 +0200
  35. 7421b14 MINOR: action: Add trk_idx inline function by Christopher Faulet · Mon Sep 18 11:54:51 2017 +0200
  36. 94bb4c6 BUG/MINOR: spoa: Update pointer on the end of the frame when a reply is encoded by Christopher Faulet · Tue Sep 26 11:49:23 2017 +0200
  37. e1405e5 BUG/MINOR: spoe: Don't compare engine name and SPOE scope when both are NULL by Christopher Faulet · Tue Sep 19 10:35:35 2017 +0200
  38. d22e83a MINOR: h1: store the status code in the H1 message by Willy Tarreau · Tue Oct 31 08:02:24 2017 +0100
  39. a3c77cf MINOR: shctx: rename lock functions by William Lallemand · Mon Oct 30 23:44:40 2017 +0100
  40. 4f45bb9 MEDIUM: shctx: separate ssl and shctx by William Lallemand · Mon Oct 30 20:08:51 2017 +0100
  41. ed0b5ad REORG: shctx: move ssl functions to ssl_sock.c by William Lallemand · Mon Oct 30 19:36:36 2017 +0100
  42. 3f85c9a MEDIUM: shctx: allow the use of multiple shctx by William Lallemand · Mon Oct 09 16:30:50 2017 +0200
  43. 24a7a75 REORG: shctx: move lock functions and struct by William Lallemand · Mon Oct 09 14:17:39 2017 +0200
  44. 83215a4 MEDIUM: lists: list_for_each_entry{_safe}_from functions by William Lallemand · Sun Sep 24 11:26:02 2017 +0200
  45. 2a97966 CLEANUP: shctx: get ride of the shsess_packet{_hdr} structures by William Lallemand · Mon Sep 18 17:37:07 2017 +0200
  46. 8ea0f38 MEDIUM: h1: ensure that 1xx, 204 and 304 don't have a payload body by Willy Tarreau · Mon Oct 30 19:31:59 2017 +0100
  47. 404d978 MINOR: add ALPN information to send-proxy-v2 by Emmanuel Hocdet · Tue Oct 24 10:55:14 2017 +0200
  48. 01da571 MINOR: merge ssl_sock_get calls for log and ppv2 by Emmanuel Hocdet · Fri Oct 13 16:59:49 2017 +0200
  49. 58118b4 MINOR: update proxy-protocol-v2 #define by Emmanuel Hocdet · Fri Oct 13 12:15:28 2017 +0200
  50. 9679ac9 MINOR: ssl: Don't abuse ssl_options. by Olivier Houchard · Fri Oct 27 14:58:08 2017 +0200
  51. 7c210e6 BUG/MINOR: lua: const attribute of a string is overridden by Thierry FOURNIER · Fri Oct 27 14:13:51 2017 +0200
  52. ccaa7de MINOR: ssl/proto_http: Add keywords to take care of early data. by Olivier Houchard · Mon Oct 02 11:51:03 2017 +0200
  53. eff9a9e BUILD: Makefile: disable -Wunused-label by Willy Tarreau · Fri Oct 27 11:06:11 2017 +0200
  54. c2aae74 MEDIUM: ssl: Handle early data with OpenSSL 1.1.1 by Olivier Houchard · Fri Sep 22 18:26:28 2017 +0200
  55. 253c62b MINOR: ssl: generated certificate is missing in switchctx early callback by Emmanuel Hocdet · Mon Aug 14 11:01:25 2017 +0200
  56. 84e417d MINOR: ssl: support Openssl 1.1.1 early callback for switchctx by Emmanuel Hocdet · Wed Aug 16 11:33:17 2017 +0200
  57. 48e8755 MEDIUM: ssl: convert CBS (BoringSSL api) usage to neutral code by Emmanuel Hocdet · Wed Aug 16 11:28:44 2017 +0200
  58. 51a76d8 MINOR: http: Mark the 425 code as "Too Early". by Olivier Houchard · Mon Oct 02 16:12:07 2017 +0200
  59. 3190427 MINOR: hlua: Add regex class by Thierry FOURNIER · Wed Oct 25 12:59:51 2017 +0200
  60. 46c7255 MINOR: lua: add uuid to the Class Proxy by Baptiste Assmann · Thu Oct 26 21:51:58 2017 +0200
  61. 48b4bb4 MEDIUM: cfgparse: post parsing registration by William Lallemand · Mon Oct 23 14:36:34 2017 +0200
  62. d2ff56d MEDIUM: cfgparse: post section callback by William Lallemand · Mon Oct 16 11:06:50 2017 +0200
  63. 2ae327e BUG/MEDIUM: prevent buffers being overwritten during build_logline() execution by Dragan Dosen · Thu Oct 26 11:25:10 2017 +0200
  64. 145746c MINOR: buffer: add the buffer input manipulation functions by Willy Tarreau · Thu Oct 26 15:26:17 2017 +0200
  65. 390485a BUG/MINOR: checks: Don't forget to release the connection on error case. by Olivier Houchard · Tue Oct 24 19:03:30 2017 +0200
  66. 31d4dbe MINOR: ssl_sock: make use of CO_FL_WILL_UPDATE by Willy Tarreau · Wed Oct 25 09:32:15 2017 +0200
  67. 256b9c5 MINOR: raw_sock: make use of CO_FL_WILL_UPDATE by Willy Tarreau · Wed Oct 25 09:30:13 2017 +0200
  68. 7b271b2 MEDIUM: connection: make use of CO_FL_WILL_UPDATE in conn_sock_shutw() by Willy Tarreau · Wed Oct 25 09:59:22 2017 +0200
  69. 916e12d MINOR: connection: add flag CO_FL_WILL_UPDATE to indicate when updates are granted by Willy Tarreau · Wed Oct 25 09:22:43 2017 +0200
  70. bc97cc4 MINOR: connection: move the cleanup of flag CO_FL_WAIT_ROOM by Willy Tarreau · Wed Oct 25 10:28:45 2017 +0200
  71. 8de70bc MINOR: ssl: don't abort after sending 16kB by Willy Tarreau · Wed Oct 25 15:34:39 2017 +0200
  72. 3b9c850 MINOR: stream-int: stop checking for useless connection flags in chk_snd_conn by Willy Tarreau · Wed Oct 25 14:22:28 2017 +0200
  73. 3f957b2 MINOR: sample: add the hex2i converter by Dragan Dosen · Tue Oct 24 09:27:34 2017 +0200
  74. 6e5a9ca MINOR: sample: add the sha1 converter by Dragan Dosen · Tue Oct 24 09:18:23 2017 +0200
  75. 7389dd0 IMPORT: sha1: import SHA1 functions by Dragan Dosen · Tue Oct 24 08:48:25 2017 +0200
  76. 8c6a364 CLEANUP: cli: remove undocumented "set ssl tls-keys" command by Lukas Tribus · Tue Oct 24 12:26:32 2017 +0200
  77. f4bbc43 BUG/MINOR: cli: restore "set ssl tls-key" command by Lukas Tribus · Tue Oct 24 12:26:31 2017 +0200
  78. ef60705 BUG/MINOR: ssl: OCSP_single_get0_status can return -1 by Emmanuel Hocdet · Tue Oct 24 14:57:16 2017 +0200
  79. 019f9b1 MINOR: ssl: build with recent BoringSSL library by Emmanuel Hocdet · Mon Oct 02 17:12:06 2017 +0200
  80. e966e4e BUILD: ssl: support OPENSSL_NO_ASYNC #define by Emmanuel Hocdet · Tue Oct 24 18:11:48 2017 +0200
  81. f5e0d1f CONTRIB: trace: report the base name only for file names by Willy Tarreau · Tue Oct 24 11:55:37 2017 +0200
  82. e8f0f12 CONTRIB: trace: try to display the function's return value on exit by Willy Tarreau · Tue Oct 24 10:58:20 2017 +0200
  83. 1296382 CONTRIB: trace: add the possibility to place trace calls in the code by Willy Tarreau · Tue Oct 24 10:54:08 2017 +0200
  84. 796a2b3 BUG/MEDIUM: server: Allocate tmptrash before using it. by Olivier Houchard · Tue Oct 24 17:42:47 2017 +0200
  85. f08137c [RELEASE] Released version 1.8-dev3 by Willy Tarreau · Sun Oct 22 10:13:45 2017 +0200
  86. 872085c BUG/MINOR: ssl: ocsp response with 'revoked' status is correct by Emmanuel Hocdet · Tue Oct 10 15:18:52 2017 +0200
  87. cbc6524 MINOR: connection: remove conn_force_close() by Willy Tarreau · Thu Oct 05 17:49:56 2017 +0200
  88. 3b737c9 MINOR: stream-int: use conn_full_close() instead of conn_force_close() by Willy Tarreau · Sun Oct 22 09:39:11 2017 +0200
  89. f098fd0 MINOR: backend: use conn_full_close() instead of conn_force_close() by Willy Tarreau · Sun Oct 22 09:35:01 2017 +0200
  90. 630f99a MINOR: stream: use conn_full_close() instead of conn_force_close() by Willy Tarreau · Thu Oct 05 18:13:15 2017 +0200
  91. 151a238 MINOR: stream: use conn_full_close() instead of conn_force_close() by Willy Tarreau · Thu Oct 05 18:02:55 2017 +0200
  92. 5b78a9d MINOR: session: use conn_full_close() instead of conn_force_close() by Willy Tarreau · Thu Oct 05 18:12:51 2017 +0200
  93. 402dbc1 MINOR: checks: use conn_full_close() instead of conn_force_close() by Willy Tarreau · Thu Oct 05 17:53:13 2017 +0200
  94. 8c82901 MINOR: unix: use conn_full_close() instead of conn_force_close() by Willy Tarreau · Thu Oct 05 18:02:11 2017 +0200
  95. 3f2770b MINOR: tcp: use conn_full_close() instead of conn_force_close() by Willy Tarreau · Thu Oct 05 18:01:29 2017 +0200
  96. dc42acd MINOR: connection: add conn_stop_tracking() to disable tracking by Willy Tarreau · Thu Oct 05 18:09:20 2017 +0200
  97. 6a0a80a MINOR: connection: ensure conn_ctrl_close() also resets the fd by Willy Tarreau · Thu Oct 05 17:43:39 2017 +0200
  98. f9ce57e MEDIUM: connection: make conn_sock_shutw() aware of lingering by Willy Tarreau · Thu Oct 05 17:24:42 2017 +0200
  99. 1a0545f REORG: connection: rename CO_FL_DATA_* -> CO_FL_XPRT_* by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  100. 794f9af MEDIUM: h1: reimplement the http/1 response parser for the gateway by Willy Tarreau · Wed Jul 26 09:07:47 2017 +0200