.. |
.cvsignore
|
Make cvsignores reflect build process
|
2003-06-21 19:09:09 +00:00 |
aes.c
|
Doxygenate common.
|
2004-05-10 03:53:24 +00:00 |
aes.h
|
doxygen markup for common/*.h
|
2004-05-10 07:54:13 +00:00 |
crypto.c
|
Stop using openssl functions that rely on stdio; they can apparently lead to linker grief on win32.
|
2004-09-21 04:55:43 +00:00 |
crypto.h
|
now base16_encode() and base32_encode() can't ever fail
|
2004-07-22 08:30:06 +00:00 |
fakepoll.c
|
Make tor build on win32 again; handle locking for server
|
2004-06-05 01:50:35 +00:00 |
fakepoll.h
|
doxygen markup for common/*.h
|
2004-05-10 07:54:13 +00:00 |
log.c
|
bugfix: when we run out of disk space, or other log writing error,
|
2004-09-23 03:51:45 +00:00 |
log.h
|
Stop multiplying logs on sighup.
|
2004-06-02 19:18:37 +00:00 |
Makefile.am
|
Add basic wrappers for zlib/gzip
|
2004-09-02 18:22:51 +00:00 |
strlcat.c
|
Include strlcpy and strlcat where not available, so our string ops can be less error-prone.
|
2004-03-17 07:28:09 +00:00 |
strlcpy.c
|
Include strlcpy and strlcat where not available, so our string ops can be less error-prone.
|
2004-03-17 07:28:09 +00:00 |
test.h
|
doxygen markup for common/*.h
|
2004-05-10 07:54:13 +00:00 |
torgzip.c
|
Idiot-proof uncompress; make sure it always nul-terminates its output. Also, make all compression methods nonzero.
|
2004-09-08 06:47:33 +00:00 |
torgzip.h
|
Idiot-proof uncompress; make sure it always nul-terminates its output. Also, make all compression methods nonzero.
|
2004-09-08 06:47:33 +00:00 |
torint.h
|
Define LONG_MAX and UINT_MAX when they are missing
|
2004-08-25 19:16:18 +00:00 |
tortls.c
|
fix a seg fault on solaris
|
2004-08-25 17:37:00 +00:00 |
tortls.h
|
Make tor_tls_new variant use alternative (certless) context
|
2004-07-22 04:53:34 +00:00 |
util.c
|
LOG_ERR is for when we're going to exit
|
2004-09-10 21:39:53 +00:00 |
util.h
|
Some platforms have weird translations when you open files in "test" mode; make read/write_str_to_file aware.
|
2004-09-08 07:16:34 +00:00 |