Code

Merge remote branches 'jn/cosmetics', 'jn/doxygen' and 'jn/renames'
[ncmpc.git] / src / mpdclient.c
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-11-14 Jonathan Neuschäfermpdclient: export mpdclient_finish_command
2011-11-14 Jonathan Neuschäferapply whitespace cosmetics to the license comments
2011-11-04 Jonathan Neuschäfermpdclient: define MPD_IDLE_ALL
2011-11-03 Max KellermannMerge remote branches 'avuton/master' and 'jn/dev'
2011-11-02 Jonathan Neuschäfermpdclient: handle mpd_send_add's return value
2011-11-02 Jonathan Neuschäfermpdclient_connect: fix parenthesis style
2011-08-23 Max Kellermannmpdclient: pass integer timeout to mpdclient_connect()
2011-07-20 Max Kellermannmpdclient: fix crash after "clear" command
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-11-14 Max Kellermannmpdclient: allow song id 0
2009-11-03 Romain Bignonuse MPD_IDLE_QUEUE instead of deprecated MPD_IDLE_PLAYL...
2009-11-02 Max Kellermannmpdclient: added inline function mpdclient_is_playing()
2009-10-23 Max Kellermannmpdclient: return after playlist_update() error
2009-10-18 Max Kellermannmpdclient: don't assign c->status twice in mpdclient_cm...
2009-10-18 Max Kellermannmpdclient: removed mpdclient_cmd_swap()
2009-10-18 Max Kellermannmpdclient: added function mpdclient_cmd_move()
2009-10-17 Max Kellermannmpdclient: renamed mpdclient_cmd_move() to mpdclient_cm...
2009-10-17 Max Kellermannmpdclient: moved code to mpdclient_recv_status()
2009-10-17 Max Kellermannmpdclient: optimize crop with delete_range
2009-10-17 Max Kellermannmpdclient: don't update the status in mpdclient_cmd_crop()
2009-10-17 Max Kellermannmpdclient: update mpdclient.playlist in mpdclient_cmd_c...
2009-10-17 Max Kellermannmpdclient: removed mpdclient_cmd_play()
2009-10-16 Max Kellermanngidle: mpd_glib_enter() returns success
2009-10-10 Max Kellermannmpdclient: fall back to simple "deleteid" if range...
2009-10-10 Max Kellermannscreen_artist.c: use libmpdclient to obtain artist...
2009-10-10 Max Kellermannmpdclient: merged duplicate code into recv_tag_values()
2009-10-10 Max Kellermannlist_window: don't invoke callback out-of-range
2009-10-10 Max Kellermannmpdclient: set all idle events on disconnect
2009-10-03 Max Kellermannmpdclient: use the "idle" command to reduce CPU and...
2009-10-03 Max Kellermannmpdclient: wrap access in mpdclient_get_connection()
2009-10-03 Max Kellermannmpdclient: removed mpdclient_filelist_get()
2009-10-03 Max Kellermannmpdclient: moved compare_filelistentry() to filelist.c
2009-10-03 Max Kellermannmpdclient: removed mpdclient_filelist_search()
2009-10-02 Max Kellermannmpdclient: don't check mpd_song_get_uri()!=NULL
2009-10-02 Max Kellermannfilelist: added constructor filelist_new_recv()
2009-10-02 Max Kellermannuse mpdclient_is_connected()
2009-10-01 Max Kellermannmpdclient: convert all functions to return "bool"
2009-10-01 Max Kellermannmpdclient: removed several functions
2009-09-30 Max Kellermannmpdclient: rewrite the "fancy swap" code
2009-09-30 Max Kellermannmpdclient: added mpdclient_cmd_delete_range()
2009-09-30 Max Kellermannmpdclient: rewrite the "fancy delete" code
2009-09-30 Max Kellermannmpdclient: rewrite the "fancy add" code
2009-09-30 Max Kellermannplaylist: renamed "id" to "version"
2009-09-30 Max Kellermannmpdclient: check to assertion in mpdclient_cmd_add()
2009-09-30 Max Kellermannmpdclient: removed all callbacks
2009-09-30 Max Kellermannmpdclient: added property "events", emulate idle
2009-09-30 Max Kellermannmpdclient: replaced error_callback with imported function
2009-09-30 Max Kellermannmpdclient: mpdclient_filelist_get() returns NULL on...
2009-09-30 Max Kellermannmpdclient: renamed "updatingdb" to "update_id"
2009-09-30 Max Kellermannplayer_command: use libmpdclient2 directly
2009-09-30 Max Kellermannmpdclient: initialize "retval" in mpdclient_update()
2009-09-30 Max Kellermannmpdclient, screen: don't use MPD_STATUS_NO_VOLUME
2009-09-29 Max Kellermannmpdclient: handle password errors properly in mpdclient...
2009-09-29 Max Kellermannmpdclient: mpdclient_update() returns bool
2009-09-29 Max Kellermannmpdclient: mpdclient_connect() returns bool
2009-09-29 Max Kellermannmpdclient: mpdclient_disconnect() returns void
2009-09-29 Max Kellermannplaylist: make functions const
2009-09-29 Max Kellermannplaylist: pass struct mpdclient_playlist to functions
2009-09-29 Max Kellermannmpdclient: reactivate incremental playlist changes
2009-09-29 Max Kellermannscreen_client: allow multiple queued database updates
2009-09-29 Max Kellermannmpdclient: don't export mpdclient_finish_command()
2009-09-29 Max Kellermannmpdclient: export mpdclient_handle_error()
2009-09-29 Max Kellermannscreen_client: screen_auth() returns bool
2009-09-29 Max Kellermannscreen_utils: moved screen_auth() to screen_client.c
2009-09-29 Max Kellermannmpdclient: removed the "need_update" flag
2009-09-29 Max Kellermannmpdclient: removed the deprecated !ENABLE_PLCHANGES...
2009-09-29 Max Kellermannmpdclient: removed the deprecated !ENABLE_SONG_ID code
2009-09-29 Max Kellermannmpdclient: merged error_cb() into mpdclient_handle_error()
2009-09-29 Max Kellermannmpdclient: abort ncmpc if out of memory
2009-09-28 Max Kellermannmpdclient: removed the mpdclient_t typedef
2009-09-28 Max Kellermannuse libmpdclient2
2009-09-13 Max Kellermannmpdclient: clear the "connection" variable on error
2009-09-13 Max Kellermannfilelist: removed "path" attribute
2009-09-10 Max Kellermannmpdclient: moved code to mpdclient_handle_error()
2009-08-24 Max Kellermannmpdclient: pass const song object to mpdclient_cmd_add()
2009-08-15 Max Kellermannmpdclient: pass const strings
2009-06-12 Max Kellermannmpdclient: added mpdclient_cmd_volume_up(), mpdclient_c...
2009-06-12 Max Kellermannmpdclient: moved browse callback invocation from screen.c
2009-06-12 Max Kellermannmpdclient: tweak updatingdb in mpdclient.c
2009-06-11 Max Kellermannmpdclient: return from mpdclient_cmd_crop() on error
2009-06-11 Max Kellermannmpdclient: finish the "status" command in mpdclient_cmd...
2009-06-11 Max Kellermannmpdclient: convert MPD_ERROR() to an inline function
2009-06-11 Max Kellermannmpdclient: include utils.h
2009-06-11 Max Kellermannmpdclient: pass const message to error callback
2009-03-30 Max KellermannMerge branch 'master' of git://git.musicpd.org/patrick...
2009-03-29 Romain Bignonsupport the 'consume' mode
2009-03-27 Romain Bignonsupport the new 'single' state feature
2009-03-07 Patrick Hallenmpdclient: Fixes sorting of the filelist.
2009-03-05 Jeffrey MiddletonSpelling corrections
2009-02-16 Romain Bignonrange requires unsigned integers.
2009-02-13 Romain Bignonuse the new mpd shufflerange command.
2009-01-01 Avuton OlrichUpdate copyright notices
2008-11-07 Max Kellermannmpdclient: use g_utf8_collate()
2008-11-07 Max Kellermannmpdclient: removed _utf8 suffix from function names
2008-11-07 Max Kellermannmpdclient: expect UTF-8 strings
2008-10-02 Max Kellermannmoved code to charset.c
2008-10-02 Max Kellermannremoved LIST_FORMAT, STATUS_FORMAT
2008-10-02 Max Kellermannremoved the debugging function D()
next