1. cb92f5c MINOR: pollers: move polled_mask outside of struct fdtab. by Olivier Houchard · Thu Apr 26 14:23:07 2018 +0200
  2. 6b96f72 BUG/MEDIUM: pollers: Use a global list for fd shared between threads. by Olivier Houchard · Wed Apr 25 16:58:25 2018 +0200
  3. 6a2cf87 MINOR: fd: Make the lockless fd list work with multiple lists. by Olivier Houchard · Wed Apr 25 15:10:30 2018 +0200
  4. 9b36cb4 BUG/MEDIUM: task: Don't free a task that is about to be run. by Olivier Houchard · Fri May 04 15:46:16 2018 +0200
  5. 760e81d MINOR: backend: implement random-based load balancing by Willy Tarreau · Thu May 03 07:20:40 2018 +0200
  6. e2b10bf MINOR: http: Add support for 421 Misdirected Request by Tim Duesterhus · Fri Apr 27 21:18:46 2018 +0200
  7. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · Wed Apr 18 13:26:46 2018 +0200
  8. 174b06a MINOR: h2: detect presence of CONNECT and/or content-length by Willy Tarreau · Wed Apr 25 18:13:58 2018 +0200
  9. 302f9ef BUG/MEDIUM: connection: Make sure we have a mux before calling detach(). by Olivier Houchard · Fri Apr 13 15:50:27 2018 +0200
  10. 48aa13f BUG/MEDIUM: threads: Fix the max/min calculation because of name clashes by Christopher Faulet · Mon Apr 09 08:45:43 2018 +0200
  11. caf2fec MINOR: spoe: Add counters to log info about SPOE agents by Christopher Faulet · Wed Apr 04 10:25:50 2018 +0200
  12. 7250b8f MINOR: spoe: Add loggers dedicated to the SPOE agent by Christopher Faulet · Mon Mar 26 17:19:01 2018 +0200
  13. 28ac099 MINOR: log: Keep the ref when a log server is copied to avoid duplicate entries by Christopher Faulet · Mon Mar 26 16:09:19 2018 +0200
  14. 4b0b79d MINOR: log: move 'log' keyword parsing in dedicated function by Christopher Faulet · Mon Mar 26 15:54:32 2018 +0200
  15. 36bda1c MINOR: spoe: Add options to store processing times in variables by Christopher Faulet · Thu Mar 22 09:08:20 2018 +0100
  16. b2dd1e0 MINOR: spoe: Add metrics in to know time spent in the SPOE by Christopher Faulet · Thu Mar 22 09:07:41 2018 +0100
  17. 8ef1a6b BUG/MINOR: fd: Don't clear the update_mask in fd_insert. by Olivier Houchard · Tue Apr 03 19:06:18 2018 +0200
  18. b011d8f MINOR: mux: add a "show_fd" function to dump debugging information for "show fd" by Willy Tarreau · Fri Mar 30 14:41:19 2018 +0200
  19. 4037a3f MINOR: cli/threads: make "show fd" report thread_sync_io_handler instead of "unknown" by Willy Tarreau · Wed Mar 28 18:06:47 2018 +0200
  20. 4952985 REORG: compact "struct server" by Emmanuel Hocdet · Mon Mar 19 18:14:02 2018 +0100
  21. 4399c75 MINOR: proxy-v2-options: add crc32c by Emmanuel Hocdet · Mon Feb 05 15:26:43 2018 +0100
  22. 6afd898 MINOR: hash: add new function hash_crc32c by Emmanuel Hocdet · Mon Feb 05 15:23:39 2018 +0100
  23. 26fb5d8 BUG/MEDIUM: fd/threads: ensure the fdcache_mask always reflects the cache contents by Willy Tarreau · Tue Mar 20 19:06:52 2018 +0100
  24. 5cd4bbd BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management by Christopher Faulet · Wed Mar 14 16:18:06 2018 +0100
  25. 510c0d6 BUG/MEDIUM: threads/unix: Fix a deadlock when a listener is temporarily disabled by Christopher Faulet · Fri Mar 16 10:04:47 2018 +0100
  26. c41b3e8 DOC: buffers: clarify the purpose of the <from> pointer in offer_buffers() by Willy Tarreau · Fri Mar 02 10:27:12 2018 +0100
  27. 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · Thu Feb 01 18:29:59 2018 +0100
  28. fa8d0f1 MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key by Emmanuel Hocdet · Thu Feb 01 15:53:52 2018 +0100
  29. 283e004 MINOR: ssl: add ssl_sock_get_cert_sig function by Emmanuel Hocdet · Thu Nov 02 14:05:23 2017 +0100
  30. 96b7834 MINOR: ssl: add ssl_sock_get_pkey_algo function by Emmanuel Hocdet · Tue Oct 31 15:46:07 2017 +0100
  31. ddc090b MINOR: ssl: extract full pkey info in load_certificate by Emmanuel Hocdet · Fri Oct 27 18:43:29 2017 +0200
  32. ca6ef50 BUG/MEDIUM: buffer: Fix the wrapping case in bi_putblk by Christopher Faulet · Mon Feb 26 10:51:28 2018 +0100
  33. b2b2794 BUG/MEDIUM: buffer: Fix the wrapping case in bo_putblk by Christopher Faulet · Mon Feb 26 10:47:03 2018 +0100
  34. 9531728 MINOR: stats: display the number of threads in the statistics. by Yves Lafon · Mon Feb 26 11:10:37 2018 +0100
  35. 364d745 MINOR: debug/pools: make DEBUG_UAF also detect underflows by Willy Tarreau · Thu Feb 22 14:14:23 2018 +0100
  36. 5a9cce4 BUG/MINOR: debug/pools: properly handle out-of-memory when building with DEBUG_UAF by Willy Tarreau · Thu Feb 22 11:39:23 2018 +0100
  37. f161d0f BUG/MINOR: pools/threads: don't ignore DEBUG_UAF on double-word CAS capable archs by Willy Tarreau · Thu Feb 22 14:05:55 2018 +0100
  38. 5e64286 CLEANUP: standard: Fix typo in IPv6 mask example by Tim Duesterhus · Tue Feb 20 17:02:18 2018 +0100
  39. 05f6a43 CLEANUP: pools: Remove unused end label in memory.h by Tim Duesterhus · Tue Feb 20 00:49:46 2018 +0100
  40. 16f45c8 BUG/MINOR: ssl/threads: Make management of the TLS ticket keys files thread-safe by Christopher Faulet · Fri Feb 16 11:23:49 2018 +0100
  41. 4ee76d0 BUILD/MINOR: memory: stdint is needed for uintptr_t by David Carlier · Sun Feb 18 19:36:42 2018 +0000
  42. 41ccb19 BUG/MEDIUM: threads: fix the double CAS implementation for ARMv7 by Willy Tarreau · Wed Feb 14 14:16:28 2018 +0100
  43. 4cc67a2 MINOR: fd: move the fd_{add_to,rm_from}_fdlist functions to fd.c by Willy Tarreau · Mon Feb 05 17:14:55 2018 +0100
  44. 4d84186 MEDIUM: fd: make updt_fd_polling() use atomics by Willy Tarreau · Wed Jan 17 22:57:54 2018 +0100
  45. 1b76a6d CLEANUP: fd: remove the now unused fd_compute_new_polled_status() function by Willy Tarreau · Thu Jan 25 17:16:55 2018 +0100
  46. 7ac0e35 MAJOR: fd: compute the new fd polling state out of the fd lock by Willy Tarreau · Wed Jan 17 21:25:57 2018 +0100
  47. 1256836 MEDIUM: fd/threads: Make sure we don't miss a fd cache entry. by Olivier Houchard · Wed Jan 31 18:07:29 2018 +0100
  48. 4815c8c MAJOR: fd/threads: Make the fdcache mostly lockless. by Olivier Houchard · Wed Jan 24 18:17:56 2018 +0100
  49. cf975d4 MINOR: pools/threads: Implement lockless memory pools. by Olivier Houchard · Wed Jan 24 18:38:31 2018 +0100
  50. 5266b3e MINOR: threads: add test and set/reset operations by Willy Tarreau · Thu Jan 25 17:43:58 2018 +0100
  51. f61f0cb MINOR: threads: Introduce double-width CAS on x86_64 and arm. by Olivier Houchard · Thu Dec 21 17:13:05 2017 +0100
  52. 928fbfa MINOR: compiler: introduce offsetoff(). by Olivier Houchard · Wed Jan 24 18:17:06 2018 +0100
  53. 6fa63d9 MINOR: early data: Don't rely on CO_FL_EARLY_DATA to wake up streams. by Olivier Houchard · Mon Nov 27 18:41:32 2017 +0100
  54. b077cdc MEDIUM: spoe: Use an ebtree to manage idle applets by Christopher Faulet · Wed Jan 24 16:37:57 2018 +0100
  55. 8f82b20 MINOR: spoe: Count the number of frames waiting for an ack for each applet by Christopher Faulet · Wed Jan 24 16:23:03 2018 +0100
  56. 6f9ea4f MINOR: spoe: Replace sending_rate by a frequency counter by Christopher Faulet · Wed Jan 24 16:13:48 2018 +0100
  57. fce747b MINOR: spoe: Always link a SPOE context with the applet processing it by Christopher Faulet · Wed Jan 24 15:59:32 2018 +0100
  58. 4209779 MINOR: spoe: Remove check on min_applets number when a SPOE context is queued by Christopher Faulet · Wed Jan 24 15:49:45 2018 +0100
  59. 6778b27 MINOR: stick-tables: Adds support for new "gpc1" and "gpc1_rate" counters. by Frédéric Lécaille · Mon Jan 29 15:22:53 2018 +0100
  60. f51bac2 BUG/MINOR: threads: Update labels array because of changes in lock_label enum by Christopher Faulet · Tue Jan 30 11:04:29 2018 +0100
  61. a9786b6 MINOR: fd: pass the iocb and owner to fd_insert() by Willy Tarreau · Thu Jan 25 07:22:13 2018 +0100
  62. 82b37d7 MEDIUM: fd: use atomic ops for hap_fd_{clr,set} and remove poll_lock by Willy Tarreau · Thu Jan 25 16:59:09 2018 +0100
  63. 322e6c7 MINOR: fd: move the hap_fd_{clr,set,isset} functions to fd.h by Willy Tarreau · Thu Jan 25 16:37:04 2018 +0100
  64. 745c60e CLEANUP: fd: remove the unused "new" field by Willy Tarreau · Sat Jan 20 23:59:40 2018 +0100
  65. f2b5c99 CLEANUP: fd/threads: remove the now unused fdtab_lock by Willy Tarreau · Mon Jan 29 15:24:37 2018 +0100
  66. 173d995 MEDIUM: polling: start to move maxfd computation to the pollers by Willy Tarreau · Fri Jan 26 21:48:23 2018 +0100
  67. a41d531 MINOR: config: Enable tracking of up to MAX_SESS_STKCTR stick counters. by Frédéric Lécaille · Mon Jan 29 12:05:07 2018 +0100
  68. 4718517 MINOR: standard: Add str2mask6 function by Tim Duesterhus · Thu Jan 25 16:24:49 2018 +0100
  69. 92bb034 CLEANUP: Fix typo in ARGT_MSK6 comment by Tim Duesterhus · Thu Jan 25 16:24:47 2018 +0100
  70. 1605c7a BUG/MEDIUM: threads/mworker: fix a race on startup by Willy Tarreau · Tue Jan 23 19:01:49 2018 +0100
  71. c9c8378 MINOR: fd: add a bitmask to indicate that an FD is known by the poller by Willy Tarreau · Wed Jan 17 18:44:46 2018 +0100
  72. ebc78d7 BUG/MEDIUM: fd: maintain a per-thread update mask by Willy Tarreau · Sat Jan 20 23:53:50 2018 +0100
  73. 69553fe MINOR: threads/fd: Use a bitfield to know if there are FDs for a thread in the FD cache by Christopher Faulet · Mon Jan 15 11:57:03 2018 +0100
  74. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · Sat Jan 20 19:30:13 2018 +0100
  75. 421f02e MINOR: threads: add a MAX_THREADS define instead of LONGBITS by Willy Tarreau · Sat Jan 20 18:19:22 2018 +0100
  76. f4571a0 MINOR: global/threads: move cpu_map at the end of the global struct by Willy Tarreau · Sat Jan 20 18:12:15 2018 +0100
  77. 336d3ef MINOR: spoe: add register-var-names directive in spoe-agent configuration by Christopher Faulet · Fri Dec 22 10:00:55 2017 +0100
  78. ec5e845 BUILD/MINOR: ancient gcc versions atomic fix by David Carlier · Thu Jan 11 14:20:43 2018 +0000
  79. 1a69af6 MINOR: hathreads: add support for gcc < 4.7 by Willy Tarreau · Thu Jan 04 18:49:31 2018 +0100
  80. 2ec2db9 MINOR: dns: Handle SRV record weight correctly. by Olivier Houchard · Mon Jan 08 16:28:57 2018 +0100
  81. e2a3496 CLEANUP: rbtree: remove by Olivier Houchard · Thu Jan 04 17:59:02 2018 +0100
  82. 3083276 MINOR: h2: add a function to report pseudo-header names by Willy Tarreau · Sat Dec 30 14:39:09 2017 +0100
  83. a48c141 BUG/MAJOR: connection: refine the situations where we don't send shutw() by Willy Tarreau · Fri Dec 22 18:46:33 2017 +0100
  84. 0ad8e0d MINOR: http: add a function to check request's cache-control header field by Willy Tarreau · Fri Dec 22 15:03:36 2017 +0100
  85. 984fca9 MINOR: stream-int: set flag SI_FL_CLEAN_ABRT when mux supports clean aborts by Willy Tarreau · Wed Dec 20 16:31:43 2017 +0100
  86. 28f1cb9 MINOR: mux: add flags to describe a mux's capabilities by Willy Tarreau · Wed Dec 20 16:14:44 2017 +0100
  87. aec8989 MINOR: spoe: add force-set-var option in spoe-agent configuration by Etienne Carriere · Thu Dec 14 09:36:40 2017 +0000
  88. 3c8294b MINOR: conn_stream: add new flag CS_FL_RCV_MORE to indicate pending data by Willy Tarreau · Sun Dec 10 21:13:25 2017 +0100
  89. cb14688 BUG/MEDIUM: lua/notification: memory leak by Thierry FOURNIER · Sun Dec 10 17:10:57 2017 +0100
  90. d5b7983 DOC: notifications: add precisions about thread usage by Thierry FOURNIER · Sun Dec 10 17:14:07 2017 +0100
  91. ece0c33 BUG/MEDIUM: ssl engines: Fix async engines fds were not considered to fix fd limit automatically. by Emeric Brun · Wed Dec 06 13:51:49 2017 +0100
  92. 6c71e46 BUG/MAJOR: hpack: don't pretend large headers fit in empty table by Willy Tarreau · Mon Dec 04 17:58:37 2017 +0100
  93. d85ba4e BUG/MINOR: hpack: reject invalid header index by Willy Tarreau · Sun Dec 03 12:12:17 2017 +0100
  94. 0fed0b0 BUG/MEDIUM: peers: fix some track counter rules dont register entries for sync. by Emeric Brun · Wed Nov 29 16:15:07 2017 +0100
  95. ec74647 BUILD: checks: don't include server.h by Willy Tarreau · Wed Nov 29 10:52:29 2017 +0100
  96. b306650 [RELEASE] Released version 1.9-dev0 by Willy Tarreau · Sun Nov 26 19:50:17 2017 +0100
  97. 103e566 BUG/MAJOR: threads/queue: avoid recursive locking in pendconn_get_next_strm() by Willy Tarreau · Sun Nov 26 18:48:14 2017 +0100
  98. 1ca1b70 CLEANUP: pools: align pools on a cache line by Willy Tarreau · Sun Nov 26 10:50:36 2017 +0100
  99. 5809052 CLEANUP: fd: place the lock at the beginning of struct fdtab by Willy Tarreau · Sun Nov 26 10:41:47 2017 +0100
  100. 08eaa78 CLEANUP: checks: remove 16 bytes of holes in struct check by Willy Tarreau · Sun Nov 26 08:44:34 2017 +0100