summaryrefslogtreecommitdiff
path: root/src/common/torint.h
AgeCommit message (Expand)Author
2016-02-27Update the copyright year.Nick Mathewson
2016-01-29Remove support for unsigned time_tNick Mathewson
2015-12-16Prop210: Add schedules for simultaneous client consensus downloadsteor (Tim Wilson-Brown)
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-19Define an int64_min when it is missingNick Mathewson
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-09Use S?SIZE_MAX, not S?SIZE_T_MAXNick Mathewson
2013-01-16Merge branch '024_msvc_squashed'Nick Mathewson
2013-01-16Define SIZEOF_INTPTR_T when defining replacement intptr_tNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-06-05Merge remote-tracking branch 'public/bug3894'Nick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-05-16Fix some more FreeBSD4 issues (based on a patch from grarpamp)Nick Mathewson
2011-08-17Actually pick a random port when "auto" is specifiedSebastian Hahn
2011-04-27Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-04-26Make SIZE_T_CEILING unsigned; add a signed SSIZE_T_CEILINGNick Mathewson
2011-03-16Doxygen documentation for about 100 things that didn't have anyNick Mathewson
2011-01-12Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-12Make our replacement INT32_MAX always signedNick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-15Merge remote branch fix_security_bug_021 into fix_security_bug_022Nick Mathewson
2010-12-13Base SIZE_T_CEILING on SSIZE_T_MAX.Nick Mathewson
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2009-10-14Code to parse and access network parameters.Nick Mathewson
2009-09-14Implement proposal 167: Authorities vote on network parameters.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-01-22Support 64-bit time_t. Patch from Matthias Drochner. Partial backport candid...Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-29Use a consistent naming standard for header file guard macros, taking care no...Nick Mathewson
2008-11-05make read_all and write_all return ssize_t.Nick Mathewson
2008-02-22 r18360@catbus: nickm | 2008-02-21 22:26:32 -0500Nick Mathewson
2008-02-21 r18345@catbus: nickm | 2008-02-21 13:45:04 -0500Nick Mathewson
2008-02-07Update some copyright notices: it is now 2008.Nick Mathewson
2007-12-12clean up copyrights, and assign 2007 copyrights to The Tor Project, IncRoger Dingledine
2007-06-11 r13362@catbus: nickm | 2007-06-11 19:00:23 -0400Nick Mathewson
2007-02-28 r11981@catbus: nickm | 2007-02-28 11:55:27 -0500Nick Mathewson
2007-02-12 r11775@catbus: nickm | 2007-02-12 16:39:09 -0500Nick Mathewson
2006-11-14 r9313@totoro: nickm | 2006-11-13 20:07:41 -0500Nick Mathewson
2006-10-09 r8971@totoro: nickm | 2006-10-09 10:16:23 -0400Nick Mathewson
2006-10-02 r8844@totoro: nickm | 2006-10-02 16:32:44 -0400Nick Mathewson
2006-07-18Hm. We probably should define INT64_MAX if we really want it. (Especially si...Nick Mathewson
2006-03-29Avoid warnings about machine/limits.h on Debian GNU/kFreeBSDPeter Palfrader
2006-02-09Happy new year!Roger Dingledine
2005-07-25Fix logic to set TIME_T_MAX; apparently, everybody had thought of the prospec...Nick Mathewson
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson