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