Commit Graph

904 Commits (6bd5f49c412be8edaadc5bc707dcd2a521207da5)

Author SHA1 Message Date
Michael Peter Christen ab3ef87abf fixed exec start command where a path contains spaces
2 years ago
Michael Peter Christen 761dbdf06d increases log history length to 10000
2 years ago
Michael Peter Christen 1893661ee4 removed/suppressed more warnings
2 years ago
Michael Christen 8a06beaf24 removed finalize() methods, deprecated
2 years ago
Michael Peter Christen 60c9986a0e new release file names with date and git hash
2 years ago
reger24 18dddb74c9 Harmonize loading/reading blacklist
3 years ago
Daleth Darko 3ced06c731 Various javadoc fixes
3 years ago
Michael Peter Christen bd3f2483a1 replaced url and date retrieval by only url retrieval
3 years ago
Michael Peter Christen d19872fd26 making sure that crawl queues are closed correctly to prevent data loss
3 years ago
Michael Peter Christen 63ad8ce6b2 removed ymarks
3 years ago
Michael Peter Christen 4cadd557dc removed synchronization in table creation
3 years ago
admin 9b7668fa58 reduced memory footprint during indexing/crawling
3 years ago
Michael Peter Christen e9c5e78868 replaced new Number(Number) with Number.instanceOf
3 years ago
Michael Peter Christen 9e13d77de4 removed call to class.finalize() because of deprecation in java 9
3 years ago
Michael Peter Christen 9ef4503672 fixed some newInstance() warnings
3 years ago
Michael Peter Christen 1cdb21592b added hazelcast and some modifications to align legacy YaCy with
4 years ago
jfhs 10bddc2c2d Decode HTML entities in all property values by default
4 years ago
sgaebel f16cd154f7 removes unused imports and variables
4 years ago
Michael Peter Christen e18d0ef544 trying to set a higher priority to the process that is involved in index
4 years ago
Michael Peter Christen 787fec0658 reduced complexity - removed concurrency in sort
4 years ago
Michael Peter Christen 22841ffbf1 creating a threaddump during every cleanup process
4 years ago
Michael Peter Christen 133440a7a6 some debug lines
4 years ago
sgaebel df9ea0a42a removes some warnings: unused imports, params
4 years ago
luccioman 08ea0b0397 Added a configurable timeout to wkhtmltopdf calls for pdf snapshots
6 years ago
luccioman 2bdd71de60 Added server side columns sorting on the Process Scheduler table
6 years ago
luccioman bb51555830 Removed remaining unsafe accesses to SimpleDateFormat instances.
6 years ago
luccioman e97580dfc7 Fixed unsafe conccurent access to generic SimpleDateFormat instances
6 years ago
luccioman fa4399d5d2 Small perf improvement : initialize threads names early when possible
7 years ago
luccioman addd18c993 Removed some remaining uses of deprecated Seed.getIP()
7 years ago
luccioman bcbd0ae1a4 Enabled partial parsing of audio resources.
7 years ago
luccioman 46c9da6428 Allow creation of vocabularies from remote CSV file URLs.
7 years ago
luccioman 6cd3847d0a Fixed NullPointerException case on Table init with relative file path.
7 years ago
luccioman 9ddf92d143 Removed unncessary reflection usage for workflow tasks.
7 years ago
luccioman 6425963cee Fixed internal tables exact value match iterator
7 years ago
luccioman 36e9b1c5b3 Fixed SegmentTest test case time dependant occasional failures
7 years ago
luccioman 938d8a9731 Added some JavaDoc
7 years ago
luccioman 6e497241f7 Properly close resources (even on error) on OS and ThreadDump classes.
7 years ago
luccioman dd9cb06d25 Fixed RWI distance calculation on multi words search queries.
7 years ago
luccioman 5d3ceb31b7 Improved search navigators counters accuracy and consistency.
7 years ago
luccioman 8e4f31bdc7 Updated internal ISO 639-1 language codes with latest standards.
7 years ago
luccioman 4eba88f2ff Removed some unnecessary uses of java.lang.reflect api.
7 years ago
luccioman b23a563065 Prevent search result failure on incomplete images information.
7 years ago
Michael Peter Christen 7f395ef937 added image link in search results
7 years ago
luccioman f369679d1c Fixed read/copy on input streams reading sometimes less than expected.
7 years ago
luccioman bf55f1d6e5 Started support of partial parsing on large streamed resources.
7 years ago
luccioman 8da3174867 Ensure lower case conversion consistency with any default locale.
7 years ago
luccioman 319231a458 Added a generic XML parser, able to parse elements text and URLs.
7 years ago
luccioman 0487336ec3 Prevent integer overflow in table statistics and use strong typing
8 years ago
luccioman 5fdd5d16b1 Use volatile to ensure concurrent threads use up to date property value
8 years ago
luccioman 28b451a0b3 Made Cache compression level and lock timeout user configurable
8 years ago