Code

Update copyright notices
[ncmpc.git] / src / screen_client.c
2010-01-01 Avuton OlrichUpdate copyright notices
2009-10-17 Max Kellermanncheck the return value of mpdclient_get_connection()
2009-10-03 Max Kellermannmpdclient: wrap access in mpdclient_get_connection()
2009-10-02 Max Kellermannscreen_client: recover from UPDATE_ALREADY error
2009-10-02 Max Kellermannuse mpdclient_is_connected()
2009-10-01 Max Kellermannscreen: moved status message functions to screen_message.c
2009-09-30 Max Kellermannmpdclient: replaced error_callback with imported function
2009-09-30 Max Kellermannmpdclient: renamed "updatingdb" to "update_id"
2009-09-30 Max Kellermannscreen_utils: don't pass WINDOW to screen_readln()
2009-09-29 Max Kellermannscreen_client: allow multiple queued database updates
2009-09-29 Max Kellermannscreen_file: moved update code to screen_client.c
2009-09-29 Max Kellermannscreen_client: screen_auth() returns bool
2009-09-29 Max Kellermannscreen_client: don't update twice in screen_auth()
2009-09-29 Max Kellermannscreen_client: removed curs_set() call from screen_auth()
2009-09-29 Max Kellermannscreen_utils: moved screen_auth() to screen_client.c