0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add Implementation to README along with some filter descriptions. More... about 14 years ago
Link README.md More... about 14 years ago
Categorize README, add benefits and use cases, async-http. Basic markdown formatting. More... about 14 years ago
High level readme work. More... about 14 years ago
Re-use SharedWorker port across all XHR's using a pipe. Shuffle around pipe location and resource files for pipe. More... about 14 years ago
Make test running more configurable. More... about 14 years ago
Add testing framework code, and delay filter. Reduce logging amount. Fix typo in utility's binarySearch. More... about 14 years ago
RegexRouter stores any capture groups into ctx.regexContent. More... about 14 years ago
Add DelayFilter. Revamp query processing with parseUrl. More... about 14 years ago
Add Most-Recently-Used timestamp to user and pipe pipes, for expiration. More... about 14 years ago
Major cleanup in SharedWorker; most restructuring due to headers and seq necessity but not being in msg. Restructure despooling of deferred to be more consistent. More... about 14 years ago
Typo in xpipe; pipeId not being set correctly. More... about 14 years ago
Fix xhr closure capture for XMLHttpRequest handler. Reduce complexity on xhr data copying. Reduce logging. More... about 14 years ago
FileSystemFilter chops off query string. Add favicon and favicon handler to runtime. More... about 14 years ago
Move header processing earlier in SharedWorker. Minor code re-org. More... about 14 years ago
Add test file, resource.txt, used by main.html. More... about 14 years ago
Add prefix for FileSystemFilters. Use regex strings as router keys. Use issueNotFound for base router for no-hitters. Updating runtime reporting. More... about 14 years ago
Use process.compile() instead of eval(), and load modules as globals. Add router into loaded files. More... about 14 years ago
Add names in router. More... about 14 years ago
FileSystemFilter holds its own values, basePrefix and url. Sanity check basePrefix and url. More... about 14 years ago
SharedWorker sends X-Create-Pipe for first message in sequence. More... about 14 years ago
Insure sane values for base.failure. More... about 14 years ago
Chain constructor / setChain handle both array and chain input. Increasing chain debugging. More... about 14 years ago
Capture chain's saveResult. Chain continues executing if result not found for current item. Error throwing of current item ends chain. More... about 14 years ago
Router uses setChain to assert a new chain. Router accepts optional parameters, in this case issueNotFound, used to determine whether a failed retrieve triggers a 404. Get rid of hacky function/array handling and make more robust. More... about 14 years ago
Node's http module has gone from finish->close and sendBody->write. More... about 14 years ago
UUID generator in util didnt have UUID variant array. More... about 14 years ago
Fix typos in SharedWorker. More... about 14 years ago
Pipe handler is owned by the XHR pipe. More... about 14 years ago
Add optional salt to SharedWorker name, so worker can be regenerated (otherwise worker will not be loaded again). Introduce util.js file. More... about 14 years ago