gio/tests/giomodule.c: Use G_MODULE_SUFFIX
[platform/upstream/glib.git] / gio / tests / memory-output-stream.c
2013-12-16 Matthias ClasenExpand the truncate tests
2013-12-15 Ross Lagerwallgio: Update GMemoryOutputStream length after truncate
2013-11-27 Chun-wei Fangio/tests/memory-output-stream.c: Avoid an uninitialize...
2013-10-23 Ryan LortieGMemoryOutputStream: improve seek tests
2013-10-23 Ryan LortieChange semantics of seek on memory output stream
2013-06-01 Matthias ClasenImprove test coverage a bit
2012-11-28 Colin WaltersGMemoryOutputStream: Add new _resizable() constructor...
2012-10-16 Ryan LortieRemove g_type_init() calls
2012-05-24 Dan Winshipgio: add GBytes-based input/output stream methods
2012-05-21 Colin WaltersGMemoryOutputStream: Add API to return data as a GBytes
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-05-23 Antoine JacoutotFix build with gcc-2.*.
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-07-30 Matthias ClasenImprove coverage of memory stream tests
2010-07-22 Benjamin Ottetests: Use GPOINTER_TO_SIZE() instead of just casting...
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-06-09 Juan A. Suarez RomeroFix warnings
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-01-06 Matthias ClasenAdd properties to GMemoryOutputStream
2009-07-06 Matthias ClasenRevert "Move gio tests from gio/tests/ to tests/gio/"
2009-07-01 Benjamin OtteMove gio tests from gio/tests/ to tests/gio/
2009-02-26 Alexander LarssonBug 540461 – g_memory_output_stream_get_data_size(...
2008-09-27 Dan WinshipUse g_assert_error() and g_assert_no_error()
2008-06-30 Matthias ClasenAdd some tests for GMemoryOutputStream.