Code

mpdclient: try IP connect if default local socket path fails
[ncmpc.git] / src / mpdclient.h
2017-03-25 Max Kellermannmpdclient: try IP connect if default local socket path...
2017-03-25 Max Kellermannmain: move default_settings_name() to mpdclient.c
2017-03-19 Max Kellermannmpdclient: connect to MPD asynchronously
2017-03-19 Max Kellermannmpdclient: automatically re-enter idle mode, eliminate...
2017-03-19 Max Kellermannmpdclient: pass host, port etc. to constructor
2017-03-17 Max Kellermannmpdclient: convert port to "unsigned"
2017-03-17 Max Kellermannmpdclient: add _is_dead()
2017-03-17 Max Kellermannmpdclient: add "playing" attribute
2017-03-17 Max Kellermannmpdclient: reorder attributes for better packing
2017-03-17 Max Kellermannmpdclient: remove unused attribute "update_id"
2017-03-17 Max Kellermannmpdclient: update the "source" documentation
2017-03-17 Max Kellermannmpdclient: remove unused function compare_filelistentry...
2017-03-17 Max Kellermannscreen_client: move functions to callbacks.c
2017-03-10 Max Kellermannrequire libmpdclient 2.9, remove several #ifdefs
2014-05-28 Simon ArlottImplement a search-format configuration option (Mantis...
2013-11-08 Max Kellermann*: add "pure" attributes
2012-08-10 Jonathan Neuschäfermpdclient.h: don't self-include
2012-06-12 Max KellermannMerge branch 'chat' of git://git.musicpd.org/jn/ncmpc
2012-05-23 Jonathan Neuschäfermpdclient: add client-to-client support
2012-05-23 Jonathan Neuschäferstruct mpdclient: add a reconnection count
2012-01-04 Max KellermannMerge remote branches 'jn/keydef' and 'jn/dev'
2012-01-04 Jonathan Neuschäfermpdclient: add G_GNUC_PURE to _is_connected()/_get_curr...
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-11-14 Jonathan Neuschäfermpdclient: export mpdclient_finish_command
2011-11-04 Jonathan Neuschäfermpdclient: define MPD_IDLE_ALL
2011-08-23 Max Kellermannmpdclient: pass integer timeout to mpdclient_connect()
2011-03-31 Jonathan Neuschäfermpdclient.h: fix the spelling of "occurred"
2009-11-02 Max Kellermannmpdclient: added inline function mpdclient_is_playing()
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: removed mpdclient_cmd_play()
2009-10-10 Max Kellermannscreen_artist.c: use libmpdclient to obtain artist...
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: removed mpdclient_filelist_search()
2009-10-01 Max Kellermannmpdclient: convert all functions to return "bool"
2009-10-01 Max Kellermannmpdclient: removed several functions
2009-09-30 Max Kellermannmpdclient: added mpdclient_cmd_delete_range()
2009-09-30 Max Kellermannmpdclient: added function mpdclient_get_current_song()
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.h: include mpd/client.h instead of mpd/tag.h
2009-09-30 Max Kellermannmpdclient: renamed "updatingdb" to "update_id"
2009-09-30 Max Kellermannplayer_command: use libmpdclient2 directly
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 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 Kellermannmpdclient: removed the "need_update" flag
2009-09-29 Max Kellermannmpdclient: added mpdclient_is_connected()
2009-09-28 Max Kellermannmpdclient: removed the mpdclient_t typedef
2009-09-28 Max Kellermannuse libmpdclient2
2009-09-13 Max Kellermannfilelist: removed "path" attribute
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-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-02-16 Romain Bignonrange requires unsigned integers.
2009-02-13 Romain Bignonuse the new mpd shufflerange command.
2009-01-07 Max Kellermannlibmpdclient: fix shadow warnings
2008-11-07 Max Kellermannmpdclient: removed _utf8 suffix from function names
2008-11-07 Max Kellermannmpdclient: expect UTF-8 strings
2008-10-06 Max Kellermanncode style, indent with tabs XII
2008-09-21 Yannick LMAdding crop feature in ncmpc
2008-09-19 Max Kellermannmpdclient: moved code to filelist.c
2008-09-17 Max Kellermannmake several functions return void
2008-09-16 Max Kellermannmpdclient: moved code to playlist.c
2008-09-16 Max Kellermannsong: use struct mpd_song
2008-09-16 Max Kellermannmpdclient: add struct names, for forward declarations
2008-09-16 Max Kellermanncode style, indent with tabs II
2008-09-15 Max Kellermannuse GArray for playlist instead of GList
2008-09-15 Max Kellermanninclude cleanup
2008-09-15 Max Kellermannfix function prototypes
2008-09-15 Max Kellermannconst pointers
2007-02-16 Andreas Obergrusbergerway too much stuff to describe here
2005-06-14 Kalle WallinAdded exact_match parameter to mpdclient_filelist_search()
2005-06-06 Kalle WallinAdded an experimental artist (browser) screen
2004-11-15 Kalle WallinAdded a search screen
2004-06-24 Kalle WallinRenamed mpd version macro
2004-06-22 Kalle Wallinadded screen_bell() for optional audible/visible bells
2004-06-20 Kalle WallinAdded _utf8 suffix to all functions that take utf8...
2004-06-18 Kalle WallinAdded the mpdclient_cmd_add_path function
2004-06-16 Kalle Wallinlibmpdclient updated (r1507) - added path to mpdclient_...
2004-06-15 Kalle Wallingit-svn-id: https://svn.musicpd.org/ncmpc/trunk@1497...
2004-06-14 Kalle WallinUpdated error handling
2004-06-14 Kalle WallinMajor cleanup of the mpd client code (mpc->mpdclient)