.. |
.cvsignore
|
update the cvsignore
|
2003-09-26 21:16:57 +00:00 |
buffers.c
|
Renormalize whitespace
|
2005-03-14 03:18:35 +00:00 |
circuitbuild.c
|
Turn addr_policy_compare from a tristate to a quadstate; this should help address our "Ah, you allow 1.2.3.4:80. You are a good choice for google.com" problem.
|
2005-03-19 06:57:16 +00:00 |
circuitlist.c
|
Commit fixes for several pending tor core tasks: document all DOCDOCed functions; time out uncontrolled unattached streams; feed reasons to SOCKS5 (refactoring connection_ap_handshake_socks_reply in the process); change DirFetchPeriod/StatusFetchPeriod to have a special "Be smart" value.
|
2005-03-17 12:38:37 +00:00 |
circuituse.c
|
Turn addr_policy_compare from a tristate to a quadstate; this should help address our "Ah, you allow 1.2.3.4:80. You are a good choice for google.com" problem.
|
2005-03-19 06:57:16 +00:00 |
command.c
|
Fix an unused function warning
|
2005-01-03 20:03:49 +00:00 |
config.c
|
Commit fixes for several pending tor core tasks: document all DOCDOCed functions; time out uncontrolled unattached streams; feed reasons to SOCKS5 (refactoring connection_ap_handshake_socks_reply in the process); change DirFetchPeriod/StatusFetchPeriod to have a special "Be smart" value.
|
2005-03-17 12:38:37 +00:00 |
connection_edge.c
|
Turn addr_policy_compare from a tristate to a quadstate; this should help address our "Ah, you allow 1.2.3.4:80. You are a good choice for google.com" problem.
|
2005-03-19 06:57:16 +00:00 |
connection_or.c
|
Renormalize whitespace
|
2005-03-14 03:18:35 +00:00 |
connection.c
|
Commit fixes for several pending tor core tasks: document all DOCDOCed functions; time out uncontrolled unattached streams; feed reasons to SOCKS5 (refactoring connection_ap_handshake_socks_reply in the process); change DirFetchPeriod/StatusFetchPeriod to have a special "Be smart" value.
|
2005-03-17 12:38:37 +00:00 |
control.c
|
Implement redirectstream in control interface.
|
2005-03-19 06:05:55 +00:00 |
cpuworker.c
|
Change from inet_ntoa to a threadproof tor_inet_ntoa.
|
2005-02-22 08:18:36 +00:00 |
directory.c
|
and forward-port the missing space
|
2005-03-19 20:30:23 +00:00 |
dirserv.c
|
Implement more control spec functionality
|
2005-02-25 20:46:13 +00:00 |
dns.c
|
fix an assert trigger in cvs: if a resolve request fails, and the circuit
|
2005-03-14 04:42:52 +00:00 |
hibernate.c
|
change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config option
|
2005-03-12 20:13:38 +00:00 |
main.c
|
Enable NT service code by default
|
2005-03-19 01:04:05 +00:00 |
Makefile.am
|
Start implementing control interface.
|
2004-11-03 01:32:26 +00:00 |
onion.c
|
forward-port the onion queue thing
|
2005-02-20 09:27:48 +00:00 |
or.h
|
Turn addr_policy_compare from a tristate to a quadstate; this should help address our "Ah, you allow 1.2.3.4:80. You are a good choice for google.com" problem.
|
2005-03-19 06:57:16 +00:00 |
relay.c
|
Commit fixes for several pending tor core tasks: document all DOCDOCed functions; time out uncontrolled unattached streams; feed reasons to SOCKS5 (refactoring connection_ap_handshake_socks_reply in the process); change DirFetchPeriod/StatusFetchPeriod to have a special "Be smart" value.
|
2005-03-17 12:38:37 +00:00 |
rendclient.c
|
Handle unavailable hidden services better. We try each intro point
|
2005-01-19 23:15:59 +00:00 |
rendcommon.c
|
Clean up rend cache on shutdown
|
2005-02-28 22:38:00 +00:00 |
rendmid.c
|
start generating version 1 style introduce cells
|
2005-01-13 20:21:11 +00:00 |
rendservice.c
|
make hidden services more likely to work from the server-side
|
2005-03-19 04:38:59 +00:00 |
rephist.c
|
free some more memory at shutdown
|
2005-02-28 01:59:18 +00:00 |
router.c
|
Turn addr_policy_compare from a tristate to a quadstate; this should help address our "Ah, you allow 1.2.3.4:80. You are a good choice for google.com" problem.
|
2005-03-19 06:57:16 +00:00 |
routerlist.c
|
Turn addr_policy_compare from a tristate to a quadstate; this should help address our "Ah, you allow 1.2.3.4:80. You are a good choice for google.com" problem.
|
2005-03-19 06:57:16 +00:00 |
routerparse.c
|
Commit fixes for several pending tor core tasks: document all DOCDOCed functions; time out uncontrolled unattached streams; feed reasons to SOCKS5 (refactoring connection_ap_handshake_socks_reply in the process); change DirFetchPeriod/StatusFetchPeriod to have a special "Be smart" value.
|
2005-03-17 12:38:37 +00:00 |
test.c
|
Change version parsing logic: a version is "obsolete" if it is not recommended and (1) there is a newer recommended version in the same series, or (2) there are no recommended versions in the same series, but there are some recommended versions in a newer series. A version is "new" if it is newer than any recommended version in the same series.
|
2005-03-01 01:44:57 +00:00 |
tor_main.c
|
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
2004-11-29 22:25:31 +00:00 |
tree.h
|
Delete trailing whitespace and expand tabs; remove unused aes decrypt code
|
2004-04-07 19:57:40 +00:00 |