1. 23d86d1 BUG/MEDIUM: checks: Don't try to release undefined conn_stream when a check is freed by Christopher Faulet · Thu Jan 25 11:36:35 2018 +0100
  2. 8d01fd6 BUG/MEDIUM: threads/server: Fix deadlock in srv_set_stopping/srv_set_admin_flag by Christopher Faulet · Wed Jan 24 21:49:41 2018 +0100
  3. c20d737 BUG/MINOR: threads: always set an owner to the thread_sync pipe by Willy Tarreau · Thu Jan 25 07:28:37 2018 +0100
  4. 0048dd0 MINOR: threads: Fix build when we're not compiling with threads. by Olivier Houchard · Wed Jan 24 15:41:04 2018 +0100
  5. 46ec48b BUG/MINOR: mworker: only write to pidfile if it exists by Willy Tarreau · Tue Jan 23 19:20:19 2018 +0100
  6. 1605c7a BUG/MEDIUM: threads/mworker: fix a race on startup by Willy Tarreau · Tue Jan 23 19:01:49 2018 +0100
  7. 7a2364d BUG/MEDIUM: kqueue/threads: use one kqueue_fd per thread by Willy Tarreau · Fri Jan 19 08:56:14 2018 +0100
  8. d9e7e36 BUG/MEDIUM: epoll/threads: use one epoll_fd per thread by Willy Tarreau · Thu Jan 18 19:16:02 2018 +0100
  9. c9c8378 MINOR: fd: add a bitmask to indicate that an FD is known by the poller by Willy Tarreau · Wed Jan 17 18:44:46 2018 +0100
  10. ebc78d7 BUG/MEDIUM: fd: maintain a per-thread update mask by Willy Tarreau · Sat Jan 20 23:53:50 2018 +0100
  11. 32467fe BUG/MEDIUM: threads/polling: Use fd_cache_mask instead of fd_cache_num by Christopher Faulet · Mon Jan 15 12:16:34 2018 +0100
  12. 69553fe MINOR: threads/fd: Use a bitfield to know if there are FDs for a thread in the FD cache by Christopher Faulet · Mon Jan 15 11:57:03 2018 +0100
  13. d80cb4e MINOR: global: add some global activity counters to help debugging by Willy Tarreau · Sat Jan 20 19:30:13 2018 +0100
  14. 421f02e MINOR: threads: add a MAX_THREADS define instead of LONGBITS by Willy Tarreau · Sat Jan 20 18:19:22 2018 +0100
  15. e9bad0a MINOR: servers: Don't report duplicate dyncookies for disabled servers. by Olivier Houchard · Wed Jan 17 17:39:34 2018 +0100
  16. 5548291 BUG/MEDIUM: peers: fix expire date wasn't updated if entry is modified remotely. by Emeric Brun · Mon Jan 22 15:10:08 2018 +0100
  17. a792a0a MINOR: sample: add date_us sample by Etienne Carriere · Wed Jan 17 13:43:24 2018 +0100
  18. cc35923 BUG/MINOR: poll: too large size allocation for FD events by Willy Tarreau · Wed Jan 17 15:48:53 2018 +0100
  19. 333694d MINOR: spoe: Don't queue a SPOE context if nothing is sent by Christopher Faulet · Fri Jan 12 10:45:47 2018 +0100
  20. 336d3ef MINOR: spoe: add register-var-names directive in spoe-agent configuration by Christopher Faulet · Fri Dec 22 10:00:55 2017 +0100
  21. d651ba1 BUG/MEDIUM: stream: properly handle client aborts during redispatch by Willy Tarreau · Fri Jan 12 10:42:12 2018 +0100
  22. 29f690c BUG/MEDIUM: mworker: execvp failure depending on argv[0] by William Lallemand · Tue Jan 09 23:12:27 2018 +0100
  23. 2ec2db9 MINOR: dns: Handle SRV record weight correctly. by Olivier Houchard · Mon Jan 08 16:28:57 2018 +0100
  24. 119a5f1 BUG/MINOR: lua: Fix return value of Socket.settimeout by Tim Duesterhus · Sat Jan 06 19:16:25 2018 +0100
  25. 6edab86 BUG/MEDIUM: lua: Fix IPv6 with separate port support for Socket.connect by Tim Duesterhus · Sat Jan 06 19:04:45 2018 +0100
  26. b33754c DOC: lua: Fix typos in comments of hlua_socket_receive by Tim Duesterhus · Thu Jan 04 19:32:14 2018 +0100
  27. c6e377e BUG/MINOR: lua: Fix default value for pattern in Socket.receive by Tim Duesterhus · Thu Jan 04 19:32:13 2018 +0100
  28. 99b90af BUG/MEDIUM: ssl: cache doesn't release shctx blocks by William Lallemand · Wed Jan 03 19:15:51 2018 +0100
  29. e2a3496 CLEANUP: rbtree: remove by Olivier Houchard · Thu Jan 04 17:59:02 2018 +0100
  30. 5d4cafb BUILD: ssl: silence a warning when building without NPN nor ALPN support by Willy Tarreau · Thu Jan 04 18:55:19 2018 +0100
  31. 4a28da1 BUG/MEDIUM: h2: properly handle the END_STREAM flag on empty DATA frames by Willy Tarreau · Thu Jan 04 14:41:00 2018 +0100
  32. 8ec1406 MEDIUM: h2: prepare a graceful shutdown when the frontend is stopped by Willy Tarreau · Sat Dec 30 18:08:13 2017 +0100
  33. c775f83 DEBUG: hpack: add more traces to the hpack decoder by Willy Tarreau · Sat Dec 30 13:17:37 2017 +0100
  34. 4f03436 DEBUG: hpack: make hpack_dht_dump() expose the output file by Willy Tarreau · Sat Dec 30 17:08:46 2017 +0100
  35. bb39b49 BUG/MAJOR: hpack: don't return direct references to the dynamic headers table by Willy Tarreau · Sat Dec 30 16:56:28 2017 +0100
  36. ff47b3f BUG/MEDIUM: http: don't automatically forward request close by Willy Tarreau · Fri Dec 29 16:30:31 2017 +0100
  37. e134041 MINOR: don't close stdio anymore by William Lallemand · Thu Dec 28 16:09:36 2017 +0100
  38. 149a81a BUG/MEDIUM: mworker: don't close stdio several time by PiBa-NL · Mon Dec 25 21:03:31 2017 +0100
  39. d790143 BUG/MEDIUM: h2: ensure we always know the stream before sending a reset by Willy Tarreau · Fri Dec 29 11:34:40 2017 +0100
  40. ab83750 BUG/MEDIUM: h2: improve handling of frames received on closed streams by Willy Tarreau · Wed Dec 27 15:07:30 2017 +0100
  41. a20a519 BUG/MEDIUM: h2: properly handle and report some stream errors by Willy Tarreau · Wed Dec 27 11:02:06 2017 +0100
  42. b26881a BUG/MEDIUM: checks: properly set servers to stopping state on 404 by Willy Tarreau · Sat Dec 23 11:16:49 2017 +0100
  43. a48c141 BUG/MAJOR: connection: refine the situations where we don't send shutw() by Willy Tarreau · Fri Dec 22 18:46:33 2017 +0100
  44. d4569d1 BUG/MEDIUM: cache: don't cache the response on no-cache="set-cookie" by Willy Tarreau · Fri Dec 22 18:03:04 2017 +0100
  45. 504455c BUG/MEDIUM: cache: respect the request cache-control header by Willy Tarreau · Fri Dec 22 17:47:35 2017 +0100
  46. c9bd34c BUG/MEDIUM: cache: replace old object on store by Willy Tarreau · Fri Dec 22 17:42:46 2017 +0100
  47. 7704b1e BUG/MEDIUM: cache: do not try to retrieve host-less requests from the cache by Willy Tarreau · Fri Dec 22 16:32:43 2017 +0100
  48. 0ad8e0d MINOR: http: add a function to check request's cache-control header field by Willy Tarreau · Fri Dec 22 15:03:36 2017 +0100
  49. faf2909 BUG/MINOR: cache: do not force the TX_CACHEABLE flag before checking cacheability by Willy Tarreau · Thu Dec 21 15:59:17 2017 +0100
  50. d3900cc BUG/MINOR: http: properly detect max-age=0 and s-maxage=0 in responses by Willy Tarreau · Fri Dec 22 15:35:11 2017 +0100
  51. 12b32f2 BUG/MINOR: http: do not ignore cache-control: public by Willy Tarreau · Thu Dec 21 16:08:09 2017 +0100
  52. 83ece46 MINOR: http: start to compute the transaction's cacheability from the request by Willy Tarreau · Thu Dec 21 15:13:09 2017 +0100
  53. c55ddce MINOR: http: update the list of cacheable status codes as per RFC7231 by Willy Tarreau · Thu Dec 21 11:41:38 2017 +0100
  54. 24ea0bc MINOR: http: adjust the list of supposedly cacheable methods by Willy Tarreau · Thu Dec 21 11:32:55 2017 +0100
  55. fe7456f BUG/MEDIUM: lua: fix crash when using bogus mode in register_service() by Eric Salama · Thu Dec 21 14:30:07 2017 +0100
  56. e311480 BUG/MEDIUM: checks: a server passed in maint state was not forced down. by Emeric Brun · Thu Dec 21 14:42:26 2017 +0100
  57. 7aa15b0 BUG/MEDIUM: stream: don't consider abortonclose on muxes which close cleanly by Willy Tarreau · Wed Dec 20 16:56:50 2017 +0100
  58. 984fca9 MINOR: stream-int: set flag SI_FL_CLEAN_ABRT when mux supports clean aborts by Willy Tarreau · Wed Dec 20 16:31:43 2017 +0100
  59. 28f1cb9 MINOR: mux: add flags to describe a mux's capabilities by Willy Tarreau · Wed Dec 20 16:14:44 2017 +0100
  60. 2153d3c BUG/MINOR: h2: properly report a stream error on RST_STREAM by Willy Tarreau · Fri Dec 15 11:56:29 2017 +0100
  61. aec8989 MINOR: spoe: add force-set-var option in spoe-agent configuration by Etienne Carriere · Thu Dec 14 09:36:40 2017 +0000
  62. 72fa1ec MEDIUM: netscaler: add support for standard NetScaler CIP protocol by Bertrand Jacquin · Tue Dec 12 01:17:23 2017 +0000
  63. a341a2f MEDIUM: netscaler: do not analyze original IP packet size by Bertrand Jacquin · Wed Dec 13 01:29:56 2017 +0000
  64. 67de5a2 MINOR: netscaler: check in one-shot if buffer is large enough for IP and TCP header by Bertrand Jacquin · Wed Dec 13 01:15:05 2017 +0000
  65. 43a66a9 BUG/MAJOR: netscaler: address truncated CIP header detection by Bertrand Jacquin · Wed Dec 13 00:53:33 2017 +0000
  66. c7cc69a BUG/MEDIUM: netscaler: use the appropriate IPv6 header size by Bertrand Jacquin · Wed Dec 13 01:40:24 2017 +0000
  67. 7d668f9 MINOR: netscaler: rename cip_len to clarify its uage by Bertrand Jacquin · Wed Dec 13 01:23:39 2017 +0000
  68. 4b4c286 MINOR: netscaler: remove the use of cip_magic only used once by Bertrand Jacquin · Wed Dec 13 01:07:12 2017 +0000
  69. b387591 MINOR: netscaler: respect syntax by Bertrand Jacquin · Wed Dec 13 00:58:51 2017 +0000
  70. 7896917 BUG/MEDIUM: mworker: Set FD_CLOEXEC flag on log fd by Christopher Faulet · Tue Dec 19 10:35:53 2017 +0100
  71. 60a2ee7 MINOR: sample: rename the "len" converter to "length" by Willy Tarreau · Fri Dec 15 07:13:48 2017 +0100
  72. 9fc9e53 BUG: MINOR: http: don't check http-request capture id when len is provided by Cyril Bonté · Thu Dec 14 22:44:41 2017 +0100
  73. 3906d57 BUG: MAJOR: lb_map: server map calculation broken by Cyril Bonté · Thu Dec 14 16:39:26 2017 +0100
  74. ed0d24e MINOR: sample: add len converter by Etienne Carriere · Wed Dec 13 13:41:34 2017 +0100
  75. b78b80e BUG/MINOR: stream-int: don't try to receive again after receiving an EOS by Willy Tarreau · Tue Dec 12 09:58:40 2017 +0100
  76. 91bfdd7 BUG/MEDIUM: h2: fix stream limit enforcement by Willy Tarreau · Thu Dec 14 12:00:14 2017 +0100
  77. 8059351 BUG/MEDIUM: http: don't disable lingering on requests with tunnelled responses by Willy Tarreau · Thu Dec 14 10:43:31 2017 +0100
  78. 13e4e94 BUG/MEDIUM: h2: don't close after the first DATA frame on tunnelled responses by Willy Tarreau · Thu Dec 14 10:55:21 2017 +0100
  79. c4134ba BUG/MEDIUM: h2: don't switch the state to HREM before end of DATA frame by Willy Tarreau · Mon Dec 11 18:45:08 2017 +0100
  80. 6847262 MINOR: h2: don't demand that a DATA frame is complete before processing it by Willy Tarreau · Mon Dec 11 18:36:37 2017 +0100
  81. 8fc016d BUG/MEDIUM: h2: support uploading partial DATA frames by Willy Tarreau · Mon Dec 11 18:27:15 2017 +0100
  82. 05e5daf MINOR: h2: store the demux padding length in the h2c struct by Willy Tarreau · Mon Dec 11 15:17:36 2017 +0100
  83. d13bf27 BUG/MEDIUM: h2: debug incoming traffic in h2_wake() by Willy Tarreau · Thu Dec 14 10:34:52 2017 +0100
  84. 6042aeb BUG/MEDIUM: h2: work around a connection API limitation by Willy Tarreau · Tue Dec 12 11:01:44 2017 +0100
  85. 315d807 BUG/MEDIUM: h2: enable recv polling whenever demuxing is possible by Willy Tarreau · Sun Dec 10 22:17:57 2017 +0100
  86. c9ede6c BUG/MEDIUM: h2: automatically set CS_FL_RCV_MORE when the output buffer is full by Willy Tarreau · Sun Dec 10 21:28:43 2017 +0100
  87. 6577b48 BUG/MEDIUM: stream-int: always set SI_FL_WAIT_ROOM on CS_FL_RCV_MORE by Willy Tarreau · Sun Dec 10 21:19:33 2017 +0100
  88. cb14688 BUG/MEDIUM: lua/notification: memory leak by Thierry FOURNIER · Sun Dec 10 17:10:57 2017 +0100
  89. eb3e276 BUG/MEDIUM: threads/vars: Fix deadlock in register_name by Christopher Faulet · Fri Dec 08 09:17:39 2017 +0100
  90. 1714b9f BUG/MEDIUM: email-alert: don't set server check status from a email-alert task by PiBa-NL · Wed Dec 06 01:35:43 2017 +0100
  91. d16f450 MINOR: mworker: Improve wording in `void mworker_wait()` by Tim Duesterhus · Tue Dec 05 18:14:13 2017 +0100
  92. c578d9a MINOR: mworker: Update messages referencing exit-on-failure by Tim Duesterhus · Tue Dec 05 18:14:12 2017 +0100
  93. 0249219 BUG/MEDIUM: h2: fix handling of end of stream again by Willy Tarreau · Thu Dec 07 15:59:29 2017 +0100
  94. dbd0267 BUG/MEDIUM: peers: set NOLINGER on the outgoing stream interface by Willy Tarreau · Wed Dec 06 17:39:53 2017 +0100
  95. 8f29829 BUG/MEDIUM: checks: a down server going to maint remains definitely stucked on down state. by Emeric Brun · Wed Dec 06 16:47:17 2017 +0100
  96. ece0c33 BUG/MEDIUM: ssl engines: Fix async engines fds were not considered to fix fd limit automatically. by Emeric Brun · Wed Dec 06 13:51:49 2017 +0100
  97. 473cf5d BUG/MEDIUM: mworker: also close peers sockets in the master by Willy Tarreau · Tue Dec 05 11:14:12 2017 +0100
  98. c61c0b3 BUG/MINOR: ssl: support tune.ssl.cachesize 0 again by William Lallemand · Mon Dec 04 18:46:39 2017 +0100
  99. 6c71e46 BUG/MAJOR: hpack: don't pretend large headers fit in empty table by Willy Tarreau · Mon Dec 04 17:58:37 2017 +0100
  100. fd608dd BUG/MINOR: action: Don't check http capture rules when no id is defined by Christopher Faulet · Mon Dec 04 09:45:15 2017 +0100