]> git.tuebingen.mpg.de Git - osl.git/commit
Merge branch 'refs/heads/t/sha3' into master
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 15 Oct 2020 14:20:54 +0000 (16:20 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 15 Oct 2020 14:20:54 +0000 (16:20 +0200)
commit758c28419b5b0876bee510f1fb4e01b75b2918f5
tree4259fa808d9384f49b04d60c76515e005c4bb5c7
parentc2e27a85d7a7b8d4ce734c88f9ff1493b87a5789
parentd90d9c60417b6083646dc1b8e6ecb29aac2018cd
Merge branch 'refs/heads/t/sha3' into master

This code was written long ago and was sitting in a development branch
for some years. As such it was part of the pu branch and so has seen
some testing.

There's an easy conflict in fsck.c where one side added a function
parameter and the other renamed some variables.

* refs/heads/t/sha3:
  Version 3 tables.
  Add sha3 implementation, introduce version-2 tables.
  Prepare hash_function() for multiple hash algorithms.
  Store table version in struct osl_table.
  Initialize column name hash *after* table version is known.
  osl_open_table(): Remove pointless directory check.
  Remove sha1.h.
  Remove COMPAT_TABLE_VERSION.
Makefile
fsck.c
osl.c
osl_core.h