summaryrefslogtreecommitdiff
path: root/src/common/torint.h
AgeCommit message (Expand)Author
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-05Unify tor_parse_(numeric); make sure MAX_UINT32 and MAX_UINT64 are definedNick Mathewson
2004-08-25Define LONG_MAX and UINT_MAX when they are missingNick Mathewson
2004-05-10doxygen markup for common/*.hRoger Dingledine
2004-05-05Add intptr_t and uintptr_t to torint.hNick Mathewson
2004-05-01Handle windows socket errors correctly; comment most of common.Nick Mathewson
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
2003-12-17clean tabs, trailing whitespaceRoger Dingledine
2003-08-11Work on systems with broken AC_CHECK_TYPENick Mathewson
2003-08-11Who would have thought that some systems define intfoo_t, but not uintfoo_t? ...Nick Mathewson
2003-08-11Cope better on platforms that define some of intFOO_t in sys/types.h or elsew...Nick Mathewson
2003-08-11autoconf around missing stdint.hNick Mathewson