1. 89faf5d MINOR: buffer: remove bo_ptr() by Willy Tarreau · Thu Jun 07 18:16:48 2018 +0200
  2. dda2e41 MINOR: buffer: remove bi_ptr() by Willy Tarreau · Thu Jun 07 18:08:04 2018 +0200
  3. 7194d3c MINOR: buffer: split bi_contig_data() into ci_contig_data and b_config_data() by Willy Tarreau · Wed Jun 06 16:55:45 2018 +0200
  4. d55fe39 MINOR: buffer: remove bi_getblk() and bi_getblk_nc() by Willy Tarreau · Wed Jun 06 16:02:40 2018 +0200
  5. aa7af72 MINOR: buffer: replace calls to buffer_space_wraps() with b_space_wraps() by Willy Tarreau · Thu Jul 12 10:33:12 2018 +0200
  6. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · Wed Jun 06 07:13:22 2018 +0200
  7. c0a51c5 MINOR: buffer: remove buffer_slow_realign() and the swap_buffer allocation code by Willy Tarreau · Thu Jul 12 11:02:51 2018 +0200
  8. fd8d42f MEDIUM: channel: make channel_slow_realign() take a swap buffer by Willy Tarreau · Thu Jul 12 10:57:15 2018 +0200
  9. 4cf1300 MINOR: channel/buffer: replace buffer_slow_realign() with channel_slow_realign() and b_slow_realign() by Willy Tarreau · Wed Jun 06 06:53:15 2018 +0200
  10. d5b343b MINOR: channel/buffer: use c_realign_if_empty() instead of buffer_realign() by Willy Tarreau · Wed Jun 06 06:42:46 2018 +0200
  11. 08d5ac8 MINOR: channel: add a few basic functions for the new buffer API by Willy Tarreau · Wed Jun 06 15:09:28 2018 +0200
  12. f17f19f MINOR: buffer: introduce b_realign_if_empty() by Willy Tarreau · Fri Jun 15 17:50:15 2018 +0200
  13. a04e40d MINOR: buffer: Add b_set_data(). by Olivier Houchard · Thu Jun 28 19:10:25 2018 +0200
  14. 09138ec MINOR: buffer: Introduce b_sub(), b_add(), and bo_add() by Olivier Houchard · Thu Jun 28 19:17:38 2018 +0200
  15. bbc68df MINOR: buffer: add a few basic functions for the new API by Willy Tarreau · Wed Jun 06 14:30:50 2018 +0200
  16. 506a29a MINOR: buffer: switch buffer sizes and offsets to size_t by Willy Tarreau · Wed Jul 18 10:07:58 2018 +0200
  17. 41806d1 MINOR: buffer: implement a new file for low-level buffer manipulation functions by Willy Tarreau · Wed Jul 11 09:39:05 2018 +0200
  18. 9ddaf79 MINOR: tasklet: Set process to NULL. by Olivier Houchard · Thu Jul 19 16:02:16 2018 +0200
  19. 17b4aa1 BUG/MINOR: ssl: properly ref-count the tls_keys entries by Willy Tarreau · Tue Jul 17 10:05:32 2018 +0200
  20. 8e2d943 MINOR: dns: new DNS options to allow/prevent IP address duplication by Baptiste Assmann · Fri Jun 22 15:04:43 2018 +0200
  21. 8618a6a MINOR: Some spelling cleanup in the comments. by Dave Chiluk · Thu Jun 21 11:03:20 2018 -0500
  22. dcd6f3a MINOR: tasks: Make sure we correctly init and deinit a tasklet. by Olivier Houchard · Fri Jun 08 17:08:19 2018 +0200
  23. 6e1796e BUG/MINOR: signals: ha_sigmask macro for multithreading by William Lallemand · Thu Jun 07 11:23:40 2018 +0200
  24. b1ca58b MINOR: tasks: Don't define rqueue if we're building without threads. by Olivier Houchard · Wed Jun 06 14:22:03 2018 +0200
  25. e13ab8b BUG/MEDIUM: tasks: Use the local runqueue when building without threads. by Olivier Houchard · Wed Jun 06 14:01:08 2018 +0200
  26. 10d81b8 MINOR: applet: assign the same nice value to a new appctx as its owner task by Willy Tarreau · Thu May 31 14:44:25 2018 +0200
  27. caa8a37 MINOR: task: Fix a compiler warning by adding a cast. by David Carlier · Fri Jun 01 14:32:39 2018 +0200
  28. 9d5422a MINOR: task/notification: Is notifications registered ? by Thierry FOURNIER · Wed May 30 11:40:08 2018 +0200
  29. 09eeb76 BUG/MEDIUM: tasks: Don't forget to increase/decrease tasks_run_queue. by Olivier Houchard · Mon May 28 13:51:06 2018 +0200
  30. 3fd1973 MINOR: http: Log warning if (add|set)-header fails by Tim Duesterhus · Sun May 27 20:35:08 2018 +0200
  31. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · Fri May 25 16:58:52 2018 +0200
  32. 1599b80 MINOR: tasks: Make the number of tasks to run at once configurable. by Olivier Houchard · Thu May 24 18:59:04 2018 +0200
  33. b0bdae7 MAJOR: tasks: Introduce tasklets. by Olivier Houchard · Fri May 18 18:45:28 2018 +0200
  34. f6e6dc1 MAJOR: tasks: Create a per-thread runqueue. by Olivier Houchard · Fri May 18 18:38:23 2018 +0200
  35. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · Fri May 25 14:04:04 2018 +0200
  36. 0cd82e8 BUG/BUILD: threads: unbreak build without threads by Willy Tarreau · Wed May 23 19:54:43 2018 +0200
  37. d5b073c MINOR: lua: Improve error message by Thierry Fournier · Mon May 21 19:42:47 2018 +0200
  38. 68db023 CLEANUP: spoe: Remove unused variables the agent structure by Christopher Faulet · Fri Apr 06 11:34:12 2018 +0200
  39. cb92f5c MINOR: pollers: move polled_mask outside of struct fdtab. by Olivier Houchard · Thu Apr 26 14:23:07 2018 +0200
  40. 6b96f72 BUG/MEDIUM: pollers: Use a global list for fd shared between threads. by Olivier Houchard · Wed Apr 25 16:58:25 2018 +0200
  41. 6a2cf87 MINOR: fd: Make the lockless fd list work with multiple lists. by Olivier Houchard · Wed Apr 25 15:10:30 2018 +0200
  42. 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
  43. 760e81d MINOR: backend: implement random-based load balancing by Willy Tarreau · Thu May 03 07:20:40 2018 +0200
  44. e2b10bf MINOR: http: Add support for 421 Misdirected Request by Tim Duesterhus · Fri Apr 27 21:18:46 2018 +0200
  45. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · Wed Apr 18 13:26:46 2018 +0200
  46. 174b06a MINOR: h2: detect presence of CONNECT and/or content-length by Willy Tarreau · Wed Apr 25 18:13:58 2018 +0200
  47. 302f9ef BUG/MEDIUM: connection: Make sure we have a mux before calling detach(). by Olivier Houchard · Fri Apr 13 15:50:27 2018 +0200
  48. 48aa13f BUG/MEDIUM: threads: Fix the max/min calculation because of name clashes by Christopher Faulet · Mon Apr 09 08:45:43 2018 +0200
  49. caf2fec MINOR: spoe: Add counters to log info about SPOE agents by Christopher Faulet · Wed Apr 04 10:25:50 2018 +0200
  50. 7250b8f MINOR: spoe: Add loggers dedicated to the SPOE agent by Christopher Faulet · Mon Mar 26 17:19:01 2018 +0200
  51. 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
  52. 4b0b79d MINOR: log: move 'log' keyword parsing in dedicated function by Christopher Faulet · Mon Mar 26 15:54:32 2018 +0200
  53. 36bda1c MINOR: spoe: Add options to store processing times in variables by Christopher Faulet · Thu Mar 22 09:08:20 2018 +0100
  54. b2dd1e0 MINOR: spoe: Add metrics in to know time spent in the SPOE by Christopher Faulet · Thu Mar 22 09:07:41 2018 +0100
  55. 8ef1a6b BUG/MINOR: fd: Don't clear the update_mask in fd_insert. by Olivier Houchard · Tue Apr 03 19:06:18 2018 +0200
  56. 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
  57. 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
  58. 4952985 REORG: compact "struct server" by Emmanuel Hocdet · Mon Mar 19 18:14:02 2018 +0100
  59. 4399c75 MINOR: proxy-v2-options: add crc32c by Emmanuel Hocdet · Mon Feb 05 15:26:43 2018 +0100
  60. 6afd898 MINOR: hash: add new function hash_crc32c by Emmanuel Hocdet · Mon Feb 05 15:23:39 2018 +0100
  61. 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
  62. 5cd4bbd BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management by Christopher Faulet · Wed Mar 14 16:18:06 2018 +0100
  63. 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
  64. c41b3e8 DOC: buffers: clarify the purpose of the <from> pointer in offer_buffers() by Willy Tarreau · Fri Mar 02 10:27:12 2018 +0100
  65. 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · Thu Feb 01 18:29:59 2018 +0100
  66. fa8d0f1 MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key by Emmanuel Hocdet · Thu Feb 01 15:53:52 2018 +0100
  67. 283e004 MINOR: ssl: add ssl_sock_get_cert_sig function by Emmanuel Hocdet · Thu Nov 02 14:05:23 2017 +0100
  68. 96b7834 MINOR: ssl: add ssl_sock_get_pkey_algo function by Emmanuel Hocdet · Tue Oct 31 15:46:07 2017 +0100
  69. ddc090b MINOR: ssl: extract full pkey info in load_certificate by Emmanuel Hocdet · Fri Oct 27 18:43:29 2017 +0200
  70. ca6ef50 BUG/MEDIUM: buffer: Fix the wrapping case in bi_putblk by Christopher Faulet · Mon Feb 26 10:51:28 2018 +0100
  71. b2b2794 BUG/MEDIUM: buffer: Fix the wrapping case in bo_putblk by Christopher Faulet · Mon Feb 26 10:47:03 2018 +0100
  72. 9531728 MINOR: stats: display the number of threads in the statistics. by Yves Lafon · Mon Feb 26 11:10:37 2018 +0100
  73. 364d745 MINOR: debug/pools: make DEBUG_UAF also detect underflows by Willy Tarreau · Thu Feb 22 14:14:23 2018 +0100
  74. 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
  75. 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
  76. 5e64286 CLEANUP: standard: Fix typo in IPv6 mask example by Tim Duesterhus · Tue Feb 20 17:02:18 2018 +0100
  77. 05f6a43 CLEANUP: pools: Remove unused end label in memory.h by Tim Duesterhus · Tue Feb 20 00:49:46 2018 +0100
  78. 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
  79. 4ee76d0 BUILD/MINOR: memory: stdint is needed for uintptr_t by David Carlier · Sun Feb 18 19:36:42 2018 +0000
  80. 41ccb19 BUG/MEDIUM: threads: fix the double CAS implementation for ARMv7 by Willy Tarreau · Wed Feb 14 14:16:28 2018 +0100
  81. 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
  82. 4d84186 MEDIUM: fd: make updt_fd_polling() use atomics by Willy Tarreau · Wed Jan 17 22:57:54 2018 +0100
  83. 1b76a6d CLEANUP: fd: remove the now unused fd_compute_new_polled_status() function by Willy Tarreau · Thu Jan 25 17:16:55 2018 +0100
  84. 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
  85. 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
  86. 4815c8c MAJOR: fd/threads: Make the fdcache mostly lockless. by Olivier Houchard · Wed Jan 24 18:17:56 2018 +0100
  87. cf975d4 MINOR: pools/threads: Implement lockless memory pools. by Olivier Houchard · Wed Jan 24 18:38:31 2018 +0100
  88. 5266b3e MINOR: threads: add test and set/reset operations by Willy Tarreau · Thu Jan 25 17:43:58 2018 +0100
  89. f61f0cb MINOR: threads: Introduce double-width CAS on x86_64 and arm. by Olivier Houchard · Thu Dec 21 17:13:05 2017 +0100
  90. 928fbfa MINOR: compiler: introduce offsetoff(). by Olivier Houchard · Wed Jan 24 18:17:06 2018 +0100
  91. 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
  92. b077cdc MEDIUM: spoe: Use an ebtree to manage idle applets by Christopher Faulet · Wed Jan 24 16:37:57 2018 +0100
  93. 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
  94. 6f9ea4f MINOR: spoe: Replace sending_rate by a frequency counter by Christopher Faulet · Wed Jan 24 16:13:48 2018 +0100
  95. fce747b MINOR: spoe: Always link a SPOE context with the applet processing it by Christopher Faulet · Wed Jan 24 15:59:32 2018 +0100
  96. 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
  97. 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
  98. 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
  99. a9786b6 MINOR: fd: pass the iocb and owner to fd_insert() by Willy Tarreau · Thu Jan 25 07:22:13 2018 +0100
  100. 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