summaryrefslogtreecommitdiff
path: root/lib/block_handlers.cpp
AgeCommit message (Collapse)Author
2012-12-01changed lookahead to preload, thats all it isJosh Blum
2012-11-23async atomic notification of stop conditionJosh Blum
2012-11-11restored reserve hint for upstream allocatorJosh Blum
2012-11-09switch to boost software licenseJosh Blum
2012-11-01moved out a bunch of work, rate, fcast logicJosh Blum
2012-10-28work on stand-alone library buildJosh Blum
2012-10-13simplfied input queues, WIP, but workingJosh Blum
2012-10-13lots of mini tweaks for QA passing, WIP...Josh Blum
2012-10-05cleanup task conclusion logicJosh Blum
2012-10-05added global block config for buffer affinityJosh Blum
2012-10-04implementation for the top block global configJosh Blum
2012-10-04Merge branch 'master' into port_configJosh Blum
2012-10-04updated to latest subprojects, got compilingJosh Blum
due to the return 0 fix, interruptible threads are now optional, and by defualt off added empty hooks for max/min buffer stuff so its compiling...
2012-10-04work on the set/get input/output per-port configJosh Blum
2012-10-02dammit... find and replace did it againJosh Blum
2012-09-29create IO subscriber bitset for tracking doneJosh Blum
2012-09-29fix for the tokens, were going the wrong directionJosh Blum
2012-09-29some tweaks, split block handlers into two filesJosh Blum
2012-09-29ported input and output port handlers to apologyJosh Blum
2012-09-29ported allocator and block handler to apologyJosh Blum
2012-09-23disconnect_all will commit the topology (more qa happy)Josh Blum
2012-09-22threading related tweaks for happy qa codeJosh Blum
2012-09-19a few more forecast related tweaksJosh Blum
2012-09-19nop for default forecast, always callJosh Blum
2012-09-18added update hook for changing history/output multipleJosh Blum
2012-09-18added hook for custom output buffer allocatorJosh Blum
2012-09-15use cerr for all of the debug printsJosh Blum
2012-09-13input buffer history work and fixesJosh Blum
added consume flag to know if user called consume fixes for mini history buff and flag when in use
2012-09-12added hooks for input buffer inliningJosh Blum
2012-09-12communicate downstream buffer reqs to upstream output allocatorJosh Blum
2012-09-12split up misc header into messages and tokenJosh Blum
2012-09-11simplify interruptible_thread use, give it a bound callable objectJosh Blum
2012-09-11interruptible_thread working on tests including udp sourceJosh Blum
2012-09-11work on interruptible_threadJosh Blum
2012-09-10remove output bytes offset, can use sbuffer's lengthJosh Blum
2012-09-10remove output tags queue, block directly posts msg downstreamJosh Blum
2012-09-09simplify forecast and its fail logicJosh Blum
2012-09-09work on implementing forecast logic and failure casesJosh Blum
* still a bit to clean up * commented out case of consume zero and 0 reserve for input queues
2012-09-07added check topology hooks and overloadJosh Blum
2012-09-07call start/stop hooks on block state changeJosh Blum
2012-09-07filling in the prepare method (almost working)Josh Blum
2012-09-06debug prints, minor fixes, unfinished input queue workJosh Blum
2012-09-05work on input buffer reserve logic for satisfying output multipleJosh Blum
2012-09-02history: output offset and holds for input consumptionJosh Blum
2012-09-02implement logic for work_noutput_itemsJosh Blum
2012-09-02moved lib/impl headers for cleanupJosh Blum
2012-09-02created history implementation (untested)Josh Blum
2012-09-02checking in TODO and minor changesJosh Blum
2012-08-31added comments and some cleanup codeJosh Blum
2012-08-31created vector of queues to simplify repeated logicJosh Blum