Sorry, the default branch is master, which is 2.1-dev. $ git branch -r origin/HEAD -> origin/master origin/gh-pages origin/master origin/patches-1.1 origin/patches-1.2 origin/patches-1.3 origin/patches-1.4 origin/patches-2.0
On Mon, Aug 1, 2011 at 09:51, Dongsheng Song <dongsheng.s...@gmail.com>wrote: > No, the default branch is 2.0, but you can checkout 1.4 like this: > > libevent$ git checkout -b 1.4.x origin/patches-1.4 > Branch 1.4.x set up to track remote branch patches-1.4 from origin by > rebasing. > Switched to a new branch '1.4.x' > > libevent$ git log -3 > commit 2d8cf0b720cdd5f9f292f174a10ff74e62a380ec > Author: Nick Mathewson <ni...@torproject.org> > Date: Thu Apr 21 18:16:26 2011 -0400 > > Defensive programming to prevent (hopefully impossible) stack-stomping > > commit 353b4ac6c70513a888e3dd18511e6553c0fb0e71 > Author: Trond Norbye <trond.nor...@gmail.com> > Date: Sun Jan 2 10:17:15 2011 +0100 > > Check for POLLERR, POLLHUP and POLLNVAL for Solaris event ports > > commit e50ba5b61bbc5bb06112758d9e22c2f2cb6b65bc > Author: Nick Mathewson <ni...@torproject.org> > Date: Fri Nov 19 12:37:49 2010 -0500 > > Fix a bug that could allow dns requests with duplicate tx ids > > Spotted by Marko Kreen > > > > On Mon, Aug 1, 2011 at 01:33, zhihua che <zhihua....@gmail.com> wrote: > >> Hi, every one, >> >> I'm reading libevent code. Two days ago I cloned a copy of codes from >> this site,git://levent.git.sourceforge.net/gitroot/levent/levent, and >> found this should be libevent-2.0. So where can I clone the libevent-1.4. I >> haven't found any other sites on the home website or in the documents in the >> source code package. >> >> Thanks for your reply. >> harvey >> * >> * >> > >