]> zoso.dev Git - nano-pow.git/shortlog
nano-pow.git
2025-03-21 Chris DuncanAllow server to be executed when installed globally.
2025-03-21 Chris DuncanRelease version. v4.0.0
2025-03-21 Chris DuncanAdd node to environment in case server is executed...
2025-03-21 Chris DuncanImplement server.
2025-03-21 Chris DuncanPatch version. v3.2.1
2025-03-21 Chris DuncanUpdate dependencies.
2025-03-21 Chris DuncanReimplement CSP and generate script hash to use for...
2025-03-20 Chris DuncanUpdate version. v3.2.0
2025-03-20 Chris DuncanSet up for v4
2025-03-16 Chris DuncanPatch version. v3.1.4
2025-03-16 Chris DuncanFix package per npm cli feedback.
2025-03-16 Chris DuncanReorganize source directory structure.
2025-03-15 Chris DuncanPatch version. v3.1.3
2025-03-15 Chris DuncanUpdated cli to accept input from stdin like redirects...
2025-03-13 Chris DuncanPatch version. v3.1.2
2025-03-13 Chris DuncanFix additional help documentation. Add small sample...
2025-03-13 Chris DuncanFix man page formatting.
2025-03-13 Chris DuncanPatch version. v3.1.1
2025-03-13 Chris DuncanBreak up man page sections for legibility. Use macros...
2025-03-13 Chris DuncanUpdate version. v3.1.0
2025-03-13 Chris DuncanAdd SPDX comments to man page for REUSE compliance.
2025-03-13 Chris DuncanRestore basic performance timing to CLI when debugging.
2025-03-13 Chris DuncanAt just 2.8 KiB, the Terms page is the most lightweight...
2025-03-13 Chris DuncanReset CPU buffer in compute shader in additioa to reset...
2025-03-13 Chris DuncanSkip irrelevant compute instructions.
2025-03-13 Chris DuncanFix incorrect final digest XOR in threshold comparison...
2025-03-13 Chris DuncanFlip compute shader UBO property order to be consistent...
2025-03-13 Chris DuncanReturn actual hash result from compute shader in additi...
2025-03-13 Chris DuncanMerge cli into main
2025-03-13 Chris DuncanDocument CLI in README.
2025-03-13 Chris DuncanUpdate dependencies.
2025-03-13 Chris DuncanWrite man page and update package file.
2025-03-12 Chris DuncanMove validate parsing. Add CLI help text. Whitespace.
2025-03-12 Chris DuncanAdd bug report email to README.
2025-03-12 Chris DuncanAdd CLI support for validate calls. Add some debug...
2025-03-12 Chris DuncanAdjust debug logging.
2025-03-12 Chris DuncanAdd debug logging to GPU.
2025-03-12 Chris DuncanRefactor initialization to be extremely clear about...
2025-03-12 Chris DuncanFix subtle but important carry bit bug that allowed...
2025-03-12 Chris DuncanAdd tests against max value threshold. Fix validator...
2025-03-11 Chris DuncanFix test page validation not using same options as...
2025-03-11 Chris DuncanLog options passed to functions if debugging.
2025-03-11 Chris DuncanFix threshold comparison in compute shader.
2025-03-11 Chris DuncanFix command arguments being popped one too many times.
2025-03-11 Chris DuncanRemove performance logging now that we know GPU is...
2025-03-11 Chris DuncanFix JSdoc parameter and comment.
2025-03-11 Chris DuncanFix JSDoc and parameter typings.
2025-03-11 Chris DuncanRemove test logging now that GPU is working.
2025-03-11 Chris DuncanFix GPU failure due to script executing too fast for...
2025-03-11 Chris DuncanApply fix for WebGPU not loading in about:blank page...
2025-03-11 Chris DuncanTest empty string instead of undefined against regexp.
2025-03-11 Chris DuncanLog number of hashes processed.
2025-03-11 Chris DuncanRemove early exit in case many block hashes are passed...
2025-03-10 Chris DuncanAdd support for multiple hashes.
2025-03-09 Chris DuncanScrap CLI GPU for now, make a different branch for...
2025-03-09 Chris DuncanAdd required environment shebang. Fix file read path...
2025-03-09 Chris DuncanUse file contents injected directly into HTML string...
2025-03-09 Chris DuncanAdd copyright notice.
2025-03-09 Chris DuncanMerge v3.0.1 from main.
2025-03-09 Chris DuncanPatch version. v3.0.1
2025-03-09 Chris DuncanUpdate dependencies.
2025-03-09 Chris DuncanImplement esbuild legal comments.
2025-03-09 Chris DuncanRemove bundle from repo.
2025-03-09 Chris DuncanReconstruct dist/ directory when building.
2025-03-09 Chris DuncanRefactor Deno cli for puppeteer.
2025-03-09 Chris DuncanCreate GL canvas as part of initialization call.
2025-03-08 Chris DuncanStart setting up CLI structure. Code originally intende...
2025-03-08 Chris DuncanOnly set GPU lost promise callback if lost actually...
2025-03-04 Chris DuncanRemove deprecated file reference.
2025-03-01 Chris DuncanUpload bundle.
2025-03-01 Chris DuncanRelease version. v3.0.0
2025-03-01 Chris DuncanUpdate dependencies.
2025-03-01 Chris DuncanLicense benchmarks file to comply with REUSE.
2025-03-01 Chris DuncanRemove references to polluting global namespace. Update...
2025-03-01 Chris DuncanUpload new bundle.
2025-03-01 Chris DuncanFix duplicate constant declaration from branch merge...
2025-03-01 Chris DuncanOverhaul both WebGPU and WebGL to use vec4 for parallel...
2025-02-28 Chris DuncanSave desktop benchmarks.
2025-02-28 Chris DuncanSave iPhone benchmarks.
2025-02-28 Chris DuncanSave benchmarks from 2.0.0 for comparison to upcoming...
2025-02-26 Chris DuncanAdd more tests for checking validation.
2025-02-16 Chris DuncanTest bundle with template literal for compute shader...
2025-02-12 Chris DuncanReupload bundle.
2025-02-11 Chris DuncanRename random input for clarity of intent.
2025-02-09 Chris DuncanComment out early exit for mobile testing.
2025-02-08 Chris DuncanFix testing URL.
2025-02-08 Chris DuncanUpload bundle for mobile testing.
2025-02-08 Chris DuncanUse hex for v indexing to shorten names.
2025-02-08 Chris DuncanRemove or simplify extraneous swizzles.
2025-02-07 Chris DuncanRestore early exit for testing.
2025-02-07 Chris DuncanUpload bundle for testing.
2025-02-07 Chris DuncanTest workgroup size of 32 since Nvidia card is able...
2025-02-05 Chris DuncanFix copypasta bug.
2025-02-05 Chris DuncanFound the culprit. Atomic exchange is actually 40ms...
2025-02-05 Chris DuncanLog loading errors for WebGPU in addition to WebGL.
2025-02-05 Chris DuncanShort-circuit 'and' does not appear to be working,...
2025-02-05 Chris DuncanReplace another if statement with select.
2025-02-05 Chris DuncanUse select instead of if statement.
2025-02-05 Chris DuncanTechnically, a valid nonce can be equal to the threshol...
2025-02-05 Chris DuncanBenchmarking shows vec4 version actually ended up being...
next