| .. |
|
Makefile.am
|
a39269572f
Replace balanced trees with hash tables: this should make stuff significantly faster.
|
20 years ago |
|
aes.c
|
bd8ffccae7
More cleanups noticed by weasel; also, remove macros that nobody uses.
|
20 years ago |
|
aes.h
|
5f051574d5
Happy new year!
|
20 years ago |
|
compat.c
|
93beeac01d
Merge in some bsockets calls, all wrapped inside #if defined(USE_BSOCKETS)
|
19 years ago |
|
compat.h
|
93beeac01d
Merge in some bsockets calls, all wrapped inside #if defined(USE_BSOCKETS)
|
19 years ago |
|
container.c
|
e58b9c1151
r8819@Kushana: nickm | 2006-09-15 00:27:45 -0400
|
19 years ago |
|
container.h
|
e58b9c1151
r8819@Kushana: nickm | 2006-09-15 00:27:45 -0400
|
19 years ago |
|
crypto.c
|
c4ac4bcba3
r8696@Kushana: nickm | 2006-08-31 14:43:44 -0400
|
19 years ago |
|
crypto.h
|
1fbc74661f
Remove DER64 functions in trunk: they will never be used again unless the directory authorities switch back to 0.0.9tooearly.
|
20 years ago |
|
ht.h
|
8786b4b88e
Fix a bug in HT_REMOVE.
|
19 years ago |
|
log.c
|
85d408a573
Bandaid for a seg fault i just got in 0.1.1.20.
|
20 years ago |
|
log.h
|
8a13a7cfe8
mainline branch. Remove some more dead XXXs.
|
20 years ago |
|
strlcat.c
|
971b002d93
Include strlcpy and strlcat where not available, so our string ops can be less error-prone.
|
22 years ago |
|
strlcpy.c
|
971b002d93
Include strlcpy and strlcat where not available, so our string ops can be less error-prone.
|
22 years ago |
|
test.h
|
5f051574d5
Happy new year!
|
20 years ago |
|
torgzip.c
|
05eff35ac6
Harmless: Z_OK is not an acceptable answer to Z_FINISH.
|
20 years ago |
|
torgzip.h
|
630e9cd510
Add some incremental encryption wrappers to torgzip code
|
20 years ago |
|
torint.h
|
77c28d112b
Hm. We probably should define INT64_MAX if we really want it. (Especially since we only want it on one platform, where, coincidentally, it is not defined.)
|
20 years ago |
|
tortls.c
|
93beeac01d
Merge in some bsockets calls, all wrapped inside #if defined(USE_BSOCKETS)
|
19 years ago |
|
tortls.h
|
8cf45df230
and now the exciting part: there is now no such thing as doing
|
20 years ago |
|
util.c
|
7c21dabef1
r8878@Kushana: nickm | 2006-09-21 17:15:47 -0400
|
19 years ago |
|
util.h
|
6b716fdfb9
NEEDS REVIEW. Act on previous comment, and handle named servers differently: now, we allow multiple servers with the same name in the routerlist even if that name is reserved, but we check whether names are reserved when we try to look up routers by nickname. This is a minor security fix. This makes router_add_to_routerlist O(1). This is a backport candidate.
|
19 years ago |