summaryrefslogtreecommitdiff
path: root/tests/wocky-test-stream.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-04add missing config.h includesGuillaume Desmottes1-0/+4
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-2/+2
2011-08-03wocky-test-stream: allow to get notified directly whenever data is readMarco Barisione1-0/+16
2011-07-27s/WockyTestSTreamReadMode/WockyTestStreamReadMode/Sjoerd Simons1-2/+2
2011-07-27Add an incomplete write mode to the test-streamSjoerd Simons1-3/+15
2010-10-13Keep GCancellable alive during the async callsNicolas Dufresne1-2/+7
2010-10-04GSimpleAsyncResult source tags should be _asyncNicolas Dufresne1-42/+42
2010-05-14wocky_test_input_stream_read: fixed 1-byte reads in COMBINE_SLICE modeSenko Rasic1-1/+1
2009-12-07Add API to enable different reading modesSjoerd Simons1-11/+36
2009-12-07Fix the logic for detecting when there is more to readSjoerd Simons1-1/+1
2009-12-07Add the ability to cork input streamsSjoerd Simons1-0/+16
2009-07-15wocky_test_input_stream_set_read_error: if there is a pending read operation,...Guillaume Desmottes1-2/+11
2009-06-29Implement async writing to prevent race conditionsSjoerd Simons1-21/+52
2009-06-24add wocky_test_output_stream_set_write_error to emulate writing errorsGuillaume Desmottes1-1/+20
2009-06-16replace wocky_test_stream_read_error by wocky_test_input_stream_set_read_errorGuillaume Desmottes1-3/+5
2009-06-16add wocky_test_stream_read_error to simulate a read errorGuillaume Desmottes1-0/+18
2009-06-04implement cancellable support in wocky_test_input_stream_read_asyncGuillaume Desmottes1-3/+20
2009-06-04rename wocky_test_input_stream_data_available to _try_read and use it in _rea...Guillaume Desmottes1-9/+17
2009-06-04wocky_test_stream_init: pass associated input_stream to output_data_written_cbGuillaume Desmottes1-17/+7
2009-06-04TestStream: call wocky_test_input_stream_data_available when the OutputStream...Guillaume Desmottes1-1/+29
2009-06-04TestInputStream: implement async readingGuillaume Desmottes1-0/+96
2009-06-04wocky-test-stream: add data-written signal on the TestOutputStream objectGuillaume Desmottes1-1/+17
2009-05-15Chain up dispose to the right parent classSjoerd Simons1-4/+4
2009-05-15Remove useless finalizeSjoerd Simons1-9/+0
2009-05-15GIOStream is now a base-class instead of an interfaceSjoerd Simons1-28/+24
2009-04-23style tweakSjoerd Simons1-1/+0
2009-04-13Set all the stream variables to NULL after unreffingSjoerd Simons1-0/+11
2009-03-27Ref the async queue in both input and output and end the stream when the writ...Sjoerd Simons1-6/+14
2009-03-27Add missing spaceSjoerd Simons1-1/+1
2009-03-26Implement a test streamSjoerd Simons1-0/+356