.. |
.cvsignore
|
Make cvsignores reflect build process
|
2003-06-21 19:09:09 +00:00 |
aes.c
|
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
2004-11-29 22:25:31 +00:00 |
aes.h
|
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
2004-11-29 22:25:31 +00:00 |
compat.c
|
remember some thoughts about using WSAStartup to learn
|
2005-03-28 01:11:02 +00:00 |
compat.h
|
Fix some more obscure compiler warnings
|
2005-03-14 03:28:46 +00:00 |
container.c
|
bugfix: make smartlist_join_strings2 actually use the separator/terminator
|
2005-03-22 05:37:59 +00:00 |
container.h
|
clean up smartlist_string_isin so callers don't have to manage bufs
|
2005-01-12 04:53:53 +00:00 |
crypto.c
|
Fix a few more instances of memory not freed on exit (found by weasel).
|
2005-03-23 06:20:50 +00:00 |
crypto.h
|
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
2004-11-29 22:25:31 +00:00 |
log.c
|
Commit fixes for several pending tor core tasks: document all DOCDOCed functions; time out uncontrolled unattached streams; feed reasons to SOCKS5 (refactoring connection_ap_handshake_socks_reply in the process); change DirFetchPeriod/StatusFetchPeriod to have a special "Be smart" value.
|
2005-03-17 12:38:37 +00:00 |
log.h
|
doxygen uses backslashes, not forward-slashes
|
2004-11-30 06:17:35 +00:00 |
Makefile.am
|
Make Tor use Niels Provos's libevent instead of it's current
|
2005-01-12 06:42:32 +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
|
Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out
|
2004-12-22 02:32:26 +00:00 |
torgzip.c
|
forward-port: fix win32 compile
|
2005-01-22 00:35:09 +00:00 |
torgzip.h
|
Workaround for webservers that lie about Content-Encoding: Tor now tries to autodetect compressed directories and compression itself. (resolves bug 65)
|
2005-01-19 22:40:33 +00:00 |
torint.h
|
Finish implementing GETINFO; make it easy to query address maps.
|
2005-03-03 06:37:54 +00:00 |
tortls.c
|
add a tor_tls_is_server method to remember if conn->tls
|
2005-03-31 07:46:38 +00:00 |
tortls.h
|
add a tor_tls_is_server method to remember if conn->tls
|
2005-03-31 07:46:38 +00:00 |
util.c
|
Commit fixes for several pending tor core tasks: document all DOCDOCed functions; time out uncontrolled unattached streams; feed reasons to SOCKS5 (refactoring connection_ap_handshake_socks_reply in the process); change DirFetchPeriod/StatusFetchPeriod to have a special "Be smart" value.
|
2005-03-17 12:38:37 +00:00 |
util.h
|
Implement more control spec functionality
|
2005-02-25 20:46:13 +00:00 |