summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-05forward declare Tag in the tag iter headerJosh Blum
2012-12-05moved tag iter into its own headerJosh Blum
2012-12-05using new PMC convenience functionsJosh 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
Conflicts: grextras
2012-12-01submodule commit, parallel setupJosh 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-30moved header ipp files to detail, like boostJosh 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-25python block gets same signature extend logicJosh Blum
2012-11-25save submodule commit changesJosh Blum
2012-11-25make use of PMC/Registry.i in SBuffer bindingJosh Blum
2012-11-25address the readonly marker for sbuffer in pythonJosh Blum
only gets set when its a PMCC...
2012-11-25front buffer accumulate on reserve failJosh Blum
2012-11-24created common function is_work_allowed and input checkJosh Blum
at least one port needs a tag or an item, this helps the reserve items == 0 case
2012-11-24more tweaks for submodule existenceJosh Blum
2012-11-24fix PMC submodule commit after mergeJosh Blum
2012-11-24Merge branch 'io_sig_size_t'Josh Blum
2012-11-24support for grextras as submoduleJosh Blum
2012-11-24change the type to unsigned to make swig happyJosh Blum
this is a little evil, changing a public header for swig but it works just as well and we can save this for another day
2012-11-24size_t isnt swigging for meJosh Blum
2012-11-24change output buffer api call to popJosh Blum
Once the output buffer is tampered with, its not acceptable to be kept in the queue anymore
2012-11-23grant same API access to output bufferJosh Blum
2012-11-23swig fixes for sbuffer and intrusive_ptrJosh Blum
2012-11-23swig import to avoid PMC symbol duplicationJosh Blum
2012-11-23Element __eq__ in python/checks isinstanceJosh Blum
2012-11-23backwards compatible silliness _hbJosh Blum
2012-11-23swig tweaks, forgot i file installJosh 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-21added another test for PMC w/ SBufferJosh Blum
2012-11-20created hier block i file for consistencyJosh Blum
2012-11-20support for sbuffer in pythonJosh Blum
2012-11-20kludge around for python reference countingJosh Blum