yacy_search_server/source/de/anomic/server
orbiter a2f9974745 some redesign in the access tracker to realize sixcoolers question about "smartes way for deleting the first Object":
- not so much abstraction for a collection, makes use of remove() (no operands) possible
- different way to delete elements in track (destructive, not constructive (less copies of elements in new queue))
- more abstraction for class api since no static class must be used any more

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7169 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-09-19 23:00:24 +00:00
..
serverAccessTracker.java some redesign in the access tracker to realize sixcoolers question about "smartes way for deleting the first Object": 2010-09-19 23:00:24 +00:00
serverClassLoader.java - more abstraction (HashMap -> Map) 2010-06-01 13:02:11 +00:00
serverCore.java - fixes for concurrency exceptions and failed database integrity verification 2010-09-17 10:20:04 +00:00
serverCoreSocket.java *) made sure that   is replaced with a space and not just deleted in CharacterCoding.java 2009-10-13 20:57:56 +00:00
serverHandler.java This is a large bugfix and enhancement commit to support a better location detection for data 2010-05-11 11:14:05 +00:00
serverObjects.java enhanced computation speed of many replaceAll string operations 2010-09-05 13:19:42 +00:00
serverSwitch.java some redesign in the access tracker to realize sixcoolers question about "smartes way for deleting the first Object": 2010-09-19 23:00:24 +00:00
serverSwitchAbstractAction.java start of a really extensive refactoring which will produce a hierarchical package structure with the domain yacy.net as package root 2009-10-09 23:13:30 +00:00
serverSwitchAction.java start of a really extensive refactoring which will produce a hierarchical package structure with the domain yacy.net as package root 2009-10-09 23:13:30 +00:00
servletProperties.java preparations to move the HTCache into cora: 2010-08-23 12:32:02 +00:00