| Commit message (Expand) | Author | Age | Files | Lines |
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | client: splitted client.c into several pieces | Max Kellermann | 2009-07-28 | 1 | -875/+0 |
* | client: moved struct client to client_internal.h | Max Kellermann | 2009-07-28 | 1 | -44/+1 |
* | client: moved some code to client_list_X() | Max Kellermann | 2009-07-23 | 1 | -13/+51 |
* | client: don't include socket headers | Max Kellermann | 2009-07-23 | 1 | -10/+0 |
* | client: return "enum command_return" instead of "int" | Max Kellermann | 2009-07-19 | 1 | -16/+24 |
* | client: check "expired" flag again in client_write_output() | Max Kellermann | 2009-06-04 | 1 | -0/+3 |
* | client: added assertions on channel!=NULL | Max Kellermann | 2009-06-04 | 1 | -0/+10 |
* | client: use GTimer to track timeouts | Max Kellermann | 2009-04-25 | 1 | -7/+14 |
* | client: free the fifo buffer | Max Kellermann | 2009-04-17 | 1 | -0/+2 |
* | client, event_pipe: explicitly ignore the write() result | Max Kellermann | 2009-04-01 | 1 | -1/+1 |
* | client: group static function declarations together. | Avuton Olrich | 2009-03-30 | 1 | -6/+5 |
* | client: client_write() does not necessary for export. | Avuton Olrich | 2009-03-30 | 1 | -1/+4 |
* | client: use the new fifo_buffer library | Max Kellermann | 2009-03-14 | 1 | -48/+41 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 1 | -6/+7 |
* | client: use sockaddr_to_string() | Max Kellermann | 2009-02-28 | 1 | -45/+7 |
* | client: removed duplicate "client" string from log | Max Kellermann | 2009-02-27 | 1 | -14/+14 |
* | client: check for G_IO_ERR and G_IO_HUP | Max Kellermann | 2009-01-30 | 1 | -8/+19 |
* | client: use the GIOChannel for I/O | Max Kellermann | 2009-01-25 | 1 | -40/+110 |
* | client: use GLib's win32 IO channel on WIN32 | Max Kellermann | 2009-01-25 | 1 | -0/+5 |
* | use g_free() instead of free() | Max Kellermann | 2009-01-25 | 1 | -3/+3 |
* | use config_get_positive() instead of manual parsing | Max Kellermann | 2009-01-21 | 1 | -54/+17 |
* | conf: no CamelCase, part I | Max Kellermann | 2009-01-17 | 1 | -5/+5 |
* | client: remove "expire" event on exit | Max Kellermann | 2009-01-10 | 1 | -0/+3 |
* | added missing explicit config.h includes | Max Kellermann | 2009-01-08 | 1 | -2/+1 |
* | client: use GList instead of dlist.h | Max Kellermann | 2009-01-07 | 1 | -37/+47 |
* | client: use GLib instead of utils.h | Max Kellermann | 2009-01-03 | 1 | -7/+8 |
* | client: convert GREETING to a static string | Max Kellermann | 2009-01-03 | 1 | -2/+2 |
* | main_notify: renamed source to event_pipe.c | Max Kellermann | 2009-01-01 | 1 | -1/+1 |
* | client: run client_manager_expire() in an idle event | Max Kellermann | 2008-12-31 | 1 | -1/+22 |
* | client: remember GLib source id | Max Kellermann | 2008-12-31 | 1 | -9/+14 |
* | main: export the main_loop variable | Max Kellermann | 2008-12-30 | 1 | -1/+2 |
* | main: use the GLib main loop | Max Kellermann | 2008-12-30 | 1 | -68/+71 |
* | client: include winsock headers on WIN32 | Max Kellermann | 2008-12-29 | 1 | -2/+8 |
* | client: use GLib logging | Max Kellermann | 2008-12-29 | 1 | -48/+53 |
* | client: always attempt to flush deferred buffers | Max Kellermann | 2008-12-24 | 1 | -2/+11 |
* | replaced mpd_printf etc by G_GNUC_PRINTF | Thomas Jansen | 2008-12-02 | 1 | -1/+1 |
* | client.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 2008-11-24 | 1 | -1/+1 |
* | command: allow clients to subscribe to specific idle events | Marc Pavot | 2008-11-22 | 1 | -17/+12 |
* | client: use bool | Max Kellermann | 2008-10-31 | 1 | -1/+1 |
* | client: don't try again after partial write | Max Kellermann | 2008-10-31 | 1 | -0/+1 |
* | client: use GQueue instead of sllist.h for deferred_send | Max Kellermann | 2008-10-31 | 1 | -34/+42 |
* | client: use GSList instead of struct strnode for command lists | Max Kellermann | 2008-10-31 | 1 | -41/+15 |
* | client: removed list_cache | Max Kellermann | 2008-10-31 | 1 | -34/+1 |
* | command: no CamelCase | Max Kellermann | 2008-10-22 | 1 | -4/+4 |
* | client: converted permissions to unsigned | Max Kellermann | 2008-10-17 | 1 | -3/+3 |
* | client: eliminate variable "left" in client_write() | Max Kellermann | 2008-10-17 | 1 | -5/+5 |
* | client: fixed send buffer | Max Kellermann | 2008-10-17 | 1 | -49/+4 |