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
/
confmgt
Age
Commit message (
Expand
)
Author
2019-12-16
Fix formatting in tor_assertf() message in struct_check_magic().
Nick Mathewson
2019-11-12
config: Log the option name when skipping an obsolete option
teor
2019-10-01
Add comments to try to prevent recurrence of #31495.
Nick Mathewson
2019-09-16
Run "make autostyle" and fix wide lines.
Nick Mathewson
2019-09-16
Merge branch 'tor-github/pr/1316'
George Kadianakis
2019-09-13
Detect overflow or underflow on double config values.
Nick Mathewson
2019-09-11
Update include.am files to refer to new location of confparse.[ch]
Nick Mathewson
2019-09-11
Update #includes to point to confparse.h in its new location.
Nick Mathewson
2019-09-11
Move confparse.[ch] into src/lib/confmgt/
Nick Mathewson
2019-09-11
Add new entries to lib/confmgt ".may_include" file
Nick Mathewson
2019-09-11
Merge branch 'tor-github/pr/1296'
David Goulet
2019-09-11
Extract common list of flags to use for obsolete variables.
Nick Mathewson
2019-09-11
Remove all VTFLAG_* usage.
Nick Mathewson
2019-09-11
Replace low-level {var_type,struct_var}_is_*() with flag inspection
Nick Mathewson
2019-09-11
Move VTFLAG_* declarations to conftypes.h
Nick Mathewson
2019-09-11
typed_var: Make flags into an unsigned OR of bits.
Nick Mathewson
2019-09-11
struct_var: refactor struct_var_is*() functions to delegate
Nick Mathewson
2019-09-10
Use strtod, not atof, for parsing doubles in the configuration.
Nick Mathewson
2019-09-05
Remove unused struct_var_* functions.
Nick Mathewson
2019-09-04
Remove _ex suffix from typed_var_*_ex() functions.
Nick Mathewson
2019-09-04
typedvar: remove now-unused functions taking config_type_t.
Nick Mathewson
2019-08-22
Merge branch 'ticket30935' into ticket30935_merged
Nick Mathewson
2019-08-20
Merge branch 'ticket30914' into ticket30914_merged
Nick Mathewson
2019-07-03
Fix @file directive in var_type_def_st.h
Nick Mathewson
2019-06-25
A few more test cases and unreachable lines
Nick Mathewson
2019-06-25
Turn several properties of types or variables into flags.
Nick Mathewson
2019-06-25
Use structvar to find the types for config vars.
Nick Mathewson
2019-06-25
Add new "struct_var_" functions to manipulate struct fields.
Nick Mathewson
2019-06-24
Add unit tests for the unitparse.c module.
Nick Mathewson
2019-06-24
Add a "typed_var" abstraction to implement lvalue access in C.
Nick Mathewson
2019-06-24
Move unit-parsing code to src/lib/confmgt
Nick Mathewson