1. 20814ff MINOR: frontend: don't retrieve ALPN on the critical path by Willy Tarreau · Fri Sep 15 11:43:32 2017 +0200
  2. 04b9286 MINOR: peers: don't reference the incoming listener on outgoing connections by Willy Tarreau · Fri Sep 15 11:01:04 2017 +0200
  3. b780166 BUILD: Makefile: improve detection of support for compiler warnings by Willy Tarreau · Thu Sep 14 19:05:45 2017 +0200
  4. 065843c BUILD: Makefile: shut certain gcc/clang stupid warnings by Willy Tarreau · Wed Sep 13 16:58:27 2017 +0200
  5. d3a7f40 BUILD: Makefile: add a function to detect support by the compiler of certain options by Willy Tarreau · Wed Sep 13 16:54:28 2017 +0200
  6. c3680ec MINOR: add severity information to cli feedback messages by Andjelko Iharos · Thu Jul 20 16:49:14 2017 +0200
  7. c4df59e MINOR: cli: add socket commands and config to prepend informational messages with severity by Andjelko Iharos · Thu Jul 20 11:59:48 2017 +0200
  8. ed0d96c MINOR: net_helper: Inline functions meant to be inlined. by Olivier Houchard · Wed Sep 13 11:49:22 2017 +0200
  9. d697596 MINOR: tasks: Move Lua notification from Lua to tasks by Thierry FOURNIER · Wed Jul 12 14:31:10 2017 +0200
  10. 2da788e MEDIUM: xref/lua: Use xref for referencing cosocket relation between stream and lua by Thierry FOURNIER · Mon Sep 11 18:37:23 2017 +0200
  11. 3c65b7a MINOR: xref: Add a new xref system by Thierry FOURNIER · Thu Aug 31 20:35:18 2017 +0200
  12. b01d28f BUG/MINOR: Lua: The socket may be destroyed when we try to access. by Thierry FOURNIER · Tue Jul 11 18:38:39 2017 +0200
  13. 5d468ca BUG/MEDIUM: http: Close streams for connections closed before a redirect by Christopher Faulet · Mon Sep 11 09:27:29 2017 +0200
  14. ddcde19 MINOR: ssl: rework smp_fetch_ssl_fc_cl_str without internal ssl use by Emmanuel Hocdet · Fri Sep 01 17:32:08 2017 +0200
  15. 3d609a7 Revert "BUG/MINOR: server: Remove FQDN requirement for using init-addr and state file" by Willy Tarreau · Wed Sep 06 14:22:45 2017 +0200
  16. 19e8aa5 BUG/MINOR: server: Remove FQDN requirement for using init-addr and state file by Nenad Merdanovic · Tue Sep 05 15:32:47 2017 +0200
  17. ab62f51 MINOR: polling: Use fd_update_events to update events seen for a fd by Christopher Faulet · Wed Aug 30 10:34:36 2017 +0200
  18. 21e9267 MINOR: fd: Add fd_update_events function by Christopher Faulet · Wed Aug 30 10:30:04 2017 +0200
  19. 9fab7be BUG/MEDIUM: epoll: ensure we always consider HUP and ERR by Willy Tarreau · Tue Sep 05 15:32:56 2017 +0200
  20. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · Thu Aug 31 14:41:55 2017 +0200
  21. de2075f MINOR: freq_ctr: Return the new value after an update by Christopher Faulet · Fri Sep 01 12:18:36 2017 +0200
  22. 63fe652 MINOR: fd: Move (de)allocation of fdtab and fdinfo in (de)init_pollers by Christopher Faulet · Thu Aug 31 17:52:09 2017 +0200
  23. d82b180 MINOR: fd: Use inlined functions to check fd state in fd_*_send/recv functions by Christopher Faulet · Wed Aug 30 10:07:47 2017 +0200
  24. 8db2fdf MINOR: fd: Add fd_active function by Christopher Faulet · Wed Aug 30 09:59:38 2017 +0200
  25. 6988f67 MINOR: http: Use a trash chunk to store decoded string of the HTTP auth header by Christopher Faulet · Thu Jul 27 15:18:52 2017 +0200
  26. ca20d02 MINOR: stick-tables: Make static_table_key a struct variable instead of a pointer by Christopher Faulet · Tue Aug 29 15:30:31 2017 +0200
  27. ad405f1 MINOR: buffers: Move swap_buffer into buffer.c and add deinit_buffer function by Christopher Faulet · Tue Aug 29 15:30:11 2017 +0200
  28. 084aa96 MINOR: logs: Realloc log buffers only after the config is parsed and checked by Christopher Faulet · Tue Aug 29 16:54:41 2017 +0200
  29. 0132d06 MINOR: logs: Use dedicated function to init/deinit log buffers by Christopher Faulet · Wed Jul 26 15:33:35 2017 +0200
  30. 3ef2639 MEDIUM: chunks: Realloc trash buffers only after the config is parsed and checked by Christopher Faulet · Tue Aug 29 16:46:57 2017 +0200
  31. 748919a MINOR: chunks: Use dedicated function to init/deinit trash buffers by Christopher Faulet · Wed Jul 26 14:59:46 2017 +0200
  32. 6c57dc9 MINOR: applet: Check applets_active_queue before processing applets queue by Christopher Faulet · Tue Jun 27 16:07:01 2017 +0200
  33. 8fe4891 MINOR: backends: Make get_server_* functions explicitly static by Christopher Faulet · Fri Jun 09 14:23:09 2017 +0200
  34. 576c5aa MINOR: fd: Set owner and iocb field before inserting a new fd in the fdtab by Christopher Faulet · Tue Sep 05 09:51:57 2017 +0200
  35. d531f88 MINOR: fd: Don't forget to reset fdtab[fd].update when a fd is added/removed by Christopher Faulet · Thu Jun 01 16:55:03 2017 +0200
  36. f5b8adc MINOR: listeners: Change enable_listener and disable_listener into private functions by Christopher Faulet · Fri Jun 02 10:00:35 2017 +0200
  37. 5580ba2 MINOR: listeners: Change listener_full and limit_listener into private functions by Christopher Faulet · Mon Aug 28 15:29:20 2017 +0200
  38. ae459fd CLEANUP: memory: Remove unused function pool_destroy by Christopher Faulet · Mon Aug 28 14:28:44 2017 +0200
  39. b6c8b0d DOC: Add note about "* " prefix in CSV stats by Daniel Schneller · Fri Sep 01 19:13:55 2017 +0200
  40. 35fe699 BUG/MEDIUM: http: Fix a regression bug when a HTTP response is in TUNNEL mode by Christopher Faulet · Tue Aug 29 16:06:38 2017 +0200
  41. 4366476 MINOR: ssl: remove duplicate ssl_methods in struct bind_conf by Emmanuel Hocdet · Wed Aug 09 18:26:20 2017 +0200
  42. 87e4302 DOC: Refer to Mozilla TLS info / config generator by Daniel Schneller · Fri Sep 01 19:29:57 2017 +0200
  43. d8703e8 DOC: add CLI info on privilege levels by Olivier Doucet · Thu Aug 31 11:05:10 2017 +0200
  44. bbae3f0 MEDIUM: connection: remove useless flag CO_FL_DATA_WR_SH by Willy Tarreau · Wed Aug 30 09:59:52 2017 +0200
  45. cde5651 CLEANUP: connection: remove the unused conn_sock_shutw_pending() by Willy Tarreau · Wed Aug 30 07:44:03 2017 +0200
  46. 54e917c MEDIUM: connection: remove useless flag CO_FL_DATA_RD_SH by Willy Tarreau · Wed Aug 30 07:35:35 2017 +0200
  47. 5790eb0 MINOR: stream: provide a new stream creation function for connections by Willy Tarreau · Mon Aug 28 17:18:36 2017 +0200
  48. 0b74eae MEDIUM: session: add a pointer to a struct task in the session by Willy Tarreau · Mon Aug 28 19:02:51 2017 +0200
  49. ca36102 CLEANUP: listener: remove the unused handler field by Willy Tarreau · Mon Aug 28 16:28:47 2017 +0200
  50. 87787ac MEDIUM: stream: make stream_new() allocate its own task by Willy Tarreau · Mon Aug 28 16:22:54 2017 +0200
  51. 8e3c6ce MEDIUM: connection: get rid of data->init() which was not for data by Willy Tarreau · Mon Aug 28 15:46:01 2017 +0200
  52. 8ff5a8d BUG/MINOR: stream-int: don't check the CO_FL_CURR_WR_ENA flag by Willy Tarreau · Tue Aug 29 16:40:59 2017 +0200
  53. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · Thu Aug 24 14:31:19 2017 +0200
  54. ee1bdd5 OPTIM: lua: don't add "Connection: close" on the response by Willy Tarreau · Wed Aug 23 11:37:48 2017 +0200
  55. a329463 OPTIM: lua: don't use expensive functions to parse headers in the HTTP applet by Willy Tarreau · Wed Aug 23 11:24:47 2017 +0200
  56. 85cb0ae BUG/MEDIUM: stream: properly set the required HTTP analysers on use-service by Willy Tarreau · Wed Aug 23 10:52:20 2017 +0200
  57. c9f4ea0 MINOR: lua: properly process the contents of the content-length field by Willy Tarreau · Wed Aug 23 09:32:06 2017 +0200
  58. 06c75fe BUG/MEDIUM: lua: HTTP services must take care of body-less status codes by Willy Tarreau · Wed Aug 23 09:10:38 2017 +0200
  59. d958741 BUG/MAJOR: lua: fix the impact of the scheduler changes again by Willy Tarreau · Wed Aug 23 16:07:33 2017 +0200
  60. 0c219be BUG/MEDIUM: dns: fix accepted_payload_size parser to avoid integer overflow by Willy Tarreau · Tue Aug 22 12:01:26 2017 +0200
  61. f5f7130 BUG/MINOR: dns: wrong resolution interval lead to 100% CPU by Baptiste Assmann · Mon Aug 21 13:21:48 2017 +0200
  62. 8d11236 CLEANUP: dns: remove duplicated code in dns_validate_dns_response() by Baptiste Assmann · Mon Aug 21 16:11:32 2017 +0200
  63. 60e9c26 CLEANUP: dns: remove duplicated code in dns_resolve_recv() by Baptiste Assmann · Mon Aug 21 16:09:59 2017 +0200
  64. e2d03d2 MINOR: dns: make SRV record processing more verbose by Baptiste Assmann · Fri Aug 18 23:36:07 2017 +0200
  65. e70bc05 MINOR: dns: automatic reduction of DNS accpeted payload size by Baptiste Assmann · Mon Aug 21 16:51:09 2017 +0200
  66. 9d8dbbc MINOR: dns: Maximum DNS udp payload set to 8192 by Baptiste Assmann · Fri Aug 18 23:35:08 2017 +0200
  67. 747359e BUG/MINOR: dns: server set by SRV records stay in "no resolution" status by Baptiste Assmann · Mon Aug 14 10:37:46 2017 +0200
  68. 6ca71a9 BUG/MINOR: Wrong type used as argument for spoe_decode_buffer(). by Frédéric Lécaille · Tue Aug 22 10:33:14 2017 +0200
  69. a548069 MINOR: http: export some of the HTTP parser macros by Willy Tarreau · Wed Jul 26 08:07:15 2017 +0200
  70. b6b3f66 TESTS: ist: add a test file for the functions by Willy Tarreau · Wed Aug 09 23:36:48 2017 +0200
  71. e11f727 MINOR: ist: implement very simple indirect strings by Willy Tarreau · Tue May 30 17:49:36 2017 +0200
  72. f92a73d MEDIUM: session: do not free a session until no stream references it by Willy Tarreau · Tue Jun 27 15:25:14 2017 +0200
  73. 2bfd358 MINOR: stream: link the stream to its session by Willy Tarreau · Tue Jun 27 15:20:05 2017 +0200
  74. bcb86ab MINOR: session: add a streams field to the session struct by Willy Tarreau · Tue Jun 27 15:13:43 2017 +0200
  75. 82032f1 MINOR: chunks: add chunk_memcpy() and chunk_memcat() by Willy Tarreau · Thu Jul 27 13:35:34 2017 +0200
  76. 686408b MINOR: dns: default "hold obsolete" timeout set to 0 by Baptiste Assmann · Fri Aug 18 10:15:42 2017 +0200
  77. 2af08fe MINOR: dns: enabled edns0 extension and make accpeted payload size tunable by Baptiste Assmann · Mon Aug 14 00:13:01 2017 +0200
  78. 572ab8b MINOR: dns: new dns record type (RTYPE) for OPT by Baptiste Assmann · Mon Aug 14 00:04:58 2017 +0200
  79. 6fb8192 MINOR: dns: enable caching of responses for server set by a SRV record by Baptiste Assmann · Mon Aug 14 16:35:45 2017 +0200
  80. 7d2a126 MINOR: dns: ability to use a SRV resolution for multiple backends by Baptiste Assmann · Mon Aug 14 16:38:29 2017 +0200
  81. a644aa8 MINOR: dns: make debugging function dump_dns_config() compatible with SRV records by Baptiste Assmann · Sat Aug 12 11:16:55 2017 +0200
  82. 2043327 MINOR: dns: duplicate entries in resolution wait queue for SRV records by Baptiste Assmann · Sat Aug 12 09:03:06 2017 +0200
  83. 63a2811 MINOR: dns: update dns response buffer reading pointer due to SRV record by Baptiste Assmann · Fri Aug 11 10:37:20 2017 +0200
  84. ddc8ce6 MINOR: dns: update record dname matching for SRV query types by Baptiste Assmann · Fri Aug 11 10:31:22 2017 +0200
  85. 251abb9 MINOR: dns: Update analysis of TRUNCATED response for SRV records by Baptiste Assmann · Fri Aug 11 09:58:27 2017 +0200
  86. 97148f6 MINOR: init: Fix CPU affinity setting on FreeBSD. by Olivier Houchard · Wed Aug 16 17:29:11 2017 +0200
  87. 0d00593 CLEANUP: raw_sock: Use a better name for the constructor than __ssl_sock_deinit() by Olivier Houchard · Mon Aug 14 15:59:44 2017 +0200
  88. 7632548 BUG/MAJOR: stream: in stream_free(), close the front endpoint and not the origin by Willy Tarreau · Thu Aug 17 15:54:46 2017 +0200
  89. 50bc31d BUILD/MINOR: build without openssl still broken by Willy Tarreau · Wed Aug 16 15:35:19 2017 +0200
  90. 1596929 BUILD: ssl: replace SSL_CTX_get0_privatekey for openssl < 1.0.2 by Emmanuel Hocdet · Fri Aug 11 10:56:00 2017 +0200
  91. 286ec68 BUILD/MINOR: cli: shut a minor gcc warning in "show fd" by Willy Tarreau · Wed Aug 09 16:35:44 2017 +0200
  92. ecfa18d MINOR: doc: Document SRV label usage. by Olivier Houchard · Mon Aug 07 17:30:03 2017 +0200
  93. b68fda4 MINOR: check: Fix checks when using SRV records. by Olivier Houchard · Fri Aug 04 18:39:01 2017 +0200
  94. 8da5f98 MINOR: dns: Handle SRV records. by Olivier Houchard · Fri Aug 04 18:35:36 2017 +0200
  95. e962fd8 Add a few functions to do unaligned access. by Olivier Houchard · Mon Aug 07 19:20:04 2017 +0200
  96. e2c222b MINOR: obj: Add a new type of object, OBJ_TYPE_SRVRQ. by Olivier Houchard · Fri Aug 04 18:31:56 2017 +0200
  97. a8c6db8 MINOR: dns: Cache previous DNS answers. by Olivier Houchard · Thu Jul 06 18:46:47 2017 +0200
  98. aa0d637 MINOR: ssl: allow to start without certificate if strict-sni is set by Emmanuel Hocdet · Wed Aug 09 11:24:25 2017 +0200
  99. 3169471 MINOR: Add server port field to server state file. by Frédéric Lécaille · Tue Aug 01 08:47:19 2017 +0200
  100. 48a8332 BUG/MEDIUM: ssl: Fix regression about certificates generation by Christopher Faulet · Fri Jul 28 16:56:09 2017 +0200