0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 6 hours ago.
Dec 23, 2024 — Dec 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Static method getInstance() conflicts with getInstance() in class BaseRegistry, better it gets renamed to something else.
Quix0r
as Roland Häder
More... about 14 years ago
Own implementations of magic functions always on top
Quix0r
as Roland Häder
More... about 14 years ago
No! More numbers! ;)
Quix0r
as Roland Häder
More... about 14 years ago
For better reading
Quix0r
as Roland Häder
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
Quix0r
as Roland Häder
More... about 14 years ago
Fixed this :(
Quix0r
as Roland Häder
More... about 14 years ago
Removed duplicate getIndexKey()
Quix0r
as Roland Häder
More... about 14 years ago
Moved getIndexKey() from hub project because this is very generic code.
Quix0r
as Roland Häder
More... about 14 years ago
Use $this->debugBackTrace() instead of die()
Quix0r
as Roland Häder
More... about 14 years ago
Some minor improvements: - $socket renamed to $socketResource - InvalidSocketException enhanced to accept a socket resource at index 1
Quix0r
as Roland Häder
More... about 14 years ago
resultType is now removed (was not used anyway)
Quix0r
as Roland Häder
More... about 14 years ago
Minor cleanups: - Commented out noisy debug line - Added TODO, this method shall be more configurable
Quix0r
as Roland Häder
More... about 14 years ago
Some 'static' array elements rewritten to constant, other cleanups
Quix0r
as Roland Häder
More... over 14 years ago
Implemented a fall-back if the first compressor class doesn't work
Quix0r
as Roland Häder
More... over 14 years ago
GzipCompressor now uses the right functions
Quix0r
as Roland Häder
More... over 14 years ago
Added ZlibCompressor class, GzipCompressor used zlib functions by mistake
Quix0r
as Roland Häder
More... over 14 years ago
All backtraces now have a small message.
Quix0r
as Roland Häder
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'
Quix0r
as Roland Häder
More... over 14 years ago
Method getResponseTypeFromSystem() introduced
Quix0r
as Roland Häder
More... over 14 years ago
Minor improvements here and there: - Messages of socket exceptions made more clear - $protocolInstance can be NULL
Quix0r
as Roland Häder
More... over 14 years ago
Debug lines slightly extended
Quix0r
as Roland Häder
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
Quix0r
as Roland Häder
More... over 14 years ago
Now two methods should never be called, the UnsupportedOperationException will be thrown if you still do so.
Quix0r
as Roland Häder
More... over 14 years ago
Class loader instance "cached"
Quix0r
as Roland Häder
More... over 14 years ago
Getter for source instance added.
Quix0r
as Roland Häder
More... over 14 years ago
Opps...
Quix0r
as Roland Häder
More... over 14 years ago
popNamed() does also now return the current stacker's value.
Quix0r
as Roland Häder
More... over 14 years ago
Added a counter for all generated objects.
Quix0r
as Roland Häder
More... over 14 years ago
Better IP than hostname
Quix0r
as Roland Häder
More... over 14 years ago
Updated port number for default bootstrapper
Quix0r
as Roland Häder
More... over 14 years ago