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
2012-12-25
Merge remote-tracking branch 'mikeperry/209-path-bias-changes'
Nick Mathewson
2012-12-25
Add configuration options for directory guards
Nick Mathewson
2012-12-25
Make ECDHE group configurable: 224 for public, 256 for bridges (default)
Nick Mathewson
2012-12-17
Add missing doxygen for DNS and automap code
Nick Mathewson
2012-12-17
Per-listener option to prefer IPv6 automaps when possible.
Nick Mathewson
2012-12-17
Build and test most of the machinery needed for IPv6 virtualaddrmaps
Nick Mathewson
2012-12-17
Add options to turn DNS cache use on or off per client port.
Nick Mathewson
2012-12-13
Merge branch 'fallback_dirsource_v3'
Nick Mathewson
2012-12-11
Tags on relay cells can result in certain reason codes.
Mike Perry
2012-12-09
Rename first_hop to circ_attempt.
Mike Perry
2012-12-07
Refactor path use bias code into own function.
Mike Perry
2012-12-07
Document that care needs to be taken with any_streams_attached.
Mike Perry
2012-12-07
Prop 209: Add in hidserv path bias counts for usage.
Mike Perry
2012-12-07
Prop 209: Add path bias counts for timeouts and other mechanisms.
Mike Perry
2012-12-07
Update with code review changes from Nick.
Mike Perry
2012-12-07
Update pathbias parameters to match Proposal 209.
Mike Perry
2012-12-07
Add the ability to count circuit timeouts for guards.
Mike Perry
2012-12-07
Bug 3443: Don't count ORconn setup in circuit build time.
Mike Perry
2012-12-06
Drop FallbackNetworkstatusFile; it never worked.
Nick Mathewson
2012-12-06
Add an option to weight down authorities when choosing a fallback
Nick Mathewson
2012-12-06
When choosing among dirserver_ts, consider their weights
Nick Mathewson
2012-12-06
New FallbackDir option to add extra directories for bootstraping
Nick Mathewson
2012-12-06
Refactor add_trusted_dir_server
Nick Mathewson
2012-12-06
Rename trusted_dir_server_t to dir_server_t. Automatic renaming.
Nick Mathewson
2012-12-06
Rename DirServer to DirAuthority
Nick Mathewson
2012-12-06
Start refactoring trusted_dir_servers into trusted and fallback lists
Nick Mathewson
2012-11-27
Merge branch 'bug7013_take2_squashed'
Nick Mathewson
2012-11-27
Add a torrc option to specify the bind address of managed proxies.
George Kadianakis
2012-11-14
Add some missing doxygen for ipv6 exit code
Nick Mathewson
2012-11-14
Implement a PreferIPv6 flag for SocksPorts
Nick Mathewson
2012-11-14
Revise the DNS subsystem to handle IPv6 exits.
Nick Mathewson
2012-11-14
Rename ipv{4,6}_only to bind_ipv{4,6}_only
Nick Mathewson
2012-11-14
Add {No,}IPv{4,6}Traffic options to SOCKSPort
Nick Mathewson
2012-11-14
Add an IPv6Exit configuration option
Nick Mathewson
2012-11-14
Record, send, and receive flags in BEGIN cells
Nick Mathewson
2012-11-14
Parse IPv6 policy summaries from router descriptors and microdescs
Nick Mathewson
2012-11-14
Better policy support for IPv6
Nick Mathewson
2012-11-04
Merge remote-tracking branch 'linus/bug5053-bug5055'
Nick Mathewson
2012-10-22
Name variables more consistently.
Linus Nordberg
2012-10-17
Add GeoIP database for IPv6 addresses
nils
2012-10-12
Rename all reserved C identifiers we defined
Nick Mathewson
2012-10-12
Convert all include-guard macros to avoid reserved identifiers.
Nick Mathewson
2012-10-10
Fix comment on circuit_t.n_hop and remove circuitmux TODO in or.h
Andrea Shepard
2012-10-10
Remove cell_ewma_t from or.h and from circuit_t/or_circuit_t; all that goes t...
Andrea Shepard
2012-10-10
Handle n_mux/p_mux properly in circuitmux.c
Andrea Shepard
2012-10-10
Implement circuitmux_attach_circuit() in circuitmux.c
Andrea Shepard
2012-10-10
Use circuitmux_t in channels and when relaying cells
Andrea Shepard
2012-10-10
Add circuitmux.c, circuitmux.h
Andrea Shepard
2012-10-09
Split channel_t into channel_t and channel_listener_t; get rid of that big union
Andrea Shepard
2012-10-08
Use channel_t rather than or_connection_t for circuits
Andrea Shepard
[next]