1. f17f19f MINOR: buffer: introduce b_realign_if_empty() by Willy Tarreau · Fri Jun 15 17:50:15 2018 +0200
  2. a04e40d MINOR: buffer: Add b_set_data(). by Olivier Houchard · Thu Jun 28 19:10:25 2018 +0200
  3. 09138ec MINOR: buffer: Introduce b_sub(), b_add(), and bo_add() by Olivier Houchard · Thu Jun 28 19:17:38 2018 +0200
  4. bbc68df MINOR: buffer: add a few basic functions for the new API by Willy Tarreau · Wed Jun 06 14:30:50 2018 +0200
  5. 506a29a MINOR: buffer: switch buffer sizes and offsets to size_t by Willy Tarreau · Wed Jul 18 10:07:58 2018 +0200
  6. 41806d1 MINOR: buffer: implement a new file for low-level buffer manipulation functions by Willy Tarreau · Wed Jul 11 09:39:05 2018 +0200
  7. 9ddaf79 MINOR: tasklet: Set process to NULL. by Olivier Houchard · Thu Jul 19 16:02:16 2018 +0200
  8. 42d55b9 BUG/MEDIUM: h2: make sure the last stream closes the connection after a timeout by Willy Tarreau · Wed Jun 13 14:24:56 2018 +0200
  9. 0061096 BUG/MEDIUM: h2: never leave pending data in the output buffer on close by Willy Tarreau · Thu Jul 19 10:58:28 2018 +0200
  10. c65edac MINOR: h2: add the mux and demux buffer lengths on "show fd" by Willy Tarreau · Thu Jul 19 10:54:43 2018 +0200
  11. f210191 BUG/MEDIUM: h2: don't accept new streams if conn_streams are still in excess by Willy Tarreau · Thu Jul 19 10:11:38 2018 +0200
  12. 7ac60e8 MINOR: h2: keep a count of the number of conn_streams attached to the mux by Willy Tarreau · Thu Jul 19 09:04:05 2018 +0200
  13. 17b4aa1 BUG/MINOR: ssl: properly ref-count the tls_keys entries by Willy Tarreau · Tue Jul 17 10:05:32 2018 +0200
  14. faf4aac REGTEST/MINOR: Unexpected curl URL globling. by Frédéric Lécaille · Fri Jul 13 10:44:12 2018 +0200
  15. 8e2d943 MINOR: dns: new DNS options to allow/prevent IP address duplication by Baptiste Assmann · Fri Jun 22 15:04:43 2018 +0200
  16. 84221b4 MINOR: dns: fix wrong score computation in dns_get_ip_from_response by Baptiste Assmann · Fri Jun 22 13:03:50 2018 +0200
  17. 741e00a CLEANUP: dns: inacurate comment about prefered IP score by Baptiste Assmann · Fri Jun 22 12:51:51 2018 +0200
  18. e56fffd CLEANUP: dns: remove obsolete macro DNS_MAX_IP_REC by Baptiste Assmann · Thu Jun 21 11:45:58 2018 +0200
  19. 49076c3 REGTEST/MINOR: Wrong URI syntax. by Frédéric Lécaille · Thu Jul 12 10:48:06 2018 +0200
  20. 3b479bd MINOR: systemd: consider exit status 143 as successful by Vincent Bernat · Fri Jun 22 20:57:03 2018 +0200
  21. bfd8eb5 MINOR: startup: change session/process group settings by William Lallemand · Wed Jul 04 15:31:23 2018 +0200
  22. 70d318c BUG/MEDIUM: lua: possible CLOSE-WAIT state with '\n' headers by Thierry FOURNIER · Sat Jun 30 10:37:33 2018 +0200
  23. 43e9035 MINOR: stick-tables: make stktable_release() do nothing on NULL by Willy Tarreau · Wed Jun 27 06:25:57 2018 +0200
  24. 65189c1 BUG/MAJOR: stick_table: Complete incomplete SEGV fix by Tim Duesterhus · Tue Jun 26 15:57:29 2018 +0200
  25. 091d827 BUG/BUILD: threads: unbreak build without threads by William Lallemand · Sun Jun 24 09:37:03 2018 +0200
  26. ac1f3ed BUG/MAJOR: Stick-tables crash with segfault when the key is not in the stick-table by Thierry FOURNIER · Mon Jun 25 22:35:20 2018 +0200
  27. 26ac8a6 REGTEST/MINOR: Add levels to reg-tests target. by Frédéric Lécaille · Mon Jun 25 11:15:43 2018 +0200
  28. bca3a98 REGTEST/MINOR: Set HAPROXY_PROGRAM default value. by Frédéric Lécaille · Mon Jun 25 10:24:37 2018 +0200
  29. 6983be3 REGTEST/MINOR: Wrong URI in a reg test for SSL/TLS. by Frédéric Lécaille · Fri Jun 22 22:55:07 2018 +0200
  30. ba86c6c MINOR: threads: Be sure to remove threads from all_threads_mask on exit by Christopher Faulet · Thu Jun 21 09:57:39 2018 +0200
  31. d8fd2af BUG/MEDIUM: threads: Use the sync point to check active jobs and exit by Christopher Faulet · Wed Jun 20 16:22:03 2018 +0200
  32. 8618a6a MINOR: Some spelling cleanup in the comments. by Dave Chiluk · Thu Jun 21 11:03:20 2018 -0500
  33. d0e60d8 BUG/MEDIUM: fd: Don't modify the update_mask in fd_dodelete(). by Olivier Houchard · Tue Jun 19 19:18:43 2018 +0200
  34. a8cf95d DOC: Add new REGTEST tag info about reg testing. by Frédéric Lécaille · Wed Jun 20 10:14:01 2018 +0200
  35. 9b53b4c MINOR: reg-tests: Add a few regression testing files. by Frédéric Lécaille · Wed Jun 20 07:26:44 2018 +0200
  36. 4891e40 MINOR: reg-tests: Add reg-tests/README file. by Frédéric Lécaille · Tue Jun 19 14:06:07 2018 +0200
  37. 153b2b6 MINOR: tests: First regression testing file. by Frédéric Lécaille · Mon Jun 18 19:32:10 2018 +0200
  38. 3448c49 BUG/MEDIUM: ssl: do not store pkinfo with SSL_set_ex_data by Emmanuel Hocdet · Mon Jun 18 12:44:19 2018 +0200
  39. 28962c9 BUG/MAJOR: ssl: OpenSSL context is stored in non-reserved memory slot by Thierry FOURNIER · Sun Jun 17 21:37:05 2018 +0200
  40. 16ff050 BUG/MAJOR: ssl: Random crash with cipherlist capture by Thierry FOURNIER · Sun Jun 17 21:33:01 2018 +0200
  41. f874a83 BUG/MINOR: lua: Segfaults with wrong usage of types. by Frédéric Lécaille · Fri Jun 15 13:56:04 2018 +0200
  42. 9db0fed BUG/MINOR: tasklets: Just make sure we don't pass a tasklet to the handler. by Olivier Houchard · Thu Jun 14 15:40:47 2018 +0200
  43. dcd6f3a MINOR: tasks: Make sure we correctly init and deinit a tasklet. by Olivier Houchard · Fri Jun 08 17:08:19 2018 +0200
  44. fd9655c DOC: regression testing: Add a short starting guide. by Frédéric Lécaille · Thu Jun 07 14:57:30 2018 +0200
  45. 579fb25 BUG/MAJOR: map: fix a segfault when using http-request set-map by William Lallemand · Mon Jun 11 10:53:46 2018 +0200
  46. 6e1796e BUG/MINOR: signals: ha_sigmask macro for multithreading by William Lallemand · Thu Jun 07 11:23:40 2018 +0200
  47. 933642c BUG/MINOR: don't ignore SIG{BUS,FPE,ILL,SEGV} during signal processing by William Lallemand · Thu Jun 07 09:49:04 2018 +0200
  48. 1aab50b BUG/MEDIUM: threads: handle signal queue only in thread 0 by William Lallemand · Thu Jun 07 09:46:01 2018 +0200
  49. fc044c9 MINOR: lua: Increase debug information by Thierry FOURNIER · Thu Jun 07 14:40:48 2018 +0200
  50. b4dd15b BUG/MINOR: unix: Make sure we can transfer abns sockets on seamless reload. by Olivier Houchard · Wed Jun 06 18:34:34 2018 +0200
  51. b1ca58b MINOR: tasks: Don't define rqueue if we're building without threads. by Olivier Houchard · Wed Jun 06 14:22:03 2018 +0200
  52. e13ab8b BUG/MEDIUM: tasks: Use the local runqueue when building without threads. by Olivier Houchard · Wed Jun 06 14:01:08 2018 +0200
  53. cc0a957 MINOR: task: Fix compiler warning. by David Carlier · Tue Jun 05 10:41:03 2018 +0000
  54. 10d81b8 MINOR: applet: assign the same nice value to a new appctx as its owner task by Willy Tarreau · Thu May 31 14:44:25 2018 +0200
  55. 34b1fac MINOR: stats: also report the nice and number of calls for applets by Willy Tarreau · Thu May 31 14:40:19 2018 +0200
  56. caa8a37 MINOR: task: Fix a compiler warning by adding a cast. by David Carlier · Fri Jun 01 14:32:39 2018 +0200
  57. ee07dbe BUG/MINOR: contrib/modsecurity: update pointer on the end of the frame by Dragan Dosen · Fri Jun 01 15:50:57 2018 +0200
  58. f21185f BUG/MINOR: contrib/mod_defender: update pointer on the end of the frame by Dragan Dosen · Fri Jun 01 15:42:12 2018 +0200
  59. 58b8e49 BUG/MINOR: contrib/modsecurity: Don't reset the status code during disconnect by Christopher Faulet · Thu May 31 16:05:21 2018 +0200
  60. 72de8eb BUG/MINOR: contrib/mod_defender: Don't reset the status code during disconnect by Christopher Faulet · Thu May 31 16:04:53 2018 +0200
  61. b47e438 BUG/MINOR: contrib/spoa_example: Don't reset the status code during disconnect by Christopher Faulet · Thu May 31 15:59:32 2018 +0200
  62. 6381650 MAJOR: spoe: upgrade the SPOP version to 2.0 and remove the support for 1.0 by Christopher Faulet · Thu May 31 14:56:42 2018 +0200
  63. 730323e DOC: SPOE.txt: fix a typo by Kevin Zhu · Fri Jun 01 05:38:00 2018 +0200
  64. 53d3159 DOC: contrib/modsecurity: few typo fixes by David Carlier · Thu May 31 16:42:03 2018 +0100
  65. 66b8919 BUG/MEDIUM: lua/socket: Buffer error, may segfault by Thierry FOURNIER · Sun May 27 01:14:47 2018 +0200
  66. 101b976 BUG/MEDIUM: lua/socket: Sheduling error on write: may dead-lock by Thierry FOURNIER · Sun May 27 01:27:40 2018 +0200
  67. ba42fcd BUG/MEDIUM: lua/socket: Notification error by Thierry FOURNIER · Sun May 27 00:59:48 2018 +0200
  68. 7e4ee47 BUG/MAJOR: lua: Dead lock with sockets by Thierry FOURNIER · Fri May 25 15:03:50 2018 +0200
  69. af4bd08 BUG/MEDIUM: lua/socket: wrong scheduling for sockets by Thierry FOURNIER · Fri May 25 14:38:57 2018 +0200
  70. 9d5422a MINOR: task/notification: Is notifications registered ? by Thierry FOURNIER · Wed May 30 11:40:08 2018 +0200
  71. 3a47e5e BUG/MEDIUM: spoe: Return an error when the wrong ACK is received in sync mode by Christopher Faulet · Fri May 25 10:42:37 2018 +0200
  72. 44e609b MINOR: dns: Implement `parse-resolv-conf` directive by Ben Draut · Tue May 29 15:40:08 2018 -0600
  73. 082627a MINOR: task: Also consider the task list size when getting global tasks. by Olivier Houchard · Mon May 28 14:53:08 2018 +0200
  74. 736ea41 BUG/MEDIUM: task: Don't forget to decrement max_processed after each task. by Olivier Houchard · Mon May 28 14:54:49 2018 +0200
  75. 09eeb76 BUG/MEDIUM: tasks: Don't forget to increase/decrease tasks_run_queue. by Olivier Houchard · Mon May 28 13:51:06 2018 +0200
  76. 1b0f85e MINOR: stats: also report the failed header rewrites warnings on the stats page by Willy Tarreau · Mon May 28 15:12:40 2018 +0200
  77. ea96a82 DOC: management: add the new wrew stats column by Willy Tarreau · Mon May 28 15:15:43 2018 +0200
  78. 3fd1973 MINOR: http: Log warning if (add|set)-header fails by Tim Duesterhus · Sun May 27 20:35:08 2018 +0200
  79. 3e60b11 BUG/MEDIUM: stick-tables: Decrement ref_cnt in table_* converters by Daniel Corbett · Sun May 27 09:47:12 2018 -0400
  80. 673867c MAJOR: applets: Use tasks, instead of rolling our own scheduler. by Olivier Houchard · Fri May 25 16:58:52 2018 +0200
  81. 1599b80 MINOR: tasks: Make the number of tasks to run at once configurable. by Olivier Houchard · Thu May 24 18:59:04 2018 +0200
  82. b0bdae7 MAJOR: tasks: Introduce tasklets. by Olivier Houchard · Fri May 18 18:45:28 2018 +0200
  83. f6e6dc1 MAJOR: tasks: Create a per-thread runqueue. by Olivier Houchard · Fri May 18 18:38:23 2018 +0200
  84. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · Fri May 25 14:04:04 2018 +0200
  85. 8c126c7 BUG/MEDIUM: lua/socket: Length required read doesn't work by Thierry FOURNIER · Fri May 25 16:27:44 2018 +0200
  86. 9215ffa BUG/MEDIUM: servers: Add srv_addr default placeholder to the state file by Daniel Corbett · Sat May 19 19:43:24 2018 -0400
  87. 0cd82e8 BUG/BUILD: threads: unbreak build without threads by Willy Tarreau · Wed May 23 19:54:43 2018 +0200
  88. f3d9e60 BUG/MEDIUM: dns: Delay the attempt to run a DNS resolution on check failure. by Olivier Houchard · Tue May 22 18:40:07 2018 +0200
  89. 926594f MINOR: ssl: set SSL_OP_PRIORITIZE_CHACHA by Lukas Tribus · Fri May 18 17:55:57 2018 +0200
  90. 8a16fe0 BUG/MEDIUM: cache: don't cache when an Authorization header is present by William Lallemand · Tue May 22 11:04:33 2018 +0200
  91. d5b073c MINOR: lua: Improve error message by Thierry Fournier · Mon May 21 19:42:47 2018 +0200
  92. cbe6da5 BUG/MINOR: ssl/lua: prevent lua from affecting automatic maxconn computation by Willy Tarreau · Fri May 18 17:08:28 2018 +0200
  93. fa9f9cc DOC: add some description of the pending rework of the buffer structure by Willy Tarreau · Fri May 18 16:18:17 2018 +0200
  94. 633f3bf BUG/MEDIUM: contrib/modsecurity: Use network order to encode/decode flags by Christopher Faulet · Fri May 18 14:46:32 2018 +0200
  95. 48d02d0 BUG/MEDIUM: contrib/mod_defender: Use network order to encode/decode flags by Christopher Faulet · Fri May 18 14:38:56 2018 +0200
  96. 6e0d5e7 DOC: spoe: fix a typo by Christopher Faulet · Thu Apr 26 14:25:43 2018 +0200
  97. 68db023 CLEANUP: spoe: Remove unused variables the agent structure by Christopher Faulet · Fri Apr 06 11:34:12 2018 +0200
  98. c4dcaff BUG/MEDIUM: spoe: Flags are not encoded in network order by Thierry FOURNIER · Fri May 18 12:25:39 2018 +0200
  99. 01a3f20 BUG/MINOR: spoe: Mistake in error message about SPOE configuration by Thierry FOURNIER · Thu May 10 16:41:26 2018 +0200
  100. 05ed330 BUG/MINOR: lua: Socket.send threw runtime error: 'close' needs 1 arguments. by sada · Fri May 11 11:48:18 2018 -0700