aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAge
* Finish implementing GETINFO; make it easy to query address maps.Nick Mathewson2005-03-03
* Patch to localtime/gmtime handling: use the _r variants where available. Use...Nick Mathewson2005-02-22
* Check for pthread dependency on pthread_detach as well as pthread_createNick Mathewson2005-02-22
* Snarf some logic from python, adapted to our own needs, to handle gethostbyna...Nick Mathewson2005-02-22
* Initial IRIX compatibility fixes: check for inttypes.h; check for platform ce...Nick Mathewson2005-02-22
* More fixes for IRIX compilation: make very sure we have NULL in configure.in....Nick Mathewson2005-02-15
* Fix check for NULL representation to include string.h; this makes fixes build...Nick Mathewson2005-02-15
* Give a better error message when zlib.h is not found.Nick Mathewson2005-02-12
* Use getaddrinfo and gethostbyname_r where available. Note that these are not...Nick Mathewson2005-02-03
* Also check for dmalloc.hPeter Palfrader2005-02-03
* fix typoRoger Dingledine2005-02-03
* Add --with-dmalloc configure optionPeter Palfrader2005-02-03
* Check for libpthreadNick Mathewson2005-02-01
* Add rudimentary pthread support that needs more testing.Nick Mathewson2005-01-27
* Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson2005-01-12
* Forward-port OSX packaging stuff from maint branchNick Mathewson2005-01-05
* Bump repository version to tor-0.1.0.0-alpha-cvs. (First prerelease will be 0...Nick Mathewson2004-12-17
* move us to 0.0.9.1Roger Dingledine2004-12-15
* move us to 0.0.9Roger Dingledine2004-12-13
* bump to 0.0.9rc7Roger Dingledine2004-12-08
* bump us to 0.0.9rc7-cvsRoger Dingledine2004-12-07
* bump us to 0.0.9rc6Roger Dingledine2004-12-06
* bump us to 0.0.9rc6-cvsRoger Dingledine2004-12-04
* bump to 0.0.9rc5Roger Dingledine2004-12-01
* bump to 0.0.9rc5-cvsRoger Dingledine2004-11-29
* bump to 0.0.9rc4Roger Dingledine2004-11-28
* that's enough changes to bump to rc4-cvsRoger Dingledine2004-11-26
* bump to 0.0.9rc3Roger Dingledine2004-11-25
* bump to rc2Roger Dingledine2004-11-23
* fix some typos; move to 0.0.9rc1Roger Dingledine2004-11-23
* bump us to 0.0.9rc1-cvsRoger Dingledine2004-11-20
* bump us to 0.0.9pre6Roger Dingledine2004-11-16
* Add coda at the end of configure.in to update versions in orconfig.h and tor....Nick Mathewson2004-11-14
* Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in configure...Nick Mathewson2004-11-14
* generate contrib/torctl via auto*Roger Dingledine2004-11-14
* Use autoconf to enable largefile support where necessary. Use ftello where av...Nick Mathewson2004-11-12
* Resolve FIXME items: make expand_filename handle ~ and ~usernameNick Mathewson2004-11-10
* bump us to 0.0.9pre6-cvsRoger Dingledine2004-11-10
* ship the tarball with a minimal cflags, since gcc's vary so muchRoger Dingledine2004-11-10
* More whitespace normalizationNick Mathewson2004-11-10
* separate out the cflags that cause spurious warnings, soRoger Dingledine2004-11-10
* move -Wwrite-strings -Wredundant-decls to a separate CFLAGSRoger Dingledine2004-11-09
* Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are definedNick Mathewson2004-11-05
* Merge RPM spec patch from jbashNick Mathewson2004-11-04
* my gcc has never heard of -Wendif-labelsRoger Dingledine2004-11-03
* Handle strlcat/strlcpy correctly on platforms that have them.Nick Mathewson2004-11-02
* Use a stricter set of warnings; make them all pass.Nick Mathewson2004-11-02
* hunt for getrlimit setrlimit sys/time.h sys/resource.hRoger Dingledine2004-11-01
* Only tor and test binaries need to link against openssl and zlib; tor-resolve...Nick Mathewson2004-10-30
* Link tools directory into rest of build systemNick Mathewson2004-10-28