summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2005-05-07Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson
2005-05-03Define LOCALSTATEDIR in orconfig.hNick Mathewson
2005-04-28bump to 0.1.0.5-rc-cvsRoger Dingledine
2005-04-27bump to 0.1.0.5-rcRoger Dingledine
2005-04-26bump to 0.1.0.4-rc-cvs while we're testingRoger Dingledine
2005-04-23bump experimental version to 0.1.0.4-rcRoger Dingledine
2005-04-23bump to 0.1.0.3-rc-cvsRoger Dingledine
2005-04-08bump to 0.1.0.3-rcRoger Dingledine
2005-04-01bump to 0.1.0.2-rc-cvsRoger Dingledine
2005-04-01update copyright notices.Nick Mathewson
2005-04-01bump version to 0.1.0.2-rcdebian-version-0.1.0.2-rc-200504011500-1Roger Dingledine
2005-04-01Use recent libevent features when possibleNick Mathewson
2005-03-31bump cvs version to 0.1.0.1-rc-cvsdebian-version-0.1.0.1-rc-cvs-200503310807-1Roger Dingledine
2005-03-29Mention libevent in more docs.Nick Mathewson
2005-03-23bump cvs to 0.1.0.1-rcRoger Dingledine
2005-03-22Fix spacing for --with-dmallocPeter Palfrader
2005-03-03Finish implementing GETINFO; make it easy to query address maps.Nick Mathewson
2005-02-22Patch to localtime/gmtime handling: use the _r variants where available. Use...Nick Mathewson
2005-02-22Check for pthread dependency on pthread_detach as well as pthread_createNick Mathewson
2005-02-22Snarf some logic from python, adapted to our own needs, to handle gethostbyna...Nick Mathewson
2005-02-22Initial IRIX compatibility fixes: check for inttypes.h; check for platform ce...Nick Mathewson
2005-02-15More fixes for IRIX compilation: make very sure we have NULL in configure.in....Nick Mathewson
2005-02-15Fix check for NULL representation to include string.h; this makes fixes build...Nick Mathewson
2005-02-12Give a better error message when zlib.h is not found.Nick Mathewson
2005-02-03Use getaddrinfo and gethostbyname_r where available. Note that these are not...Nick Mathewson
2005-02-03Also check for dmalloc.hPeter Palfrader
2005-02-03fix typoRoger Dingledine
2005-02-03Add --with-dmalloc configure optionPeter Palfrader
2005-02-01Check for libpthreadNick Mathewson
2005-01-27Add rudimentary pthread support that needs more testing.Nick Mathewson
2005-01-12Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson
2005-01-05Forward-port OSX packaging stuff from maint branchNick Mathewson
2004-12-17Bump repository version to tor-0.1.0.0-alpha-cvs. (First prerelease will be 0...Nick Mathewson
2004-12-15move us to 0.0.9.1Roger Dingledine
2004-12-13move us to 0.0.9tor-0.0.9Roger Dingledine
2004-12-08bump to 0.0.9rc7Roger Dingledine
2004-12-07bump us to 0.0.9rc7-cvsRoger Dingledine
2004-12-06bump us to 0.0.9rc6tor-0.0.9rc6Roger Dingledine
2004-12-04bump us to 0.0.9rc6-cvsRoger Dingledine
2004-12-01bump to 0.0.9rc5Roger Dingledine
2004-11-29bump to 0.0.9rc5-cvsRoger Dingledine
2004-11-28bump to 0.0.9rc4tor-0.0.9rc4Roger Dingledine
2004-11-26that's enough changes to bump to rc4-cvsRoger Dingledine
2004-11-25bump to 0.0.9rc3tor-0.0.9rc3Roger Dingledine
2004-11-23bump to rc2Roger Dingledine
2004-11-23fix some typos; move to 0.0.9rc1Roger Dingledine
2004-11-20bump us to 0.0.9rc1-cvsRoger Dingledine
2004-11-16bump us to 0.0.9pre6tor-0.0.9pre6Roger Dingledine
2004-11-14Add coda at the end of configure.in to update versions in orconfig.h and tor....Nick Mathewson
2004-11-14Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in configure...Nick Mathewson