Commits on Source
36631
378172ff
Also check for dmalloc.h
Feb 03, 2005
bcece3d8
another minor fix
Feb 03, 2005
051cda80
point out a potential thread/process leak problem when we're out of memory
Feb 03, 2005
7f510076
Add a snippet to disable epoll in etc/default/tor, commented out.
Feb 03, 2005
59e89e2b
Fix typo
Feb 03, 2005
cd39e4fc
write remaining sections; edit some.
Feb 03, 2005
e4b21c97
Forward-port SGI Compatibility patches from Jan Schaumann
Feb 03, 2005
82522ac5
add a hidden-services section
Feb 03, 2005
a94fef2e
an abstract, that needs more work
Feb 03, 2005
7740a687
pdf versions of the graphics
Feb 03, 2005
4174bf9c
resolve references
Feb 03, 2005
a035032f
Use getaddrinfo and gethostbyname_r where available. Note that these are not...
Feb 03, 2005
efa9bb55
fix the latest bug: don't explode when some router declares a
Feb 03, 2005
91520204
Handle return value from getaddrinfo properly
Feb 03, 2005
63938322
update man page to reflect changed default exit policy
Feb 03, 2005
a662883d
forward-port the changelog
Feb 03, 2005
1dc170a3
Forward port changelog
Feb 04, 2005
56d4b994
forward-port the logic skew and double-free thing
Feb 04, 2005
06fb5cfe
forward-port the changelog patch
Feb 04, 2005
de71abd2
Note that we should audit for more bucket over/underflow
Feb 04, 2005
6e7007bf
Add a snippet to set nice level in etc/default/tor
Feb 04, 2005
72409502
Assorted tweaks fixes, etc. to abstract et passim
Feb 04, 2005
0ff41a3b
commit fixes for the first half of the paper
Feb 05, 2005
322c728e
Fix tor-resolve implementation to prevent crashes and send resolves when we should.
Feb 05, 2005
24ad6542
forward-port NT service patch
Feb 05, 2005
bb32fa86
Re-normalize whitespace; make "make check-spaces" happy
Feb 05, 2005
a64b03a4
Avoid double-free on tor-resolve failure
Feb 05, 2005
7e1d8002
stab at an opening paragraph
Feb 06, 2005
c76189d4
incentives section edit and other minor edits
Feb 07, 2005
bacdecd9
move some stuff around in sections 1,2,3. Not done yet; still need to work on...
Feb 07, 2005
0c18282b
Sling some sentences around, based on comments from arma
Feb 07, 2005
51948330
checkpoint in-progress mucking
Feb 07, 2005
95260cee
Finish some content chewing and XXX resolving. More remains.
Feb 07, 2005
8b2b7615
Changes throughout. Moved caching discussion to end candidate for cutting.
Feb 07, 2005
6c77900c
The word is 'node' assorted tweaks with these length parameters we're OK
Feb 07, 2005
aed5aae5
clean up stream-vs-packet section
Feb 08, 2005
51784c41
give us page numbers, cut some more
Feb 08, 2005
3b55cc34
cut down the mid-latency section
Feb 08, 2005
42bbd862
give us a conclusion
Feb 08, 2005
9d653b47
some minor cleanups before i move a bnuch of sections
Feb 08, 2005
6d59f7fb
migrate stuff from section 4 to 5 and vice versa
Feb 08, 2005
494d475d
enclaves and helper nodes.
Feb 08, 2005
8abf1c61
a few more tweaks
Feb 08, 2005
4518e7e6
added section for Tor+Blossom desiderata
Feb 08, 2005
1d569eb4
Tweaks and typos throughout. Nearly there.
Feb 08, 2005
097f12dc
A few more minor tweaks
Feb 08, 2005
bcb084d3
Tighten, clarify
Feb 08, 2005
ec981d4c
ispell
Feb 08, 2005
4c8566f9
Still more edits
Feb 08, 2005
dd0ee183
As another exception, the controller can getconf the "version" string,
Feb 09, 2005
c5c46d6f
don't list version in the win32 service display name or service name,
Feb 09, 2005
e4989f33
lots more cleanups. people should check these over.
Feb 09, 2005
97cd2230
blacklists, middleman nodes, pressure to shut down
Feb 09, 2005
90e1f58b
Commit changes to nonclique section
Feb 09, 2005
10b6f18f
not all tor use is abusive
Feb 09, 2005
aca8c362
tighten related work
Feb 09, 2005
e3266768
more fixes. i declare this the first draft.
Feb 09, 2005
1db62884
put a pdf in place so people can read it.
Feb 09, 2005
87fda0b6
Style wars
Feb 09, 2005
6707f254
update pdf draft
Feb 09, 2005
5dc96b9e
mark this one as a draft, so people who cache it will look dumb
Feb 09, 2005
5b7bbb00
This section is first up against the wall when the revolution comes.
Feb 09, 2005
1cc0933d
fix wordo
Feb 09, 2005
0d5dedd7
More tweaks, grammar, etc. I say it's ready to submit.
Feb 09, 2005
89d42291
Patch from adam langley: always remove sockets from libevent before closing...
Feb 09, 2005
07a33074
remove redundant lines
Feb 09, 2005
1ebebff1
some more tweaks on the paper
Feb 10, 2005
37ca6213
when a client asks us for a dir mirror and we don't have one,
Feb 10, 2005
236aa86a
stop picking unverified dir mirrors, ever.
Feb 10, 2005
33569e40
if we're hibernating and we get a sigint, exit immediately.
Feb 10, 2005
df41b20e
mention 0.0.9.4 on win32 and osx doc pages
Feb 10, 2005
60f234f4
Add more functions to free things to help dmalloc allong.
Feb 10, 2005
f672577b
Free even more things on shutdown. Temporarily move tor_free_all out from...
Feb 11, 2005
5d836c81
Free tls resources on exit too
Feb 11, 2005
58540dde
Do not try to double-aquire lock when rotating keys. May fix deadlock bug found by weasel.
Feb 11, 2005
f6221b69
Apply windows patch from Dmitri Bely
Feb 12, 2005
5ca04cbf
Give a better error message when zlib.h is not found.
Feb 12, 2005
d90ab823
remove redundant unpack in critical path
Feb 13, 2005
427e246a
Add a missing prototype to or.h
Feb 13, 2005
aac97a3c
Tell openssl how to use locks and how to find thread ids -- this may prevent...
Feb 13, 2005
02891442
Fix another crash bug found by Jaroslaw--it is possible for dns_resolve to...
Feb 14, 2005
ecf7bb5f
make the wikipedia statement less strict
Feb 14, 2005
e6dcb17b
Fix check for NULL representation to include string.h; this makes fixes building on Irix, I hope.
Feb 15, 2005
bfa9a72d
More fixes for IRIX compilation: make very sure we have NULL in configure.in. This may work now.
Feb 15, 2005
797419a6
remove unused code
Feb 16, 2005
d418cd5f
integrating changes related to building circuits, assigning streams, and...
Feb 16, 2005
cbb4803e
forward-port some fixes
Feb 17, 2005
b3d39cb6
make it clearer that our screenshots are of old versions.
Feb 18, 2005
f3091683
Tweak control-spec: add a GETINFO/INFOVALUE type pair to handle...
Feb 18, 2005
596d65ec
avoid case (not yet triggered) where smartlists could grow out
Feb 19, 2005
38f53cff
forward-port the onion queue thing
Feb 20, 2005
b5bddd8c
bugfix: actually use the argument to strmap_free()
Feb 20, 2005
8727acf2
Add a new AddressMap directive to rewrite incoming socks addresses.
Feb 22, 2005
6d85627b
man page entries for addressmap and trackhostexits
Feb 22, 2005
8991af60
make the addressmap internals less noisy
Feb 22, 2005
6bd81c9e
Fix windows build: do not spuriously include openssl where not needed; handle...
Feb 22, 2005
1a554220
Fix windows build: juggle }s and #endifs around in main.c
Feb 22, 2005
e673536e
Print uname on start of unittests.
Feb 22, 2005
c2d5b67d
After we successfully connect, try handling pending stuff immediately, rather...
Feb 22, 2005
a68fcbf8
Initial IRIX compatibility fixes: check for inttypes.h; check for platform cell_t.
Feb 22, 2005
36,531 additional commits have been omitted to prevent performance issues.
Loading
Loading