1. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · Tue Apr 30 15:54:36 2019 +0200
  2. c02766a MINOR: stick-table: Add prefixes to stick-table names. by Frédéric Lécaille · Wed Mar 20 15:06:55 2019 +0100
  3. 015e4d7 MINOR: stick-tables: Add peers process binding computing. by Frédéric Lécaille · Tue Mar 19 14:55:01 2019 +0100
  4. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · Thu Mar 14 07:07:41 2019 +0100
  5. f92da38 BUILD/MINOR: stick-table: Compilation fix. by Frédéric Lécaille · Fri Mar 15 11:24:53 2019 +0100
  6. d456aa4 MINOR: config: Extract the code of "stick-table" line parsing. by Frédéric Lécaille · Fri Mar 08 14:47:00 2019 +0100
  7. 034c88c MEDIUM: tcp: add the "tfo" option to support TCP fastopen on the server by Willy Tarreau · Mon Jan 23 23:36:45 2017 +0100
  8. fdcb007 MEDIUM: proto: Change the prototype of the connect() method. by Olivier Houchard · Mon May 06 18:32:29 2019 +0200
  9. 54832b9 BUILD: enable several LibreSSL hacks, including by Ilya Shipitsin · Sun May 05 23:27:54 2019 +0500
  10. e3249a9 MEDIUM: streams: Add a new keyword for retry-on, "junk-response" by Olivier Houchard · Fri May 03 23:01:47 2019 +0200
  11. 865d839 MEDIUM: streams: Add a way to replay failed 0rtt requests. by Olivier Houchard · Fri May 03 22:46:27 2019 +0200
  12. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · Fri Apr 05 15:30:12 2019 +0200
  13. c40efc1 MINOR: init/threads: make the threads array global by Willy Tarreau · Fri May 03 09:22:44 2019 +0200
  14. 81492c9 MINOR: threads: flatten the per-thread cpu-map by Willy Tarreau · Fri May 03 09:41:23 2019 +0200
  15. a48237f BUG/MEDIUM: connections: Make sure we remove CO_FL_SESS_IDLE on disown. by Olivier Houchard · Thu May 02 12:04:15 2019 +0200
  16. 55071d3 BUG/MEDIUM: channels: Don't forget to reset output in channel_erase(). by Olivier Houchard · Thu May 02 00:58:53 2019 +0200
  17. 102854c BUG/MEDIUM: listener: Fix how unlimited number of consecutive accepts is handled by Christopher Faulet · Tue Apr 30 12:17:13 2019 +0200
  18. 07425de BUG/MEDIUM: port_range: Make the ring buffer lock-free. by Olivier Houchard · Mon Apr 29 18:52:06 2019 +0200
  19. 9ce62b5 MINOR: threads: Implement HA_ATOMIC_LOAD(). by Olivier Houchard · Tue Apr 30 13:38:02 2019 +0200
  20. bc13bec MINOR: activity: report context switch counts instead of rates by Willy Tarreau · Tue Apr 30 14:55:18 2019 +0200
  21. 9634e86 CLEANUP: task: move the task_per_thread definition to task.h by Willy Tarreau · Tue Apr 30 14:36:47 2019 +0200
  22. d803e47 MINOR: log: Enable the log sampling and load-balancing feature. by Frédéric Lécaille · Thu Apr 25 07:42:09 2019 +0200
  23. d95ea28 MINOR: log: Add "sample" new keyword to "log" lines. by Frédéric Lécaille · Wed Apr 24 16:14:33 2019 +0200
  24. 85db321 MINOR: spoe: Use the sample context to pass frag_ctx info during encoding by Christopher Faulet · Fri Apr 26 14:30:15 2019 +0200
  25. f7f5428 BUG/MEDIUM: spoe: arg len encoded in previous frag frame but len changed by Kevin Zhu · Fri Apr 26 14:00:01 2019 +0800
  26. 71c07ac MINOR: stream/debug: make a stream dump and crash function by Willy Tarreau · Thu Apr 25 19:08:48 2019 +0200
  27. 5e6a5b3 MINOR: connection: make the debugging helper functions safer by Willy Tarreau · Thu Apr 25 18:35:49 2019 +0200
  28. d5ec4bf CLEANUP: standard: use proper const to addr_to_str() and port_to_str() by Willy Tarreau · Thu Apr 25 17:48:16 2019 +0200
  29. d2d3348 MINOR: activity: enable automatic profiling turn on/off by Willy Tarreau · Thu Apr 25 17:09:07 2019 +0200
  30. d9add3a MINOR: activity: make the profiling status per thread and not global by Willy Tarreau · Thu Apr 25 08:57:41 2019 +0200
  31. 22d63a2 MINOR: applet: measure and report an appctx's call rate in "show sess" by Willy Tarreau · Wed Apr 24 08:41:29 2019 +0200
  32. 2e9c1d2 MINOR: stream: measure and report a stream's call rate in "show sess" by Willy Tarreau · Wed Apr 24 08:28:31 2019 +0200
  33. 0212fad MINOR: tasks/activity: report the context switch and task wakeup rates by Willy Tarreau · Wed Apr 24 08:10:57 2019 +0200
  34. c1918d1 BUG/MAJOR: muxes: Use the HTX mode to find the best mux for HTTP proxies only by Christopher Faulet · Wed Apr 24 15:01:22 2019 +0200
  35. 333939c MINOR: action: new '(http-request|tcp-request content) do-resolve' action by Baptiste Assmann · Mon Jan 21 08:34:50 2019 +0100
  36. 0b9ce82 MINOR: obj_type: new object type for struct stream by Baptiste Assmann · Tue Jan 30 08:10:20 2018 +0100
  37. dfd35fd MINOR: dns: dns_requester structures are now in a memory pool by Baptiste Assmann · Mon Jan 21 08:18:09 2019 +0100
  38. d0e095c MINOR: ssl/cli: async fd io-handlers printable on show fd by Emeric Brun · Fri Apr 19 17:15:28 2019 +0200
  39. 22c57be BUG/MEDIUM: h1: Don't parse chunks CRLF if not enough data are available by Christopher Faulet · Fri Apr 19 14:12:27 2019 +0200
  40. 88698d9 MEDIUM: connections: Add a way to control the number of idling connections. by Olivier Houchard · Tue Apr 16 19:07:22 2019 +0200
  41. 7c49d2e MINOR: fd: Add a counter of used fds. by Olivier Houchard · Tue Apr 16 18:37:05 2019 +0200
  42. e179d0e MEDIUM: connections: Provide a xprt_ctx for each xprt method. by Olivier Houchard · Thu Mar 21 18:27:17 2019 +0100
  43. 7b5fd1e MEDIUM: connections: Move some fields from struct connection to ssl_sock_ctx. by Olivier Houchard · Thu Feb 28 18:10:45 2019 +0100
  44. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · Wed Apr 17 22:51:06 2019 +0200
  45. 8c12e2f MINOR: task/thread: factor out a wake-up condition by Willy Tarreau · Wed Apr 17 20:52:51 2019 +0200
  46. a70bfaa BUG/MAJOR: task: make sure never to delete a queued task by Willy Tarreau · Wed Apr 17 21:58:23 2019 +0200
  47. 4a1be0c MEDIUM: tasks: No longer use rq.node.leaf_p as a lock. by Olivier Houchard · Wed Apr 17 19:13:07 2019 +0200
  48. 5c964f7 MINOR: tasks: Don't consider we can wake task with tasklet_wakeup(). by Olivier Houchard · Wed Apr 17 19:11:58 2019 +0200
  49. b038007 BUG/MEDIUM: tasks: Make sure we set TASK_QUEUED before adding a task to the rq. by Willy Tarreau · Wed Apr 17 11:47:18 2019 +0200
  50. 5ec8bcb BUG/MINOR: http_fetch/htx: Allow permissive sample prefetch for the HTX by Christopher Faulet · Wed Apr 17 12:04:12 2019 +0200
  51. 89dc499 BUG/MAJOR: http_fetch: Get the channel depending on the keyword used by Christopher Faulet · Wed Apr 17 12:02:59 2019 +0200
  52. 3a4d1be BUG/MEDIUM: htx: Don't return the start-line if the HTX message is empty by Christopher Faulet · Wed Apr 17 15:08:42 2019 +0200
  53. 636848a MINOR: init: add a "set-dumpable" global directive to enable core dumps by Willy Tarreau · Mon Apr 15 19:38:50 2019 +0200
  54. 8f7069a CLEANUP: mworker: remove the type field in mworker_proc by William Lallemand · Fri Apr 12 16:09:23 2019 +0200
  55. bd3de3e MEDIUM: mworker-prog: implements 'option start-on-reload' by William Lallemand · Fri Apr 12 16:09:22 2019 +0200
  56. 4528611 MEDIUM: mworker: store the leaving state of a process by William Lallemand · Fri Apr 12 16:09:21 2019 +0200
  57. 9df86f9 BUG/MAJOR: lb/threads: fix insufficient locking on round-robin LB by Willy Tarreau · Tue Apr 16 11:21:14 2019 +0200
  58. 95679dc MINOR: peers: Add a new command to the CLI for peers. by Frédéric Lécaille · Mon Apr 15 10:25:27 2019 +0200
  59. 8de1df9 BUILD: do not specify "const" on functions returning structs or scalars by Willy Tarreau · Mon Apr 15 21:27:18 2019 +0200
  60. 0e492e2 BUILD: address a few cases of "static <type> inline foo()" by Willy Tarreau · Mon Apr 15 21:25:03 2019 +0200
  61. 3212a2c BUG/MEDIUM: Threads: Only use the gcc >= 4.7 builtins when using gcc >= 4.7. by Olivier Houchard · Mon Apr 15 21:14:25 2019 +0200
  62. e5eef1f MINOR: connections: Remove the SUB_CALL_UNSUBSCRIBE flag. by Olivier Houchard · Mon Apr 15 19:24:04 2019 +0200
  63. 8ef7065 BUG/MINOR: ssl: Fix 48 byte TLS ticket key rotation by Nenad Merdanovic · Sun Apr 14 16:06:46 2019 +0200
  64. 24f382f CLEANUP: task: do not export rq_next anymore by Willy Tarreau · Fri Apr 12 16:10:55 2019 +0200
  65. 0ef372a MAJOR: muxes/htx: Handle inplicit upgrades from h1 to h2 by Christopher Faulet · Mon Apr 08 10:57:20 2019 +0200
  66. c0016d8 MEDIUM: connection: Add conn_upgrade_mux_fe() to handle mux upgrades by Christopher Faulet · Mon Apr 08 10:42:41 2019 +0200
  67. 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
  68. 51f73eb MEDIUM: muxes: Add an optional input buffer during mux initialization by Christopher Faulet · Mon Apr 08 11:22:47 2019 +0200
  69. 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
  70. 0e160ff MINOR: stream: Set a flag when the stream uses the HTX by Christopher Faulet · Wed Apr 03 10:01:07 2019 +0200
  71. 9f38f5a MINOR: muxes: Add a flag to specify a multiplexer uses the HTX by Christopher Faulet · Wed Apr 03 09:53:32 2019 +0200
  72. a51ebb7 MEDIUM: h1: Add an option to sanitize connection headers during parsing by Christopher Faulet · Fri Mar 29 15:03:13 2019 +0100
  73. 03b9d8b MINOR: proto_htx: Don't adjust transaction mode anymore in HTX analyzers by Christopher Faulet · Tue Mar 26 22:02:00 2019 +0100
  74. 64a9c05 MINOR: cli/listener: report the number of accepts on "show activity" by Willy Tarreau · Fri Apr 12 15:27:17 2019 +0200
  75. 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
  76. f192d68 BUG/MINOR: htx: Preserve empty HTX messages with an unprocessed parsing error by Christopher Faulet · Mon Apr 01 11:33:17 2019 +0200
  77. 9a1ee7a MEDIUM: mworker-prog: implement program for master-worker by William Lallemand · Mon Apr 01 11:30:02 2019 +0200
  78. 7175e68 MINOR: cli: export cli_parse_default() definition in cli.h by William Lallemand · Mon Apr 01 11:30:00 2019 +0200
  79. 3f12887 MINOR: mworker: don't use children variable anymore by William Lallemand · Mon Apr 01 11:29:59 2019 +0200
  80. 9001ce8 REORG: mworker: move mworker_cleanlisteners to mworker.c by William Lallemand · Mon Apr 01 11:29:57 2019 +0200
  81. e25473c REORG: mworker: move signal handlers and related functions by William Lallemand · Mon Apr 01 11:29:56 2019 +0200
  82. 3fa724d REORG: mworker: move IPC functions to mworker.c by William Lallemand · Mon Apr 01 11:29:55 2019 +0200
  83. 3cd95d2 REORG: mworker: move signals functions to mworker.c by William Lallemand · Mon Apr 01 11:29:54 2019 +0200
  84. 48dfbbd REORG: mworker: move serializing functions to mworker.c by William Lallemand · Mon Apr 01 11:29:53 2019 +0200
  85. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · Fri Mar 29 17:26:33 2019 +0100
  86. 7b5654f BUILD: re-implement an initcall variant without using executable sections by Willy Tarreau · Fri Mar 29 21:30:17 2019 +0100
  87. 9d22e56 MINOR: tools: add an unsetenv() implementation by Willy Tarreau · Fri Mar 29 18:49:09 2019 +0100
  88. 72d9f33 BUILD: chunk: properly declare pool_head_trash as extern by Willy Tarreau · Fri Mar 29 18:13:36 2019 +0100
  89. e01d11a BUILD: http: properly mark some struct as extern by Willy Tarreau · Fri Mar 29 17:52:50 2019 +0100
  90. 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
  91. e73256f BUG/MEDIUM: task/h2: add an idempotent task removal fucntion by Willy Tarreau · Mon Mar 25 18:02:54 2019 +0100
  92. 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
  93. 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
  94. 5311a92 MINOR: connection: and new flag to mark end of input (EOI) by Christopher Faulet · Fri Mar 22 14:05:52 2019 +0100
  95. 0f22299 CLEANUP: cache: don't export http_cache_applet anymore by Willy Tarreau · Tue Mar 19 09:57:55 2019 +0100
  96. 3a78aa6 BUG/MINOR: stats: Fully consume large requests in the stats applet by Christopher Faulet · Wed Feb 27 16:19:48 2019 +0100
  97. 679bba1 MINOR: init: report the list of optionally available services by Willy Tarreau · Tue Mar 19 08:08:10 2019 +0100
  98. 203b2b0 MINOR: muxes: Report the Last read with a dedicated flag by Christopher Faulet · Fri Mar 08 09:23:46 2019 +0100
  99. 2b9b678 MINOR: stats: Move stuff about the stats status codes in stats files by Christopher Faulet · Wed Feb 27 16:42:58 2019 +0100
  100. 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