libgit2/src
Ramsay Jones 1906f2369d Add built-in (Mozilla) SHA1 routines
Paul agreed to the GCC-exception license by email:
|
| From: Paul Kocher <paul@cryptography.com>
| Date: Sun, 15 Mar 2009 11:37:23 -0700
| Subject: Re: Adding Mozilla SHA1 implementation to libgit2
|
| Yes - that's fine.
|
| At 01:56 AM 3/5/2009, Andreas Ericsson wrote:
| > Hi Paul. We spoke earlier about this, if you remember?
| > We'd like to add the GCC-exception to the GPL license
| > for these files.

Signed-off-by: Paul Kocher <paul@cryptography.com>
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2009-03-17 18:54:42 -07:00
..
git Add the git_odb_exists() object query function 2009-02-11 11:04:55 -08:00
sha1 Add built-in (Mozilla) SHA1 routines 2009-03-17 18:54:42 -07:00
cc-compat.h Add cc-compat.h - C compiler compat macros for internal use 2008-11-22 12:08:00 -08:00
commit.c Wrap malloc and friends and report out of memory as GIT_ENOMEM 2008-12-30 23:28:30 -08:00
commit.h Cleanup formatting in our head files to be more consistent 2008-12-30 21:52:07 -08:00
common.h Fix snprintf compiler warning on cygwin 2009-01-02 21:53:47 -08:00
delta-apply.c Fix a sparse "symbol not declared" warning 2009-01-28 11:32:49 -08:00
delta-apply.h Add the binary delta apply algorithm for pack style deltas 2009-01-03 04:21:30 -08:00
errors.c Set GIT_EOSERR when the OS errno should be consulted 2008-12-30 23:29:23 -08:00
errors.h Cleanup our header inclusion order to ensure pthread.h is early 2008-12-31 13:16:31 -08:00
fileops.c Add a simple mmap wrapper for cross-platform mmap usage 2009-01-03 01:16:02 -08:00
fileops.h Add some (macro) file operation wrappers 2009-01-28 12:43:34 -08:00
hash.c Add built-in (Mozilla) SHA1 routines 2009-03-17 18:54:42 -07:00
hash.h Add some routines for SHA1 hash computation 2008-12-30 07:48:10 -08:00
odb.c Add the git_odb_exists() object query function 2009-02-11 11:04:55 -08:00
odb.h Add basic support to read pack-*.idx v1 and v2 files 2009-01-03 02:56:16 -08:00
oid.c Wrap malloc and friends and report out of memory as GIT_ENOMEM 2008-12-30 23:28:30 -08:00
revwalk.c Wrap malloc and friends and report out of memory as GIT_ENOMEM 2008-12-30 23:28:30 -08:00
revwalk.h Remove unnecessary import of stdlib.h from revwalk.h 2008-12-30 21:52:07 -08:00
thread-utils.c Wrap malloc and friends and report out of memory as GIT_ENOMEM 2008-12-30 23:28:30 -08:00
thread-utils.h Change the use of asm/atomic.h to require -DGIT_HAS_ASM_ATOMIC 2009-01-02 21:48:40 -08:00
util.c Add git__dirname and git__basename utility routines 2009-01-28 12:25:24 -08:00
util.h Add git__dirname and git__basename utility routines 2009-01-28 12:25:24 -08:00