forked from fingerprintjs/fingerprintjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the entropy sources run in the "load" phase (fingerprintjs#666)
Squashed commit of the following: commit c72bda0 Merge: 89254a2 feb5531 Author: Sergey M <[email protected]> Date: Mon Jun 14 18:04:23 2021 +1000 Merge branch 'master' into feature/load-signals commit feb5531 Author: Sergey M <[email protected]> Date: Mon Jun 14 18:02:23 2021 +1000 Handle not numeric screen resolution (fingerprintjs#670) commit f61e348 Author: Sergey M <[email protected]> Date: Mon Jun 14 17:59:44 2021 +1000 Export isAndroid from the Node package (fingerprintjs#671) commit 1b9dfda Author: Martin Makarský <[email protected]> Date: Fri Jun 11 08:11:23 2021 +0200 Add a Discord badge (fingerprintjs#669) commit fed4180 Author: Martin Makarský <[email protected]> Date: Thu Jun 10 12:50:09 2021 +0200 Add a code of conduct (fingerprintjs#668) commit 89254a2 Author: Sergey M <[email protected]> Date: Thu Jun 10 13:49:18 2021 +1000 Docs amendments commit 29adc0a Author: Valentin V <[email protected]> Date: Wed Jun 9 19:45:41 2021 +0300 Add configuration file for CodeQL This will run security analysis for common vulnerabilities and problems. commit ba86b82 Author: Sergey M <[email protected]> Date: Wed Jun 9 19:24:47 2021 +1000 Amendments commit 0293556 Author: Sergey M <[email protected]> Date: Mon Jun 7 10:47:40 2021 +1000 Fix the documentation issues commit 665b7da Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat Jun 5 09:52:56 2021 +1000 Bump ws from 6.2.1 to 6.2.2 (fingerprintjs#667) Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/commits) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 6a7a994 Author: Sergey M <[email protected]> Date: Fri Jun 4 16:36:58 2021 +1000 Add documentation for the new entropy source system commit 282f2c4 Author: Sergey M <[email protected]> Date: Tue Jun 1 13:56:24 2021 +1000 Extract the entropy source utilities to a separate file commit c317f61 Author: Sergey M <[email protected]> Date: Mon May 31 21:02:22 2021 +1000 Stabilize the agent source loading test commit 7f9c296 Author: Sergey M <[email protected]> Date: Mon May 31 20:29:56 2021 +1000 Remove the old components commit 3dd2af2 Author: Sergey M <[email protected]> Date: Mon May 31 19:38:32 2021 +1000 Simplify the audio source implementation significantly commit aa08d8c Author: Sergey M <[email protected]> Date: Mon May 31 18:50:27 2021 +1000 Adjust all the signals to the new format commit 98fa057 Author: Sergey M <[email protected]> Date: Mon May 31 16:12:26 2021 +1000 Add a test that checks that agent loads the signals when loaded; allow signals return the result in the "load" phase commit 71f2123 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon May 31 11:07:49 2021 +1000 Bump dns-packet from 1.3.1 to 1.3.4 (fingerprintjs#662) Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. - [Release notes](https://github.com/mafintosh/dns-packet/releases) - [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md) - [Commits](mafintosh/dns-packet@v1.3.1...v1.3.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit 67fa892 Author: Sergey M <[email protected]> Date: Fri May 28 21:11:44 2021 +1000 Add tests for the base code commit 1698c0c Author: Sergey M <[email protected]> Date: Thu May 27 19:53:36 2021 +1000 Draft the new entropy source resolution mechanism
- Loading branch information
Showing
18 changed files
with
1,077 additions
and
333 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.