1. f11ca5e BUILD: Makefile: speed up compiler options detection by Willy Tarreau · Wed Oct 03 09:52:51 2018 +0200
  2. 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
  3. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · Tue Oct 02 16:43:32 2018 +0200
  4. 79e5733 REORG: http: move the code to different files by Willy Tarreau · Tue Oct 02 16:01:16 2018 +0200
  5. 7b4c8c3 BUILD: Allow configuration of pcre-config path by Fabrice Fontaine · Fri Sep 28 19:21:26 2018 +0200
  6. f7db930 BUILD: build with -Wextra and sort out certain warnings by Willy Tarreau · Thu Sep 20 10:38:08 2018 +0200
  7. 2fe7dd0 MEDIUM: protocol: sockpair protocol by William Lallemand · Tue Sep 11 16:51:29 2018 +0200
  8. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · Mon Sep 10 15:38:55 2018 +0200
  9. 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
  10. 26ac8a6 REGTEST/MINOR: Add levels to reg-tests target. by Frédéric Lécaille · Mon Jun 25 11:15:43 2018 +0200
  11. bca3a98 REGTEST/MINOR: Set HAPROXY_PROGRAM default value. by Frédéric Lécaille · Mon Jun 25 10:24:37 2018 +0200
  12. 153b2b6 MINOR: tests: First regression testing file. by Frédéric Lécaille · Mon Jun 18 19:32:10 2018 +0200
  13. cde05c8 BUILD/BUG: enable -fno-strict-overflow by default by Willy Tarreau · Tue Mar 20 16:46:46 2018 +0100
  14. b684e7a BUILD/MINOR: fix Lua build on Mac OS X (again) by Willy Tarreau · Mon Mar 05 15:37:04 2018 +0100
  15. 13113d6 MINOR/BUILD: fix Lua build on Mac OS X by Thierry Fournier · Mon Feb 26 09:25:56 2018 +0100
  16. 903ddfd BUILD/MINOR: Makefile : enabling USE_CPU_AFFINITY by David Carlier · Wed Nov 29 11:05:12 2017 +0000
  17. d73efb4 BUILD: Makefile: reorder object files by size by Willy Tarreau · Sun Nov 26 17:58:17 2017 +0100
  18. 158fa75 MINOR: pools: implement DEBUG_UAF to detect use after free by Willy Tarreau · Wed Nov 22 15:47:29 2017 +0100
  19. 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
  20. d6942c8 MEDIUM: mworker: Add systemd `Type=notify` support by Tim Duesterhus · Mon Nov 20 15:58:35 2017 +0100
  21. f5d79ac BUILD: enable USE_THREAD for Solaris build. by Christopher Faulet · Tue Nov 07 10:47:44 2017 +0100
  22. ca30839 MINOR: ebtree: implement the scope-aware functions for eb32 by Willy Tarreau · Sun Nov 05 13:31:29 2017 +0100
  23. 7567c40 BUILD: enable USE_THREAD for OpenBSD build. by David Carlier · Fri Nov 03 14:35:44 2017 +0000
  24. b620e98 BUILD: shctx: allow to be built without openssl by William Lallemand · Thu Nov 02 16:00:51 2017 +0100
  25. 41db460 MEDIUM: cache: configuration parsing and initialization by William Lallemand · Mon Oct 30 11:15:51 2017 +0100
  26. 62f5269 MINOR: h2: create a very minimalistic h2 mux by Willy Tarreau · Sun Oct 08 23:01:42 2017 +0200
  27. 1be4f3d MEDIUM: hpack: implement basic hpack encoding by Willy Tarreau · Thu Sep 21 14:35:57 2017 +0200
  28. 679790b MINOR: hpack: implement the decoder by Willy Tarreau · Tue May 30 19:09:44 2017 +0200
  29. ce04094 MINOR: hpack: implement the header tables management by Willy Tarreau · Tue May 30 18:46:58 2017 +0200
  30. a004ade MINOR: hpack: implement the HPACK Huffman table decoder by Willy Tarreau · Tue May 30 17:22:18 2017 +0200
  31. 53a4766 MEDIUM: connection: start to introduce a mux layer between xprt and data by Willy Tarreau · Mon Aug 28 10:53:00 2017 +0200
  32. a1ae7e8 MAJOR: threads: Offically enable the threads support in HAProxy by Christopher Faulet · Wed Oct 25 17:55:27 2017 +0200
  33. 1a2b56e MEDIUM: threads: Add hathreads header file by Christopher Faulet · Thu Oct 12 16:09:09 2017 +0200
  34. 5f27185 MINOR: threads: Prepare makefile to link with pthread by Emeric Brun · Mon Jun 26 18:41:42 2017 +0200
  35. 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
  36. eff9a9e BUILD: Makefile: disable -Wunused-label by Willy Tarreau · Fri Oct 27 11:06:11 2017 +0200
  37. 7389dd0 IMPORT: sha1: import SHA1 functions by Dragan Dosen · Tue Oct 24 08:48:25 2017 +0200
  38. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · Thu Sep 21 09:30:46 2017 +0200
  39. b780166 BUILD: Makefile: improve detection of support for compiler warnings by Willy Tarreau · Thu Sep 14 19:05:45 2017 +0200
  40. 065843c BUILD: Makefile: shut certain gcc/clang stupid warnings by Willy Tarreau · Wed Sep 13 16:58:27 2017 +0200
  41. 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
  42. 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
  43. 04919d5 BUG/MINOR: haproxy/cli : fix for solaris/illumos distros for CMSG* macros by David Carlier · Wed Jun 07 20:02:43 2017 +0100
  44. a6cfa90 MAJOR: systemd-wrapper: get rid of the wrapper by William Lallemand · Thu Jun 01 17:38:58 2017 +0200
  45. 047000a CLEANUP: retire obsoleted USE_GETSOCKNAME build option by Dmitry Sivachenko · Fri May 12 15:38:29 2017 +0200
  46. 73bdb32 BUG/MAJOR: Use -fwrapv. by Olivier Houchard · Wed Apr 19 11:34:10 2017 +0200
  47. f2592b2 MEDIUM: regex: pcre2 support by David Carlier · Mon Nov 21 21:25:58 2016 +0000
  48. a9cf315 BUILD: rearrange target files by build time by Willy Tarreau · Sun Dec 11 22:12:33 2016 +0100
  49. 3971310 REORG: tcp-rules: move tcp rules processing to their own file by Willy Tarreau · Fri Nov 25 15:49:32 2016 +0100
  50. 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
  51. f7e4e7e MAJOR: spoe: Add an experimental Stream Processing Offload Engine by Christopher Faulet · Thu Oct 27 22:29:49 2016 +0200
  52. 1866d6d MEDIUM: ssl: Add support for OpenSSL 1.1.0 by Dirkjan Bussink · Mon Aug 29 13:26:37 2016 +0200
  53. d0027ed MEDIUM: wurfl: add Scientiamobile WURFL device detection module by scientiamobile · Fri Nov 04 10:55:08 2016 +0100
  54. 3a2661d MINOR: build: Allow linking to device-atlas library file by Bertrand Jacquin · Thu Oct 06 00:32:39 2016 +0100
  55. 9705ba2 BUILD: Make use of accept4() on OpenBSD. by Daniel Jakots · Tue Sep 27 19:22:21 2016 +0200
  56. 7276f3a BUG/MINOR: Fix OSX compilation errors by Dinko Korunic · Fri Sep 09 09:41:15 2016 +0200
  57. 13d67bb BUG/BUILD: don't automatically run "make" on "make install" by Willy Tarreau · Fri Jun 24 18:30:22 2016 +0200
  58. 8225bb4 BUILD/MEDIUM: force a full rebuild if some build options change by Willy Tarreau · Mon May 30 15:16:10 2016 +0200
  59. b26835d BUILD/MEDIUM: rebuild everything when an include file is changed by Willy Tarreau · Mon May 30 13:39:32 2016 +0200
  60. 85dc1d3 BUG/MINOR: lua: can't load external libraries by Thierry Fournier · Sat Mar 26 13:19:21 2016 +0100
  61. fb0b546 MINOR: lua: file dedicated to unsafe functions by Thierry Fournier · Thu Jan 21 09:28:58 2016 +0100
  62. e6c3b69 MINOR: filters: Add an filter example by Christopher Faulet · Wed Sep 02 17:15:16 2015 +0200
  63. 3d97c90 REORG: filters: Prepare creation of the HTTP compression filter by Christopher Faulet · Wed Dec 09 14:59:38 2015 +0100
  64. d7c9196 MAJOR: filters: Add filters support by Christopher Faulet · Thu Apr 30 11:48:27 2015 +0200
  65. 7385f65 BUILD: Make deviceatlas require PCRE by David CARLIER · Fri Nov 06 15:13:06 2015 +0000
  66. 38932c3 BUILD: add Haiku as supported target. by Jerome Duval · Mon Oct 19 23:01:16 2015 +0000
  67. 796d2fc BUG/BUILD: replace haproxy-systemd-wrapper with $(EXTRA) in install-bin. by Jerome Duval · Mon Nov 02 17:47:43 2015 +0000
  68. 5c5147f BUILD: install only relevant and existing documentation by Vincent Bernat · Tue Oct 13 22:20:55 2015 +0200
  69. 3670eb1 BUILD: Changed 51Degrees option to support V3.2 by James Rosewell · Fri Sep 18 17:24:29 2015 +0100
  70. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · Thu Aug 20 19:35:14 2015 +0200
  71. 8e441fb BUILD: add USE_LUA to BUILD_OPTIONS when it's used by Cyril Bonté · Sun Aug 16 20:27:38 2015 +0200
  72. 9496552 CLEANUP: appsession: remove appsession.c and sessionhash.c by Willy Tarreau · Mon Aug 10 19:10:52 2015 +0200
  73. e192cbb BUILD: link with libdl if needed for Lua support by Vincent Bernat · Thu Jul 16 20:52:51 2015 +0200
  74. b5714da BUILD: add netbsd TARGET by David Carlier · Thu Jul 02 06:58:22 2015 +0000
  75. 93b38d9 MEDIUM: 51Degrees code refactoring and cleanup by Dragan Dosen · Mon Jun 29 16:43:25 2015 +0200
  76. 4834bc7 MEDIUM: vars: adds support of variables by Thierry FOURNIER · Sat Jun 06 19:29:07 2015 +0200
  77. 325137d MEDIUM: dns: implement a DNS resolver by Baptiste Assmann · Mon Apr 13 23:40:55 2015 +0200
  78. 5d4e4f7 MEDIUM: protocol: add minimalist UDP protocol client by Baptiste Assmann · Mon Apr 13 23:08:16 2015 +0200
  79. 82bd42e BUILD: make DeviceAtlas easier to build by defaulting to DEVICEATLAS_SRC by Willy Tarreau · Tue Jun 02 14:10:28 2015 +0200
  80. c7203c7 BUILD: make 51D easier to build by defaulting to 51DEGREES_SRC by Willy Tarreau · Mon Jun 01 11:12:35 2015 +0200
  81. 0ca65f8 BUILD: add 51degrees options to makefile. by Thomas Holmes · Tue May 12 15:06:21 2015 +0100
  82. a03fb14 BUILD: Makefile: add options to build with DeviceAtlas by David Carlier · Mon Jun 01 14:00:07 2015 +0200
  83. b5684e0 IMPORT: hash: import xxhash-r39 by Willy Tarreau · Mon Apr 27 11:59:40 2015 +0200
  84. 69c696c IMPORT: lru: import simple ebtree-based LRU functions by Willy Tarreau · Tue Apr 28 10:18:09 2015 +0200
  85. 81f38d6 MEDIUM: applet: add basic support for an applet run queue by Willy Tarreau · Mon Apr 13 17:11:11 2015 +0200
  86. b1ec8c4 MINOR: session: start to reintroduce struct session by Willy Tarreau · Fri Apr 03 13:53:24 2015 +0200
  87. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · Fri Apr 03 00:22:06 2015 +0200
  88. 418b8c0 MAJOR: compression: integrate support for libslz by Willy Tarreau · Sun Mar 29 03:32:06 2015 +0200
  89. 71b99ef BUILD: fix automatic inclusion of libdl. by Willy Tarreau · Tue Mar 17 14:33:22 2015 +0100
  90. ecc9547 BUILD: lua: it miss the '-ldl' directive by Thierry FOURNIER · Tue Mar 17 11:14:26 2015 +0100
  91. 463119c BUG/BUILD: lua: The strict Lua 5.3 version check is not done. by Thierry FOURNIER · Tue Mar 10 00:35:36 2015 +0100
  92. f90838b MEDIUM: lua: use the Lua-5.3 version of the library by Thierry FOURNIER · Fri Mar 06 13:48:32 2015 +0100
  93. c21adb5 BUILD: try to automatically detect the Lua library name by Cyril Bonté · Tue Mar 03 23:13:03 2015 +0100
  94. 6f1fd48 MEDIUM: lua: lua integration in the build and init system. by Thierry FOURNIER · Fri Jan 23 14:06:13 2015 +0100
  95. 713a756 BUILD: Makefile: add -Wdeclaration-after-statement by Willy Tarreau · Fri Feb 27 16:34:50 2015 +0100
  96. dfb124f BUILD: add new target 'make uninstall' to support uninstalling haproxy from OS by Ilyas Bakirov · Wed Feb 04 17:14:26 2015 +0600
  97. 0d16a40 MEDIUM: Add parsing of mailers section by Simon Horman · Fri Jan 30 11:22:58 2015 +0900
  98. b3e54fe MAJOR: namespace: add Linux network namespace support by KOVACS Krisztian · Mon Nov 17 15:11:45 2014 +0100
  99. 3785311 BUILD: fix "make install" to support spaces in the install dirs by Arcadiy Ivanov · Tue Nov 04 07:06:13 2014 -0500
  100. cd360ce BUG/BUILD: revert accidental change in the makefile from latest SSL fix by Willy Tarreau · Fri Oct 31 07:36:51 2014 +0100