1. 7c503bb BUILD: makefile: Enable closefrom() support on Solaris by Brad Smith · Wed Sep 30 15:46:16 2020 -0400
  2. ac32b4b BUILD: makefile: add an EXTRAVERSION variable to ease local naming by Willy Tarreau · Thu Oct 01 04:05:39 2020 +0200
  3. 5018aac BUILD: makefile: Fix building with closefrom() support enabled by Brad Smith · Wed Sep 30 01:04:48 2020 -0400
  4. 9d85eb0 BUILD: makefile: Update feature flags for FreeBSD by Brad Smith · Tue Sep 15 03:10:04 2020 -0400
  5. 90c9d78 BUILD: makefile: Update feature flags for OpenBSD by Brad Smith · Sat Sep 26 23:05:25 2020 -0400
  6. 9463643 BUILD: makefile: change default value of CC from gcc to cc by Brad Smith · Sun Sep 13 02:53:06 2020 -0400
  7. 4a034f2 BUILD: introduce possibility to define ABORT_NOW() conditionally by Ilya Shipitsin · Sat Sep 12 11:24:48 2020 +0500
  8. 0d06df6 MINOR: sock: introduce sock_inet and sock_unix by Willy Tarreau · Fri Aug 28 15:10:11 2020 +0200
  9. 18b7df7 REORG: sock: start to move some generic socket code to sock.c by Willy Tarreau · Fri Aug 28 12:07:22 2020 +0200
  10. 1318034 REORG: unix: move UNIX bind/server keywords from proto_uxst.c to cfgparse-unix.c by Willy Tarreau · Fri Aug 28 11:54:59 2020 +0200
  11. de70ca5 REORG: tcp: move TCP bind/server keywords from proto_tcp.c to cfgparse-tcp.c by Willy Tarreau · Fri Aug 28 11:49:31 2020 +0200
  12. 8987e7a REORG: tcp: move TCP sample fetches from proto_tcp.c to tcp_sample.c by Willy Tarreau · Fri Aug 28 11:37:21 2020 +0200
  13. aeae66c REORG: tcp: move TCP actions from proto_tcp.c to tcp_act.c by Willy Tarreau · Fri Aug 28 11:03:28 2020 +0200
  14. b36dcc6 BUILD: makefile: don't disable -Wstringop-overflow anymore by Willy Tarreau · Tue Aug 11 10:31:18 2020 +0200
  15. f21023e BUILD: Makefile: require SSL_LIB, SSL_INC to be explicitly set by Ilya Shipitsin · Tue Aug 04 15:36:24 2020 +0500
  16. 3835c0d MEDIUM: udp: adds minimal proto udp support for message listeners. by Emeric Brun · Tue Jul 07 09:46:09 2020 +0200
  17. 4c442b0 CLEANUP: makefile: update the outdated list of DEBUG_xxx options by Willy Tarreau · Sat Jul 04 12:43:46 2020 +0200
  18. 45e83e8 BUILD: makefile: disable threads by default on OpenBSD by Willy Tarreau · Fri Jul 03 18:56:33 2020 +0200
  19. 739879a REORG: buffer: rename buffer.c to dynbuf.c by Willy Tarreau · Mon Jun 29 09:26:59 2020 +0200
  20. 38e8a1c MINOR: debug: add a new DEBUG_FD build option by Willy Tarreau · Tue Jun 23 10:04:54 2020 +0200
  21. 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · Fri May 29 14:35:51 2020 +0200
  22. 4989de2 BUILD: Remove nowarn for warnings that do not trigger by Tim Duesterhus · Fri May 29 14:35:50 2020 +0200
  23. 7c18b54 REORG: dgram: rename proto_udp to dgram by Willy Tarreau · Thu Jun 11 09:23:02 2020 +0200
  24. 920214e BUILD: reorder objects in the Makefile for faster builds by Willy Tarreau · Fri Jun 05 20:04:36 2020 +0200
  25. bcc6733 REORG: check: extract the external checks from check.{c,h} by Willy Tarreau · Fri Jun 05 15:31:31 2020 +0200
  26. 51cd595 REORG: check: move tcpchecks away from check.c by Willy Tarreau · Fri Jun 05 12:25:38 2020 +0200
  27. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · Thu Jun 04 18:21:56 2020 +0200
  28. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · Wed Jun 03 18:09:46 2020 +0200
  29. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · Tue Jun 02 09:38:52 2020 +0200
  30. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · Thu May 28 15:29:19 2020 +0200
  31. fc80e30 REORG: ebtree: clean up remains of the ebtree/ directory by Willy Tarreau · Wed May 27 11:05:33 2020 +0200
  32. ff0e8a4 REORG: ebtree: move the C files from ebtree/ to src/ by Willy Tarreau · Wed May 27 10:43:24 2020 +0200
  33. 6a66a5e REORG: ssl: move utility functions to src/ssl_utils.c by William Lallemand · Fri May 15 12:01:17 2020 +0200
  34. 15e1694 REORG: ssl: move sample fetches to src/ssl_sample.c by William Lallemand · Fri May 15 00:25:08 2020 +0200
  35. dad3105 REORG: ssl: move ssl configuration to cfgparse-ssl.c by William Lallemand · Thu May 14 17:47:32 2020 +0200
  36. 03c331c REORG: ssl: move the ckch_store related functions to src/ssl_ckch.c by William Lallemand · Wed May 13 10:10:01 2020 +0200
  37. 6e9556b REORG: ssl: move crtlist functions to src/ssl_crtlist.c by William Lallemand · Tue May 12 17:52:44 2020 +0200
  38. 39b2fda BUILD: Makefile: add linux-musl to TARGET by Willy Tarreau · Thu Apr 16 15:14:17 2020 +0200
  39. 48e8603 BUILD: makefile: fix expression again to detect ARM platform by Willy Tarreau · Wed Mar 18 08:20:45 2020 +0100
  40. 67b095e BUILD: makefile: fix regex syntax in ARM platform detection by Willy Tarreau · Mon Mar 16 09:38:00 2020 +0100
  41. d93e6ec BUILD: on ARM, must be linked to libatomic. by David Carlier · Sun Mar 15 10:30:51 2020 +0000
  42. 4b61e69 BUILD: Makefile: the compiler-specific flags should all be in SPEC_CFLAGS by Willy Tarreau · Tue Mar 10 09:37:08 2020 +0100
  43. 06c63ae CLEANUP: remove support for USE_MY_SPLICE by Willy Tarreau · Tue Mar 10 07:20:10 2020 +0100
  44. 3858b12 CLEANUP: remove support for USE_MY_EPOLL by Willy Tarreau · Tue Mar 10 07:08:10 2020 +0100
  45. 618ac6e CLEANUP: drop support for USE_MY_ACCEPT4 by Willy Tarreau · Tue Mar 10 07:02:46 2020 +0100
  46. c3e926b CLEANUP: remove support for Linux i686 vsyscalls by Willy Tarreau · Tue Mar 10 06:48:17 2020 +0100
  47. 2a950d0 DOC: assorted typo fixes in the documentation and Makefile by Ilya Shipitsin · Fri Mar 06 13:07:38 2020 +0500
  48. 6f6d96d BUILD: makefile: do not modify the build options during make reg-tests by Willy Tarreau · Wed Mar 04 16:21:06 2020 +0100
  49. c0bbdc1 BUILD: Makefile: include librt before libpthread by Willy Tarreau · Wed Mar 04 08:31:47 2020 +0100
  50. f5b4e06 MEDIUM: debug: add support for dumping backtraces of stuck threads by Willy Tarreau · Tue Mar 03 15:40:23 2020 +0100
  51. d1c847a BUILD: makefile: re-enable strict aliasing by Willy Tarreau · Tue Feb 25 10:10:47 2020 +0100
  52. 03e7853 BUILD: remove obsolete support for -mregparm / USE_REGPARM by Willy Tarreau · Tue Feb 25 07:38:05 2020 +0100
  53. c132230 MINOR: build: add aix72-gcc build TARGET and power{8,9} CPUs by Christian Lachner · Mon Feb 10 10:29:13 2020 +0100
  54. 541fe1e MINOR: lua: Add HLUA_PREPEND_C?PATH build option by Tim Duesterhus · Sun Jan 12 13:55:41 2020 +0100
  55. ef915dc BUILD: reorder the objects in the makefile by Willy Tarreau · Mon Nov 25 19:03:59 2019 +0100
  56. c1b1673 BUILD: do not disable -Wformat-truncation anymore by Willy Tarreau · Tue Oct 29 10:54:24 2019 +0100
  57. 5e4c8e2 BUILD/MEDIUM: threads: enable cpu_affinity on osx by David Carlier · Fri Sep 13 05:12:58 2019 +0100
  58. 7fa6fdf BUILD/SMALL: threads: enable threads on osx by David Carlier · Fri Sep 13 04:39:21 2019 +0100
  59. c77c2d4 BUILD: makefile: work around yet another GCC fantasy (-Wstring-plus-int) by Willy Tarreau · Tue Sep 24 09:43:34 2019 +0200
  60. 99eff65 MEDIUM: mux-fcgi: Add the FCGI multiplexer by Christopher Faulet · Sun Aug 11 23:11:30 2019 +0200
  61. 78fbb9f MEDIUM: fcgi-app: Add FCGI application and filter by Christopher Faulet · Sun Aug 11 23:11:03 2019 +0200
  62. 63bbf28 MINOR: fcgi: Add code related to FCGI protocol by Christopher Faulet · Sun Aug 11 23:08:53 2019 +0200
  63. 4f0f88a MEDIUM: mux-h1/h1-htx: move HTX convertion of H1 messages in dedicated file by Christopher Faulet · Sat Aug 10 11:17:44 2019 +0200
  64. 6c00eba BUILD/MINOR: auth: enabling for osx by David Carlier · Sun Sep 01 14:59:10 2019 +0100
  65. cc1eb16 MINOR: build: add linux-glibc-legacy build TARGET by Lukas Tribus · Sun Sep 01 16:48:36 2019 +0200
  66. 172945f MINOR: ring: add a new mechanism for retrieving/storing ring data in buffers by Willy Tarreau · Thu Aug 08 15:28:52 2019 +0200
  67. 4151c75 MINOR: trace: start to create a new trace subsystem by Willy Tarreau · Thu Aug 08 18:21:26 2019 +0200
  68. 67b5a16 MINOR: sink: create definitions a minimal code for event sinks by Willy Tarreau · Sun Aug 11 16:38:56 2019 +0200
  69. 9eebd8a REORG: trace: rename trace.c to calltrace.c and mention it's not thread-safe by Willy Tarreau · Thu Aug 08 16:53:40 2019 +0200
  70. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · Tue Jul 16 14:54:53 2019 +0200
  71. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · Tue Jul 16 14:16:10 2019 +0200
  72. 3c55efb BUILD: makefile: do not rely on shell substitutions to determine git version by Willy Tarreau · Sat Jun 22 08:24:16 2019 +0200
  73. e8d0719 BUILD: makefile: adjust the sed expression of "make help" for solaris by Willy Tarreau · Sat Jun 22 08:13:24 2019 +0200
  74. 30a6f64 BUILD: makefile: use :space: instead of digits to count commits by Willy Tarreau · Sat Jun 22 07:51:02 2019 +0200
  75. 5fb7603 BUILD: makefile: do not use echo -n by Willy Tarreau · Sun Jun 16 19:26:18 2019 +0200
  76. f8cc19a BUILD: makefile: enable USE_RT on Solaris by Willy Tarreau · Sun Jun 16 19:13:28 2019 +0200
  77. c31e5a5 BUILD: makefile: make the obsolete target detection compatible with make-3.80 by Willy Tarreau · Sun Jun 16 17:53:39 2019 +0200
  78. 364d6f5 BUILD: makefile: enable getaddrinfo on the linux-glibc target by Willy Tarreau · Fri Jun 14 18:33:56 2019 +0200
  79. a26181e BUILD: makefile: enable TFO on linux platforms by Willy Tarreau · Fri Jun 14 16:57:42 2019 +0200
  80. 20e6ced BUILD: makefile: enable linux namespaces by default on linux by Willy Tarreau · Fri Jun 14 16:54:51 2019 +0200
  81. 99e49e9 BUILD: makefile: detect and reject recently removed linux targets by Willy Tarreau · Fri Jun 14 16:44:49 2019 +0200
  82. 61cf0dc BUILD: makefile: rename "linux2628" to "linux-glibc" and remove older targets by Willy Tarreau · Fri Jun 14 16:32:09 2019 +0200
  83. 648fa9d BUILD: makefile: further clarify the "help" output and list targets by Willy Tarreau · Fri Jun 14 15:52:01 2019 +0200
  84. 50b1aae BUILD: makefile: clarify the "help" output and list options by Willy Tarreau · Fri Jun 14 15:52:01 2019 +0200
  85. fe50bfb MEDIUM: connections: Introduce a handshake pseudo-XPRT. by Olivier Houchard · Mon May 27 12:09:19 2019 +0200
  86. 4a3fef8 MINOR: dict: Add dictionary new data structure. by Frédéric Lécaille · Tue May 28 14:47:17 2019 +0200
  87. 3844747 CLEANUP: raw_sock: remove support for very old linux splice bug workaround by Willy Tarreau · Wed May 22 19:55:24 2019 +0200
  88. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · Wed May 22 19:24:06 2019 +0200
  89. 2bfefdb MAJOR: watchdog: implement a thread lockup detection mechanism by Willy Tarreau · Fri May 03 13:52:18 2019 +0200
  90. 0ba4f48 MAJOR: polling: add event ports support (Solaris) by Emmanuel Hocdet · Mon Apr 08 16:53:32 2019 +0000
  91. 3c0edfa BUILD: makefile: remove -fomit-frame-pointer optimisation (solaris) by Emmanuel Hocdet · Fri May 17 15:32:21 2019 +0000
  92. 7093c19 BUILD: makefile: use USE_OBSOLETE_LINKER for solaris by Emmanuel Hocdet · Tue May 21 09:12:03 2019 +0000
  93. 6bdf3e9 MINOR: debug/cli: add some debugging commands for developers by Willy Tarreau · Mon May 20 14:25:05 2019 +0200
  94. c7091d8 MEDIUM: debug/threads: implement an advanced thread dump system by Willy Tarreau · Fri May 17 10:08:49 2019 +0200
  95. 4e2b646 MINOR: cli/debug: add a thread dump function by Willy Tarreau · Thu May 16 17:44:30 2019 +0200
  96. dc1a3bd REGTEST: replace LEVEL option by a more human readable one. by Frédéric Lécaille · Fri Mar 29 15:07:24 2019 +0100
  97. 1426198 BUILD: add USE_WURFL to the list of known build options by Willy Tarreau · Tue Apr 23 10:57:09 2019 +0200
  98. b3cc9f2 Revert "CLEANUP: wurfl: remove dead, broken and unmaintained code" by Willy Tarreau · Fri Apr 19 16:03:32 2019 +0200
  99. 636848a MINOR: init: add a "set-dumpable" global directive to enable core dumps by Willy Tarreau · Mon Apr 15 19:38:50 2019 +0200
  100. 9a1ee7a MEDIUM: mworker-prog: implement program for master-worker by William Lallemand · Mon Apr 01 11:30:02 2019 +0200