1446 Commits (b2c0915a712e4b5e21543b5634ad14e171112c31)
 

Author SHA1 Message Date
CalDescent 49eddc9da5 Allow zero fee transactions if the fee is zero in blockchain.json 3 years ago
CalDescent 4b1de108d1 Fixed bug in expected chunk count. 3 years ago
CalDescent e46c735efa Fixed recently introduced bugs with file management. 3 years ago
CalDescent 56da7deb4c DataFile updates to simplify integration with arbitrary transactions. 3 years ago
CalDescent 5f4649ee2b Major upgrade of arbitrary transactions 3 years ago
CalDescent 7cc2c4f621 Progress on website API endpoints. 3 years ago
CalDescent cc449f9304 Added DataFile.chunkHashes() method which appends all hashes into a single byte array (32 bytes / 256 bits each). 3 years ago
CalDescent 28425efbe7 Added jsoup dependency - this was missing from an earlier commit. 3 years ago
CalDescent 8c3a22aa5c Improved link replacement criteria. 3 years ago
CalDescent f3e5933599 Fixed naming error in joinFiles API. 3 years ago
Marco Moesman 39d8750ef9
Merge branch 'Qortal:master' into master 3 years ago
CalDescent 52b0c244a8 Extend CHECKPOINT_LOCK to HSQLDBSaver.execute() 3 years ago
CalDescent ee95a00ce2 Hopeful fix for "Performing repository CHECKPOINT..." deadlock. 3 years ago
QuickMythril 11566ec923
set icon on status change 3 years ago
QuickMythril a78ff08202
add setTrayIcon function 3 years ago
QuickMythril ceb3969c8b
load icons into gui 3 years ago
QuickMythril 6f048ef40e
add status icons 3 years ago
CalDescent aac4fe37e8 Fixed API response description. 3 years ago
CalDescent ebfa941a4f Fixed some file separators. 3 years ago
CalDescent 47c70eea9e Use system temp directory instead of making a "temp" subfolder when zipping files. 3 years ago
CalDescent fe7c40cb7c Reduced log spam. 3 years ago
CalDescent 8973626a4b Fixed issue with temp directory on Linux. 3 years ago
CalDescent ace5d999e2 Log a comma separated list of hashes after splitting a file into chunks, so they can easily be requested from another node using the //data/files/frompeer/{peer} API endpoint. Again temporary until the sync happens automatically. 3 years ago
CalDescent 52829a244b More work on APIs to request files from peers. I won't spend too long making these perfect as they are mostly a temporary measure. 3 years ago
CalDescent 71c247fe56 Added POST /data/file/{hash}/build API, used to join multiple chunks together. 3 years ago
CalDescent b34066f579 More work on HTML parsing. 3 years ago
CalDescent b286c15c51 Optimized website serving, and added code to return the correct content types. 3 years ago
Marco Moesman aff4f6c859
Create TransactionValidity_nl.properties 3 years ago
Marco Moesman 1f8f73fa30
Create ApiError_nl.properties 3 years ago
Marco Moesman 620d6624a9
Create SysTray_nl.properties 3 years ago
JaymenChou 287f42ae64
Update and rename SysTray_zh.properties to SysTray_zh_SC.properties 3 years ago
JaymenChou d976c97d13
Create SysTray_zh_TC.properties 3 years ago
CalDescent 6d549b0754 Updated AdvancedInstaller project for v1.5.5 3 years ago
CalDescent 02dd64558f Bump version to 1.5.5 3 years ago
CalDescent ea5e2f5580 Added POST /site/preview API 3 years ago
CalDescent b65c7a75fe Handle relative links when parsing HTML. 3 years ago
CalDescent 39f5dce51c Moved "directory" data uploads to new POST /site/upload API. 3 years ago
CalDescent f77ec1faf6 A very crude proof of concept which serves a website from a zipped (and in future, chunked) data blob. This forms the beginnings of the "website hosting" layer on top of the data storage. It needs a significant rework - most importantly so that we aren't serving every asset from memory, and also so that the correct content-type headers are returned, etc. 3 years ago
CalDescent cd3a1e0159 Increased max file size to 1GiB. Will review this again later. 3 years ago
CalDescent 3f20fadb81 When zipping files, rename the outer folder to "data" instead of using the original folder name. This means that the data can be accessed deterministically without the need to first lookup the folder name. 3 years ago
CalDescent 1c6428dd3b Added equivalent split and join test but this time using a 5.5MiB source file. 3 years ago
CalDescent aca620241a More work on data file split/join, and added a test. 3 years ago
CalDescent 808b36e088 Specify chunk size when splitting. 3 years ago
CalDescent 1613375cc0 Added more validation of files received in GET /data/file/frompeer 3 years ago
CalDescent 787ef957d2 Added support for uploading an entire directory via POST /data/upload/path 3 years ago
CalDescent b915d0aed5 Only create the output file directories when we are actually writing a file there. This should prevent empty directories being created when initializing a nonexistent DataFile using a hash. 3 years ago
CalDescent 16dc5b5327 Include the data length in DataFileMessage, which is more similar to the approach used by ArbitraryDataMessage. These two message types are very similar, except arbitrary code currently has a requirement of one piece of data per signature, whereas DataFile code is independent and can support multiple files per transaction. Maybe the two can be combined at some point, but for now I'll keep them separate. 3 years ago
CalDescent d25e98d9c4 Include peer connection ID in recently created log message. 3 years ago
CalDescent 227cdc1ec8 Log each sync attempt when our blockchain isn't up to date 3 years ago
CalDescent c2d0c63db0 Improved error logging. 3 years ago