aboutsummaryrefslogtreecommitdiffstats
path: root/test/dump_text_file.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-13/+12
2013-10-17thread/{Cond,Mutex}: use "class" instead of "typedef"Max Kellermann1-0/+1
2013-10-02Log: new logging library APIMax Kellermann1-4/+5
2013-09-05conf.h: remove obsolete headerMax Kellermann1-1/+1
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann1-12/+13
2013-09-04util/Error: new error passing libraryMax Kellermann1-17/+14
2013-09-03IOThread: use FatalError() on g_thread_create() errorMax Kellermann1-5/+1
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann1-2/+2
2013-05-12text_input_stream: convert to classDenis Krjuchkov1-13/+9
2013-04-17don't use g_thread_init() with GLib 2.32Max Kellermann1-0/+3
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann1-5/+2
2013-01-26input_stream: forward-declare the structMax Kellermann1-1/+1
2013-01-24archive/*: convert to C++Max Kellermann1-2/+2
2013-01-10io_thread: convert to C++Max Kellermann1-1/+1
2013-01-10input_stream: convert to C++ (internally)Max Kellermann1-3/+6
2012-08-08tag_pool: use GStaticMutexMax Kellermann1-3/+0
2012-03-19test/dump_text_file: debug program for text_input_stream.cMax Kellermann1-31/+16
2012-03-19test/run_input: use input_stream_*lock()Max Kellermann1-4/+4
2011-09-16input_stream: non-blocking I/OMax Kellermann1-12/+18
2011-09-16input_plugin: add method check()Max Kellermann1-0/+6
2011-08-24input/soup: new input plugin based on libsoupMax Kellermann1-0/+11
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-05-20test: enable binary mode on stdin/stdoutMax Kellermann1-0/+1
2010-01-01input_stream: return allocated input_stream objectsMax Kellermann1-4/+5
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-15input_stream: return errors with GErrorMax Kellermann1-6/+21
2009-12-15test/run_input: deinitialize everything after open() errorMax Kellermann1-40/+50
2009-12-15test/run_input: initialize archive pluginsMax Kellermann1-0/+15
2009-12-14input_plugin: method init() returns errors with GErrorMax Kellermann1-1/+7
2009-12-14input_stream: moved input_stream_global_init() to input_init.cMax Kellermann1-0/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-04-13test: added run_input test programMax Kellermann1-0/+114