This repository was archived by the owner on Oct 20, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 696
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactored TLS certificate loading * Disable TLS 1.0 * Mini refactor * WIP * GC optimization for outgoing stratum traffic * Prevent memory leak * Re-enable proxy header spoofing protection and add support for IPv4 on IPv6 * Connection logging * Refactor * Cleanup * Connection logging for unsecure connections rephrased * WIP * Logging cleanup * Code cleanup * WIP * Added ignored linux socket error * Bitcoin Diamond (BCD) * BCD * Reduced log noise * WIP * Coherent connection logging * WIP * Fixed Makefile * Cryptonight Variant test * WIP LibCryptonight * WIP * libcryptonight working * Ignore certain exceptions during shutdown * More tests * Fixed blockrewardMultiplier getting initialized to zero * Makefile warnings * Makefile * Makefile * Improved SendAsync of StratumClient * Bitcoin Gold Address decode fix * WIP * More BTG fixes * And another BTG fix * Trimming * Comments * Compile error fix * WIP * Revert BTG network diff * Code cleanup * Crash fix * Fix async exceptions * WIP * Re-introduce sendQueue for StratumClient * ProcessSendQueueAsync cleanup * Replace NetMQ with clrzmq4 * Fix compile warnings * WIP * WIP * ShareReceiver endianess fix * Temporary disable telemetry * TMP fix * WIP * Makefile consolidation * disable optimizations for now on libcryptonight/Makefile * Fix ZeroMQ message memory leaks * More leak fixes * O2 * Update README.md Fixes #260 * BOM stripping * Revert libcryptnight * Revert "BOM stripping" This reverts commit 8f7b73e. * JSON trimming * Revert "Revert libcryptnight" This reverts commit 6f52717. * ThreadLocal context-state for Cryptonight * Fixed windows builds (Fixes #399). * WIP * GC optimizations Part 1 * GC optimizations Part 2 * GC optimizations Part 3 * WIP * Code cleanup * WIP * WIP * Remove unnecessary unsafe statements * WIP * WIP * Eliminate shared ThreadLocal for cryptonight state * Revert "Eliminate shared ThreadLocal for cryptonight state" This reverts commit 75ce96a. * Pre-allocate one context per CPU * WIP * Remove logspam * Comments * Per cryptonight family context leasing * WIP * Lazy alloc * WIP * Bittube * WIP * WIP * Address prefix * API fields cleanup * WIP * WIP * Optimize Deserialize * WIP * AddMemoryPressure * WIP * WIP * WIP * Stratum reliability * Cleanup * Mini refactor * Bullet-proofing StratumClient disposal * WIP * Cancellation support * Prefer live network stats for pool api * Update network stats even if internal stratum is disabled * WIP * WIP * Formatting * Refactor * Cleanup * Plural * WIP * Fix * Cleanup * Who needs a send queue * Socket send-timeout * Streamlined stratum error-handling * WIP * Error logging * Additional safety net * Streamlined build process for Windows and Linux * WIP * appveyor.yml * appveyor.yml * WIP * WIP * WIP * WIP * typo * Guard against configuration errors * build artifact test * WIP * WIP * 7z * Archive names * Test * WIP * Typo * .gitignore * Statically link native libs on linux to reduce dependencies * Revert "Statically link native libs on linux to reduce dependencies" This reverts commit 5c78978. * Revert "Who needs a send queue" * WIP * Fix makefile clean failure * Disable Deserialize fastpath * Always include id property in JSON RPC responses even if unused. Should fix #375 * README.md * Simplified built scripts * Dispose all CancellationTokenSources * comments * ZMQ Curve Security for Share Relay send/recv * Refactor * ZMQ Curve encapsulation, refactor and cleanup * Enable socket-keepalive * Docs * WIP * Logging * WIP * Validate poolid on ShareReceiver * Websocket logging * Parity backup polling WebsocketSubscribe receive timeout -> reconnect * DaemonClient logging scoped to pool now * Fix release build error * ETH logging * Revert polling * http2 implies SSL * Change hash algorithm for PKBDF * Revert * WIP * Fixed key mismatch
- Loading branch information
Oliver Weichhold
authored
Oct 2, 2018
1 parent
f6c5c78
commit 0f31c6a
Showing
23 changed files
with
422 additions
and
255 deletions.
There are no files selected for viewing
Binary file not shown.
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.