Commit History

Author SHA1 Message Date
  Nick Mathewson 14d5478f29 Add functions to format and parse RFC1123-style times, for HTTP protocol. 20 years ago
  Nick Mathewson 849e998ac6 It is possible to have struct timeval but not gettimeofday. 20 years ago
  Nick Mathewson 06c11a61ce When faking gettimeofday with ftime, do it right. 20 years ago
  Nick Mathewson 9364c40afd Add generic expand_filename function to handle expanding ~/ 20 years ago
  Roger Dingledine 7e344f191a add is_local_IP() function to help distinguish which bandwidth "matters" 20 years ago
  Nick Mathewson b1e9adf056 Always use get_data_directory() instead of options.DataDirectory; fix a memory leak in router.c 20 years ago
  Nick Mathewson 17b5b3685f Make tor build on win32 again; handle locking for server 20 years ago
  Nick Mathewson 7511fbf993 Resolve some XXXs 20 years ago
  Roger Dingledine 5dd9e60231 doxygen markup for common/*.h 20 years ago
  Nick Mathewson 93576d5289 Add doxygen markup for util and buffers 20 years ago
  Nick Mathewson e6f3bf2a68 tor_assert(), not assert() 20 years ago
  Nick Mathewson af08c4f878 Working strerror for windows socket errors, plus some snide comments. 20 years ago
  Nick Mathewson 908ccb9dcd Handle windows socket errors correctly; comment most of common. 20 years ago
  Roger Dingledine 4b316b4a7d some cosmetic fixes 20 years ago
  Nick Mathewson 5a9b144092 Oops -- the Windows function is closesocket, not socketclose 20 years ago
  Nick Mathewson 9322641710 Use socketclose on windows as appropriate; end pid files with newline 20 years ago
  Nick Mathewson ddb15b8f67 Remove IVs from cipher code, since AES-ctr has none. 20 years ago
  Roger Dingledine 47dc5cd1c8 nick, is this what you meant? 20 years ago
  Nick Mathewson 7055f837ab Make Tor build on win32 with VC6 without warnings. 20 years ago
  Nick Mathewson ac622d94dc Workarounds for a couple of pieces of windows strangeness. 20 years ago
  Nick Mathewson e062ca046b Add a tor_assert macro that logs failed assertions. 20 years ago
  Nick Mathewson 8169da5c30 Don't use Tor version 0.0.5 for intro/rendezvous points. (We don't need 20 years ago
  Nick Mathewson 75c19716a8 Put ourself in router list; act accordingly. 20 years ago
  Nick Mathewson 8b371c2aa5 router_choose_random_node wants a smartlist of routers, not of nicknames. 20 years ago
  Nick Mathewson 6290d027c9 Continue attack on magic numbers; use new crypto wrappers where possible 20 years ago
  Nick Mathewson ce51a30adc Remove the last tab in non-contributed code 20 years ago
  Nick Mathewson 82cde03ddc Make it build on linux 20 years ago
  Nick Mathewson b3c2b62a14 Make "common" no longer depend on or.h 20 years ago
  Nick Mathewson d93ff0b82f Handle rendezvous relay cells 20 years ago
  Nick Mathewson fc4d15baf6 Hide smartlist internals 20 years ago