Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-17 | tools/search uses js class | Holden Rohrer | |
2020-07-16 | split out nullprint and set up space.regex multi-return | Holden Rohrer | |
2020-07-16 | search.js uses `space` regexes now, improving nword match | Holden Rohrer | |
2020-07-16 | added nword protector using an add'l id func to Queue | Holden Rohrer | |
This should be added to sched.Queue so (even if it requires a somewhat convoluted workflow), any write may be tracked. | |||
2020-07-16 | search.update passing incorrect stringy loc, improved search.js doc | Holden Rohrer | |
2020-03-26 | infinite loop fix | Holden Rohrer | |
2020-03-26 | fixed bug which has been making me tear my hair out | Holden Rohrer | |
2020-02-23 | removed global variable pollution | Holden Rohrer | |
2020-02-12 | removed wacc as predictor for push cap in sched | Holden Rohrer | |
2020-02-11 | no longer sends `undefined` char with job pad step | Holden Rohrer | |
2020-02-11 | no longer sends `undefined` char with job pad step | Holden Rohrer | |
2020-02-05 | schedule.js prevents off-by-one error by popping minimum amount in step 3 | Holden Rohrer | |
2020-02-05 | fixed a BIG bug | Holden Rohrer | |
So, this is pretty embarrassing, but I didn't realize that I was pushing the entire stack whenever 0 chars were supposed to be pushed because I thought that javascript's built-in functions were ok with negative zeros (stupid me) | |||
2020-01-31 | proper mathematical fix in scheduler | Holden Rohrer | |
2020-01-29 | Merge branch 'socket' | Holden Rohrer | |
Made the socket object used by jarvis a singleton MetaSocket object to maintain clean, modular code standards. This also means that future feature addition will be easier because all references are to one object, of which the behavior can be easily changed since most systems rely on EventEmitter or callback-style structures | |||
2020-01-29 | generalized tools/search model | Holden Rohrer | |
search.js now provides for a .match and .unmatch method, so it doesn't need to be called every time (in-line with the singleton MetaSocket object model, meaning that callbacks are used and several spaces can be matched at a time) | |||
2020-01-29 | fixed mathematical model in tools/sched | Holden Rohrer | |
Used to keep `num` the same and decrease the sum of weight, which created an error because the value of `num` was used in dequeuing job components. This patch prevents `dequeue()` from pushing more objects than it's actually able to. | |||
2020-01-24 | tools/claim now uses 'fallback' event | Holden Rohrer | |
2020-01-24 | fixed vulnerability in sched | Holden Rohrer | |
This vulnerability permitted external users to overwrite the alert for long periods of time | |||
2020-01-21 | two minor typo-like bugfixes | Holden Rohrer | |
2020-01-20 | removed inaccurate claim.js comment | Holden Rohrer | |
2020-01-20 | removed extraneous code from tools/search | Holden Rohrer | |
2020-01-20 | scheduler built for external access | Holden Rohrer | |
.dequeue has been made available, along with an infinite delay-time so that a secondary loop can manage multiple schedules at a time. This is paired with .size to make the external loop more efficient (hopefully, baudrate is used optimally) | |||
2020-01-20 | scheduler has .pause function | Holden Rohrer | |
2020-01-20 | added a land claim system | Holden Rohrer | |
2020-01-19 | uncaught typo I thought I fixed | Holden Rohrer | |
2020-01-19 | schedule now rejects empty enqueues | Holden Rohrer | |
2020-01-18 | schedule had a glaring error | Holden Rohrer | |
2020-01-18 | Schedule bugfix | Holden Rohrer | |
It was adding too many prios to prios[] for the number of available jobs[] queues because they were added on every job insertion instead of on every new queue creation | |||
2020-01-18 | Implemented bug fix for maxr in schedule.js | Holden Rohrer | |
Rankings may have been messed up because as new insertions get added, the data.length changes per write. | |||
2020-01-18 | queue-compat and bugfix in schedule.js---calls from jarvis still don't work | Holden Rohrer | |
2020-01-17 | reorg comments in tools/schedule.js | Holden Rohrer | |
2020-01-17 | typo in tools/schedule.js | Holden Rohrer | |
2020-01-17 | removed extraneous writes var and added comments | Holden Rohrer | |
2020-01-17 | finally made schedule.js | Holden Rohrer | |
2020-01-09 | simplified queue.js | Holden Rohrer | |
2020-01-08 | queue.enqueue passed as array | Holden Rohrer | |
2020-01-08 | added search.update, integrating rasterization | Holden Rohrer | |
2020-01-07 | removed a breaking loc changer (present for no reason) | Holden Rohrer | |
2019-12-29 | added disabling to tools/queue | Holden Rohrer | |
2019-12-27 | search.js indexed incorrect list | Holden Rohrer | |
2019-12-27 | removed unnecessary getdims inclusions | Holden Rohrer | |
2019-12-27 | added queue.js to simplify jarvis | Holden Rohrer | |
2019-12-27 | fixed block aggregator to stop infinite loop | Holden Rohrer | |
2019-12-27 | moved search.js | Holden Rohrer | |