1. 1611965 BUILD: Makefile: switch to quiet mode by default for CC/LD/AR by Willy Tarreau · Mon Nov 19 08:15:54 2018 +0100
  2. 6db8266 BUILD: Makefile: add "$(Q)" to clean, tags and cscope targets by Willy Tarreau · Mon Nov 19 08:14:40 2018 +0100
  3. 4ab5d03 BUILD: Makefile: add the quiet mode to a few more targets by Willy Tarreau · Mon Nov 19 07:51:04 2018 +0100
  4. 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
  5. 2401835 BUILD: reorder the objects in the makefile by Willy Tarreau · Mon Nov 19 07:10:59 2018 +0100
  6. 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
  7. 3a1f5fd REORG: config: extract the proxy parser into cfgparse-listen.c by Willy Tarreau · Sun Nov 11 15:40:36 2018 +0100
  8. 36b9e22 REORG: config: extract the global section parser into cfgparse-global by Willy Tarreau · Sun Nov 11 15:19:52 2018 +0100
  9. 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
  10. 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
  11. 51dbc94 MEDIUM: mux-h1: Add dummy mux to handle HTTP/1.1 connections by Christopher Faulet · Thu Sep 13 09:05:15 2018 +0200
  12. f4eb75d MINOR: htx: Add proto_htx.c file by Christopher Faulet · Thu Oct 11 15:55:07 2018 +0200
  13. 7520e4f MINOR: namespaces: don't build namespace.c if disabled by Willy Tarreau · Sun Nov 11 14:38:09 2018 +0100
  14. 4e8683c CLEANUP: fix typos in the comments of the Makefile by Joseph Herlant · Fri Nov 09 17:50:30 2018 -0800
  15. 943e7ec MEDIUM: auth/threads: make use of crypt_r() on systems supporting it by Willy Tarreau · Mon Oct 29 19:16:27 2018 +0100
  16. 23cd43e BUILD: Makefile: add the new ERR variable to force -Werror by Willy Tarreau · Mon Oct 22 06:22:46 2018 +0200
  17. 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
  18. c4e6460 MINOR: build: Disable -Wstringop-overflow. by Olivier Houchard · Tue Oct 16 18:35:40 2018 +0200
  19. 0d7a2ae BUILD: Makefile: silence an option conflict warning with clang by Willy Tarreau · Tue Oct 16 18:11:34 2018 +0200
  20. f11ca5e BUILD: Makefile: speed up compiler options detection by Willy Tarreau · Wed Oct 03 09:52:51 2018 +0200
  21. 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
  22. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · Tue Oct 02 16:43:32 2018 +0200
  23. 79e5733 REORG: http: move the code to different files by Willy Tarreau · Tue Oct 02 16:01:16 2018 +0200
  24. 7b4c8c3 BUILD: Allow configuration of pcre-config path by Fabrice Fontaine · Fri Sep 28 19:21:26 2018 +0200
  25. f7db930 BUILD: build with -Wextra and sort out certain warnings by Willy Tarreau · Thu Sep 20 10:38:08 2018 +0200
  26. 2fe7dd0 MEDIUM: protocol: sockpair protocol by William Lallemand · Tue Sep 11 16:51:29 2018 +0200
  27. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · Mon Sep 10 15:38:55 2018 +0200
  28. 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
  29. 26ac8a6 REGTEST/MINOR: Add levels to reg-tests target. by Frédéric Lécaille · Mon Jun 25 11:15:43 2018 +0200
  30. bca3a98 REGTEST/MINOR: Set HAPROXY_PROGRAM default value. by Frédéric Lécaille · Mon Jun 25 10:24:37 2018 +0200
  31. 153b2b6 MINOR: tests: First regression testing file. by Frédéric Lécaille · Mon Jun 18 19:32:10 2018 +0200
  32. cde05c8 BUILD/BUG: enable -fno-strict-overflow by default by Willy Tarreau · Tue Mar 20 16:46:46 2018 +0100
  33. b684e7a BUILD/MINOR: fix Lua build on Mac OS X (again) by Willy Tarreau · Mon Mar 05 15:37:04 2018 +0100
  34. 13113d6 MINOR/BUILD: fix Lua build on Mac OS X by Thierry Fournier · Mon Feb 26 09:25:56 2018 +0100
  35. 903ddfd BUILD/MINOR: Makefile : enabling USE_CPU_AFFINITY by David Carlier · Wed Nov 29 11:05:12 2017 +0000
  36. d73efb4 BUILD: Makefile: reorder object files by size by Willy Tarreau · Sun Nov 26 17:58:17 2017 +0100
  37. 158fa75 MINOR: pools: implement DEBUG_UAF to detect use after free by Willy Tarreau · Wed Nov 22 15:47:29 2017 +0100
  38. 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
  39. d6942c8 MEDIUM: mworker: Add systemd `Type=notify` support by Tim Duesterhus · Mon Nov 20 15:58:35 2017 +0100
  40. f5d79ac BUILD: enable USE_THREAD for Solaris build. by Christopher Faulet · Tue Nov 07 10:47:44 2017 +0100
  41. ca30839 MINOR: ebtree: implement the scope-aware functions for eb32 by Willy Tarreau · Sun Nov 05 13:31:29 2017 +0100
  42. 7567c40 BUILD: enable USE_THREAD for OpenBSD build. by David Carlier · Fri Nov 03 14:35:44 2017 +0000
  43. b620e98 BUILD: shctx: allow to be built without openssl by William Lallemand · Thu Nov 02 16:00:51 2017 +0100
  44. 41db460 MEDIUM: cache: configuration parsing and initialization by William Lallemand · Mon Oct 30 11:15:51 2017 +0100
  45. 62f5269 MINOR: h2: create a very minimalistic h2 mux by Willy Tarreau · Sun Oct 08 23:01:42 2017 +0200
  46. 1be4f3d MEDIUM: hpack: implement basic hpack encoding by Willy Tarreau · Thu Sep 21 14:35:57 2017 +0200
  47. 679790b MINOR: hpack: implement the decoder by Willy Tarreau · Tue May 30 19:09:44 2017 +0200
  48. ce04094 MINOR: hpack: implement the header tables management by Willy Tarreau · Tue May 30 18:46:58 2017 +0200
  49. a004ade MINOR: hpack: implement the HPACK Huffman table decoder by Willy Tarreau · Tue May 30 17:22:18 2017 +0200
  50. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · Mon Aug 28 10:53:00 2017 +0200
  51. a1ae7e8 MAJOR: threads: Offically enable the threads support in HAProxy by Christopher Faulet · Wed Oct 25 17:55:27 2017 +0200
  52. 1a2b56e MEDIUM: threads: Add hathreads header file by Christopher Faulet · Thu Oct 12 16:09:09 2017 +0200
  53. 5f27185 MINOR: threads: Prepare makefile to link with pthread by Emeric Brun · Mon Jun 26 18:41:42 2017 +0200
  54. 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
  55. eff9a9e BUILD: Makefile: disable -Wunused-label by Willy Tarreau · Fri Oct 27 11:06:11 2017 +0200
  56. 7389dd0 IMPORT: sha1: import SHA1 functions by Dragan Dosen · Tue Oct 24 08:48:25 2017 +0200
  57. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · Thu Sep 21 09:30:46 2017 +0200
  58. b780166 BUILD: Makefile: improve detection of support for compiler warnings by Willy Tarreau · Thu Sep 14 19:05:45 2017 +0200
  59. 065843c BUILD: Makefile: shut certain gcc/clang stupid warnings by Willy Tarreau · Wed Sep 13 16:58:27 2017 +0200
  60. 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
  61. 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
  62. 04919d5 BUG/MINOR: haproxy/cli : fix for solaris/illumos distros for CMSG* macros by David Carlier · Wed Jun 07 20:02:43 2017 +0100
  63. a6cfa90 MAJOR: systemd-wrapper: get rid of the wrapper by William Lallemand · Thu Jun 01 17:38:58 2017 +0200
  64. 047000a CLEANUP: retire obsoleted USE_GETSOCKNAME build option by Dmitry Sivachenko · Fri May 12 15:38:29 2017 +0200
  65. 73bdb32 BUG/MAJOR: Use -fwrapv. by Olivier Houchard · Wed Apr 19 11:34:10 2017 +0200
  66. f2592b2 MEDIUM: regex: pcre2 support by David Carlier · Mon Nov 21 21:25:58 2016 +0000
  67. a9cf315 BUILD: rearrange target files by build time by Willy Tarreau · Sun Dec 11 22:12:33 2016 +0100
  68. 3971310 REORG: tcp-rules: move tcp rules processing to their own file by Willy Tarreau · Fri Nov 25 15:49:32 2016 +0100
  69. 74c24fb REORG: cli: split dumpstats.c in src/cli.c and src/stats.c by William Lallemand · Mon Nov 21 17:18:36 2016 +0100
  70. f7e4e7e MAJOR: spoe: Add an experimental Stream Processing Offload Engine by Christopher Faulet · Thu Oct 27 22:29:49 2016 +0200
  71. 1866d6d MEDIUM: ssl: Add support for OpenSSL 1.1.0 by Dirkjan Bussink · Mon Aug 29 13:26:37 2016 +0200
  72. d0027ed MEDIUM: wurfl: add Scientiamobile WURFL device detection module by scientiamobile · Fri Nov 04 10:55:08 2016 +0100
  73. 3a2661d MINOR: build: Allow linking to device-atlas library file by Bertrand Jacquin · Thu Oct 06 00:32:39 2016 +0100
  74. 9705ba2 BUILD: Make use of accept4() on OpenBSD. by Daniel Jakots · Tue Sep 27 19:22:21 2016 +0200
  75. 7276f3a BUG/MINOR: Fix OSX compilation errors by Dinko Korunic · Fri Sep 09 09:41:15 2016 +0200
  76. 13d67bb BUG/BUILD: don't automatically run "make" on "make install" by Willy Tarreau · Fri Jun 24 18:30:22 2016 +0200
  77. 8225bb4 BUILD/MEDIUM: force a full rebuild if some build options change by Willy Tarreau · Mon May 30 15:16:10 2016 +0200
  78. b26835d BUILD/MEDIUM: rebuild everything when an include file is changed by Willy Tarreau · Mon May 30 13:39:32 2016 +0200
  79. 85dc1d3 BUG/MINOR: lua: can't load external libraries by Thierry Fournier · Sat Mar 26 13:19:21 2016 +0100
  80. fb0b546 MINOR: lua: file dedicated to unsafe functions by Thierry Fournier · Thu Jan 21 09:28:58 2016 +0100
  81. e6c3b69 MINOR: filters: Add an filter example by Christopher Faulet · Wed Sep 02 17:15:16 2015 +0200
  82. 3d97c90 REORG: filters: Prepare creation of the HTTP compression filter by Christopher Faulet · Wed Dec 09 14:59:38 2015 +0100
  83. d7c9196 MAJOR: filters: Add filters support by Christopher Faulet · Thu Apr 30 11:48:27 2015 +0200
  84. 7385f65 BUILD: Make deviceatlas require PCRE by David CARLIER · Fri Nov 06 15:13:06 2015 +0000
  85. 38932c3 BUILD: add Haiku as supported target. by Jerome Duval · Mon Oct 19 23:01:16 2015 +0000
  86. 796d2fc BUG/BUILD: replace haproxy-systemd-wrapper with $(EXTRA) in install-bin. by Jerome Duval · Mon Nov 02 17:47:43 2015 +0000
  87. 5c5147f BUILD: install only relevant and existing documentation by Vincent Bernat · Tue Oct 13 22:20:55 2015 +0200
  88. 3670eb1 BUILD: Changed 51Degrees option to support V3.2 by James Rosewell · Fri Sep 18 17:24:29 2015 +0100
  89. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · Thu Aug 20 19:35:14 2015 +0200
  90. 8e441fb BUILD: add USE_LUA to BUILD_OPTIONS when it's used by Cyril Bonté · Sun Aug 16 20:27:38 2015 +0200
  91. 9496552 CLEANUP: appsession: remove appsession.c and sessionhash.c by Willy Tarreau · Mon Aug 10 19:10:52 2015 +0200
  92. e192cbb BUILD: link with libdl if needed for Lua support by Vincent Bernat · Thu Jul 16 20:52:51 2015 +0200
  93. b5714da BUILD: add netbsd TARGET by David Carlier · Thu Jul 02 06:58:22 2015 +0000
  94. 93b38d9 MEDIUM: 51Degrees code refactoring and cleanup by Dragan Dosen · Mon Jun 29 16:43:25 2015 +0200
  95. 4834bc7 MEDIUM: vars: adds support of variables by Thierry FOURNIER · Sat Jun 06 19:29:07 2015 +0200
  96. 325137d MEDIUM: dns: implement a DNS resolver by Baptiste Assmann · Mon Apr 13 23:40:55 2015 +0200
  97. 5d4e4f7 MEDIUM: protocol: add minimalist UDP protocol client by Baptiste Assmann · Mon Apr 13 23:08:16 2015 +0200
  98. 82bd42e BUILD: make DeviceAtlas easier to build by defaulting to DEVICEATLAS_SRC by Willy Tarreau · Tue Jun 02 14:10:28 2015 +0200
  99. c7203c7 BUILD: make 51D easier to build by defaulting to 51DEGREES_SRC by Willy Tarreau · Mon Jun 01 11:12:35 2015 +0200
  100. 0ca65f8 BUILD: add 51degrees options to makefile. by Thomas Holmes · Tue May 12 15:06:21 2015 +0100