Commits on Source
40628
a328aab3
clean whitespace and tabs
Jul 22, 2004
cc54d9ef
tor-resolve triggered a has_sent_end warning
Jul 23, 2004
5336b3bd
yet more todo items
Jul 23, 2004
b8b22ffd
add release notes for 0.0.8pre1
Jul 23, 2004
5b54780d
don't send an end back for a malformed resolved cell,
Jul 23, 2004
e4ae4f43
bump us to 0.0.8pre1
Jul 23, 2004
55256066
check return value of fclose while writing to disk, since it might
Jul 23, 2004
0c5cc5fa
update location of tor-in-chroot doc
Aug 03, 2004
e58248df
add some more todo items for 0.0.8
Aug 03, 2004
849e998a
It is possible to have struct timeval but not gettimeofday.
Aug 03, 2004
8cb41241
warn if we use an unsafe socks variant
Aug 03, 2004
5b61dd04
Fix all warnings on win32 build
Aug 03, 2004
8b55f73b
put the have_warned_about_unsafe_socks static var inside the function
Aug 04, 2004
14d5478f
Add functions to format and parse RFC1123-style times, for HTTP protocol.
Aug 04, 2004
630e1e4b
Hack: Include date with successful directory GETs.
Aug 04, 2004
da26a7a1
log a warning if you're running an unverified server, to let
Aug 04, 2004
a9397969
put a comment by routerlist_update_from_runningrouters() to
Aug 04, 2004
6466233a
bump cvs version to 0.0.8pre2-cvs
Aug 04, 2004
d0cfbcf8
only pick a default nickname if you're a server
Aug 04, 2004
78f12ffc
Bugfix: "Okay, I just shut down like you told me. Now let me verify your...
Aug 04, 2004
75684a48
<arma> did you get it working on win32? or just compiling
Aug 04, 2004
b51a444d
commit some odds and ends, so my tree is clean
Aug 04, 2004
1e9d2a11
todo items to switch dirservers entries to config lines
Aug 04, 2004
97338cf9
update the sample torrc
Aug 04, 2004
6065f895
update tor-doc.html
Aug 04, 2004
0c8542d8
fix rare race condition that causes infinite loop
Aug 04, 2004
c577fd49
add pre2 release notes to changelog
Aug 04, 2004
a77b86a5
New upstream release
Aug 04, 2004
6a022bdc
Fix changelog
Aug 04, 2004
54dd90d3
bugfix: when tor-resolve asks to resolve an IP to an IP and we answer
Aug 04, 2004
de0f72ce
bugfix: when you finish answering a 'resolve' request, hold the
Aug 05, 2004
3b00c950
note a bug in our dns error handling. we should fix this sometime.
Aug 05, 2004
1d41c0ee
note a bug that adam found
Aug 06, 2004
f32e3404
list total traffic and total uptime in -usr1 stats
Aug 06, 2004
967a762f
they're uint64 and uint32, not int and int
Aug 06, 2004
fabbf9a7
fix a few typos in the resolve/resolved spec
Aug 06, 2004
9ee8f181
we were telling them a nonexistent config option. oops.
Aug 06, 2004
9467f5fc
weasel suggests we compress the directory one day. he's right.
Aug 06, 2004
276d953b
fix an assert: check the sockspolicy before we make/add the connection,
Aug 06, 2004
59a356ea
clarify sockspolicy, exitpolicy rules
Aug 06, 2004
f8c14e5d
make explicit that 'no socks policy' means 'accept'
Aug 06, 2004
05e9fb5c
and add a comment to that effect
Aug 06, 2004
8a877606
bump cvs to 0.0.8pre3-cvs
Aug 06, 2004
6e9bdc86
when they use tor as an http proxy, point them at a better url
Aug 06, 2004
2ff6d6d8
There is no space after network-status; make router_get_hash_impl more bulletproof.
Aug 06, 2004
0430b4c5
Move design-paper into its own directory, and ship it and all that is needed...
Aug 06, 2004
fb3e15b6
Add mystery 0 entry to TODO list
Aug 06, 2004
3ca2728e
(size_t)-1 is never < 0; fix an XXXX008 by changing the interface for dirserv_get_runningrouters
Aug 06, 2004
536048b8
the repository is no place for a well behaved .in file
Aug 06, 2004
ec15c5ab
Fix 0.0.8pre2-1 changelog
Aug 06, 2004
bed56961
Keep track of a whole day of bandwidth, not just 12 hrs
Aug 06, 2004
13ff7750
Properly clean up everything we might have bulit
Aug 06, 2004
bd24c68a
* Ship AUTHORS, doc/CLIENTS, doc/FAQ, doc/HACKING, doc/TODO,...
Aug 06, 2004
e95ae1c9
let purging routerinfos and descriptors take an age argument
Aug 06, 2004
a4b4ec94
Enable coredumps by default
Aug 06, 2004
810ebc80
be willing to expire routers that have a dirport open
Aug 06, 2004
9952b374
reject tor-resolve requests for .onion addresses early
Aug 07, 2004
380f32f0
hex_encode is obsoleted by base16_encode, and never actually worked in the...
Aug 07, 2004
f5f4314e
Always initialize hexid in rend_mid_rendezvous, no matter what
Aug 07, 2004
8491d97b
print the name of the dirserver that told us we were unverified
Aug 07, 2004
2091dab7
fencepost
Aug 07, 2004
6ceb351e
Comment about n_args<1 is correct, since all directory servers are running post-007x versions
Aug 07, 2004
658e02a6
untwisting the logic, it would seem the pkey is always defined?
Aug 07, 2004
f47fe829
avoid racing the mark-for-close when the client hangs up on us
Aug 07, 2004
f6cc2187
Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename...
Aug 07, 2004
b0c9ba99
Fix a leak
Aug 07, 2004
052537da
rotate onion keys every 12 hours, not every 2 hours
Aug 07, 2004
1ada52fe
router_get_hash_impl would fail when end_str started with \n. Now it works.
Aug 07, 2004
05e9a226
Remove obsolete link-key keyword
Aug 07, 2004
bc24c3f4
Allow multiple ORs with same nickname in routerlist
Aug 07, 2004
dbf150bd
list the port and socks version when complaining about unsafe socks
Aug 07, 2004
3de630ec
Only warn about version newness once
Aug 07, 2004
28a6d090
Handle loop initialization for bandwidth tracking properly
Aug 07, 2004
40fd45c1
whoops, the man page has been rotting
Aug 07, 2004
44ff309c
touch-ups
Aug 07, 2004
fb4b804c
Don't warn about being unverified if you're not in the running-routers
Aug 07, 2004
26f8a5e3
we should put an expiry date on the onion-keys?
Aug 08, 2004
292e9c55
reject the default edonkey, kazaa, gnutella ports
Aug 08, 2004
76b284d2
update man page to reflect more default rejects
Aug 08, 2004
05790d17
let children survive sigint, sigterm, etc.
Aug 08, 2004
b2c7b5ad
fix a race condition in 008pre2: don't try to extend onto a connection
Aug 08, 2004
7506cce6
stop wasting cpu time on authdirservers
Aug 08, 2004
29fb4833
Modify 02_add_debian_files_in_manpage to still apply
Aug 08, 2004
f753ef4a
Be slightly more specific about ASN1
Aug 08, 2004
0652a0e9
Fix a fencepost error in the last bandwidth reporting fix
Aug 08, 2004
70778dc7
Add spec for UI control protocol
Aug 09, 2004
6ebdc21e
Spec cleanups: improved accuracy and detail of description of
Aug 09, 2004
e6c34ad0
Make unittests pass
Aug 09, 2004
6141097f
Fix bug in saving onion keys to disk when rotating; also survive short-term shutdowns better
Aug 09, 2004
98b8a89a
Fix comment
Aug 09, 2004
6453a255
Add replace_file to util.[ch] to survive stupidity of windows rename call
Aug 09, 2004
7068dd8e
make "%llu" less likely to warn on weird platforms
Aug 09, 2004
746a2e8d
mention our tor initscript in the server config section
Aug 09, 2004
56d63709
mention our tor initscript in the README
Aug 09, 2004
e83b9dda
add pre3 items to changelog
Aug 09, 2004
ed34b418
bump us to 0.0.8pre3
Aug 09, 2004
bf141915
touchups to docs
Aug 09, 2004
1e415817
minor fix
Aug 09, 2004
b5e63f7d
bump cvs to 0.0.8pre4-cvs
Aug 09, 2004
684644ca
New upstream prerelease
Aug 09, 2004
40,528 additional commits have been omitted to prevent performance issues.
Loading
Loading