Nick Mathewson
|
1725c0c8a5
Add DOCDOC comments for all undocumented functions. Add missing *s to other comments so that they will get recognized as doxygen.
|
16 years ago |
Nick Mathewson
|
55348884b5
Fix all of the doxygen warnings not pertaining to missing documentation.
|
16 years ago |
Nick Mathewson
|
efb863189c
Expose hex_decode_digit from util.c
|
16 years ago |
Nick Mathewson
|
bf80e2df3f
Replace calls to time(NULL) that occur on the order of once per read, one per write, or once per cell with calls to a function that looks at a cached value of time. This is tricksy to benchmark, since it will only help on systems where time() is a syscall and syscalls are relatively slow.
|
16 years ago |
Nick Mathewson
|
122170c1d3
Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this patch.
|
16 years ago |
Nick Mathewson
|
8d5a9d762c
Log an error on win32 if directory listing fails.
|
16 years ago |
Nick Mathewson
|
37bd9181f0
Do not use O_APPEND on fd-based operations that do not really want it; have them just lseek instead.
|
16 years ago |
Nick Mathewson
|
35bef7fefd
make read_all and write_all return ssize_t.
|
16 years ago |
Nick Mathewson
|
b56d1545db
Fix freebsd 7 compile by adding malloc_np.h header. Fix bug 850.
|
16 years ago |
Nick Mathewson
|
3f84ed3d46
Add a new memcmpstart to use instead of strcmpstart when the thing we are comparing is not nul-terminated.
|
16 years ago |
Nick Mathewson
|
0ab45fee73
Document some dmalloc stuff and some stupid C tricks.
|
16 years ago |
Jacob Appelbaum
|
7873d324df
This patch changes some of the code in util.c to refactor calls to
|
16 years ago |
Roger Dingledine
|
4eab76f074
remove a code path that should never happen (and if it did, we'd be
|
16 years ago |
Nick Mathewson
|
9da0482007
r17358@pc-10-8-1-079: nickm | 2008-07-25 16:41:03 +0200
|
16 years ago |
Nick Mathewson
|
3ce6e2fba2
r17346@aud-055: nickm | 2008-07-24 15:37:19 +0200
|
16 years ago |
Nick Mathewson
|
9d7a2d4eae
r16689@tombo: nickm | 2008-07-03 11:03:14 -0400
|
16 years ago |
Nick Mathewson
|
d0a4ad3a1c
r16127@tombo: nickm | 2008-06-10 14:03:01 -0400
|
16 years ago |
Nick Mathewson
|
ac330d9ba7
New code to implement proposal for local geoip stats. Only enabled with --enable-geoip-stats passed to configure.
|
16 years ago |
Nick Mathewson
|
09cd8fa371
r19795@catbus: nickm | 2008-05-16 14:54:24 -0400
|
16 years ago |
Nick Mathewson
|
cc7a8a63b1
r15120@tombo: nickm | 2008-04-08 18:01:58 -0400
|
16 years ago |
Nick Mathewson
|
7dd78f1576
r18929@catbus: nickm | 2008-03-18 12:08:16 -0400
|
16 years ago |
Nick Mathewson
|
ea6f636e94
r18890@catbus: nickm | 2008-03-17 13:19:29 -0400
|
16 years ago |
Nick Mathewson
|
2ed4b818cb
r18878@catbus: nickm | 2008-03-17 00:11:02 -0400
|
16 years ago |
Peter Palfrader
|
3a92e3f15f
I wonder what the DISGARD service is
|
16 years ago |
Roger Dingledine
|
04efc74e18
be a little bit more helpful than "Error reading directory."
|
16 years ago |
Nick Mathewson
|
69300eb606
r14374@tombo: nickm | 2008-02-21 16:57:39 -0500
|
16 years ago |
Nick Mathewson
|
b375472d14
r14373@tombo: nickm | 2008-02-21 16:29:18 -0500
|
16 years ago |
Nick Mathewson
|
8b1789c71f
r18336@catbus: nickm | 2008-02-21 09:33:15 -0500
|
16 years ago |
Nick Mathewson
|
24e8e1fb36
r14185@tombo: nickm | 2008-02-15 18:05:54 -0500
|
17 years ago |
Roger Dingledine
|
509d2912dc
doxygen and other cleanups
|
17 years ago |