1. 636848a MINOR: init: add a "set-dumpable" global directive to enable core dumps by Willy Tarreau · Mon Apr 15 19:38:50 2019 +0200
  2. 9a1ee7a MEDIUM: mworker-prog: implement program for master-worker by William Lallemand · Mon Apr 01 11:30:02 2019 +0200
  3. 48dfbbd REORG: mworker: move serializing functions to mworker.c by William Lallemand · Mon Apr 01 11:29:53 2019 +0200
  4. 13d9b02 BUILD: Makefile: disable shared cache on AIX 5.1 by Willy Tarreau · Fri Mar 29 18:56:54 2019 +0100
  5. 0aed6ac BUILD: define unsetenv on AIX 5.1 by Willy Tarreau · Fri Mar 29 18:56:00 2019 +0100
  6. 891d65a BUILD: makefile: add _LINUX_SOURCE_COMPAT to build on AIX-51 by Willy Tarreau · Fri Mar 29 17:56:13 2019 +0100
  7. 6f4fd1b BUILD: makefile: fix build of IPv6 header on aix51 by Willy Tarreau · Fri Mar 29 17:40:23 2019 +0100
  8. 7b5654f BUILD: re-implement an initcall variant without using executable sections by Willy Tarreau · Fri Mar 29 21:30:17 2019 +0100
  9. 57c99ec BUILD: makefile: work around another bug in make 3.80 by Willy Tarreau · Fri Mar 29 20:55:54 2019 +0100
  10. 509a009 BUILD: makefile: work around an old bug in GNU make-3.80 by Willy Tarreau · Fri Mar 29 17:17:52 2019 +0100
  11. 824cd00 BUILD: pass all "USE_*" variables as -DUSE_* to the compiler by Willy Tarreau · Wed Mar 27 14:44:14 2019 +0100
  12. 7728ed3 BUILD: report the whole feature set with their status in haproxy -vv by Willy Tarreau · Wed Mar 27 13:20:08 2019 +0100
  13. 39f1992 BUILD: Makefile: clean up the target declarations by Willy Tarreau · Wed Mar 27 11:44:19 2019 +0100
  14. f6bf8e9 BUILD: Makefile: shorten default settings declaration by Willy Tarreau · Wed Mar 27 11:30:47 2019 +0100
  15. 05fd82d BUILD: Makefile: also report disabled options in the BUILD_OPTIONS variable by Willy Tarreau · Wed Mar 27 10:57:49 2019 +0100
  16. 09fe566 BUILD: Makefile: consider a variable's origin and not its value for the options list by Willy Tarreau · Wed Mar 27 10:36:35 2019 +0100
  17. c364351 BUILD: Makefile: remove outdated support for dlmalloc by Willy Tarreau · Wed Mar 27 14:20:43 2019 +0100
  18. 9fc5cc6 BUILD: remove 10-years old error message for obsolete option USE_TCPSPLICE by Willy Tarreau · Wed Mar 27 14:26:34 2019 +0100
  19. 5c0ac3a BUILD: Makefile: remove 11-years old workarounds for deprecated options by Willy Tarreau · Wed Mar 27 11:51:44 2019 +0100
  20. c6c37b2 BUILD: Makefile: resolve LEVEL before calling run-regtests by Willy Tarreau · Fri Mar 15 17:29:53 2019 +0100
  21. f22bd90 BUILD: Makefile: allow the reg-tests target to be verbose by Willy Tarreau · Fri Mar 15 17:28:36 2019 +0100
  22. 8e5e1e7 CLEANUP: wurfl: remove dead, broken and unmaintained code by Willy Tarreau · Tue Mar 05 13:35:35 2019 +0100
  23. 2292edf MINOR: fd: Use closefrom() as my_closefrom() if supported. by Olivier Houchard · Mon Feb 25 14:26:54 2019 +0100
  24. 4ddf59d MEDIUM: 51d: Enabled multi threaded operation in the 51Degrees module. by Ben51Degrees · Tue Feb 05 13:24:00 2019 +0000
  25. 4336123 REGTEST: Switch to vtest. by Frédéric Lécaille · Fri Jan 11 10:10:21 2019 +0100
  26. ada5d09 BUILD: makefile: add an EXTRA_OBJS variable to help build optional code by Willy Tarreau · Thu Jan 10 10:01:03 2019 +0100
  27. a1065a1 DOC: regtest: make it clearer what the purpose of the "broken" series is by Willy Tarreau · Tue Jan 08 09:56:20 2019 +0100
  28. 909b9d8 BUILD: add a new file "version.c" to carry version updates by Willy Tarreau · Fri Jan 04 18:20:32 2019 +0100
  29. a3b4cbf REGTEST: Make reg-tests target support argument. by Frédéric Lécaille · Wed Dec 19 16:27:47 2018 +0100
  30. d4f36e3 REGTEST: Reg testing improvements. by Frederic Lecaille · Thu Dec 13 22:15:05 2018 +0100
  31. f1b60f7 BUILD: Makefile: Implements the help target by William Lallemand · Thu Dec 13 14:02:25 2018 +0100
  32. c5a4fd5 REORG: http: create http_msg.c to place there some legacy HTTP parts by Willy Tarreau · Tue Dec 11 11:42:27 2018 +0100
  33. 7250404 REGTEST/MINOR: script: add run-regtests.sh script by PiBa-NL · Tue Nov 27 22:26:38 2018 +0100
  34. 73bce43 BUILD: Makefile: Disable -Wcast-function-type if it exists. by Olivier Houchard · Tue Nov 27 14:47:58 2018 +0100
  35. db86333 REGTEST: add the option to test only a specific set of files by Willy Tarreau · Fri Nov 23 08:29:15 2018 +0100
  36. 609aad9 REORG: time/activity: move activity measurements to activity.{c,h} by Willy Tarreau · Thu Nov 22 08:31:09 2018 +0100
  37. 1611965 BUILD: Makefile: switch to quiet mode by default for CC/LD/AR by Willy Tarreau · Mon Nov 19 08:15:54 2018 +0100
  38. 6db8266 BUILD: Makefile: add "$(Q)" to clean, tags and cscope targets by Willy Tarreau · Mon Nov 19 08:14:40 2018 +0100
  39. 4ab5d03 BUILD: Makefile: add the quiet mode to a few more targets by Willy Tarreau · Mon Nov 19 07:51:04 2018 +0100
  40. b42233a BUILD: Makefile: make "V=1" show some of the commands that are executed by Willy Tarreau · Mon Nov 19 07:44:42 2018 +0100
  41. 2401835 BUILD: reorder the objects in the makefile by Willy Tarreau · Mon Nov 19 07:10:59 2018 +0100
  42. 9dbfa05 BUILD: update the list of supported targets and compilers in makefile and readme by Willy Tarreau · Mon Nov 19 08:11:40 2018 +0100
  43. 3a1f5fd REORG: config: extract the proxy parser into cfgparse-listen.c by Willy Tarreau · Sun Nov 11 15:40:36 2018 +0100
  44. 36b9e22 REORG: config: extract the global section parser into cfgparse-global by Willy Tarreau · Sun Nov 11 15:19:52 2018 +0100
  45. 47596d3 MINOR: http_htx: Add functions to manipulate HTX messages in http_htx.c by Christopher Faulet · Mon Oct 22 09:17:28 2018 +0200
  46. a3d2a16 MEDIUM: htx: Add API to deal with the internal representation of HTTP messages by Christopher Faulet · Mon Oct 22 08:59:39 2018 +0200
  47. 51dbc94 MEDIUM: mux-h1: Add dummy mux to handle HTTP/1.1 connections by Christopher Faulet · Thu Sep 13 09:05:15 2018 +0200
  48. f4eb75d MINOR: htx: Add proto_htx.c file by Christopher Faulet · Thu Oct 11 15:55:07 2018 +0200
  49. 7520e4f MINOR: namespaces: don't build namespace.c if disabled by Willy Tarreau · Sun Nov 11 14:38:09 2018 +0100
  50. 4e8683c CLEANUP: fix typos in the comments of the Makefile by Joseph Herlant · Fri Nov 09 17:50:30 2018 -0800
  51. 943e7ec MEDIUM: auth/threads: make use of crypt_r() on systems supporting it by Willy Tarreau · Mon Oct 29 19:16:27 2018 +0100
  52. 23cd43e BUILD: Makefile: add the new ERR variable to force -Werror by Willy Tarreau · Mon Oct 22 06:22:46 2018 +0200
  53. 58e90cb BUILD: Makefile: add USE_RT to pass -lrt for clock_gettime() and friends by Willy Tarreau · Thu Oct 18 16:28:54 2018 +0200
  54. c4e6460 MINOR: build: Disable -Wstringop-overflow. by Olivier Houchard · Tue Oct 16 18:35:40 2018 +0200
  55. 0d7a2ae BUILD: Makefile: silence an option conflict warning with clang by Willy Tarreau · Tue Oct 16 18:11:34 2018 +0200
  56. f11ca5e BUILD: Makefile: speed up compiler options detection by Willy Tarreau · Wed Oct 03 09:52:51 2018 +0200
  57. a8b12c6 BUILD: Makefile: add a "make opts" target to simply show the build options by Willy Tarreau · Wed Oct 03 09:40:22 2018 +0200
  58. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · Tue Oct 02 16:43:32 2018 +0200
  59. 79e5733 REORG: http: move the code to different files by Willy Tarreau · Tue Oct 02 16:01:16 2018 +0200
  60. 7b4c8c3 BUILD: Allow configuration of pcre-config path by Fabrice Fontaine · Fri Sep 28 19:21:26 2018 +0200
  61. f7db930 BUILD: build with -Wextra and sort out certain warnings by Willy Tarreau · Thu Sep 20 10:38:08 2018 +0200
  62. 2fe7dd0 MEDIUM: protocol: sockpair protocol by William Lallemand · Tue Sep 11 16:51:29 2018 +0200
  63. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · Mon Sep 10 15:38:55 2018 +0200
  64. 9931634 REGTEST/MINOR: Add a new class of regression testing files. by Frédéric Lécaille · Wed Aug 22 10:41:33 2018 +0200
  65. 26ac8a6 REGTEST/MINOR: Add levels to reg-tests target. by Frédéric Lécaille · Mon Jun 25 11:15:43 2018 +0200
  66. bca3a98 REGTEST/MINOR: Set HAPROXY_PROGRAM default value. by Frédéric Lécaille · Mon Jun 25 10:24:37 2018 +0200
  67. 153b2b6 MINOR: tests: First regression testing file. by Frédéric Lécaille · Mon Jun 18 19:32:10 2018 +0200
  68. cde05c8 BUILD/BUG: enable -fno-strict-overflow by default by Willy Tarreau · Tue Mar 20 16:46:46 2018 +0100
  69. b684e7a BUILD/MINOR: fix Lua build on Mac OS X (again) by Willy Tarreau · Mon Mar 05 15:37:04 2018 +0100
  70. 13113d6 MINOR/BUILD: fix Lua build on Mac OS X by Thierry Fournier · Mon Feb 26 09:25:56 2018 +0100
  71. 903ddfd BUILD/MINOR: Makefile : enabling USE_CPU_AFFINITY by David Carlier · Wed Nov 29 11:05:12 2017 +0000
  72. d73efb4 BUILD: Makefile: reorder object files by size by Willy Tarreau · Sun Nov 26 17:58:17 2017 +0100
  73. 158fa75 MINOR: pools: implement DEBUG_UAF to detect use after free by Willy Tarreau · Wed Nov 22 15:47:29 2017 +0100
  74. f24ea8e MEDIUM: h2: add a function to emit an HTTP/1 request from a headers list by Willy Tarreau · Tue Nov 21 19:55:27 2017 +0100
  75. d6942c8 MEDIUM: mworker: Add systemd `Type=notify` support by Tim Duesterhus · Mon Nov 20 15:58:35 2017 +0100
  76. f5d79ac BUILD: enable USE_THREAD for Solaris build. by Christopher Faulet · Tue Nov 07 10:47:44 2017 +0100
  77. ca30839 MINOR: ebtree: implement the scope-aware functions for eb32 by Willy Tarreau · Sun Nov 05 13:31:29 2017 +0100
  78. 7567c40 BUILD: enable USE_THREAD for OpenBSD build. by David Carlier · Fri Nov 03 14:35:44 2017 +0000
  79. b620e98 BUILD: shctx: allow to be built without openssl by William Lallemand · Thu Nov 02 16:00:51 2017 +0100
  80. 41db460 MEDIUM: cache: configuration parsing and initialization by William Lallemand · Mon Oct 30 11:15:51 2017 +0100
  81. 62f5269 MINOR: h2: create a very minimalistic h2 mux by Willy Tarreau · Sun Oct 08 23:01:42 2017 +0200
  82. 1be4f3d MEDIUM: hpack: implement basic hpack encoding by Willy Tarreau · Thu Sep 21 14:35:57 2017 +0200
  83. 679790b MINOR: hpack: implement the decoder by Willy Tarreau · Tue May 30 19:09:44 2017 +0200
  84. ce04094 MINOR: hpack: implement the header tables management by Willy Tarreau · Tue May 30 18:46:58 2017 +0200
  85. a004ade MINOR: hpack: implement the HPACK Huffman table decoder by Willy Tarreau · Tue May 30 17:22:18 2017 +0200
  86. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · Mon Aug 28 10:53:00 2017 +0200
  87. a1ae7e8 MAJOR: threads: Offically enable the threads support in HAProxy by Christopher Faulet · Wed Oct 25 17:55:27 2017 +0200
  88. 1a2b56e MEDIUM: threads: Add hathreads header file by Christopher Faulet · Thu Oct 12 16:09:09 2017 +0200
  89. 5f27185 MINOR: threads: Prepare makefile to link with pthread by Emeric Brun · Mon Jun 26 18:41:42 2017 +0200
  90. 78880fb MINOR: action: Add function to check rules using an action ACT_ACTION_TRK_* by Christopher Faulet · Mon Sep 18 14:43:55 2017 +0200
  91. eff9a9e BUILD: Makefile: disable -Wunused-label by Willy Tarreau · Fri Oct 27 11:06:11 2017 +0200
  92. 7389dd0 IMPORT: sha1: import SHA1 functions by Dragan Dosen · Tue Oct 24 08:48:25 2017 +0200
  93. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · Thu Sep 21 09:30:46 2017 +0200
  94. b780166 BUILD: Makefile: improve detection of support for compiler warnings by Willy Tarreau · Thu Sep 14 19:05:45 2017 +0200
  95. 065843c BUILD: Makefile: shut certain gcc/clang stupid warnings by Willy Tarreau · Wed Sep 13 16:58:27 2017 +0200
  96. 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
  97. b286fff BUG/MINOR: Makefile: fix compile error with USE_LUA=1 in ubuntu16.04 by Nan Liu · Fri Jun 09 15:57:45 2017 +0800
  98. 04919d5 BUG/MINOR: haproxy/cli : fix for solaris/illumos distros for CMSG* macros by David Carlier · Wed Jun 07 20:02:43 2017 +0100
  99. a6cfa90 MAJOR: systemd-wrapper: get rid of the wrapper by William Lallemand · Thu Jun 01 17:38:58 2017 +0200
  100. 047000a CLEANUP: retire obsoleted USE_GETSOCKNAME build option by Dmitry Sivachenko · Fri May 12 15:38:29 2017 +0200