| .. |
|
Makefile.am
|
9da0482007
r17358@pc-10-8-1-079: nickm | 2008-07-25 16:41:03 +0200
|
17 years ago |
|
OpenBSD_malloc_Linux.c
|
1a564901e4
Fix the rest of the GCC warnings on OpenBSD_malloc_linux.c
|
17 years ago |
|
address.c
|
361086005c
Fix a possible negative shift in address comparison. May fix bug 845 and bug 811
|
17 years ago |
|
address.h
|
f6879caa04
Try once again to make BSD compilation happy.
|
17 years ago |
|
aes.c
|
11e464c331
r18753@catbus: nickm | 2008-03-11 14:56:39 -0400
|
17 years ago |
|
aes.h
|
eecc44dab8
r17963@catbus: nickm | 2008-02-07 10:14:25 -0500
|
18 years ago |
|
ciphers.inc
|
d395135e2f
fix a few typos, and give the bootstrap phase stuff a changelog entry.
|
17 years ago |
|
compat.c
|
98066d62bc
Lower sprintf buffer max to ~SSIZE_T_MAX from SIZE_T_CEILING, since we need to compare it to a signed int.
|
17 years ago |
|
compat.h
|
4277b0e926
Remove some cargo-cult gcc hacks around tor_assert and predict_unlikely; instead, use the standard convert-to-boolean hack of "svn st"
|
17 years ago |
|
container.c
|
191197eff7
Revert my older supposed gcc-4.4 warning workaround. GCC was not being needlessly prissy; it was hinting at the wrongly pure smartlist_bsearch_idx.
|
17 years ago |
|
container.h
|
651a0a2fb5
Stop marking bsearch_idx as pure; it is not.
|
17 years ago |
|
crypto.c
|
4d94e061c7
Clean up some redundant stuff in crypto_dh_new().
|
17 years ago |
|
crypto.h
|
22259a0877
The first of Karsten's proposal 121 patches: configure and maintain client authorization data. Tweaked a bit: see comments on or-dev.
|
17 years ago |
|
ht.h
|
69300eb606
r14374@tombo: nickm | 2008-02-21 16:57:39 -0500
|
17 years ago |
|
log.c
|
bd6b3072f9
Change logging code to use fds instead of stdio. Fixes bug 861, and probably makes logging slightly faster. Not a backport candidate: bug 861 is too obscure and harmless.
|
17 years ago |
|
log.h
|
bd6b3072f9
Change logging code to use fds instead of stdio. Fixes bug 861, and probably makes logging slightly faster. Not a backport candidate: bug 861 is too obscure and harmless.
|
17 years ago |
|
memarea.c
|
3ebd1ebeca
The chunk_size field in memarea_t was never actually set. Remove the whole thing.
|
17 years ago |
|
memarea.h
|
3ebd1ebeca
The chunk_size field in memarea_t was never actually set. Remove the whole thing.
|
17 years ago |
|
mempool.c
|
2905291af2
r17659@tombo: nickm | 2008-08-06 12:22:11 -0400
|
17 years ago |
|
mempool.h
|
f3eaeb99a3
r18051@catbus: nickm | 2008-02-12 15:20:43 -0500
|
18 years ago |
|
strlcat.c
|
29fa9eb216
r8860@totoro: nickm | 2006-10-03 14:48:33 -0400
|
19 years ago |
|
strlcpy.c
|
29fa9eb216
r8860@totoro: nickm | 2006-10-03 14:48:33 -0400
|
19 years ago |
|
test.h
|
3be88b2c70
Change test_memeq macro to not leak memory. Addresses coverity CID 47.
|
17 years ago |
|
torgzip.c
|
69300eb606
r14374@tombo: nickm | 2008-02-21 16:57:39 -0500
|
17 years ago |
|
torgzip.h
|
842a33ff20
Update some copyright notices: it is now 2008.
|
18 years ago |
|
torint.h
|
35bef7fefd
make read_all and write_all return ssize_t.
|
17 years ago |
|
tortls.c
|
339f094056
Refactor some code and add some asserts based on scanner results.
|
17 years ago |
|
tortls.h
|
b927ede48c
r15161@31-33-107: nickm | 2008-04-10 11:11:58 -0400
|
17 years ago |
|
util.c
|
37bd9181f0
Do not use O_APPEND on fd-based operations that do not really want it; have them just lseek instead.
|
17 years ago |
|
util.h
|
4277b0e926
Remove some cargo-cult gcc hacks around tor_assert and predict_unlikely; instead, use the standard convert-to-boolean hack of "svn st"
|
17 years ago |