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
/
or
/
or.h
Age
Commit message (
Expand
)
Author
2005-02-01
define TOR_FRAGILE if you want tor to give you a core when
Roger Dingledine
2005-01-31
lay a trap for situations where we connection_free something
Roger Dingledine
2005-01-28
forward-port the dns and maxconn fixes
Roger Dingledine
2005-01-20
Have reason string for serverdesc post requests contain actual serverdesc sta...
Nick Mathewson
2005-01-20
Warn when exit policy implicitly allows local addresses.
Nick Mathewson
2005-01-19
Handle unavailable hidden services better. We try each intro point
Roger Dingledine
2005-01-18
Basic windows libevent fixes
Nick Mathewson
2005-01-17
Introduce a notion of 'internal' circs, which are chosen without regard
Roger Dingledine
2005-01-13
get rid of 0.0.8 backwards compatibility
Roger Dingledine
2005-01-12
Make Tor use Niels Provos's libevent instead of it's current
Nick Mathewson
2005-01-12
Annotate circuits w/ whether they aim to contain high uptime nodes and/or
Roger Dingledine
2005-01-07
when we haven't fetched a directory yet, or the last time we
Roger Dingledine
2005-01-06
new config option DirAllowPrivateAddresses for authdirservers.
Roger Dingledine
2005-01-06
Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise...
Nick Mathewson
2005-01-05
Implement SIGNAL control command.
Nick Mathewson
2005-01-05
Stop reversing and re-reversing config lines: keep them in order all the time...
Nick Mathewson
2005-01-04
Nothing actually _uses_ socks_port, so why publish it? For backward compatibi...
Nick Mathewson
2005-01-04
forward-port the fix for the compiler warning
Roger Dingledine
2005-01-03
Use correct logic to decide whether there are more directory servers to retry.
Nick Mathewson
2005-01-03
Split mark-dir-failed-and-retry logic into separate function; make it retry r...
Nick Mathewson
2004-12-31
require BandwidthRate to be at least 10kB/s
Roger Dingledine
2004-12-24
Remove length restriction when generating directories.
Nick Mathewson
2004-12-22
move network_init from or/main to common/compat
Roger Dingledine
2004-12-22
Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out
Nick Mathewson
2004-12-13
Fix a bug in parsing HashedControlPassword.
Nick Mathewson
2004-12-07
I'm a bad person.
Roger Dingledine
2004-12-07
Make unit tests work on win32
Nick Mathewson
2004-12-05
New circuit building strategy: keep a list of ports that we've used in ...
Roger Dingledine
2004-12-04
React to eof immediately on non-open edge connections.
Roger Dingledine
2004-12-04
Add function to check that addr_policy_t is okay; change struct addr_policy_t...
Nick Mathewson
2004-11-30
Clarify chosen tag progression
Nick Mathewson
2004-11-30
Rename parse_address to parse_extended_hostname (since we have other kinds of...
Nick Mathewson
2004-11-29
note possible alternative for how to do CVS versions; ask arma which he likes.
Nick Mathewson
2004-11-29
Implement new version format for post 0.1.
Nick Mathewson
2004-11-29
Suggestion from weasel: Make tor --version --version dump the cvs Id of every...
Nick Mathewson
2004-11-29
Fetch cached running-routers from servers that serve it (that is, authdirserv...
Nick Mathewson
2004-11-29
put in initial support for ".nickname.exit" addresses, to let alice
Roger Dingledine
2004-11-26
remove emacs droppings, since nick says he doesn't need them anymore
Roger Dingledine
2004-11-23
Fix critical bug in circuit_list_path: cpath is a circular list! (Also reimp...
Nick Mathewson
2004-11-22
Implement weekly/monthly/daily accounting
Nick Mathewson
2004-11-21
break reached_eof() out of process_inbuf()
Roger Dingledine
2004-11-21
some more debugging aids
Roger Dingledine
2004-11-21
be more greedy about filling up all relay cells.
Roger Dingledine
2004-11-21
Dont keep rephist info for routers that havent had activity for 24 hours.
Nick Mathewson
2004-11-21
Call init_keys() where needed; fix hibernate bug.
Nick Mathewson
2004-11-20
Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...
Nick Mathewson
2004-11-15
Break DirFetchPostPeriod into:
Roger Dingledine
2004-11-15
Cache running-routers; compress running-routers; serve compressed running-rou...
Nick Mathewson
2004-11-15
fix a bug in configuring accounting in options_act()
Roger Dingledine
2004-11-14
Resolve some hibernating-related XXXX009s.
Nick Mathewson
[next]