tor/src
Nick Mathewson 1eea7a68ed Use S?SIZE_MAX, not S?SIZE_T_MAX
This fixes bug 13102 (not on any released Tor) where using the
standard SSIZE_MAX name broke mingw64, and we didn't realize.

I did this with
   perl -i -pe 's/SIZE_T_MAX/SIZE_MAX/' src/*/*.[ch] src/*/*/*.[ch]
2014-09-09 12:08:03 -04:00
..
common Use S?SIZE_MAX, not S?SIZE_T_MAX 2014-09-09 12:08:03 -04:00
config Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5 2014-08-13 12:52:40 -04:00
ext Use S?SIZE_MAX, not S?SIZE_T_MAX 2014-09-09 12:08:03 -04:00
or Remove client-side bad directory logic 2014-09-09 11:54:20 -04:00
test Remove support for naming directory authorities 2014-09-09 11:50:21 -04:00
tools Check for duplicate arguments to tor-gencert 2014-08-21 11:22:42 -04:00
win32 Merge remote-tracking branch 'origin/maint-0.2.5' 2014-09-09 10:27:41 -04:00
include.am