summaryrefslogtreecommitdiff
path: root/src/common/util.c
AgeCommit message (Expand)Author
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
2016-10-11torrc parsing b0rks on carriage-returnpaolo.ingls@gmail.com
2016-10-04Allow a unix: address to contain a C-style quoted string.Nick Mathewson
2016-09-11Merge remote-tracking branch 'public/solaris_warnings_028'Nick Mathewson
2016-09-06checkSpace.pl now forbids more identifiers.Nick Mathewson
2016-07-28Three more -Wshadow fixes.Nick Mathewson
2016-07-28Fix a large pile of solaris warnings for bug 19767.Nick Mathewson
2016-07-28Fix a huge pile of -Wshadow warnings.Nick Mathewson
2016-07-28Merge branch 'bug18902_squashed'Nick Mathewson
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-07-26Add a function to simplify a fraction.Nick Mathewson
2016-07-26Tweaks on 19435 fix:Nick Mathewson
2016-07-26Fix integer overflow in the rate-limiter (#19435).Ivan Markin
2016-07-05Fix a variable-shadowing bug in check_private_dirNick Mathewson
2016-07-01Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed'Nick Mathewson
2016-06-30Merge remote-tracking branch 'andrea/bug18322_v3_squashed'Nick Mathewson
2016-06-30Make things mockable for dump_desc_populate_fifo_from_directory() unit testAndrea Shepard