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
/
app
Age
Commit message (
Expand
)
Author
2020-01-06
Initialize publish/subscribe code when running as an NT service.
Nick Mathewson
2019-10-22
Merge remote-tracking branch 'tor-github/pr/1346' into maint-0.4.1
Nick Mathewson
2019-09-26
lock: Avoid some undefined behaviour when freeing mutexes.
teor
2019-08-30
Merge remote-tracking branch 'tor-github/pr/1114' into maint-0.3.5
teor
2019-08-19
Merge branch 'maint-0.2.9' into maint-0.3.5
Nick Mathewson
2019-08-19
Merge branch 'maint-0.4.0' into maint-0.4.1
Nick Mathewson
2019-08-19
Merge branch 'maint-0.3.5' into maint-0.4.0
Nick Mathewson
2019-08-12
Merge branch 'maint-0.3.5' into maint-0.4.0
teor
2019-08-12
Merge remote-tracking branch 'tor-github/pr/1066' into maint-0.3.5
teor
2019-08-12
Merge remote-tracking branch 'tor-github/pr/1065' into maint-0.3.5
teor
2019-08-12
Merge remote-tracking branch 'tor-github/pr/1020' into maint-0.3.5
teor
2019-07-01
Merge branch 'maint-0.3.5' into maint-0.4.0
Nick Mathewson
2019-07-01
Merge branch 'maint-0.2.9' into maint-0.3.5
Nick Mathewson
2019-07-01
Merge branch 'maint-0.4.0' into maint-0.4.1
Nick Mathewson
2019-06-26
Merge branch 'tor-github/pr/1114' into maint-0.4.1
George Kadianakis
2019-06-15
Fix memleak when failing to parse a CSV_INTERVAL.
Nick Mathewson
2019-06-11
Merge branch 'tor-github/pr/1065' into maint-0.4.1
George Kadianakis
2019-06-05
Merge remote-tracking branch 'tor-github/pr/1020' into maint-0.4.0
Nick Mathewson
2019-06-05
Run "make autostyle."
Nick Mathewson
2019-05-31
Merge branch 'bug29875_035' into bug29875_master
Nick Mathewson
2019-05-31
Consider dir info to have changed when the bridges change
Nick Mathewson
2019-05-31
Fix a logic error in deciding whether to accept SessionGroup=
Nick Mathewson
2019-05-29
Shutdown libevent _after_ the subsystems.
Nick Mathewson
2019-05-16
Introduce circpad free_all() function.
George Kadianakis
2019-05-15
Merge branch 'tor-github/pr/1002'
George Kadianakis
2019-05-14
Merge branch 'ticket30452_035_v3' into ticket30452_041_v3
Nick Mathewson
2019-05-14
Make --list-modules imply --hush
Nick Mathewson
2019-05-14
Merge branch 'ticket30452_035_v3' into ticket30452_041_v3
Nick Mathewson
2019-05-14
Add a --list-modules command
Nick Mathewson
2019-05-13
Merge branch 'bug28683_30173_29203_squashed'
Nick Mathewson
2019-05-13
Bug 29203: Provide ReducedCircuitPadding torrc and consensus params
Mike Perry
2019-05-13
Bug 28693: Provide Torrc option to disable circuit padding.
Mike Perry
2019-05-06
Move "relay" and "router" periodic callbacks out of mainloop.c
Nick Mathewson
2019-05-06
Create a relay subsystem and move the shutdown functions there
Nick Mathewson
2019-05-02
Remove some now-needless dirauth includes
Nick Mathewson
2019-05-02
Make keypin.c dirauth-only
Nick Mathewson
2019-05-02
Make the bwauth.c module dirauth-only.
Nick Mathewson
2019-04-30
Make the guardfraction.c module dirauth-only.
Nick Mathewson
2019-04-30
Make the process_descs.c module dirauth-only.
Nick Mathewson
2019-04-30
Move dirauth periodic events into dirauth module.
Nick Mathewson
2019-04-30
Turn 'mainloop' into a subsystem.
Nick Mathewson
2019-04-19
Merge remote-tracking branch 'tor-github/pr/726' into maint-0.3.5
teor
2019-04-05
Merge branch 'maint-0.4.0'
George Kadianakis
2019-04-04
Implement an DormantCanceledByStartup option
Nick Mathewson
2019-03-26
Merge branch 'messaging_v3' into messaging_v3_merged
Nick Mathewson
2019-03-25
practracker: split shutdown code out of main.c
Nick Mathewson
2019-03-25
pubsub: install libevent events separately from the_dispatcher.
Nick Mathewson
2019-03-25
Connect the mainloop pubsub dispatcher on startup; free it on shutdown.
Nick Mathewson
2019-03-25
Code to manage publish/subscribe setup via subsystem interface.
Nick Mathewson
2019-03-25
Split command-handling and authentication from control.c
Nick Mathewson
[next]