-
Notifications
You must be signed in to change notification settings - Fork 4
How to use
Update 2014-09-03: There now is a perhaps better haproxy mirror on GitHub at https://github.com/haproxy/
To download the packed-refs
and see all branches at my side, you can do
git clone --mirror https://github.com/hilbix/haproxy.git
I am not sure what happens with this all if you fork this on GitHub.
Only the master branches are copied here:
- "stable" (automatically) tracks "master" of the latest stable (currently 1.5)
- "dev" (automatically) tracks "master" of the development
- "haproxy15" (automatically) tracks "master" of haproxy 1.5
- "haproxy14" (automatically) tracks "master" of haproxy 1.4
- "haproxy13" (automatically) tracks "master" of haproxy 1.3
- "base15" is the merge base between "dev" and "haproxy15"
- "base14" is the merge base between "dev" and "haproxy14"
- "base13" is the merge base between "dev" and "haproxy13"
- Please ignore old branches "master" (replaced by "haproxy14") and "dev-ancestor" (replaced by "base14"). I will decide what will happen to them in future.
All branches, except "stable", are usally fast-forward, as long as upstream is fast-forward. "stable" is non-fast-forward if a new haproxy is released (updated manually with a few weeks delay until I come around to do change the tracking at my side).
If you think the other branches are of interest, leave me a note, but I have no good idea yet on how to automate pushing arbitrary branches.
$ git branch -avv
* (no branch) 5fdd77d [RELEASE] Released version 1.4.6
base13 beb05ae [RELEASE] Released version 1.3.18
base14 5fdd77d [RELEASE] Released version 1.4.6
base15 9229f12 [RELEASE] Released version 1.5.0
dev 9dc1c61 [upstream/master] BUG/CRITICAL: http: don't update msg->sov once data start to leave the buffer
dev-ancestor 5fdd77d [RELEASE] Released version 1.4.6
haproxy13 1bb17ee [stable13/master] BUG/MEDIUM: http: "option checkcache" fails with the no-cache header
haproxy14 c352a5a [stable14/master] BUILD: also fix Makefile.osx
haproxy15 b55c46e [stable15/master] [RELEASE] Released version 1.5.4
master c352a5a [stable14/master] BUILD: also fix Makefile.osx
stable b55c46e [stable15/master] [RELEASE] Released version 1.5.4
remotes/stable13/1.3.12.X a37d8ee [BUILD] disable warning about localtime_r on Solaris
remotes/stable13/1.3.13 54294ee [RELEASE] Released version 1.3.13.2
remotes/stable13/1.3.14 5a32680 [RELEASE] Released version 1.3.14.14
remotes/stable13/1.3.15 46436f5 [RELEASE] Released version 1.3.15.13
remotes/stable13/http_state 51b5faa [DOC] added some doc on the HTTP processing
remotes/stable13/master 1bb17ee BUG/MEDIUM: http: "option checkcache" fails with the no-cache header
remotes/stable13/origin ccf454a [BUG] neither stats nor error messages could be returned without clitimeout
remotes/stable14/master c352a5a BUILD: also fix Makefile.osx
remotes/stable15/master b55c46e [RELEASE] Released version 1.5.4
remotes/upstream/horms-rebased7 12ed6f9 Teach socket_cache about wildcard addresses
remotes/upstream/master 9dc1c61 BUG/CRITICAL: http: don't update msg->sov once data start to leave the buffer
(origin pointing to GitHub removed for clarity, last update 2014-09-03)
$ git remote -v
stable13 http://git.1wt.eu/git/haproxy-1.3.git (fetch)
stable14 http://git.1wt.eu/git/haproxy-1.4.git (fetch)
stable15 http://git.1wt.eu/git/haproxy-1.5.git (fetch)
upstream http://git.1wt.eu/git/haproxy.git (fetch)
(origin pointing to GitHub and unneccessary push targets removed for clarity, last update 2014-09-03)
There are a zillion of tags copied from the sources, for reference purpose.
Only this Wiki is provided by Valentin Hilbig,
everything else (the sources) are automatically mirrored from HaProxy.
This mirror repository here is neither official nor endorsed by Willy Tarreau or others.