aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2004-12-17Bump repository version to tor-0.1.0.0-alpha-cvs. (First prerelease will be ↵Nick Mathewson
0.1.0.1-alpha svn:r3168
2004-12-15move us to 0.0.9.1Roger Dingledine
svn:r3150
2004-12-13move us to 0.0.9tor-0.0.9Roger Dingledine
svn:r3139
2004-12-08bump to 0.0.9rc7Roger Dingledine
svn:r3121
2004-12-07bump us to 0.0.9rc7-cvsRoger Dingledine
svn:r3102
2004-12-06bump us to 0.0.9rc6tor-0.0.9rc6Roger Dingledine
svn:r3089
2004-12-04bump us to 0.0.9rc6-cvsRoger Dingledine
darn these bugs svn:r3069
2004-12-01bump to 0.0.9rc5Roger Dingledine
svn:r3056
2004-11-29bump to 0.0.9rc5-cvsRoger Dingledine
svn:r3009
2004-11-28bump to 0.0.9rc4tor-0.0.9rc4Roger Dingledine
svn:r3001
2004-11-26that's enough changes to bump to rc4-cvsRoger Dingledine
svn:r2991
2004-11-25bump to 0.0.9rc3tor-0.0.9rc3Roger Dingledine
svn:r2984
2004-11-23bump to rc2Roger Dingledine
svn:r2965
2004-11-23fix some typos; move to 0.0.9rc1Roger Dingledine
svn:r2951
2004-11-20bump us to 0.0.9rc1-cvsRoger Dingledine
svn:r2916
2004-11-16bump us to 0.0.9pre6tor-0.0.9pre6Roger Dingledine
svn:r2902
2004-11-14Add coda at the end of configure.in to update versions in orconfig.h and ↵Nick Mathewson
tor.nsi as needed. svn:r2864
2004-11-14Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in ↵Nick Mathewson
configure.in and always include orconfig.h before anything else svn:r2854
2004-11-14generate contrib/torctl via auto*Roger Dingledine
svn:r2846
2004-11-12Use autoconf to enable largefile support where necessary. Use ftello where ↵Nick Mathewson
available, since ftell can fail at 2GB. svn:r2806
2004-11-10Resolve FIXME items: make expand_filename handle ~ and ~usernameNick Mathewson
svn:r2789
2004-11-10bump us to 0.0.9pre6-cvsRoger Dingledine
svn:r2787
2004-11-10ship the tarball with a minimal cflags, since gcc's vary so muchRoger Dingledine
svn:r2770
2004-11-10More whitespace normalizationNick Mathewson
svn:r2768
2004-11-10separate out the cflags that cause spurious warnings, soRoger Dingledine
we don't ship those in the tarball also, bump us to 0.0.9pre5 svn:r2760
2004-11-09move -Wwrite-strings -Wredundant-decls to a separate CFLAGSRoger Dingledine
line, since they fail on my system due to bugs in my includes svn:r2718
2004-11-05Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are definedNick Mathewson
svn:r2688
2004-11-04Merge RPM spec patch from jbashNick Mathewson
svn:r2674
2004-11-03my gcc has never heard of -Wendif-labelsRoger Dingledine
feel free to add it back in if you can make it only used by gcc's that know about it svn:r2654
2004-11-02Handle strlcat/strlcpy correctly on platforms that have them.Nick Mathewson
svn:r2647
2004-11-02Use a stricter set of warnings; make them all pass.Nick Mathewson
svn:r2645
2004-11-01hunt for getrlimit setrlimit sys/time.h sys/resource.hRoger Dingledine
svn:r2637
2004-10-30Only tor and test binaries need to link against openssl and zlib; ↵Nick Mathewson
tor-resolve can be smaller. svn:r2629
2004-10-28Link tools directory into rest of build systemNick Mathewson
svn:r2623
2004-10-26Add SysLog option to direct log messages to the system log instead of a FILE*.Nick Mathewson
svn:r2591
2004-10-21ship src/win32/ in the tarballRoger Dingledine
svn:r2576
2004-10-20bump version to pre5-cvsRoger Dingledine
svn:r2574
2004-10-17bump version to 0.0.9pre4tor-0.0.9pre4Roger Dingledine
svn:r2557
2004-10-16Paranoid bulletproofing for exit codeNick Mathewson
svn:r2537
2004-10-16Add an autoconf test to make sure that memset(&ptr, 0, sizeof(ptr)) and ↵Nick Mathewson
ptr=NULL are equivalent svn:r2536
2004-10-14bump to 0.0.9pre4-cvsRoger Dingledine
svn:r2515
2004-10-14bump version to 0.0.9pre3Roger Dingledine
svn:r2507
2004-10-08oops, actually pre3-cvs nowRoger Dingledine
svn:r2433
2004-10-08bump us to 0.0.9pre3-cvsRoger Dingledine
svn:r2432
2004-10-02pre2 changes:Roger Dingledine
o Bugfixes on pre1: - Make fetching a cached directory work for 64-bit platforms too. - Make zlib.h a required header, not an optional header. svn:r2411
2004-10-01bump version to 0.0.9pre2-cvsRoger Dingledine
svn:r2409
2004-10-01make zlib.h a required header, not an optional headerRoger Dingledine
svn:r2406
2004-09-29bump version to 0.0.9pre1Roger Dingledine
svn:r2398
2004-09-10bump us to 0.0.9pre1-cvsRoger Dingledine
svn:r2340
2004-09-02Check for zlib; link with it.Nick Mathewson
svn:r2326