Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-12 | Merge branch 'maint-0.3.5' into maint-0.4.4 | Nick Mathewson | |
2021-03-12 | Remove maxmind license; add ipfire location database license (cc by-sa 4.0) | Nick Mathewson | |
2019-08-23 | clarify that tor's license is free software | Roger Dingledine | |
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 | |||
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2019-01-16 | Bump copyright date to 2019. | Nick Mathewson | |
2018-07-10 | Add the compatibility definition for getdelim.c from netbsd. | Nick Mathewson | |
We shouldn't actually need this code nearly anywhere we build: getdelim is POSIX, and mingw provides it. | |||
2018-06-20 | Update copyrights to 2018. | Nick Mathewson | |
2017-03-15 | Run the copyright update script. | Nick Mathewson | |
2016-05-18 | Add __mulodi4 source to src/ext | Nick Mathewson | |
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). | |||
2016-02-27 | Update the copyright year. | Nick Mathewson | |
2015-06-17 | Add readpassphrase.c in src/ext | Nick Mathewson | |
This is taken verbatim from openssh 6.8p1, which appears to have lightly tweaked it from the openbsd version. | |||
2015-01-02 | Bump copyright dates to 2015, in case someday this matters. | Nick Mathewson | |
2014-12-23 | Add pkg.m4 to use pkgconfig macros | Nick Mathewson | |
2014-10-28 | Add another year to our copyright dates. | Nick Mathewson | |
Because in 95 years, we or our successors will surely care about enforcing the BSD license terms on this code. Right? | |||
2014-09-25 | Mention trunnel in LICENSE and src/ext/README | Nick Mathewson | |
2014-02-12 | Raw import of Marek Majkowski's cisphash.c | Nick Mathewson | |
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/ | |||
2013-11-18 | Use pc_from_ucontext.m4 from Google Performance Tools | Nick Mathewson | |
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. | |||
2013-01-16 | Update the copyright date to 201. | Nick Mathewson | |
2012-10-12 | Add a copy of OpenBSD's sys/queue.h as tor_queue.h | Nick Mathewson | |
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.) | |||
2012-10-12 | Move strlcpy and strlcat into src/ext too | Nick Mathewson | |
2012-06-04 | Update copyright dates to 2012; add a few missing copyright statements | Nick Mathewson | |
2011-01-03 | Bump copyright statements to 2011 | Nick Mathewson | |
2010-05-06 | move to maxmind geoip db | Roger Dingledine | |
2010-02-27 | Update Tor Project copyright years | Nick Mathewson | |
2009-06-30 | Update the year for the copyright statement in two more files | Peter Palfrader | |
2008-05-28 | include the geoip file in the tarball, and load it by default | Roger Dingledine | |
when tor starts. this breaks rpms and maybe other packages. svn:r14764 | |||
2008-01-01 | update the license for 2008, complete a todo. | Andrew Lewman | |
svn:r13014 | |||
2007-12-12 | clean up copyrights, and assign 2007 copyrights to The Tor Project, Inc | Roger Dingledine | |
svn:r12786 | |||
2007-10-18 | various fixes from reading or-cvs the past few days | Roger Dingledine | |
svn:r12035 | |||
2007-06-07 | r13298@catbus: nickm | 2007-06-07 12:14:50 -0400 | Nick Mathewson | |
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 | |||
2007-02-12 | r11775@catbus: nickm | 2007-02-12 16:39:09 -0500 | Nick Mathewson | |
Update copyright dates. svn:r9570 | |||
2006-01-03 | move to the copyright format that weasel likes | Roger Dingledine | |
svn:r5716 | |||
2005-12-20 | and bump tree.h from the LICENSE too. | Roger Dingledine | |
svn:r5629 | |||
2005-10-30 | be on the safer side about following the openssl license. i'm not sure | Roger Dingledine | |
if some of our packages statically link any openssl libs. svn:r5334 | |||
2005-08-18 | Fix confusing copyright statement :) | Peter Palfrader | |
svn:r4798 | |||
2005-01-03 | update our license for 2005, and also include the licenses of tree.h | Roger Dingledine | |
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 | |||
2004-11-10 | fix copyright in the license | Roger Dingledine | |
svn:r2763 | |||
2004-03-18 | extend copyright to 2004 | Roger Dingledine | |
svn:r1291 | |||
2003-12-13 | clean up some copyrights | Roger Dingledine | |
svn:r907 | |||
2003-10-08 | fill in some blanks | Roger Dingledine | |
svn:r561 | |||
2003-10-08 | Update LICENSE and copyright dates. | Nick Mathewson | |
svn:r560 | |||
2003-10-07 | some early bugfixes | Roger Dingledine | |
our log() conflicts with log(3) distribute only the correct files from doc/ and src/config/ sometimes laptops go back in time. i guess that's ok for now. and bump the version number because we're live. svn:r544 | |||
2003-08-06 | hypothetical new wording of license | Roger Dingledine | |
svn:r373 | |||
2002-09-27 | actually writing down the current license state | Roger Dingledine | |
svn:r116 |