summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-02-15Handle escaped line breaks and separators in vocabulary import from CSVluccioman
2018-02-10Fixed issue #158 : completed div CSS class ignore in crawlluccioman
2018-02-06Fixed loss of other modifiers on keywords/tags search navigation linksluccioman
2018-02-06Added basic support for autotagging microdata annotated item types.luccioman
2018-02-02Refactoring : documented and extracted autotagging processing functions.luccioman
2018-02-02Added HTML microdata typed items parsing capability.luccioman
2018-01-29Moved dbtest to the test source folder.luccioman
2018-01-28Added a manual performance test for the HostBalancer.luccioman
2018-01-26Removed time condition on HostBalancer initialization in JUnit test.luccioman
2018-01-02Fixed SegmentTest test case time dependant occasional failuresluccioman
2017-12-09Merge branch 'master' of https://github.com/yacy/yacy_search_server.gitMichael Peter Christen
2017-12-09added a crawl filter based on <div> tag class namesMichael Peter Christen
2017-12-08Removed use of deprecated Jetty IPAccessHandler for client filtering.luccioman
2017-12-01Improved accuracy of URLs search filters : protocol, tld, host, file extluccioman
2017-12-01Fixed URL parsing with fragment and empty pathluccioman
2017-11-22Added a basic JUnit test for the Visio parser (vsdParser)luccioman
2017-11-20Restore initial locale at the end of a JUnit test case which modify it.luccioman
2017-11-20Do locale neutral case conversions on domain names.luccioman
2017-11-20Do locale neutral case conversions in MultiProtocolURLluccioman
2017-11-20Do locale neutral case conversions in Classificationluccioman
2017-11-14Updated the generic top-level known domains list.luccioman
2017-11-08Improved some JUnit tests isolation and resources releaseluccioman
2017-11-07Remove old hard-coded holiday dates from DateDection class.luccioman
2017-11-06Added a html parser charset detection unit testluccioman
2017-10-18Consistently encode snapshot image with format requested on the API.luccioman
2017-10-16Fixed pdf2image conversion with imagemagick on PDFs having transparencyluccioman
2017-10-16Fixed ProfilingGraph calculation integer overflows and added test class. luccioman
2017-10-09Adjusted ResponseHeaderTest to succeed on slow or highly loaded CPUluccioman
2017-10-04Added partial bzip2 stream parsing support and bzipParser Junit testluccioman
2017-10-04Fixed RWI distance calculation on multi words search queries.luccioman
2017-08-22Added unit tests on the gzip parser.luccioman
2017-08-22Finer control on max links to parse in the html parser.luccioman
2017-08-22Added some unit tests on FileUtils.luccioman
2017-08-21Improved parsing support for OOXML spreadsheets (.xlsx)luccioman
2017-08-14Implemented partial stream parsing of tar archives.luccioman
2017-08-14Also handle text content when parsing XML within limits.luccioman
2017-08-14Add junit test for AbstractOperations.addOperand()reger
2017-08-12Updated xml parser limited parsing test for use latest jdk.luccioman
2017-07-11Fixed read/copy on input streams reading sometimes less than expected.luccioman
2017-07-08Started support of partial parsing on large streamed resources.luccioman
2017-07-03Removed temporary html parser test codeluccioman
2017-07-03HTML parser : removed unnecessary remaining recursive processingluccioman
2017-06-27Refactored plain-text URLs detection implementation.luccioman
2017-06-27Ensure lower case conversion consistency with any default locale.luccioman
2017-06-26Made mime type and extension normalization locale independent.luccioman
2017-06-26Added a generic XML parser, able to parse elements text and URLs.luccioman
2017-06-22Improved character encoding detection from Content-Type headerluccioman
2017-06-21Added a basic JUnit test with test gz files for the gzip parserluccioman
2017-06-21Properly close test files in htmlParser unit testluccioman
2017-06-15Added HT Cache basic statistics (hit rate)luccioman