커밋 기록

작성자 SHA1 메시지 날짜
  Nick Mathewson 380f32f07d hex_encode is obsoleted by base16_encode, and never actually worked in the first place. (Thanks to Timo Lindfors for noticing the never-actually-worked part.) 21 년 전
  Nick Mathewson 14d5478f29 Add functions to format and parse RFC1123-style times, for HTTP protocol. 21 년 전
  Nick Mathewson 5b61dd0457 Fix all warnings on win32 build 21 년 전
  Nick Mathewson 849e998ac6 It is possible to have struct timeval but not gettimeofday. 21 년 전
  Roger Dingledine 5525606653 check return value of fclose while writing to disk, since it might 21 년 전
  Roger Dingledine 7459d067a5 now base16_encode() and base32_encode() can't ever fail 21 년 전
  Nick Mathewson 06c11a61ce When faking gettimeofday with ftime, do it right. 21 년 전
  Nick Mathewson bc36db351f Resolve all DOCDOCs. 21 년 전
  Nick Mathewson 9364c40afd Add generic expand_filename function to handle expanding ~/ 21 년 전
  Roger Dingledine 7e344f191a add is_local_IP() function to help distinguish which bandwidth "matters" 21 년 전
  Nick Mathewson 88451ce25b Yes, I did mean "else if". 21 년 전
  Nick Mathewson d5e275ddf4 Fix bug reported by peter palfrader: an empty address is unresolvable, but not an occasion for an assertion failure in a dnsworker. 21 년 전
  Nick Mathewson b1e9adf056 Always use get_data_directory() instead of options.DataDirectory; fix a memory leak in router.c 21 년 전
  Roger Dingledine 43295ca61f if datadirectory isn't owned by this uid, tell the user he must 21 년 전
  Nick Mathewson 0d1b4b5024 Unbork windows whitespace 21 년 전
  Nick Mathewson 17b5b3685f Make tor build on win32 again; handle locking for server 21 년 전
  Roger Dingledine 1ef411fefd use sys/param.h if it's there 21 년 전
  Roger Dingledine 1841aa456b rik's patch to not complain about freebsd's bug 21 년 전
  Nick Mathewson 7511fbf993 Resolve some XXXs 21 년 전
  Nick Mathewson 93576d5289 Add doxygen markup for util and buffers 21 년 전
  Nick Mathewson e6f3bf2a68 tor_assert(), not assert() 21 년 전
  Nick Mathewson 3dd1ef8783 Fix windows compile. 21 년 전
  Nick Mathewson af08c4f878 Working strerror for windows socket errors, plus some snide comments. 21 년 전
  Roger Dingledine 1558fb7650 some patches on the patches 21 년 전
  Nick Mathewson 4dc30ea3c8 Remove bogus */ so util.c compiles 21 년 전
  Nick Mathewson 9a041591ac Finish documenting the functions in common 21 년 전
  Nick Mathewson 908ccb9dcd Handle windows socket errors correctly; comment most of common. 21 년 전
  Roger Dingledine 4b316b4a7d some cosmetic fixes 21 년 전
  Nick Mathewson 9322641710 Use socketclose on windows as appropriate; end pid files with newline 21 년 전
  Nick Mathewson 7055f837ab Make Tor build on win32 with VC6 without warnings. 21 년 전