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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
or
Age
Commit message (
Expand
)
Author
2018-04-22
Change the type of "download schedule" from smartlist to int.
Nick Mathewson
2018-04-22
Rename *DownloadSchedule to *DownloadInitialDelay; make them ints
Nick Mathewson
2018-04-17
Add an initialization case to node_get_prim_dirport
Nick Mathewson
2018-04-17
Add a redundant memset to node_get_pref_ipv6_orport()
Nick Mathewson
2018-04-17
Fix a copy-and-paste error from 6be994fa717cf73
Nick Mathewson
2018-04-17
Merge branch 'maint-0.3.3'
Nick Mathewson
2018-04-17
heartbeat: Log the number of circuits killed because too many cells
David Goulet
2018-04-16
Merge branch 'maint-0.3.3'
Nick Mathewson
2018-04-16
Merge remote-tracking branch 'dgoulet/bug25226_033_02' into maint-0.3.3
Nick Mathewson
2018-04-16
relay: Implement a circuit cell queue maximum size
David Goulet
2018-04-13
32-bit compilation warnings
Nick Mathewson
2018-04-13
Merge branch 'token_bucket_once_again_squashed'
Nick Mathewson
2018-04-13
Merge branch 'maint-0.3.3'
Nick Mathewson
2018-04-13
Merge branch 'postloop_callbacks_2'
Nick Mathewson
2018-04-13
Remove tell_event_loop_to_run_external_code() per review
Nick Mathewson
2018-04-13
Rename token_bucket_t to token_bucket_rw_t.
Nick Mathewson
2018-04-13
Merge branch 'token_bucket_refactor_squashed'
Nick Mathewson
2018-04-13
Move connection_ap_attach_pending(0) into a postloop event
Nick Mathewson
2018-04-13
Move the "activate linked connections" logic to a postloop event.
Nick Mathewson
2018-04-13
Remove a bunch of int casts; make clang happier.
Nick Mathewson
2018-04-13
Ensure that global buckets are updated on configuration change
Nick Mathewson
2018-04-13
Replace the global buckets with token_bucket_t
Nick Mathewson
2018-04-13
Refactor or_connection token buckets to use token_bucket_t
Nick Mathewson
2018-04-12
Refine extend_info_for_node's "enough info" check once again.
Nick Mathewson
2018-04-12
Merge branch 'maint-0.3.3'
Nick Mathewson
2018-04-12
Attempt to fix 32-bit builds, which broke with 31508a0abccfee1cd
Nick Mathewson
2018-04-12
Merge branch 'maint-0.3.3'
Nick Mathewson
2018-04-12
Use less memory for MaxMemInQueues for machines with more than 8 GB of RAM.
Alexander Færøy
2018-04-12
Use STATIC for compute_real_max_mem_in_queues
Alexander Færøy
2018-04-11
Merge branch 'maint-0.3.3'
Nick Mathewson
2018-04-11
Merge branch 'bug25581_033_v2_asn_squashed' into maint-0.3.3
Nick Mathewson
2018-04-11
Rename HSLayer{2,3}Nodes to start without an underscore.
Nick Mathewson
2018-04-11
Merge branch 'maint-0.3.3'
Nick Mathewson
2018-04-11
Bug 24989: Count client hsdir gets towards MaxClientCircuitsPending.
Mike Perry
2018-04-10
Merge remote-tracking branch 'isis-github/bug25425_squashed2'
Nick Mathewson
2018-04-10
Merge remote-tracking branch 'isis-github/bug25409'
Nick Mathewson
2018-04-10
config: Obsolete PortForwarding and PortForwardingHelper options.
Isis Lovecruft
2018-04-10
Merge branch 'maint-0.3.2' into maint-0.3.3
Nick Mathewson
2018-04-10
Merge branch 'maint-0.3.3'
Nick Mathewson
2018-04-10
Merge branch 'maint-0.3.1' into maint-0.3.2
Nick Mathewson
2018-04-10
Merge branch 'maint-0.2.9' into maint-0.3.1
Nick Mathewson
2018-04-10
Merge remote-tracking branch 'ahf-github/bugs/24854_029_2' into maint-0.2.9
Nick Mathewson
2018-04-10
Remove TestingEnableTbEmptyEvent
Nick Mathewson
2018-04-09
test: Add testing module and some unittests for bridges.c.
Isis Lovecruft
2018-04-09
Add a comment explaining why we do a certain redundant check
Nick Mathewson
2018-04-09
Lift the list of default directory servers into their own file.
Alexander Færøy
2018-04-06
Merge branch 'isolate_libevent_2_squashed'
Nick Mathewson
2018-04-05
fix confusing comment
Roger Dingledine
2018-04-05
Move responsibility for threadpool reply-handler events to workqueue
Nick Mathewson
2018-04-05
Wrap the function we use to run the event loop.
Nick Mathewson
[next]