Commit Graph

5 Commits (8281e29963e1aebbad419de5b240cd4cd5fb023d)

Author SHA1 Message Date
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.
16 years ago
orbiter 4431b9767e added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/
16 years ago
orbiter c864901087 - moved httpd.mime to defaults path
16 years ago
orbiter bd876eb4b7 moved io classes
16 years ago
orbiter c0e0e1f422 moved blob classes
16 years ago