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
/
control.c
Age
Commit message (
Expand
)
Author
2015-08-21
Merge branch 'workqueue_squashed'
Nick Mathewson
2015-08-21
Fix a bunch of check-spaces complaints
Sebastian Hahn
2015-08-20
Rename EVENT_SIGNAL -> EVENT_GOT_SIGNAL
Nick Mathewson
2015-08-18
Merge branch 'decouple_controller_events_squashed'
Nick Mathewson
2015-08-18
Use thread-local storage to block event_queue recursion.
Nick Mathewson
2015-08-18
Multithreading support for event-queue code.
Nick Mathewson
2015-08-18
Refactor initialization logic for control-event-queue
Nick Mathewson
2015-08-18
Remove obsolete event_format_t
Nick Mathewson
2015-08-18
Refactor our logic for sending events to controllers
Nick Mathewson
2015-08-13
Change lost_owning_controller() to call activate_signal().
Nick Mathewson
2015-08-12
Try to decouple process_signal() from anything not event-driven
Nick Mathewson
2015-07-30
Add get_max_sockets() and remove dead code
David Goulet
2015-06-03
Check for NULL values in getinfo_helper_onions
teor
2015-06-01
Appease make check-spaces
Andrea Shepard
2015-05-20
Add support for 'HiddenServiceMaxStream' to 'ADD_ONION'.
Yawning Angel
2015-05-18
Fix some compilation warnings
Nick Mathewson
2015-05-18
Merge remote-tracking branch 'andrea/ticket15358_squashed_2'
Nick Mathewson
2015-05-17
Add GETINFO network-liveness to control protocol
Andrea Shepard
2015-05-17
Implement EVENT_NETWORK_LIVENESS
Andrea Shepard
2015-05-14
Add missing descriptor ID to HS_DESC control event
David Goulet
2015-05-08
Fix segfault in HSPOST command introduce with feature #3523
Donncha O'Cearbhaill
2015-05-05
Fix a few more memory leaks; not in any released Tor
Nick Mathewson
2015-05-04
Merge branch 'feature3523_027'
Nick Mathewson
2015-05-04
Add "+HSPOST" and related "HS_DESC" event flags to the controller.
Donncha O'Cearbhaill
2015-05-02
Make `GETINFO hs/client/desc/id/<identifier>` actually work (#14845).
Yawning Angel
2015-04-30
whitespace fixes
Nick Mathewson
2015-04-30
Use rend_data_client/service_create() in code
David Goulet
2015-04-28
Add "ADD_ONION"/"DEL_ONION" and "GETINFO onions/*" to the controller.
Yawning Angel
2015-04-23
Merge remote-tracking branch 'dgoulet/bug14847_027_06'
Nick Mathewson
2015-04-23
Merge remote-tracking branch 'public/bug15546'
Nick Mathewson
2015-04-23
Avoid memory leak in error messages in control.c (not in any tor)
Nick Mathewson
2015-04-23
Merge remote-tracking branch 'dgoulet/bug14845_026_01'
Nick Mathewson
2015-04-22
Add function to validate HS descriptor ID
David Goulet
2015-04-21
Multiple fixes for the HSFETCH command
David Goulet
2015-04-21
Use rend_valid_service_id() in the HSFETCH command
David Goulet
2015-04-21
Control: make HSFETCH command use LongName
David Goulet
2015-04-21
Control: add + and 650 OK to HS_DESC_CONTENT event
David Goulet
2015-04-21
Control: unbolt rend_data from HS desc event
David Goulet
2015-04-21
Refactor HS descriptor fetch to support descriptor ID
David Goulet
2015-04-21
Control: add HS_DESC_CONTENT event
David Goulet
2015-04-21
Control: groud work for the HSFETCH command
David Goulet
2015-04-15
Fix indentation on a block
Nick Mathewson
2015-04-15
Remove spurious warn
Nick Mathewson
2015-04-15
Merge remote-tracking branch 'sebastian/bug14784'
Nick Mathewson
2015-04-15
Stop modifying const argument in handle_control_postdescriptor
Nick Mathewson
2015-03-22
Add unit tests for control_event_is_interesting()
teor
2015-03-13
const-ify the new failure vars, and one old one
Nick Mathewson
2015-03-12
Don't init control authchallenge nonce as assert side effect
Sebastian Hahn
2015-03-04
Make boostrap events include hostname ANDaddr AND digest
Nick Mathewson
2015-02-27
Include a HOST item in BOOTSTRAP problem messages
Nick Mathewson
[next]