| Commit message (Expand) | Author | Files | Lines |
2014-08-19 | InputStream: move typedef offset_type to Offset.hxx | Max Kellermann | 1 | -1/+2 |
2014-05-22 | InputStream: make Seek() always absolute | Max Kellermann | 1 | -6/+7 |
2014-05-12 | InputStream: "protect" attributes | Max Kellermann | 1 | -1/+1 |
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 1 | -0/+0 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-11-18 | decoder/OggFind.cxx: include stdio.h for SEEK_END definition | Denis Krjuchkov | 1 | -0/+2 |
2013-10-24 | decoder/Opus: implement seeking | Max Kellermann | 1 | -2/+1 |
2013-10-24 | decoder/opus: call ogg_stream_reset() in OggSeekPageAtOffset() | Max Kellermann | 1 | -0/+4 |
2013-10-24 | decoder/opus: move code to OggSeekPageAtOffset() | Max Kellermann | 1 | -4/+11 |
2013-10-24 | decoder/opus: move SeekFindEOS() to OggFind.cxx | Max Kellermann | 1 | -0/+19 |
2013-01-08 | decoder/OggUtil,Opus: move code to new class OggSyncState | Max Kellermann | 1 | -4/+3 |
2013-01-08 | decoder/Opus: read total time | Max Kellermann | 1 | -17/+14 |
2013-01-03 | Client: rename the struct client to class Client | Max Kellermann | 1 | -4/+4 |
2013-01-03 | client: convert to C++ | Max Kellermann | 1 | -2/+2 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-07-28 | client: splitted client.c into several pieces | Max Kellermann | 1 | -875/+0 |
2009-07-28 | client: moved struct client to client_internal.h | Max Kellermann | 1 | -44/+1 |
2009-07-23 | client: moved some code to client_list_X() | Max Kellermann | 1 | -13/+51 |
2009-07-23 | client: don't include socket headers | Max Kellermann | 1 | -10/+0 |
2009-07-19 | client: return "enum command_return" instead of "int" | Max Kellermann | 1 | -16/+24 |
2009-06-04 | client: check "expired" flag again in client_write_output() | Max Kellermann | 1 | -0/+3 |
2009-06-04 | client: added assertions on channel!=NULL | Max Kellermann | 1 | -0/+10 |
2009-04-25 | client: use GTimer to track timeouts | Max Kellermann | 1 | -7/+14 |
2009-04-17 | client: free the fifo buffer | Max Kellermann | 1 | -0/+2 |
2009-04-01 | client, event_pipe: explicitly ignore the write() result | Max Kellermann | 1 | -1/+1 |
2009-03-30 | client: group static function declarations together. | Avuton Olrich | 1 | -6/+5 |
2009-03-30 | client: client_write() does not necessary for export. | Avuton Olrich | 1 | -1/+4 |
2009-03-14 | client: use the new fifo_buffer library | Max Kellermann | 1 | -48/+41 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-02-28 | client: use sockaddr_to_string() | Max Kellermann | 1 | -45/+7 |
2009-02-27 | client: removed duplicate "client" string from log | Max Kellermann | 1 | -14/+14 |
2009-01-30 | client: check for G_IO_ERR and G_IO_HUP | Max Kellermann | 1 | -8/+19 |
2009-01-25 | client: use the GIOChannel for I/O | Max Kellermann | 1 | -40/+110 |
2009-01-25 | client: use GLib's win32 IO channel on WIN32 | Max Kellermann | 1 | -0/+5 |
2009-01-25 | use g_free() instead of free() | Max Kellermann | 1 | -3/+3 |
2009-01-21 | use config_get_positive() instead of manual parsing | Max Kellermann | 1 | -54/+17 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -5/+5 |
2009-01-10 | client: remove "expire" event on exit | Max Kellermann | 1 | -0/+3 |
2009-01-08 | added missing explicit config.h includes | Max Kellermann | 1 | -2/+1 |
2009-01-07 | client: use GList instead of dlist.h | Max Kellermann | 1 | -37/+47 |
2009-01-03 | client: use GLib instead of utils.h | Max Kellermann | 1 | -7/+8 |
2009-01-03 | client: convert GREETING to a static string | Max Kellermann | 1 | -2/+2 |
2009-01-01 | main_notify: renamed source to event_pipe.c | Max Kellermann | 1 | -1/+1 |
2008-12-31 | client: run client_manager_expire() in an idle event | Max Kellermann | 1 | -1/+22 |
2008-12-31 | client: remember GLib source id | Max Kellermann | 1 | -9/+14 |
2008-12-30 | main: export the main_loop variable | Max Kellermann | 1 | -1/+2 |
2008-12-30 | main: use the GLib main loop | Max Kellermann | 1 | -68/+71 |
2008-12-29 | client: include winsock headers on WIN32 | Max Kellermann | 1 | -2/+8 |