summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-12-15misc fixes to buffer reworkJosh Blum
2012-12-15created input and output update per indexJosh Blum
2012-12-15work on the buffer queue apiJosh Blum
2012-12-13endless buffer acking implementationJosh Blum
2012-12-13some work on the circular buffer allocJosh Blum
2012-12-06guess at heuristic improvement - somewhat profilesJosh Blum
2012-12-05tag is just an offset and object, created stream tag and pkt messageJosh Blum
2012-12-01changed lookahead to preload, thats all it isJosh Blum
2012-12-01Merge branch 'pop_input_msg'Josh Blum
2012-12-01input_tags_changed logic to avoid sorting msgsJosh Blum
2012-12-01mark fail: not ready until a new buffer appearsJosh Blum
2012-11-30messing w/ pop_input_msg callJosh Blum
2012-11-29added some more misc debug macrosJosh Blum
2012-11-29changes for PMC update + submodulesJosh Blum
2012-11-28should we accumulate? a guess at heuristic improvementJosh Blum
2012-11-28larger theron msg pool and print on exit onlyJosh Blum
2012-11-26reset queue ref before popJosh Blum
2012-11-26theron message allocator, matching malloc/freeJosh Blum
2012-11-26various tweaks for submodule building and msvcJosh Blum
2012-11-25fixed mismatched delete for default allocatorJosh Blum
2012-11-25tweaks for io sig extend logicJosh Blum
2012-11-25front buffer accumulate on reserve failJosh Blum
2012-11-24created common function is_work_allowed and input checkJosh Blum
2012-11-24change output buffer api call to popJosh Blum
2012-11-23grant same API access to output bufferJosh Blum
2012-11-23async atomic notification of stop conditionJosh Blum
2012-11-22ok, but zeros are actually ok hereJosh Blum
2012-11-22extra asserts for sign on consume/produceJosh Blum
2012-11-22buffer_queue use custom method, since inherited push is not consistentJosh Blum
2012-11-21addressed some bugs from the stitching commitJosh Blum
2012-11-21implement buffer stitching on input, output always flushesJosh Blum
2012-11-21guard against empty consumesJosh Blum
2012-11-19const correctness for sbuffer get()Josh Blum
2012-11-18correct comment typo, its fail states notJosh Blum
2012-11-18improvements to done logic (helps reserve 0 case)Josh Blum
2012-11-18support for null buffers when reserve == 0Josh Blum
2012-11-18fix for inline input buffer implJosh Blum
2012-11-18shorten work buffer min/max accessor namesJosh Blum
2012-11-18convenience produce/consume + propagate_tags defaultJosh Blum
2012-11-17created some metadata for work buffer arrayJosh Blum
2012-11-17added common flush code, flush before produce_bufferJosh Blum
2012-11-13explicitly define GRAS_DLL_EXPORTS for library buildJosh Blum
2012-11-13created API for passive work-flowJosh Blum
2012-11-12more get methods for allJosh Blum
2012-11-11moved work buffer definition into its own headerJosh Blum
2012-11-11consistency for naming conventions, param ordersJosh Blum
2012-11-11created pc file pkg config library stuffJosh Blum
2012-11-11fixed input fail logic w/ input_queues.is_front_maximalJosh Blum
2012-11-11restored reserve hint for upstream allocatorJosh Blum
2012-11-09input buffers deal with empty buffersJosh Blum