1. 184422d BUILD: fix "make install" to support spaces in the install dirs by Arcadiy Ivanov · 10 years ago
  2. 764d6f7 BUG/BUILD: revert accidental change in the makefile from latest SSL fix by Willy Tarreau · 10 years ago
  3. 8068b03 BUG/MINOR: ssl: correctly initialize ssl ctx for invalid certificates by Emeric Brun · 10 years ago
  4. bc289da BUILD: only build the systemd wrapper on Linux 2.6 and above by Willy Tarreau · 10 years ago
  5. cd1a526 MAJOR: ssl: Change default locks on ssl session cache. by Emeric Brun · 10 years ago
  6. 914c0d6 BUG/MINOR: build: handle whitespaces in wc -l output by Lukas Tribus · 10 years ago
  7. 50abe30 BUILD: adjust makefile for AIX 5.1 by Willy Tarreau · 10 years ago
  8. f1ed327 BUILD: fix VERDATE exclusion regex by Willy Tarreau · 10 years ago
  9. 6173bbe BUILD: fix SUBVERS extraction in the Makefile by Willy Tarreau · 10 years ago
  10. b5e7ef6 BUILD: use format tags in VERDATE and SUBVERS files by Willy Tarreau · 10 years ago
  11. ddee3ed BUILD: prepare the makefile to skip format lines in SUBVERS and VERDATE by Willy Tarreau · 10 years ago
  12. 689e4d7 BUILD: simplify the date and version retrieval in the makefile by Willy Tarreau · 10 years ago
  13. d5f624d MEDIUM: sample: add the "map" converter by Thierry FOURNIER · 11 years ago
  14. ed66c29 REORG: acl/pattern: extract pattern matching from the acl file and create pattern.c by Thierry FOURNIER · 11 years ago
  15. 98634f0 MEDIUM: backend: Enhance hash-type directive with an algorithm options by Bhaskar · 11 years ago
  16. 9e5cc8d MINOR: Makefile: provide cscope rule by William Lallemand · 11 years ago
  17. 9a05945 BUILD: add SSL_INC/SSL_LIB variables to force the path to openssl by Willy Tarreau · 11 years ago
  18. 9141806 BUILD: mention in the Makefile that USE_PCRE_JIT is for libpcre >= 8.32 by Willy Tarreau · 11 years ago
  19. ea68d36 MINOR: show PCRE version and JIT status in -vv by Lukas Tribus · 11 years ago
  20. d4c33c8 MEDIUM: samples: move payload-based fetches and ACLs to their own file by Willy Tarreau · 11 years ago
  21. 0999f76 BUILD: add explicit support for TFO with USE_TFO by Lukas Tribus · 11 years ago
  22. 8624cab BUILD: add explicit support for Mac OS/X by Willy Tarreau · 11 years ago
  23. 32e65ef BUILD: enable poll() by default in the makefile by Willy Tarreau · 11 years ago
  24. 7035132 MEDIUM: regex: Use PCRE JIT in acl by Hiroaki Nakamura · 11 years ago
  25. 3979309 BUILD: improve the makefile's support for libpcre by Willy Tarreau · 11 years ago
  26. ed9803e MEDIUM: add haproxy-systemd-wrapper by Marc-Antoine Perennou · 11 years ago
  27. b6daedd OPTIM: splice: assume by default that splice is working correctly by Willy Tarreau · 11 years ago
  28. 05ed29c BUILD: no need to clean up when making git-tar by Willy Tarreau · 11 years ago
  29. fc6c032 MEDIUM: global: add support for CPU binding on Linux ("cpu-map") by Willy Tarreau · 12 years ago
  30. e9f49e7 MAJOR: polling: replace epoll with sepoll and remove sepoll by Willy Tarreau · 12 years ago
  31. e2f4944 BUILD: make it possible to specify ZLIB path by Willy Tarreau · 12 years ago
  32. 82fe75c MEDIUM: HTTP compression (zlib library support) by William Lallemand · 12 years ago
  33. 1bc4aab MEDIUM: listener: add support for linux's accept4() syscall by Willy Tarreau · 12 years ago
  34. 76d8895 MINOR: ssl: add defines LISTEN_DEFAULT_CIPHERS and CONNECT_DEFAULT_CIPHERS. by Emeric Brun · 12 years ago
  35. 9faf071 MINOR: ssl: add build param USE_PRIVATE_CACHE to build cache without shared memory by Emeric Brun · 12 years ago
  36. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago
  37. 8f182d9 BUILD: automatically add -lcrypto for SSL by Willy Tarreau · 12 years ago
  38. 0e0bf80 BUILD: makefile: report USE_OPENSSL status in build options by Willy Tarreau · 12 years ago
  39. 3e541d1 MEDIUM: ssl: add shared memory session cache implementation. by Emeric Brun · 12 years ago
  40. 7444f01 BUILD: add optional support for SSL via the USE_OPENSSL flag by Emeric Brun · 12 years ago
  41. c7e4238 REORG: buffers: split buffers into chunk,buffer,channel by Willy Tarreau · 12 years ago
  42. 75bf2c9 REORG: sock_raw: rename the files raw_sock* by Willy Tarreau · 12 years ago
  43. 59f9839 MINOR: connection: add a handler for fd-based connections by Willy Tarreau · 12 years ago
  44. 7dec965 BUILD: add an AIX 5.2 (and later) target. by Willy Tarreau · 12 years ago
  45. e0c623d BUILD: add support for linux kernels >= 2.6.28 by Willy Tarreau · 12 years ago
  46. 7de211c MINOR: add a new function call tracer for debugging purposes by Willy Tarreau · 12 years ago
  47. c63190d REORG: use the name sock_raw instead of stream_sock by Willy Tarreau · 12 years ago
  48. cd3b094 REORG: rename "pattern" files by Willy Tarreau · 12 years ago
  49. 2ac5718 MEDIUM: add a new typed argument list parsing framework by Willy Tarreau · 12 years ago
  50. f09c660 MEDIUM: backend: add the 'first' balancing algorithm by Willy Tarreau · 12 years ago
  51. 32d0272 BUILD: make it possible to look for pcre in the default system paths by Willy Tarreau · 12 years ago
  52. 43d8fb2 [REORG] build: move syscall redefinition to specific places by Willy Tarreau · 13 years ago
  53. 64bc40b [BUILD] add the USE_GETADDRINFO build option by Willy Tarreau · 13 years ago
  54. 3c9a3fb [BUILD] add -fno-strict-aliasing to fix warnings with gcc >= 4.4 by Willy Tarreau · 14 years ago
  55. a5899aa [BUILD] add the CPU=native and ARCH=32/64 build options by Willy Tarreau · 14 years ago
  56. 48d84c1 [OPTIM] linux: add support for bypassing libc to force using vsyscalls by Willy Tarreau · 14 years ago
  57. 2b920a1 [MAJOR] Add new files src/peer.c, include/proto/peers.h and include/types/peers.h for sync stick table management by Emeric Brun · 14 years ago
  58. 0131269 [BUILD] always match official tags when doing git-tar by Willy Tarreau · 14 years ago
  59. 03fa5df [CLEANUP] rename client -> frontend by Willy Tarreau · 14 years ago
  60. b94af61 [DOC] report minimum kernel version for tproxy in the Makefile by Arnaud Cornet · 14 years ago
  61. 42d2c6c [BUILD] 'make tags' did not consider files ending in '.c' by Willy Tarreau · 14 years ago
  62. 890a33e [BUILD] fix platform-dependant build issues related to crypt() by Willy Tarreau · 14 years ago
  63. 9610504 [MINOR] generic auth support with groups and encrypted passwords by Krzysztof Piotr Oledzki · 14 years ago
  64. 107ca30 [MEDIUM] Add pattern fetch management types and functions by Emeric Brun · 14 years ago
  65. 3bd697e [MEDIUM] Add stick table (persistence) management functions and types by Emeric Brun · 14 years ago
  66. cc05fba [BUG] definitely fix regparm issues between haproxy core and ebtree by Willy Tarreau · 15 years ago
  67. 45cb4fb [MEDIUM] build: switch ebtree users to use new ebtree version by Willy Tarreau · 15 years ago
  68. ebe0af4 [BUILD] add a 'make tags' target by Willy Tarreau · 15 years ago
  69. 6b2e11b [MEDIUM] backend: implement consistent hashing variation by Willy Tarreau · 15 years ago
  70. f89c187 [CLEANUP] backend: move LB algos to individual files by Willy Tarreau · 15 years ago
  71. b55932d [MEDIUM] remove old experimental tcpsplice option by Willy Tarreau · 15 years ago
  72. 63076b3 [BUILD] use "git cmd" instead of "git-cmd" by Willy Tarreau · 15 years ago
  73. 446024e [BUILD] report commit date and not author's date as build date by Willy Tarreau · 15 years ago
  74. 571ec98 [CLEANUP] remove unused DEBUG_PARSE_NO_SPEEDUP define by Willy Tarreau · 15 years ago
  75. 3208731 [BUILD] add support for build under Cygwin by Yitzhak Sapir · 15 years ago
  76. bc5258d [BUILD] add signal.o to all makefiles by Willy Tarreau · 15 years ago
  77. ef7341d [BUILD] make it possible to pass alternative arch at build time by Willy Tarreau · 15 years ago
  78. b181465 [BUILD] makefile: remove unused references to linux24eold and EPOLL_CTL_WORKAROUND by Willy Tarreau · 15 years ago
  79. c820300 [BUILD] Fixed Makefile for linking pcre by Christian Wiese · 16 years ago
  80. 7f062c4 [MEDIUM] measure and report session rate on frontend, backends and servers by Willy Tarreau · 15 years ago
  81. 88e458a [BUILD] add USE_LINUX_SPLICE to enable LINUX_SPLICE on linux 2.6 by Willy Tarreau · 15 years ago
  82. 65ee6be [BUILD] fix snapshot date extraction with negative timezones by Willy Tarreau · 15 years ago
  83. 982b6e3 [MEDIUM] introduce pipe pools by Willy Tarreau · 15 years ago
  84. ef3b403 [BUILD] fix MANDIR default location to match documentation by Jeremy Hinegardner · 16 years ago
  85. dded32d [MINOR] replace client_retnclose() with stream_int_retnclose() by Willy Tarreau · 16 years ago
  86. cff6411 [MAJOR] add a connection error state to the stream_interface by Willy Tarreau · 16 years ago
  87. e9bc01e [BUILD] make install should depend on haproxy not "all" by Willy Tarreau · 16 years ago
  88. f630830 [BUILD] Replace hardcoded 'LD = gcc' with 'LD = $(CC)' by Christian Wiese · 16 years ago
  89. db5238d [BUILD] Changed 'install' target to install the binaries first by Christian Wiese · 16 years ago
  90. ce8f342 [BUILD] Removed "/" after '$(DESTDIR)' in install targets by Christian Wiese · 16 years ago
  91. bf34eb4 [BUILD] Added 'install-doc' make target by Christian Wiese · 16 years ago
  92. 4cf5d57 [BUILD] Added 'install-bin' make target by Christian Wiese · 16 years ago
  93. 19b5029 [BUILD] Added 'install-man' make target for installing the man page by Christian Wiese · 16 years ago
  94. a184aa2 [BUILD] Added support for 'make install' by Christian Wiese · 16 years ago
  95. e4208cb [BUILD] ensure that users don't build without setting the target anymore. by Willy Tarreau · 16 years ago
  96. f32d19a [CLEANUP] report dlmalloc's source path only if explictly specified by Willy Tarreau · 16 years ago
  97. f14358b [BUILD] ensure that makefile understands USE_DLMALLOC=1 by Willy Tarreau · 16 years ago
  98. b1e52e8 [MEDIUM] support fully transparent proxy on Linux (USE_LINUX_TPROXY) by Willy Tarreau · 16 years ago
  99. 9f2b730 [BUILD] major rework of the GNU Makefile by Willy Tarreau · 16 years ago
  100. 7b066db [MINOR] store the build options to report with -vv by Willy Tarreau · 17 years ago