2651 Commits (28f9df7178b6ecc39d9116669192e0b68fabd597)
 

Author SHA1 Message Date
CalDescent 362335913d Fixed infinite loop in name rebuilding. 3 years ago
CalDescent 4340dac595 Fixed recently introduced issue in name rebuilding code causing transactions to be unordered. 3 years ago
CalDescent f3e1fc884c
Merge pull request #63 from catbref/master 3 years ago
CalDescent 39c06d8817
Merge pull request #75 from catbref/name-unicode 3 years ago
CalDescent 91cee36c21 Catch and log all exceptions in addStatusToResources() 3 years ago
CalDescent 6bef883942 Removed OpenJDK 11 reference in build-release.sh, as it seems that checksums will not match by default due to timestamps and file orderings. 3 years ago
CalDescent 25ba2406c0 Updated AdvancedInstaller project for v3.2.2 3 years ago
CalDescent e4dc8f85a7 Bump version to 3.2.2 3 years ago
CalDescent 12a4a260c8 Handle new sync result case. 3 years ago
CalDescent 268f02b5c3 Added automated test to ensure that the core's default bootstrap hosts are functional. 3 years ago
CalDescent 13eff43b87 Fixed synchronizer issues which caused large re-orgs 3 years ago
catbref e604a19bce Unicode / NAME updates. 3 years ago
CalDescent e63e39fe9a Updated AdvancedInstaller project for v3.2.1 3 years ago
CalDescent 584c951824 Bump version to 3.2.1 3 years ago
CalDescent f0d9982ee4 Made arbitraryDataFileHashResponses final, and use .sort() rather than .stream() to avoid new instance creation. 3 years ago
CalDescent c65de74d13 Revert "Synchronize arbitrary data list removals, as it seems that SynchronizedList and SynchronizedMap aren't overriding removeIf() with a thread-safe version." 3 years ago
CalDescent df0a9701ba Improved logging in onNetworkGetArbitraryDataFileListMessage() 3 years ago
CalDescent 4ec7b1ff1e Removed time estimations that are no longer correct or relevant. 3 years ago
CalDescent 7d3a465386 Including the number of hashes (even if zero) is now required in GetArbitraryDataFileListMessage, to allow for additional fields. Enough peers should have updated by now for this to be ok. 3 years ago
CalDescent 30347900d9 Tidied up one last place that was accessing immutableConnectedPeers directly. This makes no difference, but helps with code consistency. 3 years ago
CalDescent e5f88fe2f4 Synchronize arbitrary data list removals, as it seems that SynchronizedList and SynchronizedMap aren't overriding removeIf() with a thread-safe version. 3 years ago
CalDescent 0d0ccfd0ac Small refactor for code simplicity. 3 years ago
CalDescent 9013d11d24 Report as 100% synced if the latest block is within the last 30 mins 3 years ago
CalDescent fc5672a161 Use a more tolerant latest block timestamp in the isUpToDate() calls below to reduce misleading systray statuses. 3 years ago
CalDescent 221c3629e4 Don't refetch the file list if the fileListCache is empty, since an empty list now means that there are likely to be no files available on disk. 3 years ago
CalDescent 76fc56f1c9 Fetch the file list in getFilenameForHeight() if needed. 3 years ago
CalDescent 8e59aa2885 Peer getter methods renamed to include "immutable", for consistency with underlying lists and also to make it clearer to the callers. 3 years ago
CalDescent 0738dbd613 Avoid direct access to this.connectedPeers, as we need to use the immutable copy. 3 years ago
CalDescent 196ecffaf3 Skip calls to this.logger.trace() in ExecuteProduceConsume.run() if trace logging isn't enabled. 3 years ago
CalDescent a0fedbd4b0 Implemented suggestions from catbref to avoid potential thread safety issue in peer arrays. 3 years ago
CalDescent 7c47e22000 Set fileListCache to null when invalidating. 3 years ago
CalDescent 6aad6a1618 fileListCache is now an immutable Map, which is thread safe. Thanks to catbref for this idea. 3 years ago
CalDescent b764172500 Revert "Hopeful fix for ConcurrentModificationException in BlockArchiveReader.getFilenameForHeight()" 3 years ago
CalDescent c185d79672 Loop through all available direct peer connections and try each one in turn. 3 years ago
CalDescent 76b8ba91dd Only add an entry to directConnectionInfo if one with this peer-signature combination doesn't already exist. 3 years ago
CalDescent 0418c831e6 Direct connections with peers now prefer those with the highest number of chunks for a resource. Once a connection has been attempted with a peer, remove it from the list so that it isn't attempted again in the same round. 3 years ago
CalDescent 4078f94caa Modified GetArbitraryDataFileListMessage to allow requesting peer's address to be optionally included. 3 years ago
CalDescent a12ae8ad24 Hopeful fix for ConcurrentModificationException in BlockArchiveReader.getFilenameForHeight() 3 years ago
CalDescent 498ca29aab Wait until a successful connection with a peer before tracking the direct request. 3 years ago
CalDescent ba70e457b6 Default chunk size reduced from 1MB to 0.5MB 3 years ago
CalDescent d62808fe1d Don't attempt to create the data directory every time an ArbitraryDataFile instance is instantiated. This was using excessive amounts of CPU and disk I/O. 3 years ago
CalDescent 6c14b79dfb Removed bootstrap host that is no longer functional. 3 years ago
CalDescent 631a253bcc Added support for dark theme in loading screen. 3 years ago
CalDescent 4cb63100d3 Drop the ArbitraryPeers table as it's no longer needed 3 years ago
CalDescent 42fcee0cfd Removed all code that interfaced with the ArbitraryPeers table 3 years ago
CalDescent 829a2e937b Removed all arbitrary signature broadcasts 3 years ago
CalDescent 5d7e5e8e59 Dropped support of ARBITRARY_SIGNATURES message handling, as this feature has been superseded by the peerAddress in file list requests. 3 years ago
CalDescent 6f0a0ef324 Small refactor 3 years ago
CalDescent f7fe91abeb sendOurOnlineAccountsInfo() moved to its own thread, in preparation for mempow 3 years ago
CalDescent 7252e8d160 Deleted presence tests, as they are no longer relevant, and aren't easily adaptable to the new approach. 3 years ago