Nick Mathewson
|
c8056dcbbb
Fix some wide lines
|
12 роки тому |
Nick Mathewson
|
3fa9151f26
Merge branch 'win64-7260'
|
12 роки тому |
Nick Mathewson
|
7908ab2093
Move address map into its own file.
|
12 роки тому |
Roger Dingledine
|
a90affa84b
Merge branch 'maint-0.2.3'
|
12 роки тому |
Roger Dingledine
|
88bb48e785
use a more logical operator
|
12 роки тому |
Nick Mathewson
|
1bfda600c3
Add a TOR_SOCKET_T_FORMAT construction for logging sockets.
|
12 роки тому |
Nick Mathewson
|
907db008ab
Move the circuit build timeout code into its own file.
|
12 роки тому |
Nick Mathewson
|
9f83142591
Merge remote-tracking branch 'public/bug1031'
|
12 роки тому |
Nick Mathewson
|
0d946e1773
Merge remote-tracking branch 'arma/bug7029'
|
12 роки тому |
Nick Mathewson
|
56c0baa523
Rename all reserved C identifiers we defined
|
12 роки тому |
Andrea Shepard
|
3f4b95b1a3
Split channel_t into channel_t and channel_listener_t; get rid of that big union
|
12 роки тому |
Andrea Shepard
|
7138a4adac
Keep better statistics about channels and dump them from dumpstats() on SIGUSR1
|
12 роки тому |
Andrea Shepard
|
a9a75ee59a
Call channel_tls_free_all() and channel_free_all() from tor_free_all in main.c
|
12 роки тому |
Andrea Shepard
|
72251385b0
Call connection_or_close_normally() rather than using connection_mark_for_close()/connection_mark_and_flush() in run_connection_housekeeping() of main.c so that channels get sent to the CLOSING state correctly (avoids an assert otherwise)
|
12 роки тому |
Andrea Shepard
|
07f9e8fc7d
Call channel_run_cleanup() in main.c, and include a comment explaining how closing or_connections related to channels
|
12 роки тому |
Andrea Shepard
|
cb62a0b69a
Use channel_is_bad_for_new_circs(), connection_or_get_num_circs() in main.c
|
12 роки тому |
Andrea Shepard
|
32337502f1
Use channel_t rather than or_connection_t for circuits
|
12 роки тому |
Roger Dingledine
|
3d31771da9
Free some more still-in-use memory at exit
|
12 роки тому |
Nick Mathewson
|
a80d8e09d3
The --version option should imply --quiet.
|
12 роки тому |
Nick Mathewson
|
e4ce8cd969
Fix compilation with older gccs
|
12 роки тому |
Nick Mathewson
|
7d11952bf4
Split the or_state_t portions of config.c into their own file
|
12 роки тому |
Nick Mathewson
|
1ca9e2685f
Merge branch 'quiet_lib_versions_squashed'
|
12 роки тому |
Nick Mathewson
|
e3a130a7eb
Don't log about Libevent/OpenSSL initialization when all's well
|
12 роки тому |
George Kadianakis
|
da16c425ef
Start passing ports to tor_check_port_forwarding().
|
12 роки тому |
George Kadianakis
|
cd05f35d2c
Refactor tor to support the new tor-fw-helper protocol.
|
12 роки тому |
Nick Mathewson
|
3da9a14f1c
Merge remote-tracking branch 'arma/feature6758'
|
12 роки тому |
Roger Dingledine
|
3ea37e5faa
quiet "I learned some more directory information" on startup
|
12 роки тому |
Roger Dingledine
|
e964f81143
omit the first heartbeat message (resolves ticket 6758)
|
12 роки тому |
Nick Mathewson
|
7faf115dff
Change all SMARTLIST_FOREACH loops of >=10 lines to use BEGIN/END
|
12 роки тому |
Nick Mathewson
|
a6688c574e
Catch a few more K&R violations with make check-spaces
|
12 роки тому |