summaryrefslogtreecommitdiff
path: root/source/de/anomic/server/serverCore.java
AgeCommit message (Expand)Author
2012-09-21refactoringMichael Peter Christen
2012-08-14- added xslt support for solr result formats.Michael Peter Christen
2012-07-10- replaced all length() == 0 and size() == 0 with isEmpty()orbiter
2012-07-05made class methods static where possibleMichael Peter Christen
2012-06-26generalized localhost naming.Michael Peter Christen
2012-05-30better loggingMichael Peter Christen
2012-05-14Now used synchronization in all close() methods to make sure all objectsRoland 'Quix0r' Haeder
2011-11-25some last-minute performance hacksorbiter
2011-09-30another performance hack: re-use of known host addresses for isLocal property...orbiter
2011-08-01finishing up my commits (7855-7858) which could be helpful forsixcooler
2011-07-14added request line in http which can support better debuggingorbiter
2011-05-24- commented out experimental distributed ranking loadingorbiter
2011-05-23small features, some bug fixes and performance hacksorbiter
2011-03-10- replaced more direct string-based UTF-8 conversions by predefined UTF-8 con...orbiter
2011-03-07replaced all 'new String' with default encoding (missing) or UTF-8 encoding w...orbiter
2011-02-28better concurrency (less locking on date formatting) more logging and minor b...orbiter
2011-02-26more logging for OOMsorbiter
2011-02-21healing for some OOM problemsorbiter
2011-02-17maybe terminateOldSessions is too slow, removed sleeporbiter
2011-01-28changed the default port from 8080 to 8090orbiter
2010-09-17- fixes for concurrency exceptions and failed database integrity verificationorbiter
2010-09-04because of a bug in search result caching count search results had not been g...orbiter
2010-09-03do not block server session if maximum number of sessions is reached, just tr...orbiter
2010-08-23preparations to move the HTCache into cora:orbiter
2010-08-21code cleanuporbiter
2010-06-21more abstraction of the htcache when using the LoaderDispatcher:orbiter
2010-06-18redesign of index abstract processing - currently disabled until enough peers...orbiter
2010-06-16bugfixesorbiter
2010-06-01- more abstraction (HashMap -> Map)orbiter
2010-05-11This is a large bugfix and enhancement commit to support a better location de...orbiter
2010-04-23removed finalize methods because of a hint inorbiter
2010-04-13performance hacksorbiter
2010-04-13fix for wrong count of server processes. may fix non-access problems in some ...orbiter
2010-03-19added patches to prevent yacy-protocol DoS settingsorbiter
2010-03-19avoiding excessive DNS lookups to determine localhostorbiter
2010-03-07show less errorsorbiter
2010-01-19- increased thread priority for server threadsorbiter
2010-01-13more PMD enhancementsorbiter
2010-01-10applied code changes that are recommended by PMDorbiter
2010-01-10some redesign of the main menu structure:orbiter
2009-12-08- more configuration for profiling graph (number of events)orbiter
2009-12-01- better thread dumporbiter
2009-12-01disabled keep-alive of server, not really needed for speed but a cause for mu...orbiter
2009-11-20- better synchronization in SortStackorbiter
2009-11-16- avoid unnecessary host name lookups for localhostorbiter
2009-11-06small fixes to search default values and server loggingorbiter
2009-11-05added about 450 replacements for printStackTrace() methods to pipe such trace...orbiter
2009-11-05- new icon for OAI-PMH loading actionorbiter
2009-11-05- more abstraction of serverCore thread accessorbiter
2009-11-04missing code for last commitorbiter