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
/
lib
Age
Commit message (
Expand
)
Author
2019-11-06
Add a bunch of doxygen for things in src/lib.
Nick Mathewson
2019-11-06
int_type_params_t: add documentation.
Nick Mathewson
2019-11-06
dispatch_cfg_st.h: make comments into doxygen.
Nick Mathewson
2019-11-05
Merge branch 'doxygen_libs'
Nick Mathewson
2019-11-05
Merge remote-tracking branch 'tor-github/pr/1486'
teor
2019-11-05
Merge remote-tracking branch 'tor-github/pr/1477'
teor
2019-11-05
confmgt: Stop adding a space, when there is no option value
teor
2019-11-04
Move most of crypto overview into doxygen.
Nick Mathewson
2019-11-04
Move doc/HACKING/design/01b-collections.md into doxygen.
Nick Mathewson
2019-11-04
Divide 01a-memory.md into doxygen.
Nick Mathewson
2019-11-04
Doxygen: document the rest of the directories in lib.
Nick Mathewson
2019-11-04
Doxygen: fix a remaining \ref-to-directory
Nick Mathewson
2019-11-04
Doxygen: use \refdir everywhere.
Nick Mathewson
2019-11-04
Doxygen: Avoid ambiguity in @dir directives
Nick Mathewson
2019-11-04
doxygen: Take "lib" descriptions from doc/HACKING/design.
Nick Mathewson
2019-11-04
Remove spurious lib/stats doxygen file.
Nick Mathewson
2019-11-04
Document our top-level directories
Nick Mathewson
2019-11-04
Add stub directory-level documentation for most source directories
Nick Mathewson
2019-10-31
config: Give warn_about_relative_paths() const args
teor
2019-10-30
Add a CFLG_IMMUTABLE flag to mark a field as unchangeable.
Nick Mathewson
2019-10-30
fs: Clarify an ambiguous comment about string/pointer equality
teor
2019-10-28
Merge branch 'tor-github/pr/1476'
David Goulet
2019-10-28
add missing docs in crypto_digest*
Nick Mathewson
2019-10-26
Documentation cleanup in confmacros.h
Nick Mathewson
2019-10-26
doxygen: add @file declarations for src/lib
Nick Mathewson
2019-10-26
Rename confparse.[ch] identifiers to confmgt.[ch] identifiers.
Nick Mathewson
2019-10-26
Rename confparse.[ch] to confmgt.[ch]
Nick Mathewson
2019-10-26
Move config_format_t and allied definitions into conftypes.h
Nick Mathewson
2019-10-25
confparse: Add a function to check the magic of a toplevel object.
Nick Mathewson
2019-10-24
Write a new set of config validation callbacks.
Nick Mathewson
2019-10-24
Make foo_validate() functions call config_validate().
Nick Mathewson
2019-10-24
Add a config_validate() function to invoke verify callbacks.
Nick Mathewson
2019-10-24
Rename validate_fn{,_t} to start with "legacy_".
Nick Mathewson
2019-10-24
Merge remote-tracking branch 'tor-github/pr/1447'
teor
2019-10-22
config validation: make the "old_options" argument const.
Nick Mathewson
2019-10-22
validate_fn(): remove now-unused defaults and from_setconf.
Nick Mathewson
2019-10-22
Re-run make autostyle.
Nick Mathewson
2019-10-22
Merge branch 'ticket31705_v2' into ticket31705_v2_merged
Nick Mathewson
2019-10-22
threads.h: coccinelle cannot understand a macro.
Nick Mathewson
2019-10-22
ctassert.h: fix CTASSERT_DECL so coccinelle can parse it.
Nick Mathewson
2019-10-22
ratelim.h: use COCCI to hide an initializer.
Nick Mathewson
2019-10-22
util_bug.h: Coccinelle does not understand IF_BUG_ONCE or #nodef.
Nick Mathewson
2019-10-22
weakrng.h: use COCCI to hide a macro coccinelle cannot parse.
Nick Mathewson
2019-10-22
Use STMT_BEGIN/END in parse_int.c so coccinelle can handle it.
Nick Mathewson
2019-10-22
smartlist.h: use COCCI to hide SMARTLIST_FOREACH_JOIN from Coccinelle
Nick Mathewson
2019-10-22
namemap_st.h: Use COCCI to hide an initializer.
Nick Mathewson
2019-10-22
timeval.h: Coccinelle cannot understand timercmp.
Nick Mathewson
2019-10-22
Fix a macro in address.c so coccinelle can understand it
Nick Mathewson
2019-10-22
timers.c: define TIMEOUT_PUBLIC to no tokens when using COCCI.
Nick Mathewson
2019-10-22
dispatch_naming.c: when COCCI is defined, disable unparseable macros.
Nick Mathewson
[next]