1. 03b9d8b MINOR: proto_htx: Don't adjust transaction mode anymore in HTX analyzers by Christopher Faulet · Tue Mar 26 22:02:00 2019 +0100
  2. 64a9c05 MINOR: cli/listener: report the number of accepts on "show activity" by Willy Tarreau · Fri Apr 12 15:27:17 2019 +0200
  3. 526dc95 MINOR: initcall: Don't forget to define the __start/stop_init_##stg symbols. by Olivier Houchard · Wed Apr 10 16:21:32 2019 +0200
  4. f192d68 BUG/MINOR: htx: Preserve empty HTX messages with an unprocessed parsing error by Christopher Faulet · Mon Apr 01 11:33:17 2019 +0200
  5. 9a1ee7a MEDIUM: mworker-prog: implement program for master-worker by William Lallemand · Mon Apr 01 11:30:02 2019 +0200
  6. 7175e68 MINOR: cli: export cli_parse_default() definition in cli.h by William Lallemand · Mon Apr 01 11:30:00 2019 +0200
  7. 3f12887 MINOR: mworker: don't use children variable anymore by William Lallemand · Mon Apr 01 11:29:59 2019 +0200
  8. 9001ce8 REORG: mworker: move mworker_cleanlisteners to mworker.c by William Lallemand · Mon Apr 01 11:29:57 2019 +0200
  9. e25473c REORG: mworker: move signal handlers and related functions by William Lallemand · Mon Apr 01 11:29:56 2019 +0200
  10. 3fa724d REORG: mworker: move IPC functions to mworker.c by William Lallemand · Mon Apr 01 11:29:55 2019 +0200
  11. 3cd95d2 REORG: mworker: move signals functions to mworker.c by William Lallemand · Mon Apr 01 11:29:54 2019 +0200
  12. 48dfbbd REORG: mworker: move serializing functions to mworker.c by William Lallemand · Mon Apr 01 11:29:53 2019 +0200
  13. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · Fri Mar 29 17:26:33 2019 +0100
  14. 7b5654f BUILD: re-implement an initcall variant without using executable sections by Willy Tarreau · Fri Mar 29 21:30:17 2019 +0100
  15. 9d22e56 MINOR: tools: add an unsetenv() implementation by Willy Tarreau · Fri Mar 29 18:49:09 2019 +0100
  16. 72d9f33 BUILD: chunk: properly declare pool_head_trash as extern by Willy Tarreau · Fri Mar 29 18:13:36 2019 +0100
  17. e01d11a BUILD: http: properly mark some struct as extern by Willy Tarreau · Fri Mar 29 17:52:50 2019 +0100
  18. a33d39a CLEANUP: task: only perform a LIST_DEL() when the list is not empty by Willy Tarreau · Mon Mar 25 18:10:53 2019 +0100
  19. e73256f BUG/MEDIUM: task/h2: add an idempotent task removal fucntion by Willy Tarreau · Mon Mar 25 18:02:54 2019 +0100
  20. 87a8f35 CLEANUP: muxes/stream-int: Remove flags CS_FL_READ_NULL and SI_FL_READ_NULL by Christopher Faulet · Fri Mar 22 14:51:36 2019 +0100
  21. 297d3e2 MINOR: channel: Report EOI on the input channel if it was reached in the mux by Christopher Faulet · Fri Mar 22 14:16:14 2019 +0100
  22. 5311a92 MINOR: connection: and new flag to mark end of input (EOI) by Christopher Faulet · Fri Mar 22 14:05:52 2019 +0100
  23. 0f22299 CLEANUP: cache: don't export http_cache_applet anymore by Willy Tarreau · Tue Mar 19 09:57:55 2019 +0100
  24. 3a78aa6 BUG/MINOR: stats: Fully consume large requests in the stats applet by Christopher Faulet · Wed Feb 27 16:19:48 2019 +0100
  25. 679bba1 MINOR: init: report the list of optionally available services by Willy Tarreau · Tue Mar 19 08:08:10 2019 +0100
  26. 203b2b0 MINOR: muxes: Report the Last read with a dedicated flag by Christopher Faulet · Fri Mar 08 09:23:46 2019 +0100
  27. 2b9b678 MINOR: stats: Move stuff about the stats status codes in stats files by Christopher Faulet · Wed Feb 27 16:42:58 2019 +0100
  28. 3c2ecf7 MINOR: stats: Add the status code STAT_STATUS_IVAL to handle invalid requests by Christopher Faulet · Wed Feb 27 16:41:27 2019 +0100
  29. 1d7f37a BUG/MAJOR: tasks: Use the TASK_GLOBAL flag to know if we're in the global rq. by Olivier Houchard · Thu Mar 14 16:14:04 2019 +0100
  30. 237985b MEDIUM: connections: Use _HA_ATOMIC_* by Olivier Houchard · Wed Mar 13 18:52:21 2019 +0100
  31. 9f8d821 MEDIUM: list: Use _HA_ATOMIC_* by Olivier Houchard · Wed Mar 13 18:50:33 2019 +0100
  32. 17fbb4e MEDIUM: list: Remove useless barriers. by Olivier Houchard · Wed Mar 13 17:13:04 2019 +0100
  33. b0cef35 BUG/MEDIUM: list: fix incorrect pointer unlocking in LIST_DEL_LOCKED() by Willy Tarreau · Wed Mar 13 14:03:28 2019 +0100
  34. df23c0c MINOR: config: continue to rely on DEFAULT_MAXCONN to set the minimum maxconn by Willy Tarreau · Wed Mar 13 10:10:49 2019 +0100
  35. ca783d4 MINOR: config: remove obsolete use of DEFAULT_MAXCONN at various places by Willy Tarreau · Wed Mar 13 10:03:07 2019 +0100
  36. 2087276 MEDIUM: memory: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:53:35 2019 +0100
  37. 4c283285 MEDIUM: task: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:48:47 2019 +0100
  38. aa4d71a MEDIUM: server: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:48:31 2019 +0100
  39. 11ecfd1 MEDIUM: proxy: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:48:16 2019 +0100
  40. d5f9b19 MEDIUM: freq_ctr: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:47:59 2019 +0100
  41. d360879 MEDIUM: fd: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:47:42 2019 +0100
  42. 8beb27e MEDIUM: xref: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:47:29 2019 +0100
  43. a273534 MEDIUM: applets: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:46:48 2019 +0100
  44. d2b5d16 MEDIUM: various: Use __ha_barrier_atomic* when relevant. by Olivier Houchard · Fri Mar 08 13:47:21 2019 +0100
  45. d0c3b88 MINOR: threads: Add macros to do atomic operation with no memory barrier. by Olivier Houchard · Thu Mar 07 18:55:31 2019 +0100
  46. 1135379 MEDIUM: threads: Use __ATOMIC_SEQ_CST when using the newer atomic API. by Olivier Houchard · Thu Mar 07 18:48:22 2019 +0100
  47. 9abcf6e MINOR: threads: Implement __ha_barrier_atomic*. by Olivier Houchard · Thu Mar 07 18:45:00 2019 +0100
  48. 92fce85 MINOR: fd: Remove debugging code. by Olivier Houchard · Fri Mar 08 13:50:37 2019 +0100
  49. 1e56c70 OPTIM: task: limit the impact of memory barriers in taks_remove_from_task_list() by Willy Tarreau · Thu Mar 07 18:44:12 2019 +0100
  50. 0cf3317 MINOR: listener: move thr_idx from the bind_conf to the listener by Willy Tarreau · Wed Mar 06 15:26:33 2019 +0100
  51. 9f1d4e7 CLEANUP: listener: remove old thread bit mapping by Willy Tarreau · Tue Mar 05 19:25:26 2019 +0100
  52. d87a67f MINOR: tools: implement my_flsl() by Willy Tarreau · Tue Mar 05 12:04:55 2019 +0100
  53. fc630bd MINOR: listener: improve incoming traffic distribution by Willy Tarreau · Mon Mar 04 19:57:34 2019 +0100
  54. b238b12 MINOR: task: use LIST_DEL_INIT() to remove a task from the queue by Willy Tarreau · Wed Mar 06 19:34:25 2019 +0100
  55. c5bd311 MINOR: lists: add a LIST_DEL_INIT() macro by Willy Tarreau · Wed Mar 06 19:32:11 2019 +0100
  56. 5f33f85 MINOR: sample: Extract some protocol buffers specific code. by Frédéric Lécaille · Wed Mar 06 08:03:44 2019 +0100
  57. 756d97f MINOR: sample: Rework gRPC converter code. by Frédéric Lécaille · Mon Mar 04 19:03:48 2019 +0100
  58. 7c93e88 MINOR: sample: Code factorization "ungrpc" converter. by Frédéric Lécaille · Mon Mar 04 07:33:41 2019 +0100
  59. 967de20 BUG/MEDIUM: list: fix again LIST_ADDQ_LOCKED by Willy Tarreau · Mon Mar 04 11:19:49 2019 +0100
  60. bf69640 MINOR: global: keep a copy of the initial rlim_fd_cur and rlim_fd_max values by Willy Tarreau · Fri Mar 01 10:09:28 2019 +0100
  61. 645635d MINOR: peers: Add a message for heartbeat. by Frédéric Lécaille · Mon Feb 11 17:49:39 2019 +0100
  62. c8d5b95 MEDIUM: config: don't enforce a low frontend maxconn value anymore by Willy Tarreau · Wed Feb 27 17:25:52 2019 +0100
  63. e2711c7 MINOR: listener: introduce listener_backlog() to report the backlog value by Willy Tarreau · Wed Feb 27 15:39:41 2019 +0100
  64. 4ef6801 BUG/MEDIUM: list: correct fix for LIST_POP_LOCKED's removal of last element by Willy Tarreau · Thu Feb 28 16:51:28 2019 +0100
  65. 01abd02 BUG/MEDIUM: listener: use a self-locked list for the dequeue lists by Willy Tarreau · Thu Feb 28 10:27:18 2019 +0100
  66. c912f94 MINOR: server: remove a few unneeded LIST_INIT calls after LIST_DEL_LOCKED by Willy Tarreau · Thu Feb 28 16:06:56 2019 +0100
  67. 4c747e8 MINOR: list: make the delete and pop operations idempotent by Willy Tarreau · Thu Feb 28 15:05:53 2019 +0100
  68. 690d2ad BUG/MEDIUM: list: add missing store barriers when updating elements and head by Willy Tarreau · Thu Feb 28 11:14:22 2019 +0100
  69. 2851925 BUG/MEDIUM: list: fix LIST_POP_LOCKED's removal of the last pointer by Willy Tarreau · Thu Feb 28 15:55:18 2019 +0100
  70. bd20ad5 BUG/MEDIUM: list: fix the rollback on addq in the locked liss by Willy Tarreau · Thu Feb 28 11:09:56 2019 +0100
  71. 149ab77 MAJOR: threads: enable one thread per CPU by default by Willy Tarreau · Sat Jan 26 14:27:06 2019 +0100
  72. 7ac908b MINOR: config: add global tune.listener.multi-queue setting by Willy Tarreau · Wed Feb 27 12:02:18 2019 +0100
  73. 8a03408 MINOR: activity: add accept queue counters for pushed and overflows by Willy Tarreau · Wed Feb 27 10:45:55 2019 +0100
  74. 1efafce MINOR: listener: implement multi-queue accept for threads by Willy Tarreau · Sun Jan 27 15:37:19 2019 +0100
  75. b2b50a7 MINOR: listener: pre-compute some thread counts per bind_conf by Willy Tarreau · Sun Feb 03 11:14:25 2019 +0100
  76. f324111 MINOR: tools: implement functions to look up the nth bit set in a mask by Willy Tarreau · Tue Feb 26 09:56:22 2019 +0100
  77. 9e85318 MINOR: listener: maintain a per-thread count of the number of connections on a listener by Willy Tarreau · Sun Feb 03 10:36:29 2019 +0100
  78. a36b324 MEDIUM: listener: keep a single thread-mask and warn on "process" misuse by Willy Tarreau · Sat Feb 02 13:14:34 2019 +0100
  79. db64489 BUG/MEDIUM: lists: Properly handle the case we're removing the first elt. by Olivier Houchard · Tue Feb 26 18:46:07 2019 +0100
  80. 9ea5d36 MEDIUM: servers: Reorganize the way idle connections are cleaned. by Olivier Houchard · Thu Feb 14 18:29:09 2019 +0100
  81. 7f1bc31 MEDIUM: servers: Used a locked list for idle_orphan_conns. by Olivier Houchard · Tue Jan 22 16:11:03 2019 +0100
  82. a8434ec MINOR: lists: Implement locked variations. by Olivier Houchard · Fri Jan 18 17:26:26 2019 +0100
  83. 1fceee8 MINOR: http_fetch: add "req.ungrpc" sample fetch for gRPC. by Frédéric Lécaille · Mon Feb 25 15:30:36 2019 +0100
  84. 3a463c9 MINOR: arg: Add support for ARGT_PBUF_FNUM arg type. by Frédéric Lécaille · Mon Feb 25 15:20:35 2019 +0100
  85. 3b71716 MINOR: standard: Add a function to parse uints (dotted notation). by Frédéric Lécaille · Mon Feb 25 15:04:22 2019 +0100
  86. c6827d5 MINOR: channel/htx: Add function to skips output bytes from an HTX channel by Christopher Faulet · Mon Feb 25 10:44:51 2019 +0100
  87. 549822f MINOR: htx: Add function to drain data from an HTX message by Christopher Faulet · Mon Feb 25 10:23:19 2019 +0100
  88. 729b5b3 BUG/MINOR: channel: Set CF_WROTE_DATA when outgoing data are skipped by Christopher Faulet · Mon Feb 25 15:50:12 2019 +0100
  89. bc9d984 BUG/MAJOR: fd/threads, task/threads: ensure all spin locks are unlocked by Richard Russo · Wed Feb 20 12:43:45 2019 -0800
  90. 2d7f81b MINOR: fd: add a new my_closefrom() function to close all FDs by Willy Tarreau · Thu Feb 21 22:19:17 2019 +0100
  91. f131481 BUG/MEDIUM: servers: Add a per-thread counter of idle connections. by Olivier Houchard · Mon Feb 18 16:41:17 2019 +0100
  92. e737103 BUG/MEDIUM: servers: Use atomic operations when handling curr_idle_conns. by Olivier Houchard · Fri Feb 15 18:49:15 2019 +0100
  93. 0b46548 BUG/MEDIUM: h2/htx: Correctly handle interim responses when HTX is enabled by Christopher Faulet · Tue Feb 19 15:14:23 2019 +0100
  94. 9efa7b8 BUILD/MEDIUM: initcall: Fix build on MacOS. by Olivier Houchard · Wed Feb 13 16:22:17 2019 +0100
  95. 76d2cef BUG/MEDIUM: peers: Missing peer initializations. by Frédéric Lécaille · Tue Feb 12 19:12:32 2019 +0100
  96. 4ddf59d MEDIUM: 51d: Enabled multi threaded operation in the 51Degrees module. by Ben51Degrees · Tue Feb 05 13:24:00 2019 +0000
  97. 1417f0b BUG/MEDIUM: peers: check that p->srv actually exists before using p->srv->use_ssl by Willy Tarreau · Fri Feb 08 10:22:31 2019 +0100
  98. ff9c914 MINOR: config: make MAX_PROCS configurable at build time by Willy Tarreau · Thu Feb 07 10:39:36 2019 +0100
  99. 980855b BUG/MEDIUM: server: initialize the orphaned conns lists and tasks at the end by Willy Tarreau · Thu Feb 07 14:59:29 2019 +0100
  100. 2415727 MINOR: global: add proc_mask() and thread_mask() by Willy Tarreau · Sat Feb 02 17:22:19 2019 +0100