Nick Mathewson
|
fd4c624677
Belt *or* suspenders will be sufficient when casting things to unsigned char.
|
20 лет назад |
Roger Dingledine
|
524a8bdc70
bump to 0.0.9rc7
|
20 лет назад |
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
|
20 лет назад |
Roger Dingledine
|
d7dbfd3644
a preliminary changelog for rc7
|
20 лет назад |
Nick Mathewson
|
fc8a2596e1
Log contents of bw_accounting when we read it; fix memory leak.
|
20 лет назад |
Roger Dingledine
|
ca95ed74ac
resolve tequila's crash bug: you can't free something
|
20 лет назад |
Roger Dingledine
|
ad4f440e10
rearrange debug logs to make more sense
|
20 лет назад |
Roger Dingledine
|
33cf6f2f61
clean two more minor memory leaks
|
20 лет назад |
Nick Mathewson
|
06ce31b948
Only set a cookie when we intend to.
|
20 лет назад |
Roger Dingledine
|
e93077c82a
fix a minor leak for people offering hidden services
|
20 лет назад |
Roger Dingledine
|
29a8e80326
log bytes written with kill -USR1 too
|
20 лет назад |
Roger Dingledine
|
012255fe60
fix the other half of the pipe race
|
20 лет назад |
Roger Dingledine
|
bd5524bfc7
fix comment
|
20 лет назад |
Roger Dingledine
|
538c3b0c26
avoid a sigpipe from a race: if we get the end right after
|
20 лет назад |
Roger Dingledine
|
802d374a99
I'm a bad person.
|
20 лет назад |
Roger Dingledine
|
a2d80ec767
were we on crack??
|
20 лет назад |
Roger Dingledine
|
41b809d2aa
salvage another 300 bytes per hup
|
20 лет назад |
Roger Dingledine
|
d9f86e2782
and bust another memory leak
|
20 лет назад |
Roger Dingledine
|
5d961c2c06
plug another memory leak
|
20 лет назад |
Nick Mathewson
|
a6aa5eebd6
Fix some memory leaks and unlikely segfaults
|
20 лет назад |
Roger Dingledine
|
3ff0077cbb
bump us to 0.0.9rc7-cvs
|
20 лет назад |
Roger Dingledine
|
2297c57ba5
note an improvement on our uname we might want to make one day
|
20 лет назад |
Roger Dingledine
|
8f01b643c3
ORPort must be defined if ORBindAddress is defined.
|
20 лет назад |
Nick Mathewson
|
0f49fd3bcd
Fix leakable rsa key
|
20 лет назад |
Roger Dingledine
|
e0e40e51ae
clean up docs a bit for default log lines.
|
20 лет назад |
Roger Dingledine
|
2ff38fdf83
when recommending new-format log lines, if the upper bound is LOG_ERR,
|
20 лет назад |
Roger Dingledine
|
f2bf364df9
fix the man page to say that the maxseverity part of the log
|
20 лет назад |
Nick Mathewson
|
d19648b314
Renormalize whitespace
|
20 лет назад |
Nick Mathewson
|
ac759adb43
Make unit tests work on win32
|
20 лет назад |
Nick Mathewson
|
c3c6873945
Tweak running-own-network instructions
|
20 лет назад |