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
/
main.c
Age
Commit message (
Expand
)
Author
2005-10-18
fix some typos
Roger Dingledine
2005-10-17
Make a few INFO log lines into DEBUG
Peter Palfrader
2005-10-17
more log uncluttering
Roger Dingledine
2005-10-17
start the process of reducing clutter in server logs
Roger Dingledine
2005-10-16
cut out a warning that doesn't need to warn
Roger Dingledine
2005-10-14
Try to extract as many descriptors as possible from truncated http responses....
Nick Mathewson
2005-10-12
Check if our IP address has changed every 5 minutes. If it has, update our s...
Peter Palfrader
2005-10-06
Once an hour (not just on startup) give OpenSSL some more entropy.
Nick Mathewson
2005-10-05
Rate-limit warnings related to unrecognized MyFamily elements.
Nick Mathewson
2005-10-05
call circuit_expire_all_dirty_circs() on do_hup().
Roger Dingledine
2005-10-05
replace former relaunches of directory downloads with reset of failure count ...
Nick Mathewson
2005-10-05
size_t int printf mucking
Roger Dingledine
2005-10-05
Note the two places where clients will still try to fetch old-style (v1) dire...
Nick Mathewson
2005-10-05
reset warning flags on SIGHUP. arma: is this everything?
Nick Mathewson
2005-10-05
Fix verbose compiler warnings, including one in routerlist.c that would have ...
Nick Mathewson
2005-10-05
Give a less frequent and more helpful warning on failed serverdesc downloads
Nick Mathewson
2005-10-04
When we get an EOF or a timeout on a directory connection, note how many byte...
Nick Mathewson
2005-10-03
Reorganize some quick-and-dirty code to find out what openssl stuff is leakin...
Nick Mathewson
2005-09-30
free helper node status info on shutdown
Nick Mathewson
2005-09-30
Try to hunt down a few more leaks
Nick Mathewson
2005-09-30
Never call free() on tor_malloc()d memory. This is unlikely to be our current...
Nick Mathewson
2005-09-30
Reformat inconsistent function declarations.
Nick Mathewson
2005-09-29
better cleanups as i figure out what's going on
Roger Dingledine
2005-09-23
Decouple router downloads from old directory downloads entirely
Nick Mathewson
2005-09-23
Fix logic error (people who ask authorities should never split; others should...
Nick Mathewson
2005-09-23
Fix at least one overzealous download bug. (tor_malloc_zero new local_routers...
Nick Mathewson
2005-09-22
I love the smell of C in the morning. Make router-download rules smarter (do...
Nick Mathewson
2005-09-18
Refactor new directory code a bit. Keep a big list of rolled-up router statu...
Nick Mathewson
2005-09-16
Resolve/expand some XXXXs and improve a log message or two
Nick Mathewson
2005-09-15
make some functions static; clean dead networkstatus entries more often.
Nick Mathewson
2005-09-15
Stop downloading directories and download routers instead. This still needs ...
Nick Mathewson
2005-09-14
Fix a bunch of log messages. Deprecate some routerlist fields; remove others...
Nick Mathewson
2005-09-14
Big commit: clients start downloading and using network-statuses.
Nick Mathewson
2005-09-14
Add new config.c function to set options that can fail, and roll back if they...
Nick Mathewson
2005-09-08
Only caches download network-status for now, and they use a different strateg...
Nick Mathewson
2005-09-08
Download network-status at regular intervals. The code is probably iffy, and ...
Nick Mathewson
2005-09-07
More stuff for new directories.
Nick Mathewson
2005-09-03
remove redundant logs about unreachable servers
Roger Dingledine
2005-08-26
Remove descriptor_list and use routerlist instead. Make directories manage r...
Nick Mathewson
2005-08-26
Add quotes around filenames in src/or
Nick Mathewson
2005-08-24
be much more conservative about logging reachability complaints.
Roger Dingledine
2005-08-24
Dirservers now do their own external reachability testing of each
Roger Dingledine
2005-08-23
that comma was important
Roger Dingledine
2005-08-22
and don't print the null string here either
Roger Dingledine
2005-08-22
Make DirPostPeriod config option obsolete.
Roger Dingledine
2005-08-22
change log entry for unreachability to explicitly suggest /etc/hosts
Roger Dingledine
2005-08-22
Implement new (reduced-frequency) upload rules. arma, you should review this.
Nick Mathewson
2005-08-15
rotate dns and cpu workers if the controller changes options that
Roger Dingledine
2005-08-15
initialize the dns worker cache tree whether or not we start
Roger Dingledine
2005-07-28
Possibly broken implementation of persistant state; handles helper nodes; doe...
Nick Mathewson
[next]