summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-07-05Move literally everything out of src/orNick Mathewson
2018-07-05Start splitting src/orNick Mathewson
2018-07-05And tell build.rs to stop looking in src/commonNick Mathewson
2018-07-05Fix build.rs to handle removed common.Nick Mathewson
2018-07-05Fix up .may_includes for evloop.Nick Mathewson
2018-07-05Add a missing include.Nick Mathewson
2018-07-05Clean up include paths for libtor-evloop (automated)Nick Mathewson
2018-07-05All remaining files in src/common belong to the event loop.Nick Mathewson
2018-07-05Move openbsd-malloc responsibility to lib/mallocNick Mathewson
2018-07-05Remove util.hNick Mathewson
2018-07-05Move address_set to src/orNick Mathewson
2018-07-05Move socks5_status.h to src/lib/netNick Mathewson
2018-07-05Move handles.h to src/lib/containerNick Mathewson
2018-07-05Include compat_string.h in smartlist.cNick Mathewson
2018-07-05Try to use stricmp variants that MSDN actually recommendsNick Mathewson
2018-07-03Merge branch 'maint-0.3.4'Nick Mathewson
2018-07-03Merge remote-tracking branch 'github/bug26568_034' into maint-0.3.4Nick Mathewson
2018-07-03Merge remote-tracking branch 'github/ticket26626'Nick Mathewson
2018-07-03Merge branch 'bug26522'Nick Mathewson
2018-07-03Refrain from potentially insecure usage of strncat()rl1987
2018-07-03Merge remote-tracking branch 'github/shrink_or_h_more'Nick Mathewson
2018-07-03Fix up some windows compilation issues.Nick Mathewson
2018-07-03Retire U64_TO_DBL and DBL_TO_U64Nick Mathewson
2018-07-03Return U64_PRINTF_ARG and U64_FORMATNick Mathewson
2018-07-03Replace U64_LITERAL with the standard UINT64_CNick Mathewson
2018-07-03Retire some unused (or nearly unused) macros.Nick Mathewson
2018-07-03Use the standard SHRT_MAX name.Nick Mathewson
2018-07-03Clean up various things that broke with our stdint.h changesNick Mathewson
2018-07-03Require stdint.h and inttypes.hNick Mathewson
2018-07-03Merge remote-tracking branch 'rl1987/ticket26527'Nick Mathewson
2018-07-03Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-07-03Merge branch 'maint-0.3.4'Nick Mathewson
2018-07-03Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-07-03Merge branch 'maint-0.2.9' into maint-0.3.2Nick Mathewson
2018-07-03Remove ATTR_NONNULL macrorl1987
2018-07-02Partially revert "Use tor_addr_from_getsockname() in several places"Nick Mathewson
2018-07-02hs_ntor_ref.py: pass only strings to subprocess.PopenNick Mathewson
2018-07-02ntor_ref.py: pass only strings to subprocess.PopenNick Mathewson
2018-07-02Merge branch 'mikeperry_bug26214-rebased_squashed' into maint-0.3.4Nick Mathewson
2018-07-02Don't redefine str(n)casecmp on windows unless they're missingNick Mathewson
2018-07-01File-level documentation for some of src/lib.Nick Mathewson
2018-07-01Prune the .may_include files a bit; detect unused lines in themNick Mathewson
2018-07-01fixup! Extract or_options_t from or.hNick Mathewson
2018-07-01fixup! Remove system headers from or.hNick Mathewson
2018-07-01Remove system headers from or.hNick Mathewson
2018-07-01Extract or_options_t from or.hNick Mathewson
2018-07-01Extract or_state_t to its own header.Nick Mathewson
2018-07-01Pull a couple more enums from or.hNick Mathewson
2018-07-01Move ext_or_cmd_t to proto_ext_orNick Mathewson
2018-07-01Extract more constants from or.hNick Mathewson