summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2007-11-17The fix in 0.2.0.12-alpha cleared the "hsdir" flag in v3 networkRoger Dingledine
consensus documents when there are too many relays at a single IP address. Now clear it in v2 network status documents too. svn:r12522
2007-11-17cleanups, bump to 0.2.0.12-alphator-0.2.0.12-alphaRoger Dingledine
svn:r12516
2007-11-14 r16663@catbus: nickm | 2007-11-13 21:51:28 -0500Nick Mathewson
Back out parts of r12376: replace file locations in scripts. svn:r12490
2007-11-12Make it build on OpenBSD again. Patch from tup.Roger Dingledine
svn:r12489
2007-11-11bump to 0.2.0.11-alpha -- maybe this one will actually beRoger Dingledine
able to build packages. svn:r12468
2007-11-10prepare for 0.2.0.10-alpha-devRoger Dingledine
svn:r12458
2007-11-10bump to 0.2.0.10-alphator-0.2.0.10-alphaRoger Dingledine
svn:r12455
2007-11-04 r14702@tombo: nickm | 2007-11-04 15:48:56 -0500Nick Mathewson
Define SHARE_DATADIR, LOCALSTATEDIR, and BINDIR in Makefile.am as autoconf recommends. Do not move CONFDIR yet, since we seem to support overriding it in a weird way. Resolves bug 542. svn:r12376
2007-11-02 r14652@tombo: nickm | 2007-11-02 12:02:13 -0400Nick Mathewson
If setting our rlimit to rlim_max or cap fails, fall back to OPEN_FILES if defiled. This makes Tor run on OSX 10.5, while allowing OSX to mend its ways in the future. svn:r12341
2007-11-02 r14647@tombo: nickm | 2007-11-02 10:48:37 -0400Nick Mathewson
Use rlim_t instead of unsigned long to manipulate rlimit values. svn:r12339
2007-10-29 r16252@catbus: nickm | 2007-10-29 11:13:03 -0400Nick Mathewson
Change symbol from DATADIR to SHARE_DATADIR, since DATADIR conflicts with objidl.h in mingw. svn:r12268
2007-10-28 r16246@catbus: nickm | 2007-10-28 19:34:58 -0400Nick Mathewson
Implement a FallbackNetworkstatusFile (default to $prefix/share/tor/fallback-consensus) to that we know about lots of directory servers and routers when we start up the first time. svn:r12259
2007-10-25 r16145@catbus: nickm | 2007-10-25 00:41:27 -0400Nick Mathewson
Bump trunk version to 0.2.0.9-alpha-dev svn:r12183
2007-10-25bump to 0.2.0.9-alpha in preparation for a releaseRoger Dingledine
svn:r12173
2007-10-12 r15728@catbus: nickm | 2007-10-12 15:48:17 -0400Nick Mathewson
Bump version to 0.2.0.8-alpha-dev; start next changelog section. svn:r11901
2007-10-12bump to 0.2.0.8-alphaRoger Dingledine
svn:r11897
2007-09-22 r15280@catbus: nickm | 2007-09-22 02:02:00 -0400Nick Mathewson
Bump version to 0.2.0.7-alpha-dev svn:r11576
2007-09-22bump to 0.2.0.7-alphator-0.2.0.7-alphaRoger Dingledine
svn:r11572
2007-09-20 r15210@catbus: nickm | 2007-09-20 13:04:05 -0400Nick Mathewson
Re-optimize counter-mode: save about 15% on my core2 by (1) not regenerating the entire counter buffer every time we encrypt a block of keystream (2) using the platform-optimized htonl to convert to big-endian (It's a single instruction on 486 and later ) and (3) not even keeping a separate "counter" and "buffer" when the platform is big-endian. The third still needs testing. svn:r11536
2007-09-06 r14940@catbus: nickm | 2007-09-06 13:22:26 -0400Nick Mathewson
Move NT services code into its own C file. Probably will not build happily on win32 yet; more hacking needed. svn:r11388
2007-08-27bump to 0.2.0.6-alpha-dev so we're ready to fix more bugs :)Roger Dingledine
svn:r11281
2007-08-25bump to 0.2.0.6-alpha in preparation for tomorrow's releaseRoger Dingledine
svn:r11275
2007-08-19bump to 0.2.0.5-alpha since we're getting closeRoger Dingledine
svn:r11189
2007-08-08 r13953@Kushana: nickm | 2007-08-08 07:40:46 -0700Nick Mathewson
Fix osx compilation. svn:r11065
2007-08-08 r14093@catbus: nickm | 2007-08-08 01:49:54 -0400Nick Mathewson
Include fewer redundant headers; use the compiler search paths better. svn:r11060
2007-08-08bump to 0.2.0.4-alpha-devRoger Dingledine
svn:r11056
2007-08-02 r13907@Kushana: nickm | 2007-08-02 10:29:13 -0700Nick Mathewson
Try (once again) to fix mingw build wrt detecting ipv6 types. svn:r11037
2007-08-02bump to 0.2.0.4-alphator-0.2.0.4-alpha@11197Roger Dingledine
svn:r11022
2007-08-01 r13885@Kushana: nickm | 2007-08-01 09:10:55 -0700Nick Mathewson
Stop saying "cvs". Noted by Jens. svn:r11014
2007-07-30bump to 0.2.0.3-alpha-devRoger Dingledine
svn:r10999
2007-07-30 r14024@catbus: nickm | 2007-07-30 14:13:58 -0400Nick Mathewson
Glibc (and maybe others) define a mallinfo() that can be used to see how the platform malloc is acting inside. When we have it, dump its output on dumpmemusage(). svn:r10996
2007-07-30bump to 0.2.0.3-alphaRoger Dingledine
svn:r10982
2007-07-19 r13827@catbus: nickm | 2007-07-19 14:42:25 -0400Nick Mathewson
Merge in some generic address manipulation code from croup. Needs some work. svn:r10880
2007-06-09bump to 0.2.0.2-alpha-devRoger Dingledine
svn:r10542
2007-06-07Make Doxyfile get updated by configure script, so the version number gets ↵Nick Mathewson
set correctly. svn:r10525
2007-06-05 r13266@catbus: nickm | 2007-06-05 16:38:08 -0400Nick Mathewson
Patch from peter palfrader: control interface via unix domain socket svn:r10504
2007-06-02bump to 0.2.0.2-alpha and declare that today is the daytor-0.2.0.2-alphaRoger Dingledine
svn:r10456
2007-06-02 r13163@catbus: nickm | 2007-06-02 16:41:07 -0400Nick Mathewson
We do "-alpha-dev" now, not "-alpha-cvs". svn:r10455
2007-06-02bump to 0.2.0.1-alpha-cvs while we're in transitionRoger Dingledine
svn:r10454
2007-06-01 r13131@catbus: nickm | 2007-06-01 06:20:29 -0400Nick Mathewson
Test for ~/.svk/local, not ~/.svk. Eschew use of test -a and test -o. Bulletproof more against odd shells. svn:r10439
2007-06-01bump to 0.2.0.1-alphaRoger Dingledine
svn:r10437
2007-05-27We need the -dev package in both of these configure casesPeter Palfrader
svn:r10365
2007-05-25 r12984@catbus: nickm | 2007-05-25 19:59:41 -0400Nick Mathewson
Do not alter CPPFLAGS until we are actually done with the rest of configure.in: this way, we notice if there are library paths that we are missing. svn:r10345
2007-05-25 r12955@catbus: nickm | 2007-05-25 13:17:30 -0400Nick Mathewson
First bare stubs of ipv6 work: commit some (untested, hence doublessly broken) implementations of inet_ntop/pton for systems that lack them. svn:r10326
2007-05-18Fix version detection on gcc 3.3.Nick Mathewson
svn:r10213
2007-05-16 r12771@catbus: nickm | 2007-05-16 18:12:32 -0400Nick Mathewson
Make -Wstrict-overflow=5 happy with GCC 4.2. It is kind of a pain, but it does agood job of letting us know where we can make our code better by simplifying dependent conditionals. svn:r10201
2007-05-15 r12764@catbus: nickm | 2007-05-15 17:17:39 -0400Nick Mathewson
Enable (and cope with) more GCC 4.2 warnings. svn:r10196
2007-05-01 r12613@catbus: nickm | 2007-04-30 23:40:36 -0400Nick Mathewson
Use -lws2_32 when checking for event_get_version svn:r10083
2007-05-01 r12611@catbus: nickm | 2007-04-30 22:49:00 -0400Nick Mathewson
For reasons which make sense to somebody, I'm sure, mingw gcc wants the libraries to appear at the end of the command line. This is done by specifying them with LDADD in Makefile.am, not LDFLAGS. If anybody can explain to me why mingw thinks "gcc -o foo foo.o -lbar" is fine, whereas "gcc -lbar -o foo foo.o" is Doubleplusbad UnMingwThink, I'd quite appreciate it. Until then, I'll just do what seems to work, and hope we don't blunder across any other great slumbering cthonian deities of arbitrary syntax. svn:r10082
2007-05-01 r12609@catbus: nickm | 2007-04-30 22:11:59 -0400Nick Mathewson
Add wsock32 to libraries used for linking on windows. svn:r10081