yacy_search_server/source/de/anomic
fuchsi 33ee6745f6 more cleanup in serverDate
- remove direct accesses to SimpleDateFormat fields in serverDate and use the static parse... methods instead
- remove nowDate() as a Date doesn't store timezone information and a new Date() is always faster
- default formatter methods use a GMT timezone by default now, this is important for interchangability as some date formats we use don't include a timezone offset.
- continued renaming and rearanging (formatter) methods. all should follow the general naming scheme formatWHAT(...)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4285 6c8d7289-2bf4-0310-a012-ef5d649a1542
2007-12-19 19:39:19 +00:00
..
data more cleanup in serverDate 2007-12-19 19:39:19 +00:00
htmlFilter - Changed yFormatter handling to be more flexible and produce more readable code for server pages. There are serverObject.putNum() methods to allow adding of number type values in a formatted form, and put() methods for number types that add them without formatting. This reduces the need to transform them into Strings in server pages and removes the HTML encoding step which is unecessary for numbers. 2007-10-19 04:13:46 +00:00
http Merge httpDate into serverDate as suggested. Removed some unnecessary code and fixed a possible synchronization problem. 2007-12-18 22:35:02 +00:00
icap preparations for mass remote crawls: 2007-10-29 01:43:20 +00:00
index more cleanup in serverDate 2007-12-19 19:39:19 +00:00
kelondro added memory measurement for index recreation to avoid OOM during index RAM space extension 2007-12-11 15:07:03 +00:00
language enhanced memory allocation during database access: 2007-08-03 11:44:58 +00:00
net joined anomic.net.URL, plasmaURL and url hash computation: 2007-09-05 09:01:35 +00:00
plasma more cleanup in serverDate 2007-12-19 19:39:19 +00:00
server more cleanup in serverDate 2007-12-19 19:39:19 +00:00
tools - Changed yFormatter handling to be more flexible and produce more readable code for server pages. There are serverObject.putNum() methods to allow adding of number type values in a formatted form, and put() methods for number types that add them without formatting. This reduces the need to transform them into Strings in server pages and removes the HTML encoding step which is unecessary for numbers. 2007-10-19 04:13:46 +00:00
urlRedirector preparations for mass remote crawls: 2007-10-29 01:43:20 +00:00
xml added referrer to remote crawl url list 2007-11-29 13:58:00 +00:00
yacy more cleanup and API consistency changes, more to come... 2007-12-19 13:29:50 +00:00
ymage *) cleaned up code 2007-12-16 22:15:27 +00:00