1. 421f02e MINOR: threads: add a MAX_THREADS define instead of LONGBITS by Willy Tarreau · Sat Jan 20 18:19:22 2018 +0100
  2. ec5e845 BUILD/MINOR: ancient gcc versions atomic fix by David Carlier · Thu Jan 11 14:20:43 2018 +0000
  3. 1a69af6 MINOR: hathreads: add support for gcc < 4.7 by Willy Tarreau · Thu Jan 04 18:49:31 2018 +0100
  4. e2a3496 CLEANUP: rbtree: remove by Olivier Houchard · Thu Jan 04 17:59:02 2018 +0100
  5. 3083276 MINOR: h2: add a function to report pseudo-header names by Willy Tarreau · Sat Dec 30 14:39:09 2017 +0100
  6. 6c71e46 BUG/MAJOR: hpack: don't pretend large headers fit in empty table by Willy Tarreau · Mon Dec 04 17:58:37 2017 +0100
  7. d85ba4e BUG/MINOR: hpack: reject invalid header index by Willy Tarreau · Sun Dec 03 12:12:17 2017 +0100
  8. b306650 [RELEASE] Released version 1.9-dev0 by Willy Tarreau · Sun Nov 26 19:50:17 2017 +0100
  9. 1ca1b70 CLEANUP: pools: align pools on a cache line by Willy Tarreau · Sun Nov 26 10:50:36 2017 +0100
  10. 53bae85 BUG/MINOR: threads: don't drop "extern" on the lock in include files by Willy Tarreau · Sun Nov 26 11:00:37 2017 +0100
  11. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  12. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
  13. 26028f6 MINOR: config: Add auto-increment feature for cpu-map by Christopher Faulet · Wed Nov 22 15:01:51 2017 +0100
  14. ff81318 MINOR: standard: Add my_ffsl function to get the position of the bit set to one by Christopher Faulet · Wed Nov 22 15:00:13 2017 +0100
  15. f1f0c5f MINOR: config: Export parse_process_number and use it wherever it's applicable by Christopher Faulet · Wed Nov 22 12:06:43 2017 +0100
  16. 158fa75 MINOR: pools: implement DEBUG_UAF to detect use after free by Willy Tarreau · Wed Nov 22 15:47:29 2017 +0100
  17. f13322e MINOR: pools: prepare functions to override malloc/free in pools by Willy Tarreau · Wed Nov 22 10:50:54 2017 +0100
  18. 59a10fb MEDIUM: h2: change hpack_decode_headers() to only provide a list of headers by Willy Tarreau · Tue Nov 21 20:03:02 2017 +0100
  19. f24ea8e MEDIUM: h2: add a function to emit an HTTP/1 request from a headers list by Willy Tarreau · Tue Nov 21 19:55:27 2017 +0100
  20. dbd25fc BUILD: compiler: add a new type modifier __maybe_unused by Willy Tarreau · Mon Nov 20 21:22:17 2017 +0100
  21. 9c1e15d MINOR: tools: emphasize the node being worked on in the tree dump by Willy Tarreau · Wed Nov 15 18:51:29 2017 +0100
  22. ed3cda0 MINOR: tools: add a function to dump a scope-aware tree to a file by Willy Tarreau · Wed Nov 15 15:04:05 2017 +0100
  23. 99bca65 BUG/MEDIUM: standard: itao_str/idx and quote_str/idx must be thread-local by Christopher Faulet · Tue Nov 14 16:47:26 2017 +0100
  24. e9a896e BUG/MINOR: threads: tid_bit must be a unsigned long by Christopher Faulet · Tue Nov 14 10:16:04 2017 +0100
  25. fa5c812 BUG/MINOR: buffers: Fix b_alloc_margin to be "fonctionnaly" thread-safe by Christopher Faulet · Fri Nov 10 10:39:16 2017 +0100
  26. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · Mon Nov 13 10:34:01 2017 +0100
  27. aa39860 MINOR: tools: don't use unlikely() in hex2i() by Willy Tarreau · Fri Nov 10 11:19:54 2017 +0100
  28. d8b3b65 BUG/MEDIUM: splice/threads: pipe reuse list was not protected. by Emeric Brun · Tue Nov 07 11:19:48 2017 +0100
  29. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  30. 88ac59b MINOR: threads: use faster locks for the spin locks by Willy Tarreau · Mon Nov 06 01:03:26 2017 +0100
  31. 5222d8e BUG/MINOR: stdarg.h inclusion by David Carlier · Fri Nov 03 12:00:26 2017 +0000
  32. 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
  33. 7c2a2ad BUG/MINOR: thread: fix a typo in the debug code by Willy Tarreau · Thu Nov 02 16:26:02 2017 +0100
  34. ffca736 MINOR: h2: centralize all HTTP/2 protocol elements and constants by Willy Tarreau · Tue Dec 13 18:25:15 2016 +0100
  35. 1be4f3d MEDIUM: hpack: implement basic hpack encoding by Willy Tarreau · Thu Sep 21 14:35:57 2017 +0200
  36. 679790b MINOR: hpack: implement the decoder by Willy Tarreau · Tue May 30 19:09:44 2017 +0200
  37. ce04094 MINOR: hpack: implement the header tables management by Willy Tarreau · Tue May 30 18:46:58 2017 +0200
  38. a004ade MINOR: hpack: implement the HPACK Huffman table decoder by Willy Tarreau · Tue May 30 17:22:18 2017 +0200
  39. b29dc95 MINOR: threads: add a portable barrier for threads and non-threads by Willy Tarreau · Tue Oct 31 18:00:20 2017 +0100
  40. cd7879a BUG/MEDIUM: threads: Run the poll loop on the main thread too by Christopher Faulet · Fri Oct 27 13:53:47 2017 +0200
  41. c2a89a6 MINOR: threads/mailers: Add a lock to protect queues of email alerts by Christopher Faulet · Mon Oct 23 15:54:24 2017 +0200
  42. 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
  43. b2812a6 MEDIUM: thread/dns: Make DNS thread-safe by Christopher Faulet · Wed Oct 04 16:17:58 2017 +0200
  44. 24289f2 MEDIUM: thread/spoe: Make the SPOE thread-safe by Christopher Faulet · Mon Sep 25 14:48:02 2017 +0200
  45. 738a6d7 MEDIUM: threads/tasks: Add lock around notifications by Thierry FOURNIER · Mon Jul 17 00:14:07 2017 +0200
  46. 952939d MEDIUM: threads/xref: Convert xref function to a thread safe model by Thierry FOURNIER · Fri Sep 01 14:17:32 2017 +0200
  47. 61ba0e2 MEDIUM: threads/lua: Add locks around the Lua execution parts. by Thierry FOURNIER · Wed Jul 12 11:41:21 2017 +0200
  48. 8ca3b4b MEDIUM: threads/compression: Make HTTP compression thread-safe by Christopher Faulet · Tue Jul 25 11:07:15 2017 +0200
  49. e95f2c3 MEDIUM: thread/vars: Make vars thread-safe by Christopher Faulet · Mon Jul 24 16:30:34 2017 +0200
  50. b5997f7 MAJOR: threads/map: Make acls/maps thread safe by Emeric Brun · Mon Jul 03 11:34:05 2017 +0200
  51. 821bb9b MAJOR: threads/ssl: Make SSL part thread-safe by Emeric Brun · Thu Jun 15 16:37:39 2017 +0200
  52. 6b35e9b MEDIUM: threads/stream: Make streams list thread safe by Emeric Brun · Fri Jun 30 16:23:45 2017 +0200
  53. a1dd243 MAJOR: threads/buffer: Make buffer wait queue thread safe by Emeric Brun · Wed Jun 21 15:42:52 2017 +0200
  54. 80527f5 MAJOR: threads/peers: Make peers thread safe by Emeric Brun · Mon Jun 19 17:46:37 2017 +0200
  55. 1138fd0 MAJOR: threads/applet: Handle multithreading for applets by Emeric Brun · Mon Jun 19 12:38:55 2017 +0200
  56. 272e252 MINOR: threads/regex: Change Regex trash buffer into a thread local variable by Emeric Brun · Thu Jun 15 11:53:49 2017 +0200
  57. 819fc6f MEDIUM: threads/stick-tables: handle multithreads on stick tables by Emeric Brun · Tue Jun 13 19:37:32 2017 +0200
  58. 5b51755 MEDIUM: threads/lb: Make LB algorithms (lb_*.c) thread-safe by Christopher Faulet · Fri Jun 09 14:17:53 2017 +0200
  59. 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
  60. 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
  61. 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
  62. 8d8aa0d MEDIUM: threads/listeners: Make listeners thread-safe by Christopher Faulet · Tue May 30 15:36:50 2017 +0200
  63. b79a94c MEDIUM: threads/signal: Add a lock to make signals thread-safe by Christopher Faulet · Tue May 30 15:34:30 2017 +0200
  64. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · Wed Sep 27 14:59:38 2017 +0200
  65. d4604ad MAJOR: threads/fd: Make fd stuffs thread-safe by Christopher Faulet · Mon May 29 10:40:41 2017 +0200
  66. 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
  67. 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
  68. 339fff8 MEDIUM: threads: Adds a set of functions to handle sync-point by Christopher Faulet · Thu Oct 19 11:59:15 2017 +0200
  69. 1a2b56e MEDIUM: threads: Add hathreads header file by Christopher Faulet · Thu Oct 12 16:09:09 2017 +0200
  70. e9bd686 MINOR: threads: Add THREAD_LOCAL macro by Christopher Faulet · Tue Aug 29 09:51:52 2017 +0200
  71. 93a518f MINOR: standard: Add memvprintf function by Christopher Faulet · Tue Oct 24 11:25:33 2017 +0200
  72. 83215a4 MEDIUM: lists: list_for_each_entry{_safe}_from functions by William Lallemand · Sun Sep 24 11:26:02 2017 +0200
  73. 48b4bb4 MEDIUM: cfgparse: post parsing registration by William Lallemand · Mon Oct 23 14:36:34 2017 +0200
  74. d2ff56d MEDIUM: cfgparse: post section callback by William Lallemand · Mon Oct 16 11:06:50 2017 +0200
  75. 145746c MINOR: buffer: add the buffer input manipulation functions by Willy Tarreau · Thu Oct 26 15:26:17 2017 +0200
  76. 1296382 CONTRIB: trace: add the possibility to place trace calls in the code by Willy Tarreau · Tue Oct 24 10:54:08 2017 +0200
  77. 306924e MINOR: http: add very simple header management based on double strings by Willy Tarreau · Thu Sep 21 14:25:39 2017 +0200
  78. 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
  79. e67c4e5 MINOR: ist: add ist0() to add a trailing zero to a string. by Willy Tarreau · Thu Oct 19 06:28:23 2017 +0200
  80. e0e734c MINOR: buffer: add bo_getblk() and bo_getblk_nc() by Willy Tarreau · Thu Oct 19 14:56:49 2017 +0200
  81. 5b9834f MINOR: buffer: add buffer_space_wraps() by Willy Tarreau · Mon Oct 16 14:01:18 2017 +0200
  82. e5676e7 MINOR: buffer: add two functions to inject data into buffers by Willy Tarreau · Fri Sep 22 15:47:51 2017 +0200
  83. 6634b63 MINOR: buffer: add a function to match against string patterns by Willy Tarreau · Fri Sep 22 15:02:54 2017 +0200
  84. 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
  85. dea7c5c BUG/MINOR: tools: fix my_htonll() on x86_64 by Willy Tarreau · Wed Oct 18 11:39:33 2017 +0200
  86. c939835 MINOR: compiler: restore the likely() wrapper for gcc 5.x by Willy Tarreau · Sun Oct 08 22:26:03 2017 +0200
  87. 2ba6727 MINOR: ist: add a macro to ease const array initialization by Willy Tarreau · Thu Sep 21 15:24:10 2017 +0200
  88. 5531d57 MINOR: net_helper: add 64-bit read/write functions by Willy Tarreau · Wed Sep 20 08:14:52 2017 +0200
  89. 2888c08 MINOR: net_helper: add write functions by Willy Tarreau · Tue Sep 19 17:27:05 2017 +0200
  90. d5370e1 MINOR: net_helper: add functions to read from vectors by Willy Tarreau · Tue Sep 19 14:59:52 2017 +0200
  91. 26488ad MINOR: buffer: add b_end() and b_to_end() by Willy Tarreau · Tue Sep 19 21:14:08 2017 +0200
  92. 4a6425d MINOR: buffer: add b_del() to delete a number of characters by Willy Tarreau · Tue Sep 19 14:18:46 2017 +0200
  93. 36eb3a3 MINOR: tools: make my_htonll() more efficient on x86_64 by Willy Tarreau · Wed Sep 20 08:18:49 2017 +0200
  94. ed0d96c MINOR: net_helper: Inline functions meant to be inlined. by Olivier Houchard · Wed Sep 13 11:49:22 2017 +0200
  95. 3c65b7a MINOR: xref: Add a new xref system by Thierry FOURNIER · Thu Aug 31 20:35:18 2017 +0200
  96. 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
  97. 748919a MINOR: chunks: Use dedicated function to init/deinit trash buffers by Christopher Faulet · Wed Jul 26 14:59:46 2017 +0200
  98. ae459fd CLEANUP: memory: Remove unused function pool_destroy by Christopher Faulet · Mon Aug 28 14:28:44 2017 +0200
  99. e11f727 MINOR: ist: implement very simple indirect strings by Willy Tarreau · Tue May 30 17:49:36 2017 +0200
  100. 82032f1 MINOR: chunks: add chunk_memcpy() and chunk_memcat() by Willy Tarreau · Thu Jul 27 13:35:34 2017 +0200