Commit History

Autor SHA1 Mensaxe Data
  Nick Mathewson fe6eb34a10 Solaris CC freaks out if isspace and friends get anything other than an int. We learned that, so we casted. But it is also a bad idea to cast a signed char to an int and expect things to work on win32. Now we cast to unsigned char, then to int, then pass to isspace. Ug %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine d7dbfd3644 a preliminary changelog for rc7 %!s(int64=21) %!d(string=hai) anos
  Nick Mathewson fc8a2596e1 Log contents of bw_accounting when we read it; fix memory leak. %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine ca95ed74ac resolve tequila's crash bug: you can't free something %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine ad4f440e10 rearrange debug logs to make more sense %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine 33cf6f2f61 clean two more minor memory leaks %!s(int64=21) %!d(string=hai) anos
  Nick Mathewson 06ce31b948 Only set a cookie when we intend to. %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine e93077c82a fix a minor leak for people offering hidden services %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine 29a8e80326 log bytes written with kill -USR1 too %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine 012255fe60 fix the other half of the pipe race %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine bd5524bfc7 fix comment %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine 538c3b0c26 avoid a sigpipe from a race: if we get the end right after %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine 802d374a99 I'm a bad person. %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine a2d80ec767 were we on crack?? %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine 41b809d2aa salvage another 300 bytes per hup %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine d9f86e2782 and bust another memory leak %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine 5d961c2c06 plug another memory leak %!s(int64=21) %!d(string=hai) anos
  Nick Mathewson a6aa5eebd6 Fix some memory leaks and unlikely segfaults %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine 3ff0077cbb bump us to 0.0.9rc7-cvs %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine 2297c57ba5 note an improvement on our uname we might want to make one day %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine 8f01b643c3 ORPort must be defined if ORBindAddress is defined. %!s(int64=21) %!d(string=hai) anos
  Nick Mathewson 0f49fd3bcd Fix leakable rsa key %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine e0e40e51ae clean up docs a bit for default log lines. %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine 2ff38fdf83 when recommending new-format log lines, if the upper bound is LOG_ERR, %!s(int64=21) %!d(string=hai) anos
  Roger Dingledine f2bf364df9 fix the man page to say that the maxseverity part of the log %!s(int64=21) %!d(string=hai) anos
  Nick Mathewson d19648b314 Renormalize whitespace %!s(int64=21) %!d(string=hai) anos
  Nick Mathewson ac759adb43 Make unit tests work on win32 %!s(int64=21) %!d(string=hai) anos
  Nick Mathewson c3c6873945 Tweak running-own-network instructions %!s(int64=21) %!d(string=hai) anos
  Nick Mathewson 08e3090aff More win32 fixes: 1) tolerate extra "readable" events better. 2) when being multithreaded, leave parent fdarray open. %!s(int64=21) %!d(string=hai) anos
  Nick Mathewson 249a36586f Fix parse_iso_time on platforms without strptime. %!s(int64=21) %!d(string=hai) anos