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
/
lib
/
pubsub
Age
Commit message (
Expand
)
Author
2021-03-12
Update copyrights to 2021, using "make update-copyright"
Nick Mathewson
2020-11-12
Fix typos.
Samanta Navarro
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
Nick Mathewson
2019-12-02
Link to mainloop_pubsub.[ch] when describing delivery policies
Nick Mathewson
2019-11-16
Topic documentation on our publish-subscribe architecture.
Nick Mathewson
2019-11-15
Doxygen: rename all .dox files to end with .md
Nick Mathewson
2019-11-15
Doxygen: remove /** and **/ from all .dox files
Nick Mathewson
2019-11-06
Add a bunch of doxygen for things in src/lib.
Nick Mathewson
2019-11-04
Doxygen: document the rest of the directories in lib.
Nick Mathewson
2019-11-04
Doxygen: Avoid ambiguity in @dir directives
Nick Mathewson
2019-11-04
Add stub directory-level documentation for most source directories
Nick Mathewson
2019-10-26
doxygen: add @file declarations for src/lib
Nick Mathewson
2019-06-11
Merge branch 'tor-github/pr/1040'
David Goulet
2019-06-05
Run "make autostyle."
Nick Mathewson
2019-05-22
Multiple subscribers or publishers per subsystem
Taylor Yu
2019-05-02
Add comments to include.am files to note where new sources go
Nick Mathewson
2019-03-28
Don't unconditionally deref pub and sub in lint_message_consistency
Nick Mathewson
2019-03-26
Remove message/subsystem numbers from log messages
Nick Mathewson
2019-03-25
Rename one case of c_type to c_ptr_type.
Nick Mathewson
2019-03-25
Rename DISPATCH_DEFINE_TYPE() to DISPATCH_REGISTER_TYPE()
Nick Mathewson
2019-03-25
Various documentation notes and tweaks for pubsub
Nick Mathewson
2019-03-25
Log warning messages _before_ exiting because of earlier dcfg failure
Nick Mathewson
2019-03-25
practracker compliance: split lint_message into more logical parts
Nick Mathewson
2019-03-25
coverage: Exclude lines in pubsub_pub that can only be reached on bug
Nick Mathewson
2019-03-25
pubsub_check.c: Stop accepting NULL prefix, which we never send.
Nick Mathewson
2019-03-25
Try a different approach to making publish function seem used.
Nick Mathewson
2019-03-25
move pubsub_connector_t typedef to pubsub_connect.h
Nick Mathewson
2019-03-25
Correct doxygen @file directives
Nick Mathewson
2019-03-25
Document several issues found by Taylor
Nick Mathewson
2019-03-25
Add msgtypes.h include to pubsub_build.h
Nick Mathewson
2019-03-25
Pubsub: macros for ease-of-use and typesafety.
Nick Mathewson
2019-03-25
Add function to clear publish bindings.
Nick Mathewson
2019-03-25
pubsub: relationship checking functionality
Nick Mathewson
2019-03-25
Pubsub: an OO layer on top of lib/dispatch
Nick Mathewson