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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2004-10-14
Build without warnings on mac gcc 3.3
Nick Mathewson
2004-10-14
make it build on amd64
Roger Dingledine
2004-10-14
reformat comment and fix typo
Roger Dingledine
2004-10-14
and another one
Roger Dingledine
2004-10-14
oh, and some more in common/
Roger Dingledine
2004-10-14
more int to size_t conversions, fixing one or more amd64 bugs
Roger Dingledine
2004-10-14
Add missing line; add similar check
Nick Mathewson
2004-10-14
Patch from "J Doe": Use SHGetSpecialFolderLocation instead of
Nick Mathewson
2004-10-14
Remove need for dirservers file: now, we note trusted dirservers in configura...
Nick Mathewson
2004-10-13
Fix comment in dirserv.c
Nick Mathewson
2004-10-13
stop trying to print a NULL
Roger Dingledine
2004-10-13
Unify tests for "did I originate this nonopen OR connection?"
Nick Mathewson
2004-10-13
Add default trusted-dir-server entries only when no dirserver lines are given...
Nick Mathewson
2004-10-13
fix typo
Nick Mathewson
2004-10-13
fix warning about always-false comparison; detect too-large realport better
Nick Mathewson
2004-10-13
answer question about rep_hist_note_connect_failed
Nick Mathewson
2004-10-13
hex-to-hex compare makes more sense than hex-to-bin.
Nick Mathewson
2004-10-13
Make directories get generated properly again; debug key lookup. Also, it is...
Nick Mathewson
2004-10-13
a few more ints to size_ts
Roger Dingledine
2004-10-13
fix const char * vs char * issue
Roger Dingledine
2004-10-13
Omit any exit rules that follow a catch-all rule when writing a router descri...
Nick Mathewson
2004-10-13
Check fingerprint list before generating running-routers lists; also add as-y...
Nick Mathewson
2004-10-12
ok, vim isn't the greatest editor in the world
Roger Dingledine
2004-10-12
parse HttpProxy address in config
Roger Dingledine
2004-10-12
start the great migration from int to size_t
Roger Dingledine
2004-10-12
Appease overzealous gcc
Nick Mathewson
2004-10-12
Use tor_parse_long in more places
Nick Mathewson
2004-10-12
Make a bounds-checking replacement for strtol with slightly easier error-chec...
Nick Mathewson
2004-10-12
fix signed/unsigned comparison, plus typo
Roger Dingledine
2004-10-12
Better bounds checking on parsed ints
Nick Mathewson
2004-10-12
Add default directory servers
Nick Mathewson
2004-10-12
Add fix for remote-crash bug.
Nick Mathewson
2004-10-12
fix a signed/unsigned comparison
Roger Dingledine
2004-10-12
Oops, missed one
Nick Mathewson
2004-10-12
Note byte-order on result for parse_addr_port()
Nick Mathewson
2004-10-12
Add an implementation of trusted_dir_server logic to switch towards simply re...
Nick Mathewson
2004-10-12
Add long-term format for dir-signing-key fields (commented out)
Nick Mathewson
2004-10-12
Use parse_addr_port() function instead of ad-hoc variants
Nick Mathewson
2004-10-12
Add functions to parse addr[:port] consistently
Nick Mathewson
2004-10-12
bugfix on my friday commit: make hidden services work again in cvs
Roger Dingledine
2004-10-11
fix paul gardner's assert bug.
Roger Dingledine
2004-10-11
Fix a potential buffer overflow found by Ilja van Sprundel.
Roger Dingledine
2004-10-11
fix the stale pointer assert bug reported by joe magic
Roger Dingledine
2004-10-10
when a begin cell has an invalid port, give us a better hint of
Roger Dingledine
2004-10-08
interim commit for http proxy support
Roger Dingledine
2004-10-08
fix compile error: move variable declarations before code
Roger Dingledine
2004-10-07
Turn tor_strpartion into a swiss-army-knife function, so it can terminate or ...
Nick Mathewson
2004-10-07
Include a dir-signing-key token in directories to tell the parsing entity whi...
Nick Mathewson
2004-10-07
More complete docs for crypto.c; factor out string partitioning code
Nick Mathewson
2004-10-07
Workaround for bug on windows where cached-directories get crlf corruption.
Nick Mathewson
[next]