index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
routerlist.c
Commit message (
Expand
)
Author
Age
*
make it even more clear that i didn't screw up the logic
Roger Dingledine
2005-11-15
*
fix logic error: not unnamed is good.
Roger Dingledine
2005-11-15
*
Make new logging stuff work on windows; fix a couple of windows typos.
Nick Mathewson
2005-11-15
*
fix function comment
Roger Dingledine
2005-11-11
*
fix a harmless warn and mark two points where we should
Roger Dingledine
2005-11-11
*
On directory servers, old_routers was wasting hundreds of bytes per supersede...
Nick Mathewson
2005-11-05
*
Fix bugs in routerlist_remove_old_cached_routers_with_id()
Nick Mathewson
2005-11-04
*
enable code to remove members of old_routers when it gets big.
Nick Mathewson
2005-11-01
*
remove redundant checking for . and .. now that
Roger Dingledine
2005-11-01
*
more doc cleanups and reorganizing
Roger Dingledine
2005-11-01
*
fix typo
Roger Dingledine
2005-10-29
*
router_add_to_routerlist() really needs to free not-added routers.
Nick Mathewson
2005-10-28
*
Fix an annoying rep violation bug
Nick Mathewson
2005-10-27
*
Start making directory caches retain old routerinfo_t. The code to remove ol...
Nick Mathewson
2005-10-27
*
remove some commented-out code that may tempt us to do ill
Nick Mathewson
2005-10-25
*
Remove last vestiges of old logging interface.
Nick Mathewson
2005-10-25
*
Use LD_BUG as appropriate; convert rend* and router* to new logging interface...
Nick Mathewson
2005-10-24
*
Oct 19 13:27:24.391 [info] router_reload_networkstatus(): Skipping cached-sta...
Roger Dingledine
2005-10-20
*
Crank down the frequency for replacing unchanged descriptors
Nick Mathewson
2005-10-19
*
Make it compile. appease roger and his thirst for documentation.
Nick Mathewson
2005-10-19
*
We need a routerlist_replace as well. This should do something about those an...
Nick Mathewson
2005-10-19
*
Start dividing log messages into logging domains. No, LD_ is not the best of...
Nick Mathewson
2005-10-18
*
I think nick meant to compare r2->platform the second time
Peter Palfrader
2005-10-18
*
Fix tor26's first segfault
Peter Palfrader
2005-10-18
*
Use a digestmap_t to speed up router_get_by_digest, which was previously a bo...
Nick Mathewson
2005-10-18
*
Refactor routerlist access slightly: always use router_get_by_routerlist(); c...
Nick Mathewson
2005-10-18
*
Enable trivial "download by descriptor digest" functionality.
Nick Mathewson
2005-10-14
*
When no descriptors changed, do not send a NEWDESC event.
Nick Mathewson
2005-10-12
*
authorities do not replace server descriptors where nothing semantically rele...
Nick Mathewson
2005-10-12
*
Funny. I could have sworn it compiled this morning when I checked it in.
Nick Mathewson
2005-10-12
*
More work towards a sane digest-based liveness testing.
Nick Mathewson
2005-10-12
*
Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the client...
Nick Mathewson
2005-10-12
*
add some docs; if warn_if_unnamed is 0, really do not warn.
Nick Mathewson
2005-10-11
*
do not try to download a routerdesc if we would immediately reject it as obso...
Nick Mathewson
2005-10-07
*
Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe...
Nick Mathewson
2005-10-06
*
I *knew* something was wrong here. Flip some comparison operators and make d...
Nick Mathewson
2005-10-05
*
improve INFO-level logging for directory downloads. This is still too chatty...
Nick Mathewson
2005-10-05
*
replace former relaunches of directory downloads with reset of failure count ...
Nick Mathewson
2005-10-05
*
reset warning flags on SIGHUP. arma: is this everything?
Nick Mathewson
2005-10-05
*
Fix verbose compiler warnings, including one in routerlist.c that would have ...
Nick Mathewson
2005-10-05
*
resolve some directory-related XXXXs; downgrade naming conflict messages from...
Nick Mathewson
2005-10-05
*
Downgrade noisy log messages in preparation for an alpha release.
Nick Mathewson
2005-10-05
*
Check for named servers when looking them up by nickname;
Nick Mathewson
2005-10-04
*
link nicknames to trusted directory servers; log these nicknames when mention...
Nick Mathewson
2005-10-04
*
cosmetic fix: only have one local to hold smartlist_len(downloadable), not too.
Nick Mathewson
2005-10-04
*
remove a never-used smartlist in routerlist.c
Nick Mathewson
2005-09-30
*
Try to hunt down a few more leaks
Nick Mathewson
2005-09-30
*
fix a small filename leak
Nick Mathewson
2005-09-30
*
fix a memory leak on exit in routerlist.c
Nick Mathewson
2005-09-30
*
Resolve several DOCDOCs. Make non-mirrors only launch routerdesc downloads w...
Nick Mathewson
2005-09-30
[next]