.. |
addressmap.c
|
Drop the maximum attempts to get a virtual address to 1000.
|
2012-12-17 14:51:31 -05:00 |
addressmap.h
|
Build and test most of the machinery needed for IPv6 virtualaddrmaps
|
2012-12-17 14:51:29 -05:00 |
buffers.c
|
Move address map into its own file.
|
2012-11-14 23:16:20 -05:00 |
buffers.h
|
Convert all include-guard macros to avoid reserved identifiers.
|
2012-10-12 12:13:10 -04:00 |
channel.c
|
Add comment explaining different channel close functions
|
2012-11-13 18:50:37 -08:00 |
channel.h
|
Merge branch 'bsd_queue' of ssh://git-rw.torproject.org/nickm/tor
|
2012-10-30 14:39:14 -07:00 |
channeltls.c
|
Enable the ntor handshake on the client side.
|
2013-01-03 11:29:47 -05:00 |
channeltls.h
|
Rename all reserved C identifiers we defined
|
2012-10-12 12:22:13 -04:00 |
circuitbuild.c
|
Bug 7691 review fixes.
|
2013-01-08 19:29:56 -08:00 |
circuitbuild.h
|
Bug 7691 review fixes.
|
2013-01-08 19:29:56 -08:00 |
circuitlist.c
|
Bug 7691: Send a probe cell down certain types of circs.
|
2013-01-08 17:28:08 -08:00 |
circuitlist.h
|
Rename all reserved C identifiers we defined
|
2012-10-12 12:22:13 -04:00 |
circuitmux_ewma.c
|
Avoid c99 designated initializers in circuitmux_ewma.c
|
2012-11-02 13:14:39 -04:00 |
circuitmux_ewma.h
|
Rename all reserved C identifiers we defined
|
2012-10-12 12:22:13 -04:00 |
circuitmux.c
|
Fix formatting in various places after 6465/6816 work
|
2012-10-10 00:48:36 -07:00 |
circuitmux.h
|
Rename all reserved C identifiers we defined
|
2012-10-12 12:22:13 -04:00 |
circuitstats.c
|
Bug 3443: Don't count ORconn setup in circuit build time.
|
2012-12-07 10:34:09 -05:00 |
circuitstats.h
|
Move the circuit build timeout code into its own file.
|
2012-10-15 14:50:55 -04:00 |
circuituse.c
|
Bug 7341 code review fixes.
|
2013-01-08 18:12:38 -08:00 |
circuituse.h
|
Convert all include-guard macros to avoid reserved identifiers.
|
2012-10-12 12:13:10 -04:00 |
command.c
|
Enable handling of create2/extend2/created2/extended2
|
2013-01-03 11:29:47 -05:00 |
command.h
|
Convert all include-guard macros to avoid reserved identifiers.
|
2012-10-12 12:13:10 -04:00 |
config_codedigest.c
|
Resolve about 24 DOCDOCs
|
2012-06-05 00:17:54 -04:00 |
config.c
|
Merge branch 'ntor-resquashed'
|
2013-01-03 11:52:41 -05:00 |
config.h
|
Add a torrc option to specify the bind address of managed proxies.
|
2012-11-27 22:18:08 -05:00 |
confparse.c
|
Split the routerset code out of routerlist.c
|
2012-09-14 10:20:00 -04:00 |
confparse.h
|
In comments and logs, say "UTC" not "GMT"
|
2012-11-23 10:05:16 -05:00 |
connection_edge.c
|
Bug 7691: Send a probe cell down certain types of circs.
|
2013-01-08 17:28:08 -08:00 |
connection_edge.h
|
Bug 7691: Send a probe cell down certain types of circs.
|
2013-01-08 17:28:08 -08:00 |
connection_or.c
|
Let servers choose better ciphersuites when clients support them
|
2012-12-25 20:14:07 -05:00 |
connection_or.h
|
Discard extraneous renegotiation attempts in the v3 link protocol
|
2012-10-17 19:19:58 -04:00 |
connection.c
|
Per-listener option to prefer IPv6 automaps when possible.
|
2012-12-17 14:51:30 -05:00 |
connection.h
|
Check for orconns in connection_mark_for_close and connection_mark_and_flush, and pass the call through channel_close_for_error with a warning to avoid asserts
|
2012-11-10 02:35:47 -08:00 |
control.c
|
Build and test most of the machinery needed for IPv6 virtualaddrmaps
|
2012-12-17 14:51:29 -05:00 |
control.h
|
Convert all include-guard macros to avoid reserved identifiers.
|
2012-10-12 12:13:10 -04:00 |
cpuworker.c
|
Complete all DOCDOC entries from the ntor branch
|
2013-01-03 11:29:48 -05:00 |
cpuworker.h
|
Teach cpuworker and others about create_cell_t and friends
|
2013-01-03 11:29:46 -05:00 |
directory.c
|
Fix a possibly-unused-var warning. Thank you, GCC.
|
2012-12-25 23:37:41 -05:00 |
directory.h
|
Convert all include-guard macros to avoid reserved identifiers.
|
2012-10-12 12:13:10 -04:00 |
dirserv.c
|
Merge branch 'ntor-resquashed'
|
2013-01-03 11:52:41 -05:00 |
dirserv.h
|
Merge remote-tracking branch 'public/bug6887'
|
2012-12-07 11:02:27 -05:00 |
dirvote.c
|
Merge branch 'ntor-resquashed'
|
2013-01-03 11:52:41 -05:00 |
dirvote.h
|
Wrangle curve25519 onion keys: generate, store, load, publish, republish
|
2013-01-02 14:11:14 -05:00 |
dns.c
|
Fix some wide lines
|
2012-12-07 14:14:20 -05:00 |
dns.h
|
Make DNS callback pass IPv6 answers to dns_answer_found
|
2012-11-14 23:16:23 -05:00 |
dnsserv.c
|
Initial support for AAAA requests on DNSPort.
|
2012-11-14 23:16:58 -05:00 |
dnsserv.h
|
Convert all include-guard macros to avoid reserved identifiers.
|
2012-10-12 12:13:10 -04:00 |
entrynodes.c
|
Merge branch 'ntor-resquashed'
|
2013-01-03 11:52:41 -05:00 |
entrynodes.h
|
Merge remote-tracking branch 'mikeperry/209-path-bias-changes'
|
2012-12-25 23:30:28 -05:00 |
eventdns_tor.h
|
whitesapce fix
|
2012-10-15 11:22:53 -04:00 |
geoip.c
|
Nuke uses of memcmp outside of unit tests
|
2012-12-13 17:34:05 -05:00 |
geoip.h
|
Merge remote-tracking branch 'linus/bug5053-bug5055'
|
2012-11-04 21:44:31 -05:00 |
hibernate.c
|
In comments and logs, say "UTC" not "GMT"
|
2012-11-23 10:05:16 -05:00 |
hibernate.h
|
Convert all include-guard macros to avoid reserved identifiers.
|
2012-10-12 12:13:10 -04:00 |
include.am
|
Make libcurve25519_donna get built as a .a
|
2013-01-03 11:29:47 -05:00 |
main.c
|
Fix some wide lines
|
2012-12-07 14:14:20 -05:00 |
main.h
|
Convert all include-guard macros to avoid reserved identifiers.
|
2012-10-12 12:13:10 -04:00 |
Makefile.nmake
|
Add initial circuitmux_ewma.{c,h}
|
2012-10-10 00:44:46 -07:00 |
microdesc.c
|
Merge branch 'ntor-resquashed'
|
2013-01-03 11:52:41 -05:00 |
microdesc.h
|
Convert all include-guard macros to avoid reserved identifiers.
|
2012-10-12 12:13:10 -04:00 |
networkstatus.c
|
Drop FallbackNetworkstatusFile; it never worked.
|
2012-12-06 11:28:49 -05:00 |
networkstatus.h
|
Convert all include-guard macros to avoid reserved identifiers.
|
2012-10-12 12:13:10 -04:00 |
nodelist.c
|
Merge branch 'ntor-resquashed'
|
2013-01-03 11:52:41 -05:00 |
nodelist.h
|
Enable the ntor handshake on the client side.
|
2013-01-03 11:29:47 -05:00 |
ntmain.c
|
Be more careful calling wcstombs
|
2012-06-07 11:09:38 -04:00 |
ntmain.h
|
Convert all include-guard macros to avoid reserved identifiers.
|
2012-10-12 12:13:10 -04:00 |
onion_fast.c
|
Check all crypto_rand return values for ntor.
|
2013-01-03 11:29:49 -05:00 |
onion_fast.h
|
Refactor the CREATE_FAST handshake code to match the others.
|
2013-01-03 11:29:02 -05:00 |
onion_ntor.c
|
Check all crypto_rand return values for ntor.
|
2013-01-03 11:29:49 -05:00 |
onion_ntor.h
|
Add reference implementation for ntor, plus compatibility test
|
2013-01-03 11:29:48 -05:00 |
onion_tap.c
|
Massive refactoring of the various handshake types
|
2013-01-03 11:29:46 -05:00 |
onion_tap.h
|
Massive refactoring of the various handshake types
|
2013-01-03 11:29:46 -05:00 |
onion.c
|
Complete all DOCDOC entries from the ntor branch
|
2013-01-03 11:29:48 -05:00 |
onion.h
|
ntor: Don't fail fast server-side on an unrecognized KEYID(B)
|
2013-01-03 11:29:48 -05:00 |
or.h
|
Bug 7691 review fixes.
|
2013-01-08 19:29:56 -08:00 |
policies.c
|
fix some typos
|
2012-12-03 13:33:43 -05:00 |
policies.h
|
Fix a bug in policy_is_reject_star() that was making IPv4 exits break
|
2012-11-14 23:16:57 -05:00 |
reasons.c
|
Use LD_PROTOCOL rather than LD_BUG to warn about bogus reason codes that originated remotely in circuit_end_reason_to_control_string()
|
2012-10-17 03:24:28 -07:00 |
reasons.h
|
Convert all include-guard macros to avoid reserved identifiers.
|
2012-10-12 12:13:10 -04:00 |
relay.c
|
Bug 7691: Send a probe cell down certain types of circs.
|
2013-01-08 17:28:08 -08:00 |
relay.h
|
Get the client side of receiving an IPv6 address to work
|
2012-11-14 23:16:23 -05:00 |
rendclient.c
|
Fix bug 7341.
|
2013-01-08 17:21:05 -08:00 |
rendclient.h
|
Convert all include-guard macros to avoid reserved identifiers.
|
2012-10-12 12:13:10 -04:00 |
rendcommon.c
|
Rename all reserved C identifiers we defined
|
2012-10-12 12:22:13 -04:00 |
rendcommon.h
|
Convert all include-guard macros to avoid reserved identifiers.
|
2012-10-12 12:13:10 -04:00 |
rendmid.c
|
Rename handshake_digest to rend_circ_nonce
|
2013-01-03 11:29:46 -05:00 |
rendmid.h
|
Convert all include-guard macros to avoid reserved identifiers.
|
2012-10-12 12:13:10 -04:00 |
rendservice.c
|
Merge branch 'ntor-resquashed'
|
2013-01-03 11:52:41 -05:00 |
rendservice.h
|
Convert all include-guard macros to avoid reserved identifiers.
|
2012-10-12 12:13:10 -04:00 |
rephist.c
|
Merge remote-tracking branch 'public/bug1031'
|
2012-10-15 11:20:48 -04:00 |
rephist.h
|
Convert all include-guard macros to avoid reserved identifiers.
|
2012-10-12 12:13:10 -04:00 |
replaycache.c
|
Rename all reserved C identifiers we defined
|
2012-10-12 12:22:13 -04:00 |
replaycache.h
|
Convert all include-guard macros to avoid reserved identifiers.
|
2012-10-12 12:13:10 -04:00 |
router.c
|
Merge branch 'ntor-resquashed'
|
2013-01-03 11:52:41 -05:00 |
router.h
|
Massive refactoring of the various handshake types
|
2013-01-03 11:29:46 -05:00 |
routerlist.c
|
Merge branch 'ntor-resquashed'
|
2013-01-03 11:52:41 -05:00 |
routerlist.h
|
New FallbackDir option to add extra directories for bootstraping
|
2012-12-06 11:28:49 -05:00 |
routerparse.c
|
Make the = at the end of ntor-onion-key optional.
|
2013-01-05 22:53:32 -05:00 |
routerparse.h
|
Merge remote-tracking branch 'public/bug6887'
|
2012-12-07 11:02:27 -05:00 |
routerset.c
|
Better policy support for IPv6
|
2012-11-14 23:16:21 -05:00 |
routerset.h
|
Split the routerset code out of routerlist.c
|
2012-09-14 10:20:00 -04:00 |
statefile.c
|
Merge branch 'bug7013_take2_squashed'
|
2012-11-27 22:18:16 -05:00 |
statefile.h
|
Split the or_state_t portions of config.c into their own file
|
2012-09-13 12:20:26 -04:00 |
status.c
|
Add packaged cell fullness to the heartbeat message.
|
2012-12-18 15:16:35 -05:00 |
status.h
|
Convert all include-guard macros to avoid reserved identifiers.
|
2012-10-12 12:13:10 -04:00 |
tor_main.c
|
Update copyright dates to 2012; add a few missing copyright statements
|
2012-06-04 20:58:17 -04:00 |
transports.c
|
Add warning message when a managed proxy dies during configuration.
|
2012-11-06 17:53:09 -05:00 |
transports.h
|
Start passing ports to tor_check_port_forwarding().
|
2012-09-05 18:08:18 +03:00 |