- 12 Mar, 2021 1 commit
-
-
Nick Mathewson authored
-
- 24 Aug, 2019 1 commit
-
-
Roger Dingledine authored
no actual changes to the license. this way folks who don't immediately recognize the text of the 3-clause bsd can be reassured that we're using a standard license. closes ticket #31498
-
- 16 Jan, 2019 2 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 10 Jul, 2018 1 commit
-
-
Nick Mathewson authored
We shouldn't actually need this code nearly anywhere we build: getdelim is POSIX, and mingw provides it.
-
- 20 Jun, 2018 1 commit
-
-
Nick Mathewson authored
-
- 15 Mar, 2017 1 commit
-
-
Nick Mathewson authored
-
- 18 May, 2016 1 commit
-
-
Nick Mathewson authored
We need to define this function when compiling with clang -m32 -ftrapv, since otherwise we get link errors, since apparently some versions of libclang_rt.builtins don't define a version of it that works? Or clang doesn't know to look for it? This definition is taken from the LLVM source at https://llvm.org/svn/llvm-project/compiler-rt/trunk/lib/builtins/mulodi4.c I've also included the license (dual BSD-ish/MIT-ish).
-
- 27 Feb, 2016 1 commit
-
-
Nick Mathewson authored
-
- 17 Jun, 2015 1 commit
-
-
Nick Mathewson authored
This is taken verbatim from openssh 6.8p1, which appears to have lightly tweaked it from the openbsd version.
-
- 02 Jan, 2015 1 commit
-
-
Nick Mathewson authored
-
- 23 Dec, 2014 1 commit
-
-
Nick Mathewson authored
-
- 28 Oct, 2014 1 commit
-
-
Nick Mathewson authored
Because in 95 years, we or our successors will surely care about enforcing the BSD license terms on this code. Right?
-
- 25 Sep, 2014 1 commit
-
-
Nick Mathewson authored
-
- 12 Feb, 2014 1 commit
-
-
Nick Mathewson authored
siphash is a hash function designed for producing hard-to-predict 64-bit outputs from short inputs and a 128-bit key. It's chosen for security and speed. See https://131002.net/siphash/ for more information on siphash. Source: https://github.com/majek/csiphash/
-
- 18 Nov, 2013 1 commit
-
-
Nick Mathewson authored
This M4 module lets us learn the right way (out of at least 18 possibilities) to extract the current PC for stack-trace-fixup-in-signal purposes. The Google Performance Tools license is 3-clause BSD.
-
- 16 Jan, 2013 1 commit
-
-
Nick Mathewson authored
-
- 12 Oct, 2012 2 commits
-
-
Nick Mathewson authored
There are as many divergent implementations of sys/queue.h as there are operating systems shipping it, it would seem. They have some code in common, but have drifted apart, and have added other stuff named differently. So I'm taking a relatively sane one, and hoping for the best. I'm taking OpenBSD's in particular because of the lack of external dependencies, the presence of a CIRCLEQ (we could use one of those in places), and the liberal licensing terms. I'm naming the file tor_queue.h, since historically we've run into trouble having headers with the same names as system headers (log.h, for example.)
-
Nick Mathewson authored
-
- 05 Jun, 2012 1 commit
-
-
Nick Mathewson authored
-
- 03 Jan, 2011 1 commit
-
-
Nick Mathewson authored
-
- 06 May, 2010 1 commit
-
-
Roger Dingledine authored
-
- 27 Feb, 2010 1 commit
-
-
Nick Mathewson authored
-
- 30 Jun, 2009 1 commit
-
-
- 28 May, 2008 1 commit
-
-
Roger Dingledine authored
when tor starts. this breaks rpms and maybe other packages. svn:r14764
-
- 01 Jan, 2008 1 commit
-
-
Andrew Lewman authored
svn:r13014
-
- 12 Dec, 2007 1 commit
-
-
Roger Dingledine authored
svn:r12786
-
- 18 Oct, 2007 1 commit
-
-
Roger Dingledine authored
svn:r12035
-
- 07 Jun, 2007 1 commit
-
-
Nick Mathewson authored
At the start of the LICENSE and AUTHORS files, explain "LICENSE for what? AUTHORS of what?" Apparently this has confused some people, who see our names in an AUTHORS file in a bundle, and so decide that we must be the go-to people tor tech support on the bundle. svn:r10524
-
- 12 Feb, 2007 1 commit
-
-
Nick Mathewson authored
Update copyright dates. svn:r9570
-
- 03 Jan, 2006 1 commit
-
-
Roger Dingledine authored
svn:r5716
-
- 20 Dec, 2005 1 commit
-
-
Roger Dingledine authored
svn:r5629
-
- 30 Oct, 2005 1 commit
-
-
Roger Dingledine authored
if some of our packages statically link any openssl libs. svn:r5334
-
- 18 Aug, 2005 1 commit
-
-
Peter Palfrader authored
svn:r4798
-
- 03 Jan, 2005 1 commit
-
-
Roger Dingledine authored
and strlcpy/strlcat.c so when we do a binary distribution (e.g. win32 installer, rpm, or os x package) we're not violating their licenses. svn:r3269
-
- 10 Nov, 2004 1 commit
-
-
Roger Dingledine authored
svn:r2763
-
- 18 Mar, 2004 1 commit
-
-
Roger Dingledine authored
svn:r1291
-
- 13 Dec, 2003 1 commit
-
-
Roger Dingledine authored
svn:r907
-
- 08 Oct, 2003 2 commits
-
-
Roger Dingledine authored
svn:r561
-
Nick Mathewson authored
svn:r560
-