aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2017-04-07Remove base64_decode_nopad()Taylor Yu
2017-04-07Make base64_decode() check actual decoded lengthTaylor Yu
2017-04-07Merge branch 'maint-0.3.0'Nick Mathewson
2017-04-07Merge remote-tracking branch 'public/bug21894_029' into maint-0.3.0Nick Mathewson
2017-04-07Merge branch 'ticket21842_squashed'Nick Mathewson
2017-04-07Remove tor-checkkey as obsoleteNick Mathewson
2017-04-07Never read off the end of a buffer in base32_encode()Nick Mathewson
2017-04-07Comment fix. (Catalyst spotted this)Nick Mathewson
2017-04-07Merge branch 'isolate_openssl'Nick Mathewson
2017-04-07Make the warnings about terminating nuls a bit strongerNick Mathewson
2017-04-06Use baseXX length macros in baseXX_encode()Taylor Yu
2017-04-06Add macros for baseXX encoding lengthsTaylor Yu
2017-04-06Make CEIL_DIV() slightly more overflow-safeTaylor Yu
2017-04-06Explain config_line_find() behavior on duplicates.Nick Mathewson
2017-04-06Add an assertion to config_line_append().Nick Mathewson
2017-04-06Add some "labeled storagedir" abstractions.Nick Mathewson
2017-04-04Move config line parsing function to confline.cNick Mathewson
2017-04-04Move config_line_t functions from confparse.c into common.Nick Mathewson
2017-03-31Move "change cert expiration and re-sign" fn into tortls.cNick Mathewson
2017-03-31Mark many private tortls.h APIs as openssl-only.Nick Mathewson
2017-03-31Change many tortls.h declarations of private APIs to use structsNick Mathewson
2017-03-31Make crypto_ed25519.c no longer depend on opensslNick Mathewson
2017-03-31Isolate dmalloc/openssl bridge code to crypto.cNick Mathewson
2017-03-27Merge remote-tracking branch 'ahf/bugs/21757'Nick Mathewson
2017-03-27Check and cast st_size to size_t in storagedir codeNick Mathewson
2017-03-17Split strings at newline in tor_get_lines_from_handle().Alexander Færøy
2017-03-16Merge branch 'storagedir_squashed'Nick Mathewson
2017-03-16Define a "storagedir" abstraction to hold numerous similar filesNick Mathewson
2017-03-16Now, resolve a new 64-bit warning in compat_threads.cNick Mathewson
2017-03-16Merge branch 'prop140_21643_diff_only_squashed'Nick Mathewson
2017-03-16Consensus diff backend from Daniel Martí GSOC project.Daniel Martí
2017-03-15Run the copyright update script.Nick Mathewson
2017-03-15Merge branch 'bug21540_029_v2'Nick Mathewson
2017-03-15Correctly handle fd-drain errors on windows workqueuesNick Mathewson
2017-03-14Create logfiles in mode 0640Nick Mathewson
2017-03-13Add a null statement to prevent some SMARTLIST_FOREACH() bugs.Nick Mathewson
2017-03-09Remove fgets() compatbility function and related tests.Alexander Færøy
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-03-01Add compatibility function for fgets(3).Alexander Færøy
2017-02-27Merge branch 'disable_memory_sentinels_squashed'Nick Mathewson
2017-02-27Code to disable memory sentinels for fuzzingNick Mathewson
2017-02-27Merge branch 'bug21420_029_squashed' into maint-0.3.0Nick Mathewson
2017-02-27Revise the logic for picking the start time for link certsNick Mathewson
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
2017-01-30Merge branch 'combined-fuzzing-v4'Nick Mathewson