1. 24f382f CLEANUP: task: do not export rq_next anymore by Willy Tarreau · Fri Apr 12 16:10:55 2019 +0200
  2. c0016d8 MEDIUM: connection: Add conn_upgrade_mux_fe() to handle mux upgrades by Christopher Faulet · Mon Apr 08 10:42:41 2019 +0200
  3. 73c1207 MINOR: muxes: Pass the context of the mux to destroy() instead of the connection by Christopher Faulet · Mon Apr 08 11:23:22 2019 +0200
  4. 51f73eb MEDIUM: muxes: Add an optional input buffer during mux initialization by Christopher Faulet · Mon Apr 08 11:22:47 2019 +0200
  5. 209829f MINOR: http: update the macro IS_HTX_STRM() to check the stream flag SF_HTX by Christopher Faulet · Wed Apr 03 10:08:59 2019 +0200
  6. 03b9d8b MINOR: proto_htx: Don't adjust transaction mode anymore in HTX analyzers by Christopher Faulet · Tue Mar 26 22:02:00 2019 +0100
  7. 9a1ee7a MEDIUM: mworker-prog: implement program for master-worker by William Lallemand · Mon Apr 01 11:30:02 2019 +0200
  8. 7175e68 MINOR: cli: export cli_parse_default() definition in cli.h by William Lallemand · Mon Apr 01 11:30:00 2019 +0200
  9. 3f12887 MINOR: mworker: don't use children variable anymore by William Lallemand · Mon Apr 01 11:29:59 2019 +0200
  10. 9001ce8 REORG: mworker: move mworker_cleanlisteners to mworker.c by William Lallemand · Mon Apr 01 11:29:57 2019 +0200
  11. e25473c REORG: mworker: move signal handlers and related functions by William Lallemand · Mon Apr 01 11:29:56 2019 +0200
  12. 3fa724d REORG: mworker: move IPC functions to mworker.c by William Lallemand · Mon Apr 01 11:29:55 2019 +0200
  13. 3cd95d2 REORG: mworker: move signals functions to mworker.c by William Lallemand · Mon Apr 01 11:29:54 2019 +0200
  14. 48dfbbd REORG: mworker: move serializing functions to mworker.c by William Lallemand · Mon Apr 01 11:29:53 2019 +0200
  15. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · Fri Mar 29 17:26:33 2019 +0100
  16. 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
  17. e73256f BUG/MEDIUM: task/h2: add an idempotent task removal fucntion by Willy Tarreau · Mon Mar 25 18:02:54 2019 +0100
  18. 679bba1 MINOR: init: report the list of optionally available services by Willy Tarreau · Tue Mar 19 08:08:10 2019 +0100
  19. 2b9b678 MINOR: stats: Move stuff about the stats status codes in stats files by Christopher Faulet · Wed Feb 27 16:42:58 2019 +0100
  20. 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
  21. 237985b MEDIUM: connections: Use _HA_ATOMIC_* by Olivier Houchard · Wed Mar 13 18:52:21 2019 +0100
  22. 4c283285 MEDIUM: task: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:48:47 2019 +0100
  23. aa4d71a MEDIUM: server: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:48:31 2019 +0100
  24. 11ecfd1 MEDIUM: proxy: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:48:16 2019 +0100
  25. d5f9b19 MEDIUM: freq_ctr: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:47:59 2019 +0100
  26. d360879 MEDIUM: fd: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:47:42 2019 +0100
  27. a273534 MEDIUM: applets: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:46:48 2019 +0100
  28. 92fce85 MINOR: fd: Remove debugging code. by Olivier Houchard · Fri Mar 08 13:50:37 2019 +0100
  29. 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
  30. 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
  31. 5f33f85 MINOR: sample: Extract some protocol buffers specific code. by Frédéric Lécaille · Wed Mar 06 08:03:44 2019 +0100
  32. 756d97f MINOR: sample: Rework gRPC converter code. by Frédéric Lécaille · Mon Mar 04 19:03:48 2019 +0100
  33. 7c93e88 MINOR: sample: Code factorization "ungrpc" converter. by Frédéric Lécaille · Mon Mar 04 07:33:41 2019 +0100
  34. c8d5b95 MEDIUM: config: don't enforce a low frontend maxconn value anymore by Willy Tarreau · Wed Feb 27 17:25:52 2019 +0100
  35. e2711c7 MINOR: listener: introduce listener_backlog() to report the backlog value by Willy Tarreau · Wed Feb 27 15:39:41 2019 +0100
  36. 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
  37. 1efafce MINOR: listener: implement multi-queue accept for threads by Willy Tarreau · Sun Jan 27 15:37:19 2019 +0100
  38. b2b50a7 MINOR: listener: pre-compute some thread counts per bind_conf by Willy Tarreau · Sun Feb 03 11:14:25 2019 +0100
  39. 9ea5d36 MEDIUM: servers: Reorganize the way idle connections are cleaned. by Olivier Houchard · Thu Feb 14 18:29:09 2019 +0100
  40. 7f1bc31 MEDIUM: servers: Used a locked list for idle_orphan_conns. by Olivier Houchard · Tue Jan 22 16:11:03 2019 +0100
  41. 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
  42. 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
  43. 729b5b3 BUG/MINOR: channel: Set CF_WROTE_DATA when outgoing data are skipped by Christopher Faulet · Mon Feb 25 15:50:12 2019 +0100
  44. bc9d984 BUG/MAJOR: fd/threads, task/threads: ensure all spin locks are unlocked by Richard Russo · Wed Feb 20 12:43:45 2019 -0800
  45. 2d7f81b MINOR: fd: add a new my_closefrom() function to close all FDs by Willy Tarreau · Thu Feb 21 22:19:17 2019 +0100
  46. f131481 BUG/MEDIUM: servers: Add a per-thread counter of idle connections. by Olivier Houchard · Mon Feb 18 16:41:17 2019 +0100
  47. e737103 BUG/MEDIUM: servers: Use atomic operations when handling curr_idle_conns. by Olivier Houchard · Fri Feb 15 18:49:15 2019 +0100
  48. 76d2cef BUG/MEDIUM: peers: Missing peer initializations. by Frédéric Lécaille · Tue Feb 12 19:12:32 2019 +0100
  49. 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
  50. 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
  51. 00f18a3 BUG/MINOR: server: fix logic flaw in idle connection list management by Willy Tarreau · Sat Jan 26 12:19:01 2019 +0100
  52. 0f9cd7b MINOR: stream-int: add a new flag to mention that we want the connection to be killed by Willy Tarreau · Thu Jan 31 19:02:43 2019 +0100
  53. 8788b41 BUG/MEDIUM: connections: Don't forget to remove CO_FL_SESS_IDLE. by Olivier Houchard · Thu Jan 31 19:31:19 2019 +0100
  54. 13afcb7 BUG/MINOR: task: fix possibly missed event in inter-thread wakeups by Willy Tarreau · Sun Jan 27 17:41:27 2019 +0100
  55. bf66bd1 MEDIUM: stream-int: always mark pending outgoing SI_ST_CON by Willy Tarreau · Wed Jan 23 15:15:09 2019 +0100
  56. 355b203 MINOR: cfgparse: SSL/TLS binding in "peers" sections. by Frédéric Lécaille · Fri Jan 11 14:06:12 2019 +0100
  57. 1055e68 MINOR: peers: Make outgoing connection to SSL/TLS peers work. by Frédéric Lécaille · Thu Apr 26 14:35:21 2018 +0200
  58. 8b87c01 BUG/MINOR: stick_table: Prevent conn_cur from underflowing by Tim Duesterhus · Fri Jan 04 00:11:59 2019 +0100
  59. 9e75477 MINOR: ssl: add support of aes256 bits ticket keys on file and cli. by Emeric Brun · Thu Jan 10 17:51:55 2019 +0100
  60. 762475e BUG/MEDIUM: connection: properly unregister the mux on failed initialization by Willy Tarreau · Thu Jan 10 10:33:32 2019 +0100
  61. f7ed195 MINOR: channel/htx: Add the HTX version of channel_truncate/erase by Christopher Faulet · Mon Jan 07 14:55:10 2019 +0100
  62. 5811db0 MINOR: channel/htx: Add HTX version for some helper functions by Christopher Faulet · Mon Jan 07 13:57:01 2019 +0100
  63. 59884a6 MINOR: lb: allow redispatch when using consistent hash by Willy Tarreau · Wed Jan 02 14:48:31 2019 +0100
  64. e645829 MINOR: channel: Add the function channel_add_input by Christopher Faulet · Wed Jan 02 14:24:35 2019 +0100
  65. a2dbeb2 MEDIUM: sessions: Keep track of which connections are idle. by Olivier Houchard · Fri Dec 28 18:50:57 2018 +0100
  66. 351411f BUG/MAJOR: sessions: Use an unlimited number of servers for the conn list. by Olivier Houchard · Thu Dec 27 17:20:54 2018 +0100
  67. 09e498f BUG/MEDIUM: tasks: Decrement tasks_run_queue in tasklet_free(). by Olivier Houchard · Mon Dec 24 14:03:10 2018 +0100
  68. ab28a32 MINOR: ssl: Add ssl_sock_set_alpn(). by Olivier Houchard · Fri Dec 21 19:45:40 2018 +0100
  69. 8ab8a6e BUG/MAJOR: connections: Close the connection before freeing it. by Olivier Houchard · Wed Dec 19 23:21:46 2018 +0100
  70. e9f4301 MINOR: connection: add cs_set_error() to set the error bits by Willy Tarreau · Wed Dec 19 17:59:30 2018 +0100
  71. 14bfe9a CLEANUP: stream-int: consistently call the si/stream_int functions by Willy Tarreau · Wed Dec 19 15:19:27 2018 +0100
  72. 94031d3 MINOR: connection: remove an unwelcome dependency on struct stream by Willy Tarreau · Wed Dec 19 14:36:29 2018 +0100
  73. 3d2ee55 CLEANUP: connection: rename conn->mux_ctx to conn->ctx by Willy Tarreau · Wed Dec 19 14:12:10 2018 +0100
  74. 4f6516d CLEANUP: connection: rename subscription events values and event field by Willy Tarreau · Wed Dec 19 13:59:17 2018 +0100
  75. d5e3c71 MINOR: objtype: report a few missing types in names and base pointers by Willy Tarreau · Tue Dec 18 16:29:48 2018 +0100
  76. a4d4fdf MEDIUM: sessions: Don't keep an infinite number of idling connections. by Olivier Houchard · Fri Dec 14 19:27:06 2018 +0100
  77. f502aca MEDIUM: mux: provide the session to the init() and attach() method. by Olivier Houchard · Fri Dec 14 19:42:40 2018 +0100
  78. 006e310 MEDIUM: servers: Add a command to limit the number of idling connections. by Olivier Houchard · Mon Dec 10 18:30:32 2018 +0100
  79. f0216da MINOR: payload/htx: Adapt smp_fetch_len to be HTX aware by Christopher Faulet · Fri Dec 14 13:44:53 2018 +0100
  80. afba57a REORG: h1: merge types+proto into common/h1.h by Willy Tarreau · Tue Dec 11 13:44:24 2018 +0100
  81. 3092565 CLEANUP: h1: remove some occurrences of unneeded h1.h inclusions by Willy Tarreau · Tue Dec 11 11:11:37 2018 +0100
  82. 326e27e REORG: h1: move the h1_state definition to proto_http by Willy Tarreau · Tue Dec 11 11:04:56 2018 +0100
  83. 538746a REORG: h1: move legacy http functions to http_msg.c by Willy Tarreau · Tue Dec 11 10:59:20 2018 +0100
  84. c5a4fd5 REORG: http: create http_msg.c to place there some legacy HTTP parts by Willy Tarreau · Tue Dec 11 11:42:27 2018 +0100
  85. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · Tue Dec 11 10:22:41 2018 +0100
  86. f4a4ef7 MINOR: filters: Export the name of known filters by Christopher Faulet · Fri Dec 07 17:39:53 2018 +0100
  87. c9df7f7 MINOR: compression: Rename the function check_legacy_http_comp_flt() by Christopher Faulet · Mon Dec 10 16:14:04 2018 +0100
  88. 1a18b54 REORG: connection: centralize the conn_set_{tos,mark,quickack} functions by Willy Tarreau · Tue Dec 11 16:37:42 2018 +0100
  89. adc7f3e BUG/MEDIUM: stream-int: don't attempt to receive if the connection is not established by Willy Tarreau · Thu Dec 06 15:25:58 2018 +0100
  90. a3b62d3 MINOR: stream-int: add a new blocking condition on the remote connection by Willy Tarreau · Thu Dec 06 15:24:01 2018 +0100
  91. 27f3fa5 BUG/MEDIUM: mworker: stop every tasks in the master by William Lallemand · Thu Dec 06 14:05:20 2018 +0100
  92. aa75b3d CLEANUP: htx: Fix indentation here and there in HTX files by Christopher Faulet · Wed Dec 05 16:20:40 2018 +0100
  93. b2aedea MEDIUM: channel/htx: Add functions for forward HTX data by Christopher Faulet · Wed Dec 05 11:56:15 2018 +0100
  94. 27ba2dc MEDIUM: htx: Rework conversion from a buffer to an htx structure by Christopher Faulet · Wed Dec 05 11:53:24 2018 +0100
  95. 3906e22 MINOR: htx: add buf_room_for_htx_data() to help optimize buffer transfers by Willy Tarreau · Wed Dec 05 07:56:25 2018 +0100
  96. 8ae4235 MINOR: htx: make htx_from_buf() adjust the size only on new buffers by Willy Tarreau · Wed Dec 05 09:47:34 2018 +0100
  97. c59ff23 MINOR: htx: Rename functions htx_*_to_str() to be H1 specific by Christopher Faulet · Mon Dec 03 13:58:44 2018 +0100
  98. eeac3c7 CLEANUP: Fix a typo in the protocol header file by Joseph Herlant · Sun Nov 25 13:26:40 2018 -0800
  99. 30bc509 CLEANUP: Fix typos in the h1 subsystem by Joseph Herlant · Sun Nov 25 10:52:20 2018 -0800
  100. c42c0e9 CLEANUP: fix typos in the htx subsystem by Joseph Herlant · Sun Nov 25 10:43:27 2018 -0800