Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | contrib/murmurhash3: fix occasional undefined behavior | Vladimír Čunát | 2021-04-14 | 1 | -3/+2 |
| | | | | | | | murmurhash3.c:43:40: runtime error: addition of unsigned offset to 0x7ffce41c2014 overflowed to 0x7ffce41c2000 The `i` was used in a super-ugly way; I suspect the only reason was to optimize that end-loop condition was zero comparison *vomit* | ||||
* | mark bundled content with SPDX file | Petr Špaček | 2020-02-25 | 1 | -0/+10 |
| | | | | | | | | | | | | | The SPDX file contains hand-written metadata about source URL, version, authors, and license. There are two missing pieces in HTTP module: - bootswatch theme - I could not find what theme we ship, maybe it is based on one of bootswatch themes but heavily modified - selectize.js source does not match respective files in upstream but contains minor changes I will deal with these in later commits. | ||||
* | contrib/murmurhash3: machine readable license | Petr Špaček | 2020-02-25 | 2 | -1/+7 |
| | |||||
* | contrib/murmurhash3: fix bad type punning | Vladimír Čunát | 2019-03-05 | 1 | -3/+3 |
| | |||||
* | doc: documented forked mode | Marek Vavruša | 2015-07-01 | 1 | -1/+1 |
| | |||||
* | contrib: included murmurhash3 (public domain) | Marek Vavruša | 2015-06-01 | 3 | -0/+81 |