summaryrefslogtreecommitdiffstats
path: root/runtime/transport/ring_buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Transports now export their state.David Smith2009-06-181-2/+14
* Moved global data into a single structure.David Smith2009-06-181-39/+45
* Enabled overwrite processing on original transports.David Smith2009-06-181-0/+4
* Fixed STP_TRANSPORT_VERSION 1 behavior.David Smith2009-06-031-0/+10
* Added error checking and other updates.David Smith2009-05-221-0/+7
* Hid details of internal ring_buffer.c structure.David Smith2009-05-071-36/+59
* Start of support for older transport and cleanup.David Smith2009-05-061-42/+9
* 2009-03-31 David Smith <dsmith@redhat.com>David Smith2009-03-311-9/+25
* Working bulkmode support.David Smith2009-03-131-6/+2
* More bulkmode support.David Smith2009-03-131-44/+23
* More bulkmode support. Only allows for one reader of all trace files.David Smith2009-03-131-7/+29
* Start of STP_BULKMODE support.David Smith2009-03-121-12/+38
* Updated buffer size.David Smith2009-03-121-1/+5
* Small update.David Smith2009-03-111-2/+1
* Handles polling and breaks down large buffers.David Smith2009-03-111-7/+31
* Cleanup.David Smith2009-03-091-162/+15
* First working version that actually produces output.David Smith2009-03-091-58/+244
* Start of new ring_buffer transport.David Smith2009-03-041-0/+338