aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2017-01-30Make a bunch of signature/digest-checking functions mockableNick Mathewson
2017-01-27Merge branches 'server_ciphers' and 'ciphers.inc'Nick Mathewson
2017-01-25Fix a signed/unsigned comparison warningNick Mathewson
2017-01-25Fail if file is too large to mmap.junglefowl
2017-01-24Re-run gen_server_ciphersNick Mathewson
2017-01-24Regenerate ciphers.incNick Mathewson
2017-01-11comment fix from pastlyNick Mathewson
2017-01-11Merge branch 'bug20569_030_02_squashed'Nick Mathewson
2017-01-11hs: Use AES-256 for v3 descriptorDavid Goulet
2017-01-11Merge remote-tracking branch 'public/ticket21037'Nick Mathewson
2017-01-03Make tor_addr_lookup() mockable.Nick Mathewson
2017-01-02Make ed25519_fmt() log 0-valued keys more nicely.Nick Mathewson
2016-12-23Note memset as redundant; see 20764.Nick Mathewson
2016-12-23This is no longer inline.Nick Mathewson
2016-12-23Fix unreachable heap corruption in base64_decode()Hans Jerry Illikainen
2016-12-23Merge branch 'maint-0.2.9'Nick Mathewson
2016-12-21Withstand failures in CLOCK_MONOTONIC_COARSENick Mathewson