0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 07, 2025 — Jan 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix tests More... over 14 years ago
fix content charset for static files More... over 14 years ago
Typos More... over 14 years ago
New version - v1.40 - [NEW] Python API added (experimental) - [NEW] Added missed 'return this' for chained JS calls. - [BUG] Firefox 4 bugfix against 'attempt to run compile-and-go script on a cleared scope'. - [BUG] Minor changes & better support for phpt tests. - [BUG] No OFFLINE event should be generated until the last connection with ID is disconnected. - [BUG] If no IDs are subscribed in JS, do not connect to the server with empty ID list. More... over 14 years ago
Bugfix: if no IDs are subscribed in JS, do not connect to the server with empty ID list. More... over 14 years ago
Bugfix: no OFFLINE event is be generated until the last ID is disconnected More... over 14 years ago
ID_BINDINGS_SERVERS config option More... over 14 years ago
Auto-tests & load-tests improvements More... over 14 years ago
Load-tests (ab) improved More... over 14 years ago
float memory limit for phpt tests More... over 14 years ago
Phpt bugs: ?:? must also be removed from debug output. More... over 14 years ago
Debug mode is auto-turned on if verbose mode is active in phpt tests More... over 14 years ago
Support for script file without extension in init script More... over 14 years ago
Minor changes & better support for phpt tests More... over 14 years ago
Merge branch 'master' of https://github.com/grunichev/dklab_realplexor More... over 14 years ago
Firefox 4 bugfix against 'attempt to run compile-and-go script on a cleared scope' More... over 14 years ago
empty result in cmdOnlineWithCounters converted to dictionary, to prevent errors in cmdOnline More... about 15 years ago
python API More... over 15 years ago
[-] missed "return this" More... over 15 years ago
Version number correction More... over 15 years ago
New version - v1.32 - [SPD] When empty HTTP body is passed to IN connection, it is now ignored, no warnings generated. - [SPD] Remove old data from channels BEFORE data processing/sending. - [BUG] Use print instead of syswrite, because for large amount of data syswrite sometimes returns before all this data is transmitted. More... over 15 years ago
[BUG] Use print instead of syswrite, because for large amount of data syswrite sometimes returns before all this data is transmitted More... over 15 years ago
New version - v1.32 - [SPD] When empty HTTP body is passed to IN connection, it is now ignored, no warnings generated. - [SPD] Remove old data from channels BEFORE data processing/sending. More... over 15 years ago
crash-test scripts & tests improvements More... over 15 years ago
Remove old data from channels BEFORE data processing/sending More... over 15 years ago
When empty HTTP body is passed to IN connection, it is now ignored, no warnings generated More... over 15 years ago
[BUG] Allow to pass a scalar to 2nd parameter of cmdWatch(, ). More... over 15 years ago
[NEW] Visibility:hidden for IFRAME. It is good when BODY has relative position. More... over 15 years ago
[BUG] Minor fixes in clean_old_data_for_id More... over 15 years ago
New version - v1.31 - [BUG] Perl does not call flush() automatically before socket shutdown(). It sometimes (unstable!) causes unexpected SIGPIPEs and data loss. Fixed: now flush() is called manually. - [BUG] STATS command is not processed twice anymore. - [NEW] Ability to limit memory usage and auto-restart the daemon if it consumes too much memory. (Note that unsent data is lost during this restart.) - [NEW} PHP API: cmdOnlineWithCounters(): for each online ID also returns the number of browsers connected just now (it is NOT a "number of online users who listen this channel", but its approximation). More... over 15 years ago