Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
5c62092ca1ed34bdcbeed7f954076dad2a0ff4f3
/
Makefile
64bc40b
[BUILD] add the USE_GETADDRINFO build option
by Willy Tarreau
· 14 years ago
3c9a3fb
[BUILD] add -fno-strict-aliasing to fix warnings with gcc >= 4.4
by Willy Tarreau
· 14 years ago
a5899aa
[BUILD] add the CPU=native and ARCH=32/64 build options
by Willy Tarreau
· 14 years ago
48d84c1
[OPTIM] linux: add support for bypassing libc to force using vsyscalls
by Willy Tarreau
· 14 years ago
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
0131269
[BUILD] always match official tags when doing git-tar
by Willy Tarreau
· 14 years ago
03fa5df
[CLEANUP] rename client -> frontend
by Willy Tarreau
· 14 years ago
b94af61
[DOC] report minimum kernel version for tproxy in the Makefile
by Arnaud Cornet
· 15 years ago
42d2c6c
[BUILD] 'make tags' did not consider files ending in '.c'
by Willy Tarreau
· 15 years ago
890a33e
[BUILD] fix platform-dependant build issues related to crypt()
by Willy Tarreau
· 15 years ago
9610504
[MINOR] generic auth support with groups and encrypted passwords
by Krzysztof Piotr Oledzki
· 15 years ago
107ca30
[MEDIUM] Add pattern fetch management types and functions
by Emeric Brun
· 15 years ago
3bd697e
[MEDIUM] Add stick table (persistence) management functions and types
by Emeric Brun
· 15 years ago
cc05fba
[BUG] definitely fix regparm issues between haproxy core and ebtree
by Willy Tarreau
· 15 years ago
45cb4fb
[MEDIUM] build: switch ebtree users to use new ebtree version
by Willy Tarreau
· 15 years ago
ebe0af4
[BUILD] add a 'make tags' target
by Willy Tarreau
· 15 years ago
6b2e11b
[MEDIUM] backend: implement consistent hashing variation
by Willy Tarreau
· 15 years ago
f89c187
[CLEANUP] backend: move LB algos to individual files
by Willy Tarreau
· 15 years ago
b55932d
[MEDIUM] remove old experimental tcpsplice option
by Willy Tarreau
· 15 years ago
63076b3
[BUILD] use "git cmd" instead of "git-cmd"
by Willy Tarreau
· 15 years ago
446024e
[BUILD] report commit date and not author's date as build date
by Willy Tarreau
· 15 years ago
571ec98
[CLEANUP] remove unused DEBUG_PARSE_NO_SPEEDUP define
by Willy Tarreau
· 15 years ago
3208731
[BUILD] add support for build under Cygwin
by Yitzhak Sapir
· 15 years ago
bc5258d
[BUILD] add signal.o to all makefiles
by Willy Tarreau
· 15 years ago
ef7341d
[BUILD] make it possible to pass alternative arch at build time
by Willy Tarreau
· 16 years ago
b181465
[BUILD] makefile: remove unused references to linux24eold and EPOLL_CTL_WORKAROUND
by Willy Tarreau
· 16 years ago
c820300
[BUILD] Fixed Makefile for linking pcre
by Christian Wiese
· 16 years ago
7f062c4
[MEDIUM] measure and report session rate on frontend, backends and servers
by Willy Tarreau
· 16 years ago
88e458a
[BUILD] add USE_LINUX_SPLICE to enable LINUX_SPLICE on linux 2.6
by Willy Tarreau
· 16 years ago
65ee6be
[BUILD] fix snapshot date extraction with negative timezones
by Willy Tarreau
· 16 years ago
982b6e3
[MEDIUM] introduce pipe pools
by Willy Tarreau
· 16 years ago
ef3b403
[BUILD] fix MANDIR default location to match documentation
by Jeremy Hinegardner
· 16 years ago
dded32d
[MINOR] replace client_retnclose() with stream_int_retnclose()
by Willy Tarreau
· 16 years ago
cff6411
[MAJOR] add a connection error state to the stream_interface
by Willy Tarreau
· 16 years ago
e9bc01e
[BUILD] make install should depend on haproxy not "all"
by Willy Tarreau
· 16 years ago
f630830
[BUILD] Replace hardcoded 'LD = gcc' with 'LD = $(CC)'
by Christian Wiese
· 17 years ago
db5238d
[BUILD] Changed 'install' target to install the binaries first
by Christian Wiese
· 17 years ago
ce8f342
[BUILD] Removed "/" after '$(DESTDIR)' in install targets
by Christian Wiese
· 17 years ago
bf34eb4
[BUILD] Added 'install-doc' make target
by Christian Wiese
· 17 years ago
4cf5d57
[BUILD] Added 'install-bin' make target
by Christian Wiese
· 17 years ago
19b5029
[BUILD] Added 'install-man' make target for installing the man page
by Christian Wiese
· 17 years ago
a184aa2
[BUILD] Added support for 'make install'
by Christian Wiese
· 17 years ago
e4208cb
[BUILD] ensure that users don't build without setting the target anymore.
by Willy Tarreau
· 17 years ago
f32d19a
[CLEANUP] report dlmalloc's source path only if explictly specified
by Willy Tarreau
· 17 years ago
f14358b
[BUILD] ensure that makefile understands USE_DLMALLOC=1
by Willy Tarreau
· 17 years ago
b1e52e8
[MEDIUM] support fully transparent proxy on Linux (USE_LINUX_TPROXY)
by Willy Tarreau
· 17 years ago
9f2b730
[BUILD] major rework of the GNU Makefile
by Willy Tarreau
· 17 years ago
7b066db
[MINOR] store the build options to report with -vv
by Willy Tarreau
· 17 years ago
e6d2e4d
[MINOR] merge ebtree version 3.0
by Willy Tarreau
· 17 years ago
e6b9894
[MAJOR] create proto_tcp and move initialization of proxy listeners
by Willy Tarreau
· 17 years ago
2ee3041
[BUILD] disable warning about localtime_r on Solaris
by Willy Tarreau
· 17 years ago
9186126
[MEDIUM] moved stats and buffer generic functions to new files
by Willy Tarreau
· 17 years ago
92fb983
[MAJOR] implemented client-side support for PF_UNIX sockets
by Willy Tarreau
· 17 years ago
dd81598
[MAJOR] added generic protocol support
by Willy Tarreau
· 17 years ago
ec69256
[BUILD] centralize version and date into one file for each
by Willy Tarreau
· 17 years ago
51041c7
[MAJOR] remove files distributed under an obscure license
by Willy Tarreau
· 17 years ago
f2ef8c5
[MEDIUM] Added easier support for Doug Lea's malloc (dlmalloc)
by Willy Tarreau
· 17 years ago
b21152b
[RELEASE] Released version 1.3.12 with the following main changes :
by Willy Tarreau
· 17 years ago
a3503e0
[RELEASE] Released version 1.3.11.4 with the following main changes :
by Willy Tarreau
· 17 years ago
3c6fc07
[RELEASE] Released version 1.3.11.3 with the following main changes :
by Willy Tarreau
· 17 years ago
fc273c2
[RELEASE] Released version 1.3.11.2 with the following main changes :
by Willy Tarreau
· 17 years ago
3c5340c
[RELEASE] Released version 1.3.11.1 with the following main changes :
by Willy Tarreau
· 17 years ago
544eb40
[RELEASE] Released version 1.3.11 with the following main changes :
by Willy Tarreau
· 17 years ago
086b3b4
[MAJOR] ported the captures to use the new mempool v2
by Willy Tarreau
· 17 years ago
50e608d
[MEDIUM] implement memory pools version 2
by Willy Tarreau
· 17 years ago
9ca931f
[RELEASE] Released version 1.3.10.2 with the following main changes :
by Willy Tarreau
· 17 years ago
13398d3
[RELEASE] Released version 1.3.10.1 with the following main changes :
by Willy Tarreau
· 18 years ago
61beedf
[RELEASE] Released version 1.3.10 with the following main changes :
by Willy Tarreau
· 18 years ago
a84d374
[MAJOR] new framework for generic ACL support
by Willy Tarreau
· 18 years ago
2e8eb67
[BUILD] do not build rbtree anymore
by Willy Tarreau
· 18 years ago
6e0433f
[RELEASE] Released version 1.3.9 with the following changes :
by Willy Tarreau
· 18 years ago
de99e99
[MAJOR] introduced speculative I/O with epoll()
by Willy Tarreau
· 18 years ago
a1973c4
[CLEANUP] make makefile more old sh-friendly
by Willy Tarreau
· 18 years ago
4f60f16
[MAJOR] modularize the polling mechanisms
by Willy Tarreau
· 18 years ago
42c7659
[RELEASE] Released version 1.3.8.2 with the following changes :
by Willy Tarreau
· 18 years ago
ef6d761
[RELEASE] Released version 1.3.8.1 with the following changes :
by Willy Tarreau
· 18 years ago
d661cc0
[RELEASE] Released version 1.3.8 with the following changes :
by Willy Tarreau
· 18 years ago
b38651a
[MEDIUM] check for cttproxy support when required
by Willy Tarreau
· 18 years ago
9cabf70
[RELEASE] Released version 1.3.7 with the following changes :
by Willy Tarreau
· 18 years ago
e7a2438
[RELEASE] Released version 1.3.6.1 with the following change :
by Willy Tarreau
· 18 years ago
49e1ee8
[RELEASE] Released 1.3.6 with the following changes :
by Willy Tarreau
· 18 years ago
5871f8e
[RELEASE] Released 1.3.5 with the following major changes :
by Willy Tarreau
· 18 years ago
86efac8
Merge branch 'rbtree'
by Willy Tarreau
· 18 years ago
733fef4
Merge branch 'tcpsplice'
by Willy Tarreau
· 18 years ago
964c936
[MAJOR] replace the wait-queue linked list with an rbtree.
by Willy Tarreau
· 18 years ago
42afc3b
[MINOR] Makefile: git-log may return multiple dates in case of merges.
by Willy Tarreau
· 18 years ago
6d1a988
[MAJOR] complete support and doc for tcp-splicing
by Willy Tarreau
· 18 years ago
6620dbb
[RELEASE] released 1.3.4
by Willy Tarreau
· 18 years ago
9bf6c6e
[BUILD] makefile now detects and uses git to set the version
by Willy Tarreau
· 18 years ago
79b34bf
[BUILD] version and date now come from the makefile
by Willy Tarreau
· 18 years ago
c21aa08
[BUILD] fixed the "git-tar" target in the Makefile
by Willy Tarreau
· 18 years ago
e5f20dc
[MEDIUM] added the hdr_idx structure for future HTTP header indexing
by Willy Tarreau
· 18 years ago
77074d5
[MAJOR] support for source binding via cttproxy
by Willy Tarreau
· 18 years ago
9c9fea4
[RELEASE] released 1.3.3
by Willy Tarreau
· 18 years ago
390223b
[BUILD] only enable regparm on x86 to avoid useless warnings
by Willy Tarreau
· 18 years ago
1a58749
[BUILD] make clean did not work on anything but bash
by Willy Tarreau
· 18 years ago
9f0a901
[BUILD] added the 'git-tar' target to the Makefile
by Willy Tarreau
· 18 years ago
690f9aa
[RELEASE] released 1.3.2
by Willy Tarreau
· 18 years ago
8f2b855
[RELEASE] released 1.3.1 after resyncing with 1.2.15
by Willy Tarreau
· 18 years ago
baaee00
[BIGMOVE] exploded the monolithic haproxy.c file into multiple files.
by Willy Tarreau
· 18 years ago
Next »