aboutsummaryrefslogtreecommitdiff
path: root/src/common/util.c
AgeCommit message (Expand)Author
2017-09-28Move around some LCOV_EXCLs in src/commonNick Mathewson
2017-09-15Merge branch 'scan-build-032'Nick Mathewson
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
2017-09-15Split some long #if lines to make the #endif annotator happyNick Mathewson
2017-09-15Merge branch 'bug23487_029'Nick Mathewson
2017-09-15Use different variable names for pw_uid usagesNick Mathewson
2017-09-15Explain the restrictions on divisor in round*_to_next_multiple_ofteor
2017-09-12Clear up dead-assignment warnings from scan-buildNick Mathewson
2017-09-12clang scan-build: Fix "dead increment" warnings.Nick Mathewson
2017-09-12Log correctly on owner/user mismatch.Nick Mathewson
2017-09-06Exit when we can't write to a configured pid fileNick Mathewson
2017-08-28Merge branch 'bug22802_squashed'Nick Mathewson
2017-08-28Don't fall back to _atoi64Nick Mathewson
2017-08-09Treat a bad tor_spawn_background() as a BUG().Nick Mathewson
2017-08-09Add a 'NoExec' option that causes tor_spawn_background() to failNick Mathewson
2017-07-28Turn base < 0 into a BUG() in our long-parse functions.Nick Mathewson
2017-07-26Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-07-26Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-07-26Suppress clang4-specific -Wdouble-promotion warningsNick Mathewson
2017-07-05Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-07-05Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-07-05Only disable -Wfloat-conversion on mingw when it exists.Nick Mathewson
2017-07-05Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-07-05Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-07-05Merge branch 'bug22801_028' into maint-0.2.9Nick Mathewson
2017-07-03Fix -Wfloat-conversion C warnings on mingw in clamp_double_to_int64.Nick Mathewson
2017-05-23Fix comments of functions that return tor_snprintfteor
2017-05-19strlen() returns size_tNick Mathewson
2017-05-18Add support for %include funcionality on torrc #1922Daniel Pinto
2017-04-04Move config line parsing function to confline.cNick Mathewson
2017-03-17Split strings at newline in tor_get_lines_from_handle().Alexander Færøy
2017-03-15Run the copyright update script.Nick Mathewson
2017-03-09Use less-than instead of not-equal-to for comparison in read loops.Alexander Færøy
2017-03-09Remove buffered I/O stream usage in process_handle_t.Alexander Færøy
2017-03-08Use read(2) instead of fgets(3) when reading process output.Alexander Færøy
2017-03-01Use tor_fgets() instead of fgets().Alexander Færøy
2017-02-14Merge branch 'bug20894_029_v3'Nick Mathewson
2017-02-14Don't atoi off the end of a buffer chunk.Nick Mathewson
2017-02-03Use the standard OpenBSD preprocessor definitioncypherpunks
2016-12-23This is no longer inline.Nick Mathewson
2016-12-23Fix unreachable heap corruption in base64_decode()Hans Jerry Illikainen
2016-12-16Merge branch 'prop271_030_v1_squashed'Nick Mathewson
2016-12-01Add an extra warning message to check_private_dirteor
2016-11-30Teach parse_iso_time about the spaceless variant.Nick Mathewson
2016-11-16finish_writing_to_file_impl(): Remove temporary file if replacing the existin...Fabian Keil
2016-11-07Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-02Improve comments in check_private_dir and onion poisoningteor
2016-10-27Automated change to use smartlist_add_strdupovercaffeinated
2016-10-27Add implementation of smartlist_add_strdupovercaffeinated
2016-10-14Merge remote-tracking branch 'public/spaces_in_unix_addrs'Nick Mathewson