1. fa5c812 BUG/MINOR: buffers: Fix b_alloc_margin to be "fonctionnaly" thread-safe by Christopher Faulet · Fri Nov 10 10:39:16 2017 +0100
  2. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · Mon Nov 13 10:34:01 2017 +0100
  3. aa39860 MINOR: tools: don't use unlikely() in hex2i() by Willy Tarreau · Fri Nov 10 11:19:54 2017 +0100
  4. d8b3b65 BUG/MEDIUM: splice/threads: pipe reuse list was not protected. by Emeric Brun · Tue Nov 07 11:19:48 2017 +0100
  5. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  6. 88ac59b MINOR: threads: use faster locks for the spin locks by Willy Tarreau · Mon Nov 06 01:03:26 2017 +0100
  7. 5222d8e BUG/MINOR: stdarg.h inclusion by David Carlier · Fri Nov 03 12:00:26 2017 +0000
  8. 4b75fff BUG/MAJOR: buffers: fix get_buffer_nc() for data at end of buffer by Willy Tarreau · Thu Nov 02 17:16:07 2017 +0100
  9. 7c2a2ad BUG/MINOR: thread: fix a typo in the debug code by Willy Tarreau · Thu Nov 02 16:26:02 2017 +0100
  10. ffca736 MINOR: h2: centralize all HTTP/2 protocol elements and constants by Willy Tarreau · Tue Dec 13 18:25:15 2016 +0100
  11. 1be4f3d MEDIUM: hpack: implement basic hpack encoding by Willy Tarreau · Thu Sep 21 14:35:57 2017 +0200
  12. 679790b MINOR: hpack: implement the decoder by Willy Tarreau · Tue May 30 19:09:44 2017 +0200
  13. ce04094 MINOR: hpack: implement the header tables management by Willy Tarreau · Tue May 30 18:46:58 2017 +0200
  14. a004ade MINOR: hpack: implement the HPACK Huffman table decoder by Willy Tarreau · Tue May 30 17:22:18 2017 +0200
  15. b29dc95 MINOR: threads: add a portable barrier for threads and non-threads by Willy Tarreau · Tue Oct 31 18:00:20 2017 +0100
  16. cd7879a BUG/MEDIUM: threads: Run the poll loop on the main thread too by Christopher Faulet · Fri Oct 27 13:53:47 2017 +0200
  17. c2a89a6 MINOR: threads/mailers: Add a lock to protect queues of email alerts by Christopher Faulet · Mon Oct 23 15:54:24 2017 +0200
  18. cfda847 MINOR: threads/checks: Add a lock to protect the pid list used by external checks by Christopher Faulet · Fri Oct 20 15:40:23 2017 +0200
  19. b2812a6 MEDIUM: thread/dns: Make DNS thread-safe by Christopher Faulet · Wed Oct 04 16:17:58 2017 +0200
  20. 24289f2 MEDIUM: thread/spoe: Make the SPOE thread-safe by Christopher Faulet · Mon Sep 25 14:48:02 2017 +0200
  21. 738a6d7 MEDIUM: threads/tasks: Add lock around notifications by Thierry FOURNIER · Mon Jul 17 00:14:07 2017 +0200
  22. 952939d MEDIUM: threads/xref: Convert xref function to a thread safe model by Thierry FOURNIER · Fri Sep 01 14:17:32 2017 +0200
  23. 61ba0e2 MEDIUM: threads/lua: Add locks around the Lua execution parts. by Thierry FOURNIER · Wed Jul 12 11:41:21 2017 +0200
  24. 8ca3b4b MEDIUM: threads/compression: Make HTTP compression thread-safe by Christopher Faulet · Tue Jul 25 11:07:15 2017 +0200
  25. e95f2c3 MEDIUM: thread/vars: Make vars thread-safe by Christopher Faulet · Mon Jul 24 16:30:34 2017 +0200
  26. b5997f7 MAJOR: threads/map: Make acls/maps thread safe by Emeric Brun · Mon Jul 03 11:34:05 2017 +0200
  27. 821bb9b MAJOR: threads/ssl: Make SSL part thread-safe by Emeric Brun · Thu Jun 15 16:37:39 2017 +0200
  28. 6b35e9b MEDIUM: threads/stream: Make streams list thread safe by Emeric Brun · Fri Jun 30 16:23:45 2017 +0200
  29. a1dd243 MAJOR: threads/buffer: Make buffer wait queue thread safe by Emeric Brun · Wed Jun 21 15:42:52 2017 +0200
  30. 80527f5 MAJOR: threads/peers: Make peers thread safe by Emeric Brun · Mon Jun 19 17:46:37 2017 +0200
  31. 1138fd0 MAJOR: threads/applet: Handle multithreading for applets by Emeric Brun · Mon Jun 19 12:38:55 2017 +0200
  32. 272e252 MINOR: threads/regex: Change Regex trash buffer into a thread local variable by Emeric Brun · Thu Jun 15 11:53:49 2017 +0200
  33. 819fc6f MEDIUM: threads/stick-tables: handle multithreads on stick tables by Emeric Brun · Tue Jun 13 19:37:32 2017 +0200
  34. 5b51755 MEDIUM: threads/lb: Make LB algorithms (lb_*.c) thread-safe by Christopher Faulet · Fri Jun 09 14:17:53 2017 +0200
  35. 5d42e09 MINOR: threads/server: Add a lock to deal with insert in updates_servers list by Christopher Faulet · Mon Oct 16 12:00:40 2017 +0200
  36. 29f77e8 MEDIUM: threads/server: Add a lock per server and atomically update server vars by Christopher Faulet · Thu Jun 08 14:04:45 2017 +0200
  37. ff8abcd MEDIUM: threads/proxy: Add a lock per proxy and atomically update proxy vars by Christopher Faulet · Fri Jun 02 15:33:24 2017 +0200
  38. 8d8aa0d MEDIUM: threads/listeners: Make listeners thread-safe by Christopher Faulet · Tue May 30 15:36:50 2017 +0200
  39. b79a94c MEDIUM: threads/signal: Add a lock to make signals thread-safe by Christopher Faulet · Tue May 30 15:34:30 2017 +0200
  40. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · Wed Sep 27 14:59:38 2017 +0200
  41. d4604ad MAJOR: threads/fd: Make fd stuffs thread-safe by Christopher Faulet · Mon May 29 10:40:41 2017 +0200
  42. b349e48 MEDIUM: threads/pool: Make pool thread-safe by locking all access to a pool by Christopher Faulet · Tue Aug 29 09:52:38 2017 +0200
  43. 9a65571 MEDIUM: threads/time: Many global variables from time.h are now thread-local by Christopher Faulet · Thu May 11 11:00:15 2017 +0200
  44. 339fff8 MEDIUM: threads: Adds a set of functions to handle sync-point by Christopher Faulet · Thu Oct 19 11:59:15 2017 +0200
  45. 1a2b56e MEDIUM: threads: Add hathreads header file by Christopher Faulet · Thu Oct 12 16:09:09 2017 +0200
  46. e9bd686 MINOR: threads: Add THREAD_LOCAL macro by Christopher Faulet · Tue Aug 29 09:51:52 2017 +0200
  47. 93a518f MINOR: standard: Add memvprintf function by Christopher Faulet · Tue Oct 24 11:25:33 2017 +0200
  48. 83215a4 MEDIUM: lists: list_for_each_entry{_safe}_from functions by William Lallemand · Sun Sep 24 11:26:02 2017 +0200
  49. 48b4bb4 MEDIUM: cfgparse: post parsing registration by William Lallemand · Mon Oct 23 14:36:34 2017 +0200
  50. d2ff56d MEDIUM: cfgparse: post section callback by William Lallemand · Mon Oct 16 11:06:50 2017 +0200
  51. 145746c MINOR: buffer: add the buffer input manipulation functions by Willy Tarreau · Thu Oct 26 15:26:17 2017 +0200
  52. 1296382 CONTRIB: trace: add the possibility to place trace calls in the code by Willy Tarreau · Tue Oct 24 10:54:08 2017 +0200
  53. 306924e MINOR: http: add very simple header management based on double strings by Willy Tarreau · Thu Sep 21 14:25:39 2017 +0200
  54. 0621da5 MINOR: buffer: make bo_getblk_nc() not return 2 for a full buffer by Willy Tarreau · Fri Oct 20 18:21:49 2017 +0200
  55. e67c4e5 MINOR: ist: add ist0() to add a trailing zero to a string. by Willy Tarreau · Thu Oct 19 06:28:23 2017 +0200
  56. e0e734c MINOR: buffer: add bo_getblk() and bo_getblk_nc() by Willy Tarreau · Thu Oct 19 14:56:49 2017 +0200
  57. 5b9834f MINOR: buffer: add buffer_space_wraps() by Willy Tarreau · Mon Oct 16 14:01:18 2017 +0200
  58. e5676e7 MINOR: buffer: add two functions to inject data into buffers by Willy Tarreau · Fri Sep 22 15:47:51 2017 +0200
  59. 6634b63 MINOR: buffer: add a function to match against string patterns by Willy Tarreau · Fri Sep 22 15:02:54 2017 +0200
  60. 7f564d2 MINOR: buffer: add bo_del() to delete a number of characters from output by Willy Tarreau · Wed Oct 18 08:32:12 2017 +0200
  61. dea7c5c BUG/MINOR: tools: fix my_htonll() on x86_64 by Willy Tarreau · Wed Oct 18 11:39:33 2017 +0200
  62. c939835 MINOR: compiler: restore the likely() wrapper for gcc 5.x by Willy Tarreau · Sun Oct 08 22:26:03 2017 +0200
  63. 2ba6727 MINOR: ist: add a macro to ease const array initialization by Willy Tarreau · Thu Sep 21 15:24:10 2017 +0200
  64. 5531d57 MINOR: net_helper: add 64-bit read/write functions by Willy Tarreau · Wed Sep 20 08:14:52 2017 +0200
  65. 2888c08 MINOR: net_helper: add write functions by Willy Tarreau · Tue Sep 19 17:27:05 2017 +0200
  66. d5370e1 MINOR: net_helper: add functions to read from vectors by Willy Tarreau · Tue Sep 19 14:59:52 2017 +0200
  67. 26488ad MINOR: buffer: add b_end() and b_to_end() by Willy Tarreau · Tue Sep 19 21:14:08 2017 +0200
  68. 4a6425d MINOR: buffer: add b_del() to delete a number of characters by Willy Tarreau · Tue Sep 19 14:18:46 2017 +0200
  69. 36eb3a3 MINOR: tools: make my_htonll() more efficient on x86_64 by Willy Tarreau · Wed Sep 20 08:18:49 2017 +0200
  70. ed0d96c MINOR: net_helper: Inline functions meant to be inlined. by Olivier Houchard · Wed Sep 13 11:49:22 2017 +0200
  71. 3c65b7a MINOR: xref: Add a new xref system by Thierry FOURNIER · Thu Aug 31 20:35:18 2017 +0200
  72. ad405f1 MINOR: buffers: Move swap_buffer into buffer.c and add deinit_buffer function by Christopher Faulet · Tue Aug 29 15:30:11 2017 +0200
  73. 748919a MINOR: chunks: Use dedicated function to init/deinit trash buffers by Christopher Faulet · Wed Jul 26 14:59:46 2017 +0200
  74. ae459fd CLEANUP: memory: Remove unused function pool_destroy by Christopher Faulet · Mon Aug 28 14:28:44 2017 +0200
  75. e11f727 MINOR: ist: implement very simple indirect strings by Willy Tarreau · Tue May 30 17:49:36 2017 +0200
  76. 82032f1 MINOR: chunks: add chunk_memcpy() and chunk_memcat() by Willy Tarreau · Thu Jul 27 13:35:34 2017 +0200
  77. e962fd8 Add a few functions to do unaligned access. by Olivier Houchard · Mon Aug 07 19:20:04 2017 +0200
  78. b781dbe MINOR: memory: remove macros by David Carlier · Fri Jul 21 08:44:40 2017 +0100
  79. cb1949b MINOR: tools: add a portable timegm() alternative by Willy Tarreau · Wed Jul 19 19:05:29 2017 +0200
  80. a36b311 BUG/MINOR: buffers: Fix bi/bo_contig_space to handle full buffers by Christopher Faulet · Tue Jun 13 22:00:22 2017 +0200
  81. ed936c5 MINOR: tools: make debug_hexdump() take a string prefix by Willy Tarreau · Thu Apr 27 18:03:20 2017 +0200
  82. 9faef1e MINOR: tools: make debug_hexdump() use a const char for the string by Willy Tarreau · Thu Apr 27 17:54:58 2017 +0200
  83. 577d5ac CLEANUP: str2mask return code comment: non-zero -> zero. by Jarno Huuskonen · Sun May 21 17:32:21 2017 +0300
  84. 23e9e93 MINOR: log: Add logurilen tunable. by Stéphane Cottin · Thu May 18 08:58:41 2017 +0200
  85. 2395368 DOC: update RFC references by Lukas Tribus · Fri Apr 28 13:24:30 2017 +0000
  86. 6ab2bae REORG: spoe: move spoe_encode_varint / spoe_decode_varint from spoe to common by Thierry FOURNIER · Wed Apr 19 11:49:44 2017 +0200
  87. b82f742 MINOR: server: Add 'server-template' new keyword supported in backend sections. by Frédéric Lécaille · Thu Apr 13 18:24:23 2017 +0200
  88. 7b67726 [RELEASE] Released version 1.8-dev1 by Willy Tarreau · Mon Apr 03 09:27:49 2017 +0200
  89. a545569 CLEANUP: buffers: Remove buffer_contig_area and buffer_work_area functions by Christopher Faulet · Wed Mar 29 10:49:49 2017 +0200
  90. aaf4a32 CLEANUP: buffers: Remove buffer_bounce_realign function by Christopher Faulet · Tue Mar 28 11:53:34 2017 +0200
  91. 637f8f2 BUG/MEDIUM: buffers: Fix how input/output data are injected into buffers by Christopher Faulet · Wed Mar 29 11:58:28 2017 +0200
  92. b686afd MINOR: chunks: implement a simple dynamic allocator for trash buffers by Willy Tarreau · Wed Feb 08 11:06:11 2017 +0100
  93. 9826329 MAJOR: ssl: bind configuration per certificat by Emmanuel Hocdet · Thu Dec 29 18:26:15 2016 +0100
  94. 48ef4c9 MINOR: tools: make str2sa_range() return the port in a separate argument by Willy Tarreau · Fri Jan 06 18:32:38 2017 +0100
  95. 0ebb511 MINOR: tools: add a generic hexdump function for debugging by Willy Tarreau · Mon Dec 05 00:10:57 2016 +0100
  96. f2592b2 MEDIUM: regex: pcre2 support by David Carlier · Mon Nov 21 21:25:58 2016 +0000
  97. ece9b07 MINOR: cfgparse: add two new functions to check arguments count by Willy Tarreau · Wed Dec 21 22:41:44 2016 +0100
  98. a73e59b BUG/MAJOR: Fix how the list of entities waiting for a buffer is handled by Christopher Faulet · Fri Dec 09 17:30:18 2016 +0100
  99. 97c2ae1 REORG: cli: move dump_text(), dump_text_line(), and dump_binary() to standard.c by Willy Tarreau · Tue Nov 22 18:00:20 2016 +0100
  100. 79bdef3 MINOR: cfgparse: Parse scope lines and save the last one parsed by Christopher Faulet · Fri Nov 04 22:36:15 2016 +0100