aboutsummaryrefslogtreecommitdiff
path: root/src/text_input_stream.c
Commit message (Collapse)AuthorAge
* fifo_buffer: move to util/Max Kellermann2013-01-15
|
* text_input_stream: detect end-of-fileMax Kellermann2012-03-19
| | | | | Fixes endless loop when the last line of a text file was not terminated (bug 3470).
* input_stream: non-blocking I/OMax Kellermann2011-09-16
| | | | | | | | | Add GMutex, GCond attributes which will be used by callers to conditionally wait on the stream. Remove the (now-useless) plugin method buffer(), wait on GCond instead. Lock the input_stream before each method call. Do the same with the playlist plugins.
* copyright year 2011Max Kellermann2011-01-29
|
* Update copyright notices.Avuton Olrich2009-12-31
|
* input_stream: return errors with GErrorMax Kellermann2009-12-15
|
* include config.h in all sourcesMax Kellermann2009-11-12
| | | | | | After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
* text_input_stream: input_stream wrapper for reading text filesMax Kellermann2009-10-12