Roger Dingledine
|
bf2be9abd7
Do round-robin writes of at most 16 kB per write. This might
|
20 年 前 |
Nick Mathewson
|
5d85560d9e
Remove last vestiges of old logging interface.
|
20 年 前 |
Nick Mathewson
|
f9b0be526e
Use LD_BUG as appropriate; convert rend* and router* to new logging interface; use new circ_log_path interface
|
20 年 前 |
Nick Mathewson
|
55f2ab9cc3
Migrate a few more files to domained logging
|
20 年 前 |
Nick Mathewson
|
998cf8d622
Try to extract as many descriptors as possible from truncated http responses. (when DIR_PURPOSE_FETCH_ROUTERDESC)
|
20 年 前 |
Nick Mathewson
|
ba24193ab5
Make doxygen marginally happier
|
20 年 前 |
Nick Mathewson
|
de198d800b
Never call free() on tor_malloc()d memory. This is unlikely to be our current leak, but it may help dmalloc work.
|
20 年 前 |
Nick Mathewson
|
92451f74a8
Reformat inconsistent function declarations.
|
20 年 前 |
Roger Dingledine
|
fba01c3cc0
bugfix: we were whining about using socks4 or socks5-with-local-lookup
|
20 年 前 |
Roger Dingledine
|
6a52aa52fe
fix a pair of hard-coded urls
|
20 年 前 |
Nick Mathewson
|
4870877231
Add SOCKSAndDNS link to appropriate log message, since we wind up pointing everybody to it anyway
|
20 年 前 |
Nick Mathewson
|
0828feaf7c
Add belt-and-suspenders fix to coredump from yesterday; document more functions in buffers.c
|
20 年 前 |
Roger Dingledine
|
8f9790a023
fix a seg fault with autodetecting which controller version is being used
|
20 年 前 |
Roger Dingledine
|
9c67ae34f1
overall cleanup and streamlining and doccing
|
20 年 前 |
Nick Mathewson
|
9b4aa8d2ab
Implement all the easy bits of the new control protocol
|
20 年 前 |
Nick Mathewson
|
f9f09f1c5e
Start implementing framework for revised control spec.
|
20 年 前 |
Roger Dingledine
|
91b1fb7ff7
some more cleaning and docing
|
20 年 前 |
Nick Mathewson
|
232861ba42
Docment or add DOCDOC comments to undocumented functions in src/or. Make function definition format uniform.
|
20 年 前 |
Roger Dingledine
|
2587fa09f9
move more docs into our code
|
20 年 前 |
Roger Dingledine
|
fcd0fc3364
flesh out the source file descriptions for doxygen
|
20 年 前 |
Nick Mathewson
|
0831823763
Change end-of-file NLNL convention. It turns out arma I and I agree.
|
20 年 前 |
Roger Dingledine
|
d922fa7b10
fix another underflow in keeping stats
|
20 年 前 |
Nick Mathewson
|
87caad5445
Fix an underflow in buffer use conting.
|
20 年 前 |
Nick Mathewson
|
b0538591c7
Reset buf->highwater every time buf_shrink is called, not just on suffessful shrink.
|
20 年 前 |
Roger Dingledine
|
4c43789435
Some play code to throw away old buffers sometimes rather
|
20 年 前 |
Nick Mathewson
|
baa10cbbfa
Instrument buffers.c and rephist.c memory usage
|
20 年 前 |
Roger Dingledine
|
5265bbd2b8
first iteration of scrubbing sensitive strings from logs.
|
20 年 前 |
Nick Mathewson
|
8b9ae25224
Change some >=s to >s in buf_resize, so that we do not denormalize buffers on resize.
|
20 年 前 |
Nick Mathewson
|
14bac4dad4
Elaborate on buf_shrink comment.
|
20 年 前 |
Roger Dingledine
|
aa6bcd50ca
comment buf_shrink
|
20 年 前 |