ViewVC Help
View Directory | Root Listing
root/i-scream/projects/cms/source/util/uk/org/iscream/cms/util
File Last Change
 ../
DateUtils.java 1.4 (23 years ago) by tdb: Added getTimeString(). Used to turn a time period in seconds into a String. The String "roughly" represents the value.
FormatName.java 1.11 (23 years ago) by tdb: We shouldn't hardcode the Locale like that.
InvalidQueueException.java 1.3 (23 years ago) by tdb: The whole server package structure has been changed. Old Package: uk.ac.ukc.iscream.* New Package: uk.org.iscream.*
InvalidXMLException.java 1.2 (23 years ago) by tdb: The whole server package structure has been changed. Old Package: uk.ac.ukc.iscream.* New Package: uk.org.iscream.*
Makefile 1.13 (23 years ago) by tdb: The whole server package structure has been changed. Old Package: uk.ac.ukc.iscream.* New Package: uk.org.iscream.*
Queue.java 1.20 (23 years ago) by tdb: Some further checking to solve deadlock issues. Firstly when checking if the queue is "full", we now do a check for "greater than or equal" to the limit, rather than just "equal". If for any reason it does get over the limit, it'll still get caught. Secondly we no longer check if the queue is of size 0 to do the notify, we just do it anyway. We figure this is probably more efficient than trying to do a massive synchronization block.
QueueMonitor.java 1.7 (23 years ago) by tdb: The whole server package structure has been changed. Old Package: uk.ac.ukc.iscream.* New Package: uk.org.iscream.*
Smtp.java 1.5 (23 years ago) by tdb: The whole server package structure has been changed. Old Package: uk.ac.ukc.iscream.* New Package: uk.org.iscream.*
StringUtils.java 1.3 (23 years ago) by tdb: The whole server package structure has been changed. Old Package: uk.ac.ukc.iscream.* New Package: uk.org.iscream.*
XMLPacket.java 1.11 (23 years ago) by tdb: The whole server package structure has been changed. Old Package: uk.ac.ukc.iscream.* New Package: uk.org.iscream.*
XMLPacketMaker.java 1.15 (23 years ago) by tdb: Using a static reference to the parser factory was probably not the best of ideas. We had problems when everything was in one JVM, which could be explained by the static reference.
XMLStringParser.java 1.12 (23 years ago) by tdb: Further drive for efficiency. Now uses a LinkedList with an Iterator, over an ArrayList. This should work better as we're only really iterating over it from beginning to end. Also removed the indentLevel, because although it seemed to be sensible.. it didn't actually get used anywhere.
0 directories and 12 files shown