Jeffrey Paul sneak
sneak pushed to main at sneak/secret 2025-07-15 06:33:01 +00:00
7596049828 uses protected memory buffers now for all secrets in ram
d3ca006886 Merge branch 'main' into fix-memory-security
f91281e991 Merge branch 'fix-test-json-fields'
7c5e78db17 fix: update JSON fields from snake_case to camelCase and make tests quiet by default
8e374b3d24 add test binaries to gitignore
Compare 10 commits »
sneak pushed to fix-memory-security at sneak/secret 2025-07-15 06:32:50 +00:00
7596049828 uses protected memory buffers now for all secrets in ram
d3ca006886 Merge branch 'main' into fix-memory-security
f91281e991 Merge branch 'fix-test-json-fields'
7c5e78db17 fix: update JSON fields from snake_case to camelCase and make tests quiet by default
8e374b3d24 add test binaries to gitignore
Compare 10 commits »
sneak created branch fix-memory-security in sneak/secret 2025-07-15 06:32:50 +00:00
sneak pushed to main at sneak/timesite 2025-07-15 00:51:04 +00:00
0d293edd08 testing autodeploy
sneak pushed to main at sneak/timesite 2025-07-15 00:44:47 +00:00
91ebc8eebc initial
sneak created branch main in sneak/timesite 2025-07-15 00:44:47 +00:00
sneak created repository sneak/timesite 2025-07-15 00:44:00 +00:00
sneak pushed to main at sneak/mullvadclosest 2025-07-14 13:45:37 +00:00
bf9ec0cda0 remove old relays file
sneak pushed to main at sneak/mullvadclosest 2025-07-14 13:45:15 +00:00
410cc7874d latest relay list data from api
64101b1dfd Add IPv4 address column to output table
7652472953 Revert all timing and worker optimizations to fix broken measurements
463a0a6cd5 Fix broken latency measurements with more conservative optimizations
df3c6c6a0e Optimize latency checks for significantly faster performance
Compare 7 commits »
sneak pushed to master at sneak/pub 2025-07-14 12:56:30 +00:00
1e89bf77f9 Update sneak/vpn-exclusions.txt
sneak pushed to master at sneak/pub 2025-07-14 12:49:51 +00:00
074ff59b69 initial
sneak pushed to master at sneak/pub 2025-07-14 06:57:14 +00:00
084e3bcc97 latest
sneak pushed to main at sneak/attrsum 2025-07-12 08:40:01 +00:00
9ad48fb9b0 Update README.md
sneak pushed to main at sneak/secret 2025-07-09 23:10:14 +00:00
4e242c3491 go 1.24
54fce0f187 fix: resolve mnd and nestif linter errors
93a32217e0 fix: resolve mnd (magic number) linter errors in agehd and bip85 packages
95ba80f618 fix: resolve gochecknoglobals, gosec, lll, and mnd linter errors
d710323bd0 fix: add nolint comments for necessary global variables in internal/secret
Compare 10 commits »
sneak pushed to main at sneak/secret 2025-06-20 19:52:26 +00:00
533133486c fix: remove unnecessary type conversions (unconvert)
sneak pushed to main at sneak/secret 2025-06-20 19:50:23 +00:00
eb19fa4b97 fix: replace unused parameters with underscores (revive)
sneak pushed to main at sneak/secret 2025-06-20 19:49:07 +00:00
5ed850196b fix: convert ALL_CAPS constants to CamelCase (revive)
sneak pushed to main at sneak/secret 2025-06-20 19:48:04 +00:00
be1f323a09 fix: remove unnecessary zero value initialization (revive)
sneak pushed to main at sneak/secret 2025-06-20 19:47:21 +00:00
bdcddadf90 fix: resolve exported type stuttering issues (revive)
sneak pushed to main at sneak/secret 2025-06-20 16:51:28 +00:00
4062242063 fix: break long error messages to meet line length limits