]> zoso.dev Git - nano-pow.git/shortlog
nano-pow.git
4 days ago Chris DuncanConcatenate log variables to reduce memory footprint.
4 days ago Chris DuncanReturn if server requests have already been intercepted...
5 days ago Chris DuncanIntercept dummy https request to get a secure context...
5 days ago Chris DuncanShorten HTTP 400 response lines. Reject post requests...
5 days ago Chris DuncanFix incorrect difficulty regexp.
5 days ago Chris DuncanReset request tokens on regular interval.
5 days ago Chris DuncanDeclare bind group once and reuse.
5 days ago Chris DuncanReuse DataView for reading mapped result data.
5 days ago Chris DuncanReduce benchmark to 100 for testing.
5 days ago Chris DuncanExtend test script a bit.
5 days ago Chris DuncanRestrict server header size and quantity. Allow all...
5 days ago Chris DuncanReject server request if headers indicate content is...
6 days ago Chris DuncanAvoid altering client request payload, and increase...
6 days ago Chris DuncanBlock requests missing IP address. Add rate limit of...
6 days ago Chris DuncanCompile and cache shader prior to actual compute dispatch.
6 days ago Chris DuncanAdd debug logging for server process spawned by CLI.
8 days ago Chris DuncanDefault to a more generic error message if action is...
8 days ago Chris DuncanFix infinite device load check.
8 days ago Chris DuncanUsing navigator in Node can cause a crash, so use Intl...
12 days ago Chris DuncanPatch version. next/fifo-queue v4.1.4
12 days ago Chris DuncanSave server logs by day instead of by execution. Displa...
12 days ago Chris DuncanPatch version. v4.1.3
12 days ago Chris DuncanUse SIGHUP to reload config except PORT which requires...
2025-04-13 Chris DuncanPatch version. v4.1.2
2025-04-13 Chris DuncanLoad config file from NanoPow home directory and use...
2025-04-13 Chris DuncanPatch version. v4.1.1
2025-04-13 Chris DuncanPrint server error if it does not launch, typically...
2025-04-12 Chris DuncanUpdate version. v4.1.0
2025-04-12 Chris DuncanSimplify GPU compute by reverting to vec2 and implement...
2025-03-28 Chris DuncanPatch version. next/cache-work v4.0.11
2025-03-28 Chris DuncanSwitch default port to 5040 (product of 'xno' as digits...
2025-03-28 Chris DuncanPatch version. v4.0.10
2025-03-28 Chris DuncanReorder typings in generally descending order.
2025-03-28 Chris DuncanRemove deprecated methods from types.
2025-03-28 Chris DuncanRemove deprecated property from test page.
2025-03-28 Chris DuncanIn README, remove npm prefix example, remove second...
2025-03-28 Chris DuncanComplete conversion from threshold to difficulty.
2025-03-27 Chris DuncanPatch version. v4.0.9
2025-03-27 Chris DuncanFix missing crypto module required by older versions...
2025-03-27 Chris DuncanPatch version. v4.0.8
2025-03-27 Chris DuncanOverhaul server to consolidate work methods into one...
2025-03-26 Chris DuncanPatch version. v4.0.7
2025-03-26 Chris DuncanIgnore all arguments when starting server and use envva...
2025-03-23 Chris DuncanUpdate changelog with v3 patch notes.
2025-03-23 Chris DuncanPatch version. v4.0.6
2025-03-23 Chris DuncanRevert setTimeout workaround now that initialization...
2025-03-23 Chris DuncanFix test script reference to server process ID.
2025-03-23 Chris DuncanCheck for API support manually before re-exporting...
2025-03-22 Chris DuncanGive cli and server a moment before querying for GPU.
2025-03-22 Chris DuncanPatch version. v4.0.5
2025-03-22 Chris DuncanPatch version. v4.0.4
2025-03-22 Chris DuncanFix cli file paths for older versions of Node.
2025-03-22 Chris DuncanPatch version. v4.0.3
2025-03-22 Chris DuncanLog IP address when server starts instead of constant...
2025-03-22 Chris DuncanQuote bash variables.
2025-03-22 Chris DuncanAdd node crypto module for older versions.
2025-03-21 Chris DuncanPatch version. v4.0.2
2025-03-21 Chris DuncanFix server file paths for older versions of Node.
2025-03-21 Chris DuncanUpdate package lockfile.
2025-03-21 Chris DuncanPatch version. v4.0.1
2025-03-21 Chris DuncanUpdate bin to call shell script which starts server...
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...
next