1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 18, 2025 — Jan 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Specify priorities. The spider inserts should not run at INTERACTIVE_PRIORITY_CLASS! More... over 15 years ago
Set max retries to -1 for inserts. Uses new HLSC API so will need 1250. More... over 15 years ago
Remove debugging output in file called buffer More... over 15 years ago
Version 10. Integration and debugging work for Spider-Library integration: Spider is now separate from XMLSpider, indexes stuff, sends data to Library over FCP. Library writes the data to disk, and then merges it to an on-disk index, and then merges that to an on-Freenet index and inserts a USK after each such push. There is a cache of data uploaded in librarylibrary-spider-pushed-data-cache/, which is not garbage collected at present (although you can just remove it and hope that the data is retrievable). More... over 15 years ago
Logging More... over 15 years ago
Fix overflow handling on repacking. More... over 15 years ago
FIXME More... over 15 years ago
Make sure the assertions hold even if the data has gotten bigger or smaller. Assertions/logging. More... over 15 years ago
Logging More... over 15 years ago
Put the data into the bins! This fixes an assertion failure which seems to be sensitive to the btree node size parameter. More... over 15 years ago
Logging, logging infrastructure. More... over 15 years ago
Chasing wierd bug. More... over 15 years ago
Logging More... over 15 years ago
Reduce fan-out to 1024, mostly to save memory both on the spider library and the client library. In the long term it will be more like 512 anyway... More... over 15 years ago
Limit to one Yaml operation at once. More... over 15 years ago
Allow more updates, 1 was for testing. More... over 15 years ago
d == null && m != null is allowed in some cases. More... over 15 years ago
Fix re nulls More... over 15 years ago
Document More... over 15 years ago
Encapsulate isLoaded too More... over 15 years ago
final here too doh More... over 15 years ago
Get rid of kludge More... over 15 years ago
Javadocs More... over 15 years ago
Encapsulate meta and data properly. More... over 15 years ago
Cleanup constructor More... over 15 years ago
Add FIXME More... over 15 years ago
Better toString(). More... over 15 years ago
It is safe and documented to let through stuff that is already serialised here. More... over 15 years ago
MapSerialiser interface javadocs say only execute jobs if input != null More... over 15 years ago
Doh, fix NPE More... over 15 years ago