Age | Commit message (Collapse) | Author |
|
consensus documents when there are too many relays at a single
IP address. Now clear it in v2 network status documents too.
svn:r12522
|
|
svn:r12516
|
|
Back out parts of r12376: replace file locations in scripts.
svn:r12490
|
|
svn:r12489
|
|
able to build packages.
svn:r12468
|
|
svn:r12458
|
|
svn:r12455
|
|
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
|
|
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
|
|
Use rlim_t instead of unsigned long to manipulate rlimit values.
svn:r12339
|
|
Change symbol from DATADIR to SHARE_DATADIR, since DATADIR conflicts with objidl.h in mingw.
svn:r12268
|
|
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
|
|
Bump trunk version to 0.2.0.9-alpha-dev
svn:r12183
|
|
svn:r12173
|
|
Bump version to 0.2.0.8-alpha-dev; start next changelog section.
svn:r11901
|
|
svn:r11897
|
|
Bump version to 0.2.0.7-alpha-dev
svn:r11576
|
|
svn:r11572
|
|
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
|
|
Move NT services code into its own C file. Probably will not build happily on win32 yet; more hacking needed.
svn:r11388
|
|
svn:r11281
|
|
svn:r11275
|
|
svn:r11189
|
|
Fix osx compilation.
svn:r11065
|
|
Include fewer redundant headers; use the compiler search paths better.
svn:r11060
|
|
svn:r11056
|
|
Try (once again) to fix mingw build wrt detecting ipv6 types.
svn:r11037
|
|
svn:r11022
|
|
Stop saying "cvs". Noted by Jens.
svn:r11014
|
|
svn:r10999
|
|
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
|
|
svn:r10982
|
|
Merge in some generic address manipulation code from croup. Needs some work.
svn:r10880
|
|
svn:r10542
|
|
set correctly.
svn:r10525
|
|
Patch from peter palfrader: control interface via unix domain socket
svn:r10504
|
|
svn:r10456
|
|
We do "-alpha-dev" now, not "-alpha-cvs".
svn:r10455
|
|
svn:r10454
|
|
Test for ~/.svk/local, not ~/.svk. Eschew use of test -a and test -o. Bulletproof more against odd shells.
svn:r10439
|
|
svn:r10437
|
|
svn:r10365
|
|
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
|
|
First bare stubs of ipv6 work: commit some (untested, hence doublessly broken) implementations of inet_ntop/pton for systems that lack them.
svn:r10326
|
|
svn:r10213
|
|
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
|
|
Enable (and cope with) more GCC 4.2 warnings.
svn:r10196
|
|
Use -lws2_32 when checking for event_get_version
svn:r10083
|
|
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
|
|
Add wsock32 to libraries used for linking on windows.
svn:r10081
|