Peter Palfrader
|
0d9aedfcea
Downgrade a few INFO level logs to DEBUG again. Also add two or three new
|
před 20 roky |
Roger Dingledine
|
fd165329b8
start calling it *ListenAddress rather than *BindAddress,
|
před 20 roky |
Peter Palfrader
|
7b15f77dd6
Make a few INFO log lines into DEBUG
|
před 20 roky |
Roger Dingledine
|
ae92a91d96
more log uncluttering
|
před 20 roky |
Roger Dingledine
|
78edd804ff
fix a malformed warning entry
|
před 20 roky |
Peter Palfrader
|
14934dece2
Print address too when we say we cannot bind/listen
|
před 20 roky |
Nick Mathewson
|
cc35e1720f
Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happen, and does not really speed us up much when we do it. So stop doing it.
|
před 20 roky |
Nick Mathewson
|
039edb3dbb
Downgrade too-frequent "nothing happened" message from info to debug
|
před 20 roky |
Nick Mathewson
|
6e4608701d
and another leak.
|
před 20 roky |
Roger Dingledine
|
ae30c8101b
by convention, addr is a uint32_t and address is a string.
|
před 20 roky |
Nick Mathewson
|
5c5d2e82e6
Fix a leak when launching listeners.
|
před 20 roky |
Nick Mathewson
|
92451f74a8
Reformat inconsistent function declarations.
|
před 20 roky |
Nick Mathewson
|
5c53545d81
Add a bunch more warnings to out warning suite; resolve them; pack structs a little better.
|
před 20 roky |
Nick Mathewson
|
7c6679d8dc
Add new config.c function to set options that can fail, and roll back if they do. This should solve the setconf-an-impossible-port bug.
|
před 20 roky |
Roger Dingledine
|
63bb27f19d
be more thorough about noticing when a directory request has failed:
|
před 20 roky |
Nick Mathewson
|
3dc5e77b58
Numerous changes to move towards client-side v2 directories.
|
před 20 roky |
Nick Mathewson
|
4ce0e01848
add conn->requested_resource to connection_t checks.
|
před 20 roky |
Nick Mathewson
|
059148f588
Only caches download network-status for now, and they use a different strategy. Add an element to connection_t to remember what we are downloading, and a function to recognize our own fingerprint.
|
před 20 roky |
Roger Dingledine
|
893acb3acc
Make a new AssumeReachable config option that will publish anyway.
|
před 20 roky |
Nick Mathewson
|
4e735da5da
Also set event_mask=0 in connection_free_all, and dont send events to marked control conns (for good measure)
|
před 20 roky |
Roger Dingledine
|
5c4da9dec6
incomplete patch for matt's info controller signal term bug
|
před 20 roky |
Nick Mathewson
|
303258972b
Fix idiot bug. The "free the IP history" code belons in connection_free_all(), not in connection_free(). You can all mock me now.
|
před 20 roky |
Nick Mathewson
|
11ff0aba80
Make clients regenerate their keys when their IP address changes.
|
před 20 roky |
Nick Mathewson
|
18c11eb3bc
Be consistent about preferring foo* to struct foo*
|
před 20 roky |
Nick Mathewson
|
c3a62c1739
Initial, somewhat dodgy implementation of helper nodes. It has too many XXXXs, it logs too verbosely, and it doesnt do persistence.
|
před 20 roky |
Roger Dingledine
|
452c98058f
missed one
|
před 20 roky |
Roger Dingledine
|
d8d0feb633
tell us what kind of listener it is, too
|
před 20 roky |
Nick Mathewson
|
f86a1e634f
fix opening listener log msg
|
před 20 roky |
Nick Mathewson
|
e94f95a716
Populate address field of listeners with an actually sane value.
|
před 20 roky |
Roger Dingledine
|
2259032ea1
trivial changes on nick's rendezvous commit
|
před 20 roky |