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
/
conf
Age
Commit message (
Expand
)
Author
2019-09-11
Extract common list of flags to use for obsolete variables.
Nick Mathewson
2019-09-11
Revise documentation on CFLG_* flags
Nick Mathewson
2019-09-11
Remove all CVFLAG_* usage.
Nick Mathewson
2019-09-11
Remove all VTFLAG_* usage.
Nick Mathewson
2019-09-11
confparse, conftypes: Replace flags with their new names.
Nick Mathewson
2019-09-11
Re-number VTFLAG_* values so they don't conflict with CVFLAG_*
Nick Mathewson
2019-09-11
Move VTFLAG_* declarations to conftypes.h
Nick Mathewson
2019-09-05
Merge branch 'tor-github/pr/1294'
George Kadianakis
2019-09-05
Merge branch 'tor-github/pr/1293'
George Kadianakis
2019-09-04
Document fields of struct_magic_decl_t.
Nick Mathewson
2019-09-04
config: explain CONFIG_TYPE_EXTENDED
Nick Mathewson
2019-09-04
config: use ptrdiff_t for all field-offset members.
Nick Mathewson
2019-08-24
clarify usage of __ and ___ prefixes on config options
Nick Mathewson
2019-08-24
whitespace fix
Nick Mathewson
2019-06-25
Make "invisibility" and "undumpability" properties of variables.
Nick Mathewson
2019-06-25
Turn several properties of types or variables into flags.
Nick Mathewson
2019-06-25
Extend macros to allow flag arguments.
Nick Mathewson
2019-06-25
Add a "flags" member to config_var_t
Nick Mathewson
2019-06-25
Move responsibility for config var macros
Nick Mathewson
2019-06-25
Move config_var_t info conftypes.h
Nick Mathewson
2019-06-25
Add new "struct_var_" functions to manipulate struct fields.
Nick Mathewson
2019-06-24
Further clarify our clarification about the type of POSINT
Nick Mathewson
2019-06-24
Add a "typed_var" abstraction to implement lvalue access in C.
Nick Mathewson
2019-06-24
Start moving types that will be used for config vars to lib/conf
Nick Mathewson