summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2019-09-17Merge branch 'tor-github/pr/1323'George Kadianakis
2019-09-16Run "make autostyle" and fix wide lines.Nick Mathewson
2019-09-16Merge branch 'tor-github/pr/1316'George Kadianakis
2019-09-16Merge branch 'tor-github/pr/1318'George Kadianakis
2019-09-13Detect overflow or underflow on double config values.Nick Mathewson
2019-09-12Merge branch 'tor-github/pr/1319'David Goulet
2019-09-12Merge branch 'tor-github/pr/1285'David Goulet
2019-09-12Merge branch 'tor-github/pr/1303'George Kadianakis
2019-09-12Ticket 31687: fix for tor_isinf() as wellNick Mathewson
2019-09-12Merge branch 'ticket31687_035' into ticket31687_040Nick Mathewson
2019-09-11Update include.am files to refer to new location of confparse.[ch]Nick Mathewson
2019-09-11Update #includes to point to confparse.h in its new location.Nick Mathewson
2019-09-11Move confparse.[ch] into src/lib/confmgt/Nick Mathewson
2019-09-11Add new entries to lib/confmgt ".may_include" fileNick Mathewson
2019-09-11Merge branch 'tor-github/pr/1296'David Goulet
2019-09-11Extract common list of flags to use for obsolete variables.Nick Mathewson
2019-09-11Revise documentation on CFLG_* flagsNick Mathewson
2019-09-11Remove all CVFLAG_* usage.Nick Mathewson
2019-09-11Remove all VTFLAG_* usage.Nick Mathewson
2019-09-11confparse, conftypes: Replace flags with their new names.Nick Mathewson
2019-09-11Replace low-level {var_type,struct_var}_is_*() with flag inspectionNick Mathewson
2019-09-11Re-number VTFLAG_* values so they don't conflict with CVFLAG_*Nick Mathewson
2019-09-11Move VTFLAG_* declarations to conftypes.hNick Mathewson
2019-09-11typed_var: Make flags into an unsigned OR of bits.Nick Mathewson
2019-09-11struct_var: refactor struct_var_is*() functions to delegateNick Mathewson
2019-09-11Merge branch 'tor-github/pr/1311'David Goulet
2019-09-11Merge branch 'tor-github/pr/1307'George Kadianakis
2019-09-11madvise: tolerate EINVAL and ENOSYS when minherit failsNick Mathewson
2019-09-10Use strtod, not atof, for parsing doubles in the configuration.Nick Mathewson
2019-09-10fp.c: Suppress float-conversion warnings on FreeBSD.Nick Mathewson
2019-09-10Merge branch 'bug31615_041' into bug31615_masterteor
2019-09-10Merge branch 'bug31615_040' into bug31615_041teor
2019-09-09build: The <sys/sysctl.h> is now deprecated on LinuxDavid Goulet
2019-09-09Merge branch 'tor-github/pr/1298'David Goulet
2019-09-09Merge branch 'tor-github/pr/1287'David Goulet
2019-09-09log: Close log and err file descriptors before abortingteor
2019-09-09log: Don't close file log fds that are being used by the err moduleteor
2019-09-09torerr: Close sigsafe fds on shutdownteor
2019-09-06subsys: Make the subsystem init order match the module dependenciesteor
2019-09-05Remove unused struct_var_* functions.Nick Mathewson
2019-09-05Merge branch 'tor-github/pr/1295'George Kadianakis
2019-09-05Merge branch 'tor-github/pr/1294'George Kadianakis
2019-09-05Merge branch 'tor-github/pr/1293'George Kadianakis
2019-09-04Remove _ex suffix from typed_var_*_ex() functions.Nick Mathewson
2019-09-04typedvar: remove now-unused functions taking config_type_t.Nick Mathewson
2019-09-04Document fields of struct_magic_decl_t.Nick Mathewson
2019-09-04buffers: use ptrdiff_t to indicate offsets.Nick Mathewson
2019-09-04compat_compiler: fix documentation for STRUCT_VAR_PNick Mathewson
2019-09-04smartlist_pqueue: use ptrdiff_t instead of int for offsets.Nick Mathewson
2019-09-04config: explain CONFIG_TYPE_EXTENDEDNick Mathewson