1. eb8b1ca MINOR: tools: add resolve_sym_name() to resolve function pointers by Willy Tarreau · Tue Mar 03 17:09:08 2020 +0100
  2. 762fb3e MINOR: tools: add new function dump_addr_and_bytes() by Willy Tarreau · Tue Mar 03 15:57:10 2020 +0100
  3. 55a6c4f BUILD: tools: remove obsolete and conflicting trace() from standard.c by Willy Tarreau · Tue Mar 03 17:06:52 2020 +0100
  4. 27d00c0 MINOR: task: export run_tasks_from_list by Willy Tarreau · Tue Mar 03 14:59:28 2020 +0100
  5. 3ebd55e MINOR: haproxy: export run_poll_loop by Willy Tarreau · Tue Mar 03 14:59:56 2020 +0100
  6. 1827845 MINOR: haproxy: export main to ease access from debugger by Willy Tarreau · Tue Mar 03 15:25:10 2020 +0100
  7. 82aafc4 BUG/MEDIUM: debug: make the debug_handler check for the thread in threads_to_dump by Willy Tarreau · Tue Mar 03 08:31:34 2020 +0100
  8. 516853f MINOR: debug: report the task handler's pointer relative to main by Willy Tarreau · Tue Mar 03 07:04:42 2020 +0100
  9. 7d9421d MINOR: tools: make sure to correctly check the returned 'ms' in date2std_log by Willy Tarreau · Sat Feb 29 09:08:02 2020 +0100
  10. 77e463f BUG/MINOR: arg: don't reject missing optional args by Willy Tarreau · Fri Feb 28 16:41:29 2020 +0100
  11. 493d9dc MEDIUM: mux-h1: do not blindly wake up the tasklet at end of request anymore by Willy Tarreau · Fri Feb 28 15:21:42 2020 +0100
  12. 065a025 MEDIUM: connection: don't stop receiving events in the FD handler by Willy Tarreau · Fri Feb 28 14:42:26 2020 +0100
  13. 7e59c0a MEDIUM: connection: make the subscribe() call able to wakeup if ready by Willy Tarreau · Fri Feb 28 14:24:49 2020 +0100
  14. 8dd348c MINOR: rawsock: always mark the FD not ready when we're certain it happens by Willy Tarreau · Fri Feb 28 14:09:12 2020 +0100
  15. b045bb2 MINOR: mux-h1: Remove useless case-insensitive comparisons by Christopher Faulet · Fri Feb 28 10:42:20 2020 +0100
  16. 3e1f7f4 BUG/MINOR: http-htx: Do case-insensive comparisons on Host header name by Christopher Faulet · Fri Feb 28 09:47:07 2020 +0100
  17. 2711e51 MINOR: contrib/prometheus-exporter: Add the last heathcheck duration metric by Christopher Faulet · Thu Feb 27 16:12:07 2020 +0100
  18. 81725b8 BUG/MINOR: dns: ignore trailing dot by Lukas Tribus · Thu Feb 27 15:47:24 2020 +0100
  19. 1ed3781 MINOR: fd: merge the read and write error bits into RW error by Willy Tarreau · Wed Feb 26 16:12:45 2020 +0100
  20. a135ea6 CLEANUP: fd: remove some unneeded definitions of FD_EV_* flags by Willy Tarreau · Fri Feb 21 16:26:19 2020 +0100
  21. f80fe83 CLEANUP: fd: remove the FD_EV_STATUS aggregate by Willy Tarreau · Fri Feb 21 14:25:34 2020 +0100
  22. 967d3cc BUG/MINOR: http_ana: make sure redirect flags don't have overlapping bits by Jerome Magnin · Thu Feb 27 23:36:56 2020 +0100
  23. 77a8b63 BUILD: cirrus-ci: suppress OS version check when installing packages by Ilya Shipitsin · Wed Feb 26 19:29:36 2020 +0500
  24. 8588857 BUG/MEDIUM: ssl: chain must be initialized with sk_X509_new_null() by William Lallemand · Thu Feb 27 14:48:35 2020 +0100
  25. 530408f BUG/MINOR: sample: Make sure to return stable IDs in the unique-id fetch by Tim Duesterhus · Wed Feb 26 16:20:49 2020 +0100
  26. 55c5399 MINOR: epoll: always initialize all of epoll_event to please valgrind by Willy Tarreau · Wed Feb 26 14:32:53 2020 +0100
  27. c1563e5 MINOR: wdt: always clear sigev_value to make valgrind happy by Willy Tarreau · Wed Feb 26 14:03:05 2020 +0100
  28. fd2658c BUG/MINOR: h2: reject again empty :path pseudo-headers by Willy Tarreau · Wed Feb 26 13:51:38 2020 +0100
  29. cf8cf6c MINOR: ssl/cli: "show ssl cert" command should print the "Chain Filename:" by Emmanuel Hocdet · Tue Feb 18 16:06:14 2020 +0100
  30. 6f507c7 MINOR: ssl: resolve ocsp_issuer later by Emmanuel Hocdet · Tue Feb 18 15:56:39 2020 +0100
  31. b90d2cb MINOR: ssl: resolve issuers chain later by Emmanuel Hocdet · Tue Feb 18 15:27:32 2020 +0100
  32. 75a7aa1 MINOR: ssl: move find certificate chain code to its own function by Emmanuel Hocdet · Tue Feb 18 15:19:24 2020 +0100
  33. 2104659 MEDIUM: buffer: remove the buffer_wq lock by Willy Tarreau · Wed Feb 26 10:39:36 2020 +0100
  34. 32bf97f [RELEASE] Released version 2.2-dev3 by Willy Tarreau · Tue Feb 25 18:14:02 2020 +0100
  35. 269a9b6 DOC: proxy-protocol: clarify IPv6 address representation in the spec by Willy Tarreau · Tue Feb 25 18:04:39 2020 +0100
  36. e0f3fd5 CLEANUP: ssl: move issuer_chain tree and definition by William Lallemand · Tue Feb 25 14:53:06 2020 +0100
  37. a90e593 MINOR: ssl/cli: reorder 'show ssl cert' output by William Lallemand · Tue Feb 25 14:07:58 2020 +0100
  38. bb7288a MINOR: ssl/cli: 'show ssl cert'displays the issuer in the chain by William Lallemand · Tue Feb 25 14:04:33 2020 +0100
  39. 35f4a9d MINOR: ssl/cli: 'show ssl cert' displays the chain by William Lallemand · Tue Feb 25 11:56:32 2020 +0100
  40. 3380a4e BUILD: travis-ci: enable s390x builds by Ilya Shipitsin · Wed Feb 19 23:47:56 2020 +0500
  41. 1b85785 MINOR: config: mark global.debug as deprecated by Willy Tarreau · Tue Feb 25 11:27:22 2020 +0100
  42. 41136de BUILD: ebtree: improve architecture-specific alignment by Willy Tarreau · Sat Feb 22 15:55:33 2020 +0100
  43. 226ef26 MINOR: compiler: add new alignment macros by Willy Tarreau · Sat Feb 22 15:51:39 2020 +0100
  44. 7f26391 BUG/MINOR: connection: make sure to correctly tag local PROXY connections by Willy Tarreau · Wed Feb 19 15:10:00 2020 +0100
  45. d1c847a BUILD: makefile: re-enable strict aliasing by Willy Tarreau · Tue Feb 25 10:10:47 2020 +0100
  46. 1ac83af CLEANUP: connection: use read_u32() instead of a cast in the netscaler parser by Willy Tarreau · Tue Feb 25 10:06:49 2020 +0100
  47. 26474c4 CLEANUP: lua: fix aliasing issues in the address matching code by Willy Tarreau · Tue Feb 25 10:02:51 2020 +0100
  48. 296cfd1 MINOR: pattern: fix all remaining strict aliasing issues by Willy Tarreau · Tue Feb 25 09:58:41 2020 +0100
  49. a8b7ecd CLEANUP: sample: use read_u64() in ipmask() to apply an IPv6 mask by Willy Tarreau · Tue Feb 25 09:43:22 2020 +0100
  50. 6cde5d8 CLEANUP: stick-tables: use read_u32() to display a node's key by Willy Tarreau · Tue Feb 25 09:41:22 2020 +0100
  51. 8b50758 CLEANUP: cache: use read_u32/write_u32 to access the cache entry's hash by Willy Tarreau · Tue Feb 25 09:35:07 2020 +0100
  52. 2b9f066 CLEANUP: fd: use a union in fd_rm_from_fd_list() to shut aliasing warnings by Willy Tarreau · Tue Feb 25 09:25:53 2020 +0100
  53. 105599c BUG/MEDIUM: ssl: fix several bad pointer aliases in a few sample fetch functions by Willy Tarreau · Tue Feb 25 08:59:23 2020 +0100
  54. 5715da2 BUG/MINOR: sample: fix the json converter's endian-sensitivity by Willy Tarreau · Tue Feb 25 08:37:37 2020 +0100
  55. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · Tue Feb 25 08:16:33 2020 +0100
  56. ded15b7 BUILD: ssl: only pass unsigned chars to isspace() by Willy Tarreau · Tue Feb 25 07:51:59 2020 +0100
  57. 017484c CLEANUP: cfgparse: Fix type of second calloc() parameter by Tim Duesterhus · Sat Feb 22 16:39:05 2020 +0100
  58. 03e7853 BUILD: remove obsolete support for -mregparm / USE_REGPARM by Willy Tarreau · Tue Feb 25 07:38:05 2020 +0100
  59. 1d48ba9 CLEANUP: net_helper: Do not negate the result of unlikely by Tim Duesterhus · Fri Feb 21 13:02:04 2020 +0100
  60. 927063b CLEANUP: conn: Do not pass a pointer to likely by Tim Duesterhus · Fri Feb 21 13:02:03 2020 +0100
  61. 89ee798 MINOR: compiler: drop special cases of likely/unlikely for older compilers by Willy Tarreau · Tue Feb 25 07:14:43 2020 +0100
  62. 3f25ae3 BUG/MINOR: ssl: load .key in a directory only after PEM by William Lallemand · Mon Feb 24 16:30:12 2020 +0100
  63. 4c5adbf MINOR: ssl: load the key from a dedicated file by William Lallemand · Mon Feb 24 14:23:22 2020 +0100
  64. d43183d BUILD: fix recent build failure on unaligned archs by Willy Tarreau · Fri Feb 21 17:40:25 2020 +0100
  65. 02ac950 CLEANUP: http/h1: rely on HA_UNALIGNED_LE instead of checking for CPU families by Willy Tarreau · Fri Feb 21 16:31:22 2020 +0100
  66. 2c315ee BUG/MEDIUM: ebtree: don't set attribute packed without unaligned access support by Willy Tarreau · Fri Feb 21 15:47:36 2020 +0100
  67. 0e26867 MINOR: compiler: move CPU capabilities definition from config.h and complete them by Willy Tarreau · Fri Feb 21 15:40:58 2020 +0100
  68. a7ddab0 BUG/MEDIUM: shctx: make sure to keep all blocks aligned by Willy Tarreau · Fri Feb 21 13:45:58 2020 +0100
  69. 4fb196c CLEANUP: sample: use iststop instead of a for loop by Jerome Magnin · Fri Feb 21 10:49:12 2020 +0100
  70. 4bbc949 BUG/MINOR: http: http-request replace-path duplicates the query string by Jerome Magnin · Fri Feb 21 10:37:48 2020 +0100
  71. 9dde0b2 MINOR: ist: add an iststop() function by Jerome Magnin · Fri Feb 21 10:33:12 2020 +0100
  72. 6e59cb5 MINOR: mux-h1: pass CO_RFL_READ_ONCE to the lower layers when relevant by Willy Tarreau · Thu Feb 20 11:11:50 2020 +0100
  73. 716bec2 MINOR: connection: introduce a new receive flag: CO_RFL_READ_ONCE by Willy Tarreau · Thu Feb 20 11:04:40 2020 +0100
  74. 5d4d180 CLEANUP: connection: remove the definitions of conn_xprt_{stop,want}_{send,recv} by Willy Tarreau · Fri Feb 21 09:58:29 2020 +0100
  75. d1d14c3 MINOR: connection: remove the last calls to conn_xprt_{want,stop}_* by Willy Tarreau · Fri Feb 21 10:34:19 2020 +0100
  76. 562e0d8 MINOR: tcp/uxst/sockpair: use fd_want_send() instead of conn_xprt_want_send() by Willy Tarreau · Fri Feb 21 10:24:51 2020 +0100
  77. 3110eb7 MINOR: raw_sock: directly call fd_stop_send() and not conn_xprt_stop_send() by Willy Tarreau · Fri Feb 21 10:21:46 2020 +0100
  78. 19bc201 MEDIUM: connection: remove the intermediary polling state from the connection by Willy Tarreau · Fri Feb 21 08:46:19 2020 +0100
  79. 902871d CLEANUP: epoll: place the struct epoll_event in the stack by Willy Tarreau · Thu Feb 20 11:23:43 2020 +0100
  80. 7c9d0e1 MINOR: checks: do not call conn_xprt_stop_send() anymore by Willy Tarreau · Fri Feb 21 10:13:03 2020 +0100
  81. d57e349 BUG/MINOR: mux: do not call conn_xprt_stop_recv() on buffer shortage by Willy Tarreau · Fri Feb 21 09:44:39 2020 +0100
  82. 9d9d645 BUG/MAJOR: http-ana: Always abort the request when a tarpit is triggered by Christopher Faulet · Fri Feb 21 10:20:46 2020 +0100
  83. e8aa5f2 BUG/MINOR: ssl: Stop passing dynamic strings as format arguments by Tim Duesterhus · Wed Feb 19 11:41:13 2020 +0100
  84. 6072beb MINOR: http-ana: Match on the path if the monitor-uri starts by a / by Christopher Faulet · Tue Feb 18 15:34:58 2020 +0100
  85. d27689e BUG/MINOR: http-ana: Matching on monitor-uri should be case-sensitive by Christopher Faulet · Tue Feb 18 14:51:51 2020 +0100
  86. b5e6267 REGTESTS: use "command -v" instead of "which" by Willy Tarreau · Tue Feb 18 14:42:33 2020 +0100
  87. 70df7bf MINOR: ssl: add "issuers-chain-path" directive. by Emmanuel Hocdet · Fri Jan 04 11:08:20 2019 +0100
  88. 23997da BUG/MINOR: sample: exit regsub() in case of trash allocation error by Willy Tarreau · Tue Feb 18 14:27:44 2020 +0100
  89. 0f19e43 BUG/MINOR: stream: Don't incr frontend cum_req counter when stream is closed by Christopher Faulet · Tue Feb 18 11:51:11 2020 +0100
  90. 34b18e4 BUG/MINOR: http-htx: Don't return error if authority is updated without changes by Christopher Faulet · Tue Feb 18 11:02:21 2020 +0100
  91. 9c44e48 BUG/MINOR: filters: Count HTTP headers as filtered data but don't forward them by Christopher Faulet · Wed Feb 12 15:31:20 2020 +0100
  92. 71179a3 MINOR: filters: Forward data only if the last filter forwards something by Christopher Faulet · Fri Feb 07 16:40:33 2020 +0100
  93. 727a3f1 MINOR: http-htx: Add a function to retrieve the headers size of an HTX message by Christopher Faulet · Fri Feb 07 16:39:41 2020 +0100
  94. a71667c BUG/MINOR: tools: also accept '+' as a valid character in an identifier by Willy Tarreau · Mon Feb 17 06:34:11 2020 +0100
  95. 07e1e3c MINOR: sample: regsub now supports backreferences by Jerome Magnin · Sun Feb 16 19:20:19 2020 +0100
  96. 9af749b BUG/MINOR: arg: fix again incorrect argument length check by Willy Tarreau · Sun Feb 16 10:46:37 2020 +0100
  97. 6328b73 BUILD: enable ERR=1 in github cygwin builds by Ilya Shipitsin · Sat Feb 15 18:58:22 2020 +0500
  98. 1392d02 SCRIPTS: announce-release: use mutt -H instead of -i to include the draft by Willy Tarreau · Sat Feb 15 15:24:28 2020 +0100
  99. 807aef8 BUG/MINOR: arg: report an error if an argument is larger than bufsize by Willy Tarreau · Sat Feb 15 14:54:28 2020 +0100
  100. cd0d2ed MEDIUM: log-format: make the LF parser aware of sample expressions' end by Willy Tarreau · Fri Feb 14 17:33:06 2020 +0100