Commits on Source
36778
701341ef
put one of the XXX's back in
Apr 25, 2006
15dbe02c
shorten some too-wide lines
Apr 29, 2006
2b720b57
Start remembering *where* we are storing routerdescs. This will make us easier...
Apr 29, 2006
821a3963
Note some subtasks and difficulties involved with reducing RAM usage on dirservers
Apr 29, 2006
e24e5475
forward-port the ORPort==0 patch
May 03, 2006
f1dad00b
forward-port the changelog
May 03, 2006
1fcc12ff
Reworked dist-rpm in order to duplicate what dist used to do, but don't actually require dist.
May 04, 2006
e8e113c6
Merge differences between debian_version_0_1_1_18-rc-1 and...
May 05, 2006
0ee6dbea
Handle website/* in tor.nsi
May 05, 2006
27624a30
stop telling people that "tor -h" will help them in any way.
May 08, 2006
295ad74f
Tor servers are also giving spurious "you're invalid" warnings.
May 09, 2006
77b9f440
another piece of doing tor over udp that i am concerned about.
May 10, 2006
e8affc6c
a few more tweaks to the faq.
May 10, 2006
f7ba9d77
All these headers we get via torint.h
May 10, 2006
f6c9741c
Fixed //Library/Tor in Tor.loc for osx
May 16, 2006
08fd72fb
finally write some comments on tor-spec-udp.txt
May 17, 2006
33e92cd5
apply control-spec patch from Matt Edman: Circuit status only has a path when...
May 21, 2006
08403e10
add a few items it would be smart todo
May 22, 2006
ec22b634
remove all the interim changelog stuff for 0.1.1.x
May 22, 2006
7263e6a0
my current notes on a 0.1.1.20 changelog
May 22, 2006
b08f5e8b
other todo tweaks
May 22, 2006
a915e5d1
shuffle the todo items some more
May 22, 2006
55c38f88
Remove string size limit on NEWDESC messages; solve bug 291.
May 22, 2006
6b058bd5
add a few more debugging lines to help mikec track down his
May 23, 2006
bd165ccc
two more todo items that need to be solved during the wsaenobufs quest.
May 23, 2006
339237d1
claim a few of the todo items.
May 23, 2006
3ff02556
continue messing with the changelog. it's getting better now.
May 23, 2006
a16bd23a
document that runasdaemon has no effect on windows.
May 23, 2006
13c4590d
ignore RunAsDaemon more thoroughly when we're running on windows.
May 23, 2006
89a8411a
Throw out this UNALIGNED_INT_ACCESS_OK nonsense. Even where it works, it is...
May 23, 2006
c1054ffe
Patch from Michael Mohr to fix cross-compilation. Backport candidate. Tweaked...
May 23, 2006
820a7a2c
Add cross.sh cross-compilation script from Michael Mohr. Trivial backport...
May 23, 2006
21a05b3b
Mark cross-compilation as solved in TODO.
May 23, 2006
b65c4393
trim out the parts of cross.sh that don't make sense now that we've
May 23, 2006
c1c53a0f
another todo item that will make goodell happy
May 23, 2006
614bb7d7
final changelog for 0.1.1.20. it is done.
May 23, 2006
346cc24f
Forward port changelog
May 23, 2006
be2833e9
fix spelling of VirtualAddrNetwork in man page (thanks tup)
May 23, 2006
67a885ec
Claim a commonname of Tor, rather than TOR, in tls handshakes.
May 24, 2006
36712a44
Stop initializing the hardware accelerator engines simply because
May 24, 2006
8c49a46e
Add in the key CFBundleIdentifier required by XCode 2.x and beyond.
May 24, 2006
6066d68a
make options->RedirectExit work again; resolve bug 293.
May 24, 2006
3cd01ca9
make cookie authentication for the controller work again, maybe.
May 24, 2006
a4cdb834
Stop being picky about what the arguments to mapaddress look like.
May 25, 2006
63c13955
SUSEisms to enable "make dist-rpm" functionality in SuSe
May 26, 2006
f9e3b5f2
Use macros in place of details.
May 26, 2006
0cdba91d
Let AC_OUTPUT know about contrib/suse/tor.sh and we only need tor.sh
May 26, 2006
9f005ae6
build the Makefile in contrib/suse/ too
May 26, 2006
731f4086
resolve an unused variable
May 26, 2006
f5794786
correct a false log message, since we actually reset all our
May 26, 2006
82ae38f6
be more verbose about testing reachability of our ORPort.
May 26, 2006
7f611f47
if we're a server and some peer has a broken tls certificate, don't
May 26, 2006
48be472e
clean up a comment
May 28, 2006
f6ff3e6f
directory authorities should be more tolerant of failed reachability
May 28, 2006
64d487a2
Add a basic mmap function, with a "fake-it" wrapper to do read_file_from_str...
May 28, 2006
cf58781d
remove a few things from the 0.1.2 todo, and add one
May 30, 2006
1e492365
simplify a log message
May 30, 2006
60abe231
tentative change: if you have your dirport set, you are a directory
May 30, 2006
64b1f2fc
and clarify the spec to say this too.
May 30, 2006
1f0e2080
END_CIRC_REASON_OR_IDENTITY apparently means that we were told to
May 30, 2006
ae2648fb
stop fetching descriptors if we're not a dir mirror and we
May 30, 2006
9000a5af
and get grammar right
May 30, 2006
1bf0f99b
connection_t kept the identity_pkey but all it did was store it and
May 30, 2006
4d76b435
mark off a todo item. i'll put it back if it turns out it
May 30, 2006
bbe3f587
Rearrange TODO.
May 30, 2006
2431b2d8
update the explanation for deprecating v0 control spec.
Jun 01, 2006
8f902e4b
don't stop fetching server descriptors if we're a server and
Jun 03, 2006
86da3e0a
Patch based on post by Mike C to or-dev; special-case based on use of MSVC,...
Jun 03, 2006
7cb3232a
Add async dns code from Adam Langley, tweaked to build on OSX. Long-term, we...
Jun 03, 2006
85a25c8a
Make dns.c use eventdns.c -- but only when you pass the --enable-eventdns...
Jun 03, 2006
c660a0f6
More DNS fixes. Send meaningful TTLs back to the client when
Jun 03, 2006
2700e5a1
Oops. When we dont get a TTL, we should default to the default, not to the minimum.
Jun 03, 2006
c18fab53
Make eventdns.[ch] into good C90; remove signed/unsigned comparisons.
Jun 03, 2006
603b09b5
punctuation and spelling
Jun 04, 2006
c4647545
if we insist on printing pointer values, at least make it stop
Jun 04, 2006
853e2d99
Add a new warning to our "warn a lot" list: unused parameters. This means we...
Jun 04, 2006
008a0c7c
Some eventdns.c fixes for windows correctness. More will doubtless be needed,...
Jun 04, 2006
3db785ef
Hm. Where did we put that ntohl the last time we were juggling it? (hoop-lah).
Jun 05, 2006
b7ca697f
More eventdns.c patches: use HAVE_ALLOCA_H; print IP addrs as dotted quads.
Jun 05, 2006
266afcd7
bandaid for bug 299. this is still a bug, since we don't
Jun 05, 2006
bf09898f
Note a bug that causes servers to sometimes never send the pending
Jun 05, 2006
152d6d13
remove some unused code (i think)
Jun 05, 2006
8f3bb66e
simplify some code, since circuit_build_failed() is only called
Jun 05, 2006
4e773352
bugfix: if we are making our first ever connection to any entry
Jun 05, 2006
45065f14
simplify code now that libevent considers all sockets pollable.
Jun 05, 2006
a2fec314
scream louder if you've got a pending circuit for a given
Jun 05, 2006
8705db6c
whoops, add a man page entry for ProtocolWarnings
Jun 05, 2006
542b8af5
don't tell people that the testing circuit failed if we already
Jun 05, 2006
2bd7c19b
Try to log useful messages at info and debug about what we are resolving and...
Jun 05, 2006
07c35b4f
ship the event*.h files too. perhaps this will make my 'make dist'
Jun 06, 2006
411f37d5
fix typo
Jun 06, 2006
5c57348a
We got an obscure report of an assert error on a windows Tor server with
Jun 06, 2006
5e4b4451
Also, add a temporary hack to make sure eventdns.c is distributd.
Jun 06, 2006
96914760
fix the bug where we sometimes would fail to send some create cells
Jun 06, 2006
7512be0b
looks like we missed a piece of the 0.1.1.9 paranoia code.
Jun 07, 2006
0bfef523
simplify the tortls api: we only support being a "server", that
Jun 07, 2006
8cf45df2
and now the exciting part: there is now no such thing as doing
Jun 07, 2006
003561fa
the CookieAuthentication section in our spec seems to assume we're
Jun 07, 2006
1e9b35ae
make connection_or_nonopen_was_started_here() based on something less
Jun 07, 2006
741b11df
put a bandaid in place so servers will have an easier time
Jun 07, 2006
36,678 additional commits have been omitted to prevent performance issues.
Loading
Loading