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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
connection_edge.c
Age
Commit message (
Expand
)
Author
2013-02-01
Refactor code that rolls back the use state
Mike Perry
2013-01-18
Roll back the path_state for circs if we detatch a stream.
Mike Perry
2013-01-18
Implement Path use bias accounting.
Mike Perry
2013-01-16
Implement proposal 204: ignore subdomains in hidden service addresses
Jérémy Bobbio
2013-01-16
Aftermath of isin->contains renaming
Nick Mathewson
2013-01-16
Rename *_isin to *_contains
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2013-01-08
Bug 7691: Send a probe cell down certain types of circs.
Mike Perry
2012-12-29
Fix a crash bug when running an node without IPv6-exit support.
Nick Mathewson
2012-12-25
Fix compilation warning: must not format u64 as long.
Nick Mathewson
2012-12-25
Merge remote-tracking branch 'mikeperry/209-path-bias-changes'
Nick Mathewson
2012-12-18
Changes from Nick's code review 'part 1'
Mike Perry
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
Refactor the code to check if an address is matched by automapsuffixes
Nick Mathewson
2012-12-17
Fixed an unused-variable warning
Nick Mathewson
2012-12-17
Implement option to turn off DNS cache modification by a client port
Nick Mathewson
2012-12-17
Implement option to turn off DNS cache use on a client port
Nick Mathewson
2012-12-09
Space fixes.
Mike Perry
2012-12-08
Allow any valid 'end' cell to mean a circuit was used successfully.
Mike Perry
2012-12-07
Refactor path use bias code into own function.
Mike Perry
2012-12-07
Note a strange case for SOCKS streams.
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
Fix some wide lines
Nick Mathewson
2012-12-07
Merge branch 'win64-7260'
Nick Mathewson
2012-12-04
Merge remote-tracking branch 'asn/bug7592_take2'
Nick Mathewson
2012-12-05
Return connection_exit_connect() if payload creation failed.
George Kadianakis
2012-12-03
fix some typos
Roger Dingledine
2012-11-15
Fix up some comments in connection_edge.c
Nick Mathewson
2012-11-14
Accept reverse resolve requests for IPv6 addresses
Nick Mathewson
2012-11-14
Add some missing doxygen for ipv6 exit code
Nick Mathewson
2012-11-14
Actually send back correctly-formed IPv6 CONNECTED cells
Nick Mathewson
2012-11-14
Implement a PreferIPv6 flag for SocksPorts
Nick Mathewson
2012-11-14
Change signature of router_compare_to_my_exit_policy so dns can use it
Nick Mathewson
2012-11-14
Whitespace cleanup
Nick Mathewson
2012-11-14
Actually send BEGIN cell flags
Nick Mathewson
2012-11-14
When asking for a specific address type, others aren't acceptable
Nick Mathewson
2012-11-14
I think it is correct to decorate these addresses.
Nick Mathewson
2012-11-14
Better checking of exit policies for connections by hostname
Nick Mathewson
2012-11-14
Only send begin cell flags when we have some to send
Nick Mathewson
2012-11-14
Never support IPv6 traffic on a SOCKS4 connection.
Nick Mathewson
2012-11-14
Get the client side of receiving an IPv6 address to work
Nick Mathewson
2012-11-14
Reject IPv4 or IPv6 addresses from the user depending on SOCKS settings
Nick Mathewson
2012-11-14
Add an IPv6Exit configuration option
Nick Mathewson
2012-11-14
Simplest version of server-side IPv6 support (no dns)
Nick Mathewson
2012-11-14
Record, send, and receive flags in BEGIN cells
Nick Mathewson
2012-11-14
Refactor begin cell parsing into its own function, with tests.
Nick Mathewson
2012-11-14
Refactor client_dns_set_{reverse_,}addressmap() to take a circ
Nick Mathewson
2012-11-14
Move address map into its own file.
Nick Mathewson
[next]