Commit Graph

5 Commits (3a191cdf14c57a9d2e31e644436b57b35c0592ff)

Author SHA1 Message Date
orbiter 746e3c3b06 Replaced a widely-used Property Object in the httpd with HashMap<String, Object> which is not synchronized like Properties
14 years ago
orbiter 11639aef35 - added new protocol loader for 'file'-type URLs
15 years ago
low012 2bc459252e *) changes for better code readability
15 years ago
orbiter 4a5100789f replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration.
15 years ago
orbiter 969123385b added json and rss output for image search
15 years ago