Commits on Source
37815
0738c24b
Fix log levels notice and warn for new logging stuff
Oct 25, 2005
7a9774ef
Also here.
Oct 25, 2005
049f6c01
Switch remaining files to new log interface.
Oct 25, 2005
d7e13624
consistency is the hobgoblin of little armas
Oct 25, 2005
5d85560d
Remove last vestiges of old logging interface.
Oct 25, 2005
35f1b7fa
fix minor memory leak in config
Oct 25, 2005
e5633c2e
fix a nasty corruption bug
Oct 25, 2005
b39d0311
remove some commented-out code that may tempt us to do ill
Oct 25, 2005
9492424d
Per comments at the bottom of openssl/FAQ, call even more functions to
Oct 25, 2005
3c36a14b
Call ERR_remove_state() on the main thread on shutdown,too
Oct 26, 2005
e594ce92
Start making directory caches retain old routerinfo_t. The code to remove old...
Oct 27, 2005
cb785f7b
fix a url in the sample torrc
Oct 27, 2005
7643c525
Fix an annoying rep violation bug
Oct 27, 2005
267af9ec
Fix a fun bug that was probably causing unnecessary downloads, and that coupld...
Oct 27, 2005
76988baf
Fix bug when parsing list of router descriptors containing a truncated entry. (Found by Lasse)
Oct 28, 2005
ed32d85a
router_add_to_routerlist() really needs to free not-added routers.
Oct 28, 2005
4cb24353
aaand another leak. Oops, I guess I lied to weasel when I told him there was no leak here.
Oct 28, 2005
f2617c6b
Free the v2 directory networkstatus on exit. (Not a leak.)
Oct 29, 2005
862e8a1b
fix typo
Oct 29, 2005
bf2be9ab
Do round-robin writes of at most 16 kB per write. This might
Oct 29, 2005
44b3f306
make circ->onionskin a pointer, not a static array. moria2 was using
Oct 29, 2005
0fcc1a91
be on the safer side about following the openssl license. i'm not sure
Oct 30, 2005
a2a4f4ae
cleanups and a smidgen more docs
Nov 01, 2005
1991f6cf
more doc cleanups and reorganizing
Nov 01, 2005
6dafca62
remove redundant checking for . and .. now that
Nov 01, 2005
c68cadc0
tor_assert had a misleading comment
Nov 01, 2005
40ecaf48
answer nick's XXX, and muck with some log domain choices
Nov 01, 2005
87e8e7b4
using an unsigned int for something that requires at least 3 bytes
Nov 01, 2005
38d3082b
fix typo
Nov 01, 2005
74808ab7
another impossible problem we should solve.
Nov 01, 2005
1b009f34
first cut at a changelog for 0.1.1.9-alpha
Nov 01, 2005
80758473
fix a signed/unsigned warning
Nov 01, 2005
9e82f0cd
enable code to remove members of old_routers when it gets big.
Nov 01, 2005
a913cb35
prevent duplicat mark-for-close
Nov 04, 2005
757def59
Fix bugs in routerlist_remove_old_cached_routers_with_id()
Nov 04, 2005
75d85c82
On directory servers, old_routers was wasting hundreds of bytes per superseded...
Nov 05, 2005
43c25395
Tor26's IP has changed to 86.59.21.38
Nov 05, 2005
b76f61ee
If we stop knowing about a dirserver between request and answer, do not die.
Nov 08, 2005
c074f528
fix a harmless warn and mark two points where we should
Nov 11, 2005
e6fd88c6
simplify a log entry
Nov 11, 2005
c136bbe5
stop discouraging the old *BindAddress config options. we will
Nov 11, 2005
b7e1a873
router twins are long gone from tor. take them out of the spec.
Nov 11, 2005
4d1c6bbf
fix function comment
Nov 11, 2005
862a9974
when we were cannibalizing a circuit with a particular exit
Nov 11, 2005
a3c53e0a
speed up the lookup-by-circid-orconn now that it seems that
Nov 11, 2005
f14743a9
Note that much of check_dh_key is voodoo; make x in DH be only 320 bits for DH...
Nov 11, 2005
5ef29278
correct nick's comment
Nov 11, 2005
014c6bfe
We were refusing to start if you define SocksListenAddress
Nov 11, 2005
b72323fa
start to clean up and add to and rearrange the todo
Nov 12, 2005
e87c6a03
remove some completed items
Nov 12, 2005
8dc938ac
confuse people less about what running a server means
Nov 12, 2005
bf3e689e
cleanup and additions to 0.1.1.9-alpha changelog
Nov 13, 2005
ed4f15b2
When logging via syslog, include the pid whenever we provide
Nov 13, 2005
6fc30a65
when a stream times out, provide less (but better) explanation
Nov 14, 2005
4ea6d71a
shorten more of the startup log messages
Nov 14, 2005
669fdde9
Fix number in error message
Nov 14, 2005
887178e7
Oops. It looks like there *was* an easy way to make openssl do what we wanted.
Nov 14, 2005
027d0ef1
Use a callback to set our DH parameters; set SSL_OP_SINGLE_DH_USE.
Nov 14, 2005
e022aa73
Hm; looks like the callback business was unnecessary, since DHparams_dup() copies dh->length.
Nov 14, 2005
9d8aec0e
last pieces of 0.1.1.9-alpha changelog
Nov 15, 2005
4cd7bddf
bump to 0.1.1.9-alpha
Nov 15, 2005
9b432311
Make new logging stuff work on windows; fix a couple of windows typos.
Nov 15, 2005
6c361468
Loops without an increment step can suck, even on windows.
Nov 15, 2005
53269f69
fix logic error: not unnamed is good.
Nov 15, 2005
fe7b0775
make it even more clear that i didn't screw up the logic
Nov 15, 2005
d147b98d
Also ship doc/{socks-extensions.txt,tor-doc-server.html,tor-doc-unix.html}
Nov 15, 2005
b52c4bfe
Use bin/bash for the init script instead of bin/sh. We are using ulimit -n
Nov 15, 2005
333e179f
Remove the EVENT_NOEPOLL block from etc/default/tor.
Nov 15, 2005
ccba428d
Say that tor.default is a bash shell fragment now
Nov 15, 2005
f8ba32c3
add items to my TODO
Nov 15, 2005
fa29f919
Whitespace fix
Nov 15, 2005
e5087382
correct the timestamp on the changelog
Nov 15, 2005
6465b30f
bump to 0.1.1.9-alpha-cvs
Nov 15, 2005
74d1ca66
another case where the poor server operator doesn't need to
Nov 15, 2005
22aea075
Verify that router fingerprint lines match identity keys. (We dont use them, but others might.)
Nov 15, 2005
9dc4c827
New upstream version.
Nov 15, 2005
929dc8de
Actually do not ship...
Nov 15, 2005
2a964548
start shipping tor-doc-unix.html tor-doc-server.html in the tarball
Nov 15, 2005
3ec1aea3
stop shipping tor-doc.html and .css in the tarball
Nov 15, 2005
fd3a6e9d
ship a copy of the stylesheet with the tor-doc-*
Nov 15, 2005
ed6a0531
and get it into the tarball
Nov 15, 2005
fd58b0bc
and start using the local copy of the stylesheet
Nov 15, 2005
83d6b038
Try to build with OpenSSL 0.9.6. Lets pay attention to see if anybody complains.
Nov 16, 2005
c4aa9e79
Add a new config option TestSocks so people can see if their
Nov 16, 2005
279e29a1
bugfix: the controller doesn't mention it's a .onion if it is.
Nov 16, 2005
386e3954
put the socks-extensions file in the tarball too
Nov 17, 2005
9eada6d3
clean up the tor spec somewhat, inspired by comments from lexi
Nov 17, 2005
298da449
help the term "OP" become obsolete
Nov 17, 2005
6f060797
fix a bug in the spec, and add a question about correct behavior. nick?
Nov 17, 2005
af86345b
we used to kill the circuit when we receive a relay command we
Nov 17, 2005
bed77737
pick a side of the fence. here's hoping.
Nov 17, 2005
ae937b4e
and note that older tors break the spec in that way
Nov 17, 2005
280a4f9b
ignored cells still count for computing digests.
Nov 17, 2005
b2715a1a
Remove incorrect requirement.
Nov 17, 2005
a44fc1ee
more spec clarifications from talking to lexi
Nov 17, 2005
24ea1b36
Add some DH clarifications
Nov 17, 2005
7dbf2511
when you type 'getinfo' with no arguments, it doesn't give you
Nov 17, 2005
396577d1
what to do on a failed setconf was a bit unspecified
Nov 17, 2005
d2b93df2
and now we actually do it, too.
Nov 17, 2005
9111a3fb
comment out some really popular log lines
Nov 17, 2005
37,715 additional commits have been omitted to prevent performance issues.
Loading
Loading