Nick Mathewson
|
57699de005
|
Update the copyright year.
|
2016-02-27 18:48:19 +01:00 |
|
Nick Mathewson
|
4b23b398a3
|
Merge branch 'bug8546_squashed'
Conflicts:
src/or/connection.c
src/or/or.h
src/or/relay.c
|
2015-01-16 09:31:50 -05:00 |
|
Nick Mathewson
|
13dac5e463
|
Move entry_port_cfg_t fields in entry_connection_t
Also rename some options for uniformity, and apply this script:
@@
entry_connection_t *conn;
@@
conn->
+entry_cfg.
\(
isolation_flags
\|
session_group
\|
socks_prefer_no_auth
\|
ipv4_traffic
\|
ipv6_traffic
\|
prefer_ipv6
\|
cache_ipv4_answers
\|
cache_ipv6_answers
\|
use_cached_ipv4_answers
\|
use_cached_ipv6_answers
\|
prefer_ipv6_virtaddr
\)
|
2015-01-16 09:22:58 -05:00 |
|
Nick Mathewson
|
6f171003ce
|
fix new mingw64 compilation warnings
|
2015-01-08 10:44:30 -05:00 |
|
Nick Mathewson
|
f54e54b0b4
|
Bump copyright dates to 2015, in case someday this matters.
|
2015-01-02 14:27:39 -05:00 |
|
Nick Mathewson
|
a3dafd3f58
|
Replace operators used as macro arguments with OP_XX macros
Part of fix for 13172
|
2014-11-12 13:28:07 -05:00 |
|
Nick Mathewson
|
da908a593f
|
Unit tests for connection_edge_process_resolved_cell
Also rename a function to be more accurate (resolve->resolved)
|
2014-04-02 15:38:00 -04:00 |
|