Commits on Source
36120
d6710929
a changelog for 0.1.0.5-rc
Apr 27, 2005
bc4b7c7d
a bigger changelog
Apr 27, 2005
e132daaf
clean out the todo, add a few items.
Apr 27, 2005
4c4a14e3
turn off the mongo debugging stuff, for performance tests
Apr 27, 2005
42d57317
bump to 0.1.0.5-rc
Apr 27, 2005
53607d3b
Turn SENTINELS back on; give NOINLINE a name and turn it off.
Apr 27, 2005
d0a9a8bd
Appease VC7. It has a strangely puritanical attitude about what programmers...
Apr 27, 2005
02546857
New tor snapshot: 0.1.0.5-rc
Apr 27, 2005
fe65e57c
Re-do fragmented control message handling to work with new buf_t system.
Apr 27, 2005
9e969f7a
update package docs for 0.1.0.5-rc
Apr 27, 2005
46b3c4e6
fix typos in changelog (too late now, but hey)
Apr 27, 2005
d279b173
slight improvement on the declared syntax for trackhostexits
Apr 27, 2005
4e7e2cfa
TrackHostExists should be a comma-seperated list
Apr 28, 2005
3d2fbeb9
bump to 0.1.0.5-rc-cvs
Apr 28, 2005
729e7200
workaround for user error: some people were putting "Address " in their
Apr 29, 2005
383063f2
clarify accountingmax in man page
May 01, 2005
b3307ec9
The man file was updated in May
May 01, 2005
be4a4965
add a hint in the doc that we need ORPort to be defined.
May 02, 2005
69dc4e16
Remove support for looking at old directory/routerdesc elements; mark non-new...
May 02, 2005
57b7427c
reformat routerparse a bit
May 02, 2005
c9e83eb1
when we refuse a router descriptor, log contactinfo and source address.
May 02, 2005
50505e67
fix a comment
May 02, 2005
b341ced9
correct changelog
May 02, 2005
15c1853b
don't print nulls
May 02, 2005
978648bf
also print the platform string for rejected descriptors
May 02, 2005
16184f62
Specify CREATE_FAST and CREATED_FAST
May 02, 2005
ab349012
New and frightening code to implement fast-path first-hop CREATE_FAST cells....
May 02, 2005
830ac876
Actually, dont send CREATE_FAST cells at all for now
May 02, 2005
9c683c76
Make buffer shrinking algorithm a little smarter.
May 02, 2005
a312ce1d
Change buffer shrinking strategy: only try to shrink once every 3 minutes. Do...
May 02, 2005
d6a6c878
When removing all bytes from a buffer, reset buf->cur=buf->mem
May 02, 2005
ad547cbb
Correct and simplify buf_shrink logic
May 02, 2005
aa6bcd50
comment buf_shrink
May 02, 2005
14bac4da
Elaborate on buf_shrink comment.
May 02, 2005
4666b801
If DataDir is ~/.tor, and that expands to /.tor, then default to LOCALSTATEDIR/tor instead.
May 03, 2005
86e73d70
Define LOCALSTATEDIR in orconfig.h
May 03, 2005
8b9ae252
Change some >=s to >s in buf_resize, so that we do not denormalize buffers on resize.
May 03, 2005
b35f7dac
Call tor_free_all instead of connections_free_all after forking
May 03, 2005
5265bbd2
first iteration of scrubbing sensitive strings from logs.
May 03, 2005
87850c47
cleanup now that 0.0.9pre1 is obsolete
May 03, 2005
6ea83926
remove archaic debugging aid that was probably unsafe
May 03, 2005
68ba3033
fix compile error if you're not multithreaded
May 03, 2005
1f263bf6
whine at you if you're a server and you don't set your contactinfo
May 04, 2005
7901c6e3
clean up some grammar
May 06, 2005
cc0b1988
log buffer sizes on kill -usr1 too.
May 06, 2005
cee7c598
fix massive memory leak
May 06, 2005
bc51c8b0
Implement --verify-config command-line option to fix bug 69.
May 07, 2005
6567ec9c
Functions work better when you call them. Resolve a bug which would prevent...
May 07, 2005
10b2208d
Make Tor compile with no warnings with gcc4.0 on OSX
May 07, 2005
c8ad2fc0
Fix debian/patches/03_tor_manpage_in_section_8.dpatch:
May 08, 2005
13126eeb
Patch from goodell for task 131: Do not die on internal address if we are not publishing.
May 09, 2005
ea5591ee
Implement --disable-threads
May 10, 2005
d0c0d6c8
Apply patch from Geoff for bug 132. Clean it up a little to fix a memory leak...
May 10, 2005
3893b3c7
Patch for task 133
May 10, 2005
dcc1b8a8
Better error message when osx script is invoked without an argument
May 10, 2005
776b411d
Fix a segfault
May 11, 2005
8185e3b0
People need to know their IP or else they dont know if it has changed. Task #137
May 11, 2005
97663ea6
Only list showmyip and ipid as test sites since they are very user friendly
May 11, 2005
7a50dee1
Commit patch to resolve bug 140
May 12, 2005
0b15170c
Fix patch to TorControl.py
May 12, 2005
b0105743
clean up the man page to describe FooBindAddress better.
May 12, 2005
47c4c9e2
When setting up a server, make sure your clock is accurate.
May 12, 2005
5da6958f
How to check the local IP added to tor-doc-{win32,osx}.html
May 12, 2005
28dfc046
clean up the docs some more
May 13, 2005
fbb69d7c
note that our os x package is only for 10.3 or later
May 13, 2005
00f2a093
Append default exit policy before checking for implicit internal addresses: fix bug 129.
May 14, 2005
e2749de1
Check the right variable for the right value in order to default netbsd...
May 14, 2005
7fa59544
Fix script name in syntax msg
May 14, 2005
b92a77b1
move the periodic buffer shrinking interval from 3 mins to 1 min
May 14, 2005
07230a69
if router_resolve fails on the descriptor the controller
May 14, 2005
3c9ec416
fix a case error in suppressing a bogus libevent warning.
May 14, 2005
c7aea09e
first attempt at a 0.1.0.6-rc changelog
May 14, 2005
60d9e8ce
clean up changelog
May 14, 2005
a9ff5957
Mention ClientOnly default
May 14, 2005
3a69011d
minor fix on man page
May 15, 2005
4e92a0af
Added how to set up a hidden service. Thanks Tyranix.
May 15, 2005
c7bc2f9e
Add ENABLE_THREADS macro to windows orconfig.h
May 15, 2005
a9e0a6b9
clean up the hidden-service doc section. thanks, tyranix!
May 15, 2005
199ebf07
clean up todo a bit more
May 15, 2005
58416f31
fix changelog for new libevent version
May 15, 2005
fee85f16
grammar fix thanks to chris
May 15, 2005
7eb559fa
bump to 0.1.0.6-rc
May 15, 2005
8de98374
Minor typographical and stylistic pokes.
May 15, 2005
5b69d685
Missing .TP in man file
May 15, 2005
9c2c3071
NewCircuitPerid is 30 sec not 60. MaxCircuitDirtiness has 10 min default
May 15, 2005
d63f7fde
tweak changelog
May 15, 2005
9bc6e3aa
Add an explanatory comment
May 15, 2005
eb6746f7
reorder, clean up manpage. add SafeLogging entry.
May 15, 2005
0be55562
point to 0.1.0.6 on win32/osx docs
May 15, 2005
b7a88ebd
fix url in comment in torrc
May 15, 2005
5837711b
tweak the changelog
May 15, 2005
28195a0e
clean up some log entries
May 15, 2005
cce89bad
Set tor home directory to something more reasonable when first installing.
May 15, 2005
6d978b78
Make postflight script executable; maybe fix bug 141
May 15, 2005
14b9615d
bump cvs to 0.1.0.6-rc-cvs
May 15, 2005
493f6540
Add missing quote
May 16, 2005
530da0e7
Normalize whitespace
May 16, 2005
2812d4a0
free some memory that is still reachable on exit
May 16, 2005
5698a589
add in the line that tyranix thinks might let us retain symbols
May 16, 2005
85de62e9
the first part of a changelog for 0.1.0.7-rc
May 17, 2005
36,020 additional commits have been omitted to prevent performance issues.
Loading
Loading