tor/src/common
Nick Mathewson 873564ea9c Some versions of openssl have an SSL_pending function that erroneously
returns bytes when there is a non-application record pending.

I have no idea when/why this would even happen, but let's catch it and
make sure tor_tls_get_pending_bytes stays correct.


svn:r1727
2004-04-26 23:19:21 +00:00
..
.cvsignore Make cvsignores reflect build process 2003-06-21 19:09:09 +00:00
aes.c Delete trailing whitespace and expand tabs; remove unused aes decrypt code 2004-04-07 19:57:40 +00:00
aes.h Document stuff, reduce magic numbers, add emacs magic 2004-04-06 03:44:36 +00:00
crypto.c Refactor crypto error handling to be more like TLS error handling: 2004-04-26 18:09:50 +00:00
crypto.h Refactor crypto error handling to be more like TLS error handling: 2004-04-26 18:09:50 +00:00
fakepoll.c Document stuff, reduce magic numbers, add emacs magic 2004-04-06 03:44:36 +00:00
fakepoll.h Document stuff, reduce magic numbers, add emacs magic 2004-04-06 03:44:36 +00:00
log.c Document stuff, reduce magic numbers, add emacs magic 2004-04-06 03:44:36 +00:00
log.h Document stuff, reduce magic numbers, add emacs magic 2004-04-06 03:44:36 +00:00
Makefile.am ship strlcat and strlcpy with the tarball, but don't compile them 2004-03-19 06:39:52 +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 The dots are there so you see test doing something. Therefore we should flush them after printing 2004-04-26 22:12:13 +00:00
torint.h Document stuff, reduce magic numbers, add emacs magic 2004-04-06 03:44:36 +00:00
tortls.c Some versions of openssl have an SSL_pending function that erroneously 2004-04-26 23:19:21 +00:00
tortls.h Remove spurious semi 2004-04-26 23:01:15 +00:00
util.c Check for machine/limits.h in addition to sys/limits.h 2004-04-25 23:47:26 +00:00
util.h Add a tor_assert macro that logs failed assertions. 2004-04-25 19:37:39 +00:00