summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2018-06-29Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-06-29Merge branch 'maint-0.2.9' into maint-0.3.1Nick Mathewson
2018-06-29Eliminate compat.hNick Mathewson
2018-06-29Remove windows libraries from util.h and compat.hNick Mathewson
2018-06-29Extract socks5_status_tNick Mathewson
2018-06-29Extract getpass to a new lib/term libraryNick Mathewson
2018-06-29Extract get_uname to lib/osinfo.Nick Mathewson
2018-06-29Remove read_all and write_allNick Mathewson
2018-06-29Move fd and memory-info functions.Nick Mathewson
2018-06-28Fix paths for buffers.h; automated.Nick Mathewson
2018-06-28Move buffers into containerNick Mathewson
2018-06-28Remove all include common/ uses in crypto_ops and tls.Nick Mathewson
2018-06-28Fix up the include path of compat_time.h (automated)Nick Mathewson
2018-06-28Extract time functionality into lib/wallclock and lib/timeNick Mathewson
2018-06-28Move floating-point math functions into a new lib/mathNick Mathewson
2018-06-28Move compute_num_cpus to lib/threadNick Mathewson
2018-06-28Move tor_gethostname to lib/netNick Mathewson
2018-06-28Move tor_escape_str_for_pt_args into or/transports.cNick Mathewson
2018-06-28Move string_is_key_value to lib/encodingNick Mathewson
2018-06-28Move weakrng into lib/intmathNick Mathewson
2018-06-28Move lockfile code into lib/fsNick Mathewson
2018-06-28Extract process-management functionality into a new lib/processNick Mathewson
2018-06-28Fix the include paths for storagedir,conffile (automated)Nick Mathewson
2018-06-28Fix up the modules that include memarea.h (automated)Nick Mathewson
2018-06-27rectify include paths (automatic) for confline.hNick Mathewson
2018-06-27Split confline into confline and conffile.Nick Mathewson
2018-06-27Move util_format into a new libtor-encoding libraryNick Mathewson
2018-06-27control: Make HSPOST properly parse HSADDRESS= paramDavid Goulet
2018-06-27Fix up include paths for sandbox.h (automated)Nick Mathewson
2018-06-27rectify include paths (automatic) for address.hNick Mathewson
2018-06-27Link GetAdaptersAddresses, rather than loading it on-demand.Nick Mathewson
2018-06-26Finish renaming digestset_contains to digestset_probably_containsNick Mathewson
2018-06-26Refactor bloom filter logic not to be digest-specific.Nick Mathewson
2018-06-26Merge branch 'log_dependencies'Nick Mathewson
2018-06-24better log line for debugging #26485Roger Dingledine
2018-06-24we've never been good at using "directory" well as a nounRoger Dingledine
2018-06-23Fix memory leak in disk_state_parse_commits().Alexander Færøy
2018-06-23Fix memory leak in frac_nodes_with_descriptors().Alexander Færøy
2018-06-23Fix memory leak in decode_link_specifiers().Alexander Færøy
2018-06-23Fix memory leak in client_likes_consensus().Alexander Færøy
2018-06-23Fix memory leak in pick_hsdir_v3().Alexander Færøy
2018-06-22Update the micro-revision.i dependencies, and add a stdlib.hNick Mathewson
2018-06-22Finally extract the log library and make it build.Nick Mathewson
2018-06-22Automated fixup of include paths after torlog.h movement.Nick Mathewson
2018-06-22Expunge container.hNick Mathewson
2018-06-22Extract smartlist.h from container.hNick Mathewson
2018-06-22Remove map from container.hNick Mathewson
2018-06-22Remove bloom filters, order statistics, and bitarrays from container.hNick Mathewson
2018-06-22Rectify include paths after container split (automatic)Nick Mathewson
2018-06-21Fix wide lines in dirauth/dirvote.*Nick Mathewson