| Static method getInstance() conflicts with getInstance() in class BaseRegistry, better it gets renamed to something else. |
|
More...
|
about 14 years ago
|
| Own implementations of magic functions always on top |
|
More...
|
about 14 years ago
|
| No! More numbers! ;) |
|
More...
|
about 14 years ago
|
| For better reading |
|
More...
|
about 14 years ago
|
| Several debug things (e.g. for timing) added - Startup time (in miliseconds) is now being stored "genericly" - getPrintableExecutionTime() added which will output the currently needed time in seconds to execute until that line - Things like "\r", "\n" and "\t" replaced with chr(x) to (hopefully) speedup things |
|
More...
|
about 14 years ago
|
| Fixed this :( |
|
More...
|
about 14 years ago
|
| Removed duplicate getIndexKey() |
|
More...
|
about 14 years ago
|
| Moved getIndexKey() from hub project because this is very generic code. |
|
More...
|
about 14 years ago
|
| Use $this->debugBackTrace() instead of die() |
|
More...
|
about 14 years ago
|
| Some minor improvements: - $socket renamed to $socketResource - InvalidSocketException enhanced to accept a socket resource at index 1 |
|
More...
|
about 14 years ago
|
| resultType is now removed (was not used anyway) |
|
More...
|
about 14 years ago
|
| Minor cleanups: - Commented out noisy debug line - Added TODO, this method shall be more configurable |
|
More...
|
about 14 years ago
|
| Some 'static' array elements rewritten to constant, other cleanups |
|
More...
|
over 14 years ago
|
| Implemented a fall-back if the first compressor class doesn't work |
|
More...
|
over 14 years ago
|
| GzipCompressor now uses the right functions |
|
More...
|
over 14 years ago
|
| Added ZlibCompressor class, GzipCompressor used zlib functions by mistake |
|
More...
|
over 14 years ago
|
| All backtraces now have a small message. |
|
More...
|
over 14 years ago
|
| Some cleanups, more usage of ObjectFactory: - Used more ObjectFactory to instance a new class (in local file database) - The class LocalFileDatabase and CompressorChannel can now be instanced without any paramters - Renamed 'null' to 'NULL' |
|
More...
|
over 14 years ago
|
| Method getResponseTypeFromSystem() introduced |
|
More...
|
over 14 years ago
|
| Minor improvements here and there: - Messages of socket exceptions made more clear - $protocolInstance can be NULL |
|
More...
|
over 14 years ago
|
| Debug lines slightly extended |
|
More...
|
over 14 years ago
|
| More concrete exceptions added, BaseController rewritten: - Exceptions added, please use these instead of InvalidSocketExceptio - All filters in BaseController are now named in class constants |
|
More...
|
over 14 years ago
|
| Now two methods should never be called, the UnsupportedOperationException will be thrown if you still do so. |
|
More...
|
over 14 years ago
|
| Class loader instance "cached" |
|
More...
|
over 14 years ago
|
| Getter for source instance added. |
|
More...
|
over 14 years ago
|
| Opps... |
|
More...
|
over 14 years ago
|
| popNamed() does also now return the current stacker's value. |
|
More...
|
over 14 years ago
|
| Added a counter for all generated objects. |
|
More...
|
over 14 years ago
|
| Better IP than hostname |
|
More...
|
over 14 years ago
|
| Updated port number for default bootstrapper |
|
More...
|
over 14 years ago
|