| Commit message (Expand) | Author | Files | Lines |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 |
2014-12-26 | db/lazy, input/mms: add "override" keywords | Max Kellermann | 1 | -1/+1 |
2014-12-23 | input/mms: limit the mmsx_read() size | Max Kellermann | 1 | -0/+7 |
2014-05-11 | InputStream: remove attribute "plugin" | Max Kellermann | 1 | -1/+1 |
2014-05-11 | InputStream: make various methods abstract | Max Kellermann | 1 | -9/+3 |
2014-05-11 | InputStream: add virtual destructor | Max Kellermann | 1 | -1/+0 |
2014-05-11 | input/plugins: make InputStream the base class | Max Kellermann | 1 | -4/+4 |
2014-03-16 | input/mms: move blocking I/O to thread | Max Kellermann | 1 | -60/+50 |
2014-01-24 | Input*: move to input/ | Max Kellermann | 1 | -2/+2 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-11-28 | Util/StringUtil: add StringStartsWith() | Max Kellermann | 1 | -5/+5 |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -3/+0 |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 1 | -5/+5 |
2013-10-23 | InputInternal: remove obsolete library | Max Kellermann | 1 | -1/+0 |
2013-10-17 | input_plugin: rename struct to "InputPlugin" | Max Kellermann | 1 | -1/+1 |
2013-10-15 | input/*: don't allocate attribute "mime" | Max Kellermann | 1 | -1/+1 |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -3/+0 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -13/+8 |
2013-09-03 | input/{mms,despotify}: remove "seek" implementation | Max Kellermann | 1 | -9/+1 |
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -3/+3 |
2013-01-28 | InputStream: add constructor/destructor | Max Kellermann | 1 | -4/+2 |
2013-01-27 | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 1 | -2/+2 |
2013-01-26 | input_stream: forward-declare the struct | Max Kellermann | 1 | -0/+1 |
2013-01-25 | input_{internal,plugin}: convert to C++ | Max Kellermann | 1 | -2/+2 |
2013-01-21 | input/file,mms: convert to C++ | Max Kellermann | 1 | -34/+42 |
2011-09-16 | input_stream: non-blocking I/O | Max Kellermann | 1 | -2/+5 |
2011-09-14 | input_stream: move input_stream_init(), _deinit() to _internal.c | Max Kellermann | 1 | -0/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-05-18 | input/mms: removed empty method buffer() | Max Kellermann | 1 | -8/+0 |
2010-05-18 | input/mms: initialize the "eof" attribute | Max Kellermann | 1 | -0/+2 |
2010-05-18 | input/mms: fix memory leak in error handler | Max Kellermann | 1 | -0/+1 |
2010-01-18 | input_stream: added attribute "uri" | Max Kellermann | 1 | -1/+1 |
2010-01-18 | input_stream: added function input_stream_deinit() | Max Kellermann | 1 | -0/+1 |
2010-01-01 | input_stream: return allocated input_stream objects | Max Kellermann | 1 | -12/+15 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-15 | input_stream: return errors with GError | Max Kellermann | 1 | -7/+17 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-10-11 | input_stream: use "goffset" instead of "off_t" | Max Kellermann | 1 | -1/+1 |
2009-09-20 | input/mms: fix G_LOG_DOMAIN value | Serge Ziryukin | 1 | -1/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -3/+4 |
2009-03-02 | input: pass config_param to input_plugin.init() | Max Kellermann | 1 | -0/+1 |
2009-03-02 | input: moved plugins to ./src/input/ | Max Kellermann | 1 | -1/+1 |
2009-03-02 | input_stream: moved struct input_plugin to input_plugin.h | Max Kellermann | 1 | -1/+1 |
2009-02-19 | mms: fix assertion in input_stream_open | Peter Colberg | 1 | -0/+1 |
2009-01-29 | mms: declare GLib log domain | Max Kellermann | 1 | -0/+3 |
2009-01-29 | added support for the MMS protocol | Max Kellermann | 1 | -0/+120 |