-
Notifications
You must be signed in to change notification settings - Fork 167
Comparing changes
Open a pull request
base repository: gabriel-vasile/mimetype
base: v1.4.5
head repository: gabriel-vasile/mimetype
compare: v1.4.6
- 15 commits
- 21 files changed
- 5 contributors
Commits on Aug 6, 2024
-
default ftyp detection to mp4; fix #562
There are too many ftyp codes to look for (about 100 registered + the unregistered ones.) Previously all ftyps where on the same level in the detection tree. Now mp4 is parent to all other ftyps.
Configuration menu - View commit details
-
Copy full SHA for 71a146e - Browse repository at this point
Copy the full SHA 71a146eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56bdf43 - Browse repository at this point
Copy the full SHA 56bdf43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31e6b1c - Browse repository at this point
Copy the full SHA 31e6b1cView commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d7081cc - Browse repository at this point
Copy the full SHA d7081ccView commit details -
use a pool of buffers to alleviate memory allocs in csv; related to #553
Configuration menu - View commit details
-
Copy full SHA for 4cc383c - Browse repository at this point
Copy the full SHA 4cc383cView commit details
Commits on Sep 26, 2024
-
feat: Add parquet file detection (#578)
Adds parquet file detection. See [docs](https://parquet.apache.org/docs/file-format/) for specification Co-authored-by: Keith Kelly <kkelly@morningconsult.com>
Configuration menu - View commit details
-
Copy full SHA for c4abedc - Browse repository at this point
Copy the full SHA c4abedcView commit details
Commits on Sep 30, 2024
-
add application/xml as alias; close #227 (#581)
According to RFC7303, text/xml is an alias to application/xml. But considering we we're using text/xml as the main mime type until now, changing to main=application/xml alias=text/xml would cause trouble to users. So for now, we're keeping as: main=text/xml alias=application/xml
Configuration menu - View commit details
-
Copy full SHA for c78cb11 - Browse repository at this point
Copy the full SHA c78cb11View commit details
Commits on Oct 10, 2024
-
Make mso detection work similar to what file/file does
https://github.com/file/file/blob/7c62d696b06e53fc5be015c41a57513278ac6c54/magic/Magdir/msooxml The algorithms is not 100% percent reliable. For example, a zero compression zip containing a docx will still sometimes be detected as docx instead of zip (it depends on how many files and the order of files in the zip) Second thing in this PR is removing some test data fixtures. From now, I'll try as much as possible to write regular unit tests without relying on test file fixtures. #575 (comment) related #550 #575 closes #400
Configuration menu - View commit details
-
Copy full SHA for c6c5e4f - Browse repository at this point
Copy the full SHA c6c5e4fView commit details
Commits on Oct 11, 2024
-
add benchmark action that leaves comment on PR (#588)
* better benchmarks benchmark each detector with negative and positive inputs * add benchmark action that leaves comment on PR
Configuration menu - View commit details
-
Copy full SHA for 7798415 - Browse repository at this point
Copy the full SHA 7798415View commit details
Commits on Oct 13, 2024
-
Bump the github-actions group across 1 directory with 2 updates (#586)
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action).
Configuration menu - View commit details
-
Copy full SHA for 9349e46 - Browse repository at this point
Copy the full SHA 9349e46View commit details -
Bump golang.org/x/net in the gomod group across 1 directory (#585)
Bumps the gomod group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net).
Configuration menu - View commit details
-
Copy full SHA for 3cf98ef - Browse repository at this point
Copy the full SHA 3cf98efView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd16da2 - Browse repository at this point
Copy the full SHA fd16da2View commit details -
action for benchmarking detectors (#590)
* add action for benchmarking each detector
Configuration menu - View commit details
-
Copy full SHA for 458b62d - Browse repository at this point
Copy the full SHA 458b62dView commit details
Commits on Oct 14, 2024
-
Bump actions/checkout from 4.1.7 to 4.2.1 in the github-actions group (…
…#592) Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.1.7 to 4.2.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8a780a5 - Browse repository at this point
Copy the full SHA 8a780a5View commit details -
Co-authored-by: Gabriel Vasile <gabriel.vasile@email.com>
Configuration menu - View commit details
-
Copy full SHA for 2998a94 - Browse repository at this point
Copy the full SHA 2998a94View commit details
There are no files selected for viewing