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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
/
routerlist.c
Age
Commit message (
Expand
)
Author
2018-06-29
Merge branch 'maint-0.3.2' into maint-0.3.3
Nick Mathewson
2018-06-29
Merge branch 'maint-0.3.1' into maint-0.3.2
Nick Mathewson
2018-06-29
Merge branch 'maint-0.2.9' into maint-0.3.1
Nick Mathewson
2018-06-23
Fix memory leak in frac_nodes_with_descriptors().
Alexander Færøy
2018-04-22
Rename node_has_descriptor() to node_has_any_descriptor()
Nick Mathewson
2018-04-22
Use node_has_preferred_descriptor() in another case
Nick Mathewson
2018-03-03
Merge branch 'ticket23814' into maint-0.3.3
Nick Mathewson
2018-02-12
Merge branch 'maint-0.2.9' into maint-0.3.1
Nick Mathewson
2018-02-12
Merge branch 'bug23318-redux_029' into maint-0.2.9
Nick Mathewson
2018-02-07
more fixes for typos, grammar, whitespace, etc
Roger Dingledine
2018-02-07
Fix spelling mistakes corresponding to ticket #23650
Deepesh Pathak
2018-01-31
remove the max_failures argument from download_status_is_ready.
Nick Mathewson
2018-01-25
Remove the old ("deterministic") download schedule.
Nick Mathewson
2018-01-24
Extract protover summary flags into a new structure
Nick Mathewson
2018-01-07
avoid calling format_iso_time() with TIME_MAX
Roger Dingledine
2017-12-11
Merge branch 'maint-0.3.0' into maint-0.3.1
Nick Mathewson
2017-12-11
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson
2017-12-11
Merge remote-tracking branch 'public/bug23985_029' into maint-0.2.9
Nick Mathewson
2017-12-08
Merge branch 'macro_free_v2_squashed'
Nick Mathewson
2017-12-08
Convert remaining function (mostly static) to new free style
Nick Mathewson
2017-12-08
Switch to a safer FREE_AND_NULL implementation
Nick Mathewson
2017-12-08
Change the free macro convention in the rest of src/or/*.h
Nick Mathewson
2017-12-05
Merge branch 'more_directories_squashed'
Nick Mathewson
2017-12-05
New accessors for keydir/cachedir access
Nick Mathewson
2017-11-30
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-11-30
Merge branch 'maint-0.3.1' into maint-0.3.2
Nick Mathewson
2017-11-30
Merge branch 'maint-0.3.0' into maint-0.3.1
Nick Mathewson
2017-11-30
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson
2017-11-30
Merge branch 'maint-0.2.8' into maint-0.2.9
Nick Mathewson
2017-11-30
Merge branch 'maint-0.2.5' into maint-0.2.8
Nick Mathewson
2017-11-30
Avoid use-after-free error in 20020 fix
Nick Mathewson
2017-11-28
Use local descriptor object to exclude self in path selection
David Goulet
2017-11-17
Make all the free() functions from container.h clear their targets
Nick Mathewson
2017-11-16
Log a better message if a router we're re-adding is expired.
Nick Mathewson
2017-11-09
Merge branch 'ticket12062_squashed'
Nick Mathewson
2017-11-09
Audit all of the "is the network turned off" checks.
Nick Mathewson
2017-11-09
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-11-09
Merge branch 'bug23985_029' into maint-0.3.2
Nick Mathewson
2017-11-08
Don't delay descriptor fetches when missing info needed for circuits
Nick Mathewson
2017-11-08
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-11-08
Merge branch 'bug23318-redux_029' into maint-0.3.2
Nick Mathewson
2017-11-08
Stop calculating total twice in frac_nodes_with_descriptors()
teor
2017-11-08
Check arguments and initialise variables in compute_weighted_bandwidths()
teor
2017-11-08
Actually log the total bandwidth in compute_weighted_bandwidths()
teor
2017-11-08
Use node counts in networks with all zero-bandwidths
teor
2017-11-08
Remove an erroneous 0.5 in compute_weighted_bandwidths()
Nick Mathewson
2017-11-07
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-11-07
Revert "Remove an erroneous 0.5 in compute_weighted_bandwidths()"
Nick Mathewson
2017-11-06
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-11-06
Merge remote-tracking branch 'public/bug23318_029' into maint-0.3.2
Nick Mathewson
[next]