aboutsummaryrefslogtreecommitdiff
path: root/src/common/torint.h
AgeCommit message (Collapse)Author
2005-07-25Fix logic to set TIME_T_MAX; apparently, everybody had thought of the ↵Nick Mathewson
prospect of a signed time_t but me. svn:r4675
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
svn:r4382
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
svn:r4378
2005-04-01update copyright notices.Nick Mathewson
svn:r3982
2005-03-03Finish implementing GETINFO; make it easy to query address maps.Nick Mathewson
svn:r3732
2005-02-22Initial IRIX compatibility fixes: check for inttypes.h; check for platform ↵Nick Mathewson
cell_t. svn:r3648
2004-12-05int is not necessarily the same size as size_tRoger Dingledine
svn:r3079
2004-12-02Be more proactive about noticing underflows: size_t values greater than ↵Nick Mathewson
0x800...00 are likely to be trouble. svn:r3064
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of ↵Nick Mathewson
every file. svn:r3019
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
svn:r2989
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" ↵Nick Mathewson
target; fix a braino in dirserv.c svn:r2758
2004-11-05Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are definedNick Mathewson
svn:r2688
2004-08-25Define LONG_MAX and UINT_MAX when they are missingNick Mathewson
svn:r2317
2004-05-10doxygen markup for common/*.hRoger Dingledine
svn:r1840
2004-05-05Add intptr_t and uintptr_t to torint.hNick Mathewson
svn:r1794
2004-05-01Handle windows socket errors correctly; comment most of common.Nick Mathewson
svn:r1756
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
svn:r1502
2003-12-17clean tabs, trailing whitespaceRoger Dingledine
svn:r952
2003-08-11Work on systems with broken AC_CHECK_TYPENick Mathewson
svn:r379
2003-08-11Who would have thought that some systems define intfoo_t, but not uintfoo_t? ↵Nick Mathewson
Cygwin is such a system. svn:r378
2003-08-11Cope better on platforms that define some of intFOO_t in sys/types.h or ↵Nick Mathewson
elsewhere svn:r377
2003-08-11autoconf around missing stdint.hNick Mathewson
svn:r376