index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2008-02-21
r18288@catbus: nickm | 2008-02-20 21:18:38 -0500
Nick Mathewson
2008-02-21
r18286@catbus: nickm | 2008-02-20 21:10:33 -0500
Nick Mathewson
2008-02-20
r18283@catbus: nickm | 2008-02-20 18:58:31 -0500
Nick Mathewson
2008-02-20
r18279@catbus: nickm | 2008-02-20 18:38:48 -0500
Nick Mathewson
2008-02-20
r18278@catbus: nickm | 2008-02-20 18:29:07 -0500
Nick Mathewson
2008-02-20
r18277@catbus: nickm | 2008-02-20 18:28:45 -0500
Nick Mathewson
2008-02-20
r18272@catbus: nickm | 2008-02-20 18:20:33 -0500
Nick Mathewson
2008-02-20
I wonder what color it will be
Peter Palfrader
2008-02-20
if you have more than 40k FDs on your system let Tor use up to 16k of them by...
Peter Palfrader
2008-02-20
r18269@catbus: nickm | 2008-02-20 17:28:24 -0500
Nick Mathewson
2008-02-20
Change the default for MAX_FILEDESCRIPTORS in our init script to depend on the
Peter Palfrader
2008-02-20
r18267@catbus: nickm | 2008-02-20 16:57:45 -0500
Nick Mathewson
2008-02-20
r18264@catbus: nickm | 2008-02-20 12:48:21 -0500
Nick Mathewson
2008-02-20
r18263@catbus: nickm | 2008-02-20 12:45:15 -0500
Nick Mathewson
2008-02-20
One last tweak on debugging code.
Nick Mathewson
2008-02-20
r18259@catbus: nickm | 2008-02-20 12:03:15 -0500
Nick Mathewson
2008-02-20
r18256@catbus: nickm | 2008-02-20 11:57:31 -0500
Nick Mathewson
2008-02-20
r18255@catbus: nickm | 2008-02-20 11:44:55 -0500
Nick Mathewson
2008-02-20
pass bucket sizes num_read and num_written around as size_ts
Roger Dingledine
2008-02-20
We were comparing the raw BridgePassword entry with a base64'ed
Roger Dingledine
2008-02-20
similarly, don't throw around an int for the uint8_t circ->state
Roger Dingledine
2008-02-20
don't throw around an int for relay_command if we're going to
Roger Dingledine
2008-02-20
notice an integer overflow if we ever get source files with more
Roger Dingledine
2008-02-20
if you thought r13604 was a kludge, how about this.
Roger Dingledine
2008-02-20
be more clear about a possible integer underflow problem. this
Roger Dingledine
2008-02-19
check return value for crypto_pk_asn1_encode here too. thanks veracode.
Roger Dingledine
2008-02-19
r18236@catbus: nickm | 2008-02-19 18:55:21 -0500
Nick Mathewson
2008-02-19
rearrange our assert so we don't possibly overflow rh.length before
Roger Dingledine
2008-02-19
r18233@catbus: nickm | 2008-02-19 18:46:07 -0500
Nick Mathewson
2008-02-19
start checking the return value of crypto_pk_asn1_encode() while
Roger Dingledine
2008-02-19
r18230@catbus: nickm | 2008-02-19 18:29:43 -0500
Nick Mathewson
2008-02-19
is_reverse in our struct is uint8_t. don't make it be an int
Roger Dingledine
2008-02-19
r18228@catbus: nickm | 2008-02-19 18:05:53 -0500
Nick Mathewson
2008-02-19
r18226@catbus: nickm | 2008-02-19 18:01:01 -0500
Nick Mathewson
2008-02-19
call a "number of characters" a size_t, not an int
Roger Dingledine
2008-02-19
r18221@catbus: nickm | 2008-02-19 17:46:16 -0500
Nick Mathewson
2008-02-19
be more explicit about a harmless thing that freaked veracode out
Roger Dingledine
2008-02-19
r18218@catbus: nickm | 2008-02-19 17:27:40 -0500
Nick Mathewson
2008-02-19
make explicit that we don't care if a rename() call fails.
Roger Dingledine
2008-02-19
r18208@catbus: nickm | 2008-02-19 17:02:30 -0500
Nick Mathewson
2008-02-19
resolve another edge case in staying dormant
Roger Dingledine
2008-02-19
maybe it should compile too.
Roger Dingledine
2008-02-19
If we only ever used Tor for hidden service lookups or posts, we
Roger Dingledine
2008-02-19
clear up another connlimit lie
Roger Dingledine
2008-02-19
clean up the socket counting thing. third time's a charm.
Roger Dingledine
2008-02-19
r18198@catbus: nickm | 2008-02-19 14:30:30 -0500
Nick Mathewson
2008-02-19
r18195@catbus: nickm | 2008-02-19 14:11:15 -0500
Nick Mathewson
2008-02-19
hunt for killerchicken's socket counting problem
Roger Dingledine
2008-02-19
document that if you enable TOR_PERF, you won't be compatible with the
Roger Dingledine
2008-02-19
r14246@tombo: nickm | 2008-02-17 19:33:02 -0500
Nick Mathewson
[prev]
[next]