issues
search
campeon23
/
split-fetcher
The code is a concurrent file downloader in Go that splits a file into multiple parts, downloads them in parallel, and assembles the final file, with support for Etag validation to ensure file integrity.
MIT License
1
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump golang.org/x/crypto from 0.11.0 to 0.17.0
#173
dependabot[bot]
opened
11 months ago
0
Bump golang.org/x/net from 0.10.0 to 0.17.0
#172
dependabot[bot]
opened
1 year ago
0
Update README.md to correctly reference application name and function…
#171
campeon23
closed
1 year ago
0
Rename repository to reflect split chunk fetching functionality
#170
campeon23
closed
1 year ago
1
Optimize Decryption Process to Handle Content In-Memory
#169
campeon23
closed
1 year ago
0
Optimize Manifest Decryption Based on Keep Part Files
#168
campeon23
closed
1 year ago
0
Optimize Manifest Decryption Process with "Keep Part Files" Parameter
#167
campeon23
closed
1 year ago
1
Refactor Code, Enhance Security, and Update Application Configuration
#166
campeon23
closed
1 year ago
0
Code Refactoring and Enhancement of Application Configuration
#165
campeon23
closed
1 year ago
1
Implement versioning convention for encrypted data format
#164
campeon23
closed
1 year ago
0
Refactor File Encryption and Manifest Logic
#163
campeon23
closed
1 year ago
0
Refactor File Encryption and Manifest Logic
#162
campeon23
closed
1 year ago
1
Refactor and Test WriteEncryptedFile Function
#161
campeon23
closed
1 year ago
0
Integrate Argon2 Key Derivation Function
#160
campeon23
closed
1 year ago
0
Integrate AEAD GCM Encryption and Refactor Timestamp Generation
#159
campeon23
closed
1 year ago
0
Introduce Versioning to Encrypted Data Format
#158
campeon23
closed
1 year ago
1
Transition to AEAD Modes for Improved Security
#157
campeon23
closed
1 year ago
1
Ensure Safer Decryption Process
#156
campeon23
closed
1 year ago
1
Improve Data Handling in WriteEncryptedFile
#155
campeon23
closed
1 year ago
1
Prevent Potential Information Leakage via Error Messages
#154
campeon23
closed
1 year ago
1
Ensure Safer Decryption Process
#153
campeon23
closed
1 year ago
1
Improve Data Handling in WriteEncryptedFile
#152
campeon23
closed
1 year ago
1
Prevent Potential Information Leakage via Error Messages
#151
campeon23
opened
1 year ago
0
Separate Keys for HMAC and Encryption
#150
campeon23
closed
1 year ago
1
Transition to Argon2 for Key Derivation
#149
campeon23
closed
1 year ago
1
Enhancement of Randomness in generateRandomSalt Method
#148
campeon23
closed
1 year ago
1
Refactor: Remove redundant fmt.Println() and update README features
#147
campeon23
closed
1 year ago
0
Ignore *_windows.go Files in gopls -rpc.trace
#146
campeon23
closed
1 year ago
0
Ignore *_windows.go files to address gopls metadata issue
#145
campeon23
closed
1 year ago
0
Enable GO111MODULE in release.yml
#144
campeon23
closed
1 year ago
0
Increase golint execution timeout in .goreleaser.yml
#143
campeon23
closed
1 year ago
0
Increase timeout for golint installation
#142
campeon23
closed
1 year ago
0
Add permissions for jq installation in docker build environment
#141
campeon23
closed
1 year ago
0
Refactor gopls checks from goreleaser to release.yml
#140
campeon23
closed
1 year ago
0
Disable GO111MODULE in release.yml
#139
campeon23
closed
1 year ago
0
Comment out gopls installation to address golint failure
#138
campeon23
closed
1 year ago
0
Revert gopls installation to troubleshoot golint failure
#137
campeon23
closed
1 year ago
0
Fix/gopls installation order
#136
campeon23
closed
1 year ago
0
Fix gopls installation in release.yml
#135
campeon23
closed
1 year ago
0
Implement Random Salt for Key Derivation
#134
campeon23
closed
1 year ago
0
Implemented HMAC Authentication in CBC Mode for Encryption Package.
#133
campeon23
closed
1 year ago
0
Refactor Flags, Update run Function, and Decompose Execute Logic
#132
campeon23
closed
1 year ago
0
Code Refactoring for Flags, Configuration Passing, and Function Decomposition
#131
campeon23
closed
1 year ago
1
Handle conditional loading of pprof config in development mode
#130
campeon23
closed
1 year ago
0
Handle Missing pprof Config File for Development Mode
#129
campeon23
closed
1 year ago
1
Refactor pprofutils_test.go to align with updated pprofutils.go
#128
campeon23
closed
1 year ago
0
Conditional pprof route registration and shared errCh integration
#127
campeon23
closed
1 year ago
0
Handle pprof errors gracefully
#126
campeon23
closed
1 year ago
0
Error Handling for Pprof Error Channel
#125
campeon23
closed
1 year ago
1
Refactor: Centralize logger initialization
#124
campeon23
closed
1 year ago
0
Next