1
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Feb 07, 2025 — Feb 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Sort out interface link colours More... over 16 years ago
fix merge, rm references to webI and temporarily reinsert FredPluginHTTP More... over 16 years ago
Merge branch 'master' of [email protected]:freenet/plugin-Library-staging More... over 16 years ago
revamp SimpleProgress, implement a freenet LiveArchiver (insert only atm), parallelise SkelNode.deflate() More... over 16 years ago
Move combine() function out from TermEntry More... over 16 years ago
Make sure the search is removed if there is a TaskAbortException More... over 16 years ago
Refetch on demand when things index fetching fails More... over 16 years ago
Put the search page in the Browsing Freenet menu More... over 16 years ago
split YamlArchiver into FileArchiver and YamlReaderWriter More... over 16 years ago
Option to group by USK editions, sort results on relevance by default More... over 16 years ago
commit some minor notes before starting freenet-inflate More... over 16 years ago
Rename equalsIgnoreSubject to equalsTarget More... over 16 years ago
Remove FredPluginHTTP interface, separate result HTML generation into separate class ResultNodeGenerator More... over 16 years ago
Remove wanna19 from defaults More... over 16 years ago
Merge branch 'master' of [email protected]:freenet/plugin-Library-staging More... over 16 years ago
Fix relevance in ResultSet More... over 16 years ago
Calculate relevance in XMLIndex More... over 16 years ago
javadoc corrections More... over 16 years ago
Merge branch 'master' of [email protected]:freenet/plugin-Library-staging More... over 16 years ago
lots of changes to support the new algorithm better: - ProgressTracker now uses WeakHashMap, using Task objects as keys instead of the meta/data inside it - to make that work, PullTask/PushTask have hashCode()/equals() testing identity-equality on meta/data - new TaskInProgressException to make this work better - new Scheduler/ScheduledSerialiser interfaces - new ParallelSerialiser implementation that uses ThreadPoolExecutor and implements ScheduledSerialiser - new CompositeIterable class that makes CompoundProgress easier - some new methods to AbstractRequest - replaced compare2() with compare0(), compareL() and compareR(), which is much more consistent - and documentation for (hopefully) all of these More... over 16 years ago
Added the term position support back into XMLIndex, also a special case in Search so XMLIndex doesnt waste time looking for termpositions when not needed More... over 16 years ago
Phrase search implemented again and change how other set operations are calculated More... over 16 years ago
Use TermEntrys as immutable More... over 16 years ago
Temporary changes to the ui to work with TermEntrys and separation of CompositeRequest, this will be changed and tidied More... over 16 years ago
Changes to the ResultSet to handle TermEntrys properly More... over 16 years ago
Added methods to check equality of TermEntrys without checking the subject and to combine TermEntrys with different amounts of data More... over 16 years ago
initial test code for the new breadth-first inflation algorithm More... over 16 years ago
Split a separate CompositeRequest interface for Requests with subrequests More... over 16 years ago
Merge commit 'origin' More... over 16 years ago
Merged URIWrapper into TermPageEntry More... over 16 years ago