Code

fix malloc/free deadlock in signal handler by implementing a signaling pipe for sigco...
[ncmpc.git] / src / main.c
2011-01-07 Emil Karlsonfix malloc/free deadlock in signal handler by implement...
2010-12-23 Max Kellermannmain: show real server address in status message
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-11-03 Romain Bignonupdate screens after being disconnected from server
2009-11-03 Romain Bignonuse MPD_IDLE_QUEUE instead of deprecated MPD_IDLE_PLAYL...
2009-10-29 Thomas Jansenmain: whitespace cosmetics
2009-10-04 Max Kellermannmain: don't call mpdclient_update() for clock update
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 Kellermannmain: enable the update timer on demand
2009-10-03 Max Kellermannmain: update within timer_reconnect()
2009-10-03 Max Kellermannmain: check for connection lost in end_input_event()
2009-10-03 Max Kellermannmain: reconnect at the end of timer_mpd_update()
2009-10-03 Max Kellermannmain: clear mpdclient.events in end_input_event()
2009-10-03 Max Kellermannmain: assign reconnect_source_id when retrying to reconnect
2009-10-03 Max Kellermannmain: added functions dis/enable_update_timer()
2009-10-01 Max Kellermannscreen: moved status message functions to screen_message.c
2009-10-01 Max Kellermannscreen: eliminated state macros
2009-09-30 Max Kellermannmpdclient: added property "events", emulate idle
2009-09-30 Max Kellermannmpdclient: replaced error_callback with imported function
2009-09-29 Max Kellermannmpdclient: mpdclient_connect() returns bool
2009-09-29 Max Kellermannrequire MPD 0.12
2009-09-29 Max Kellermannplaylist: make functions const
2009-09-29 Max Kellermannmain: don't skip "{}" in server error message
2009-09-29 Max Kellermannmpdclient: added mpdclient_is_connected()
2009-09-29 Max Kellermannmain: changed "connected" check to assertion
2009-09-28 Max Kellermannmoved the idle timer to player_command.c
2009-09-28 Max Kellermannmpdclient: removed the mpdclient_t typedef
2009-09-28 Max Kellermannuse libmpdclient2
2009-08-14 Max Kellermannmain: free timers on exit
2009-08-14 Max Kellermannoptions: added options_deinit()
2009-03-05 Jeffrey MiddletonSpelling corrections
2009-01-06 Max Kellermanncommand: check_key_bindings() returns message without...
2009-01-01 Avuton OlrichUpdate copyright notices
2008-12-25 Max Kellermanninitialize NLS without locale support
2008-12-25 Max Kellermannconfigure.ac: added --disable-locale option
2008-12-25 Max Kellermanni18n: don't use locale.h
2008-12-12 Max Kellermannmain: deinitialize lyrics library
2008-12-10 Max Kellermanncommand: disable check_key_bindings() with --enable...
2008-11-25 Max Kellermannpo: improved translatable strings for easier translation
2008-11-24 Thomas Jansenmain.c: replaced mpd_unused by G_GNUC_UNUSED
2008-11-10 Thomas Jansenlirc: refactored event handler
2008-11-07 Max Kellermannmpdclient: expect UTF-8 strings
2008-11-07 Max Kellermannmain: optimized error_msg()
2008-11-07 Max Kellermanndisable more features with --enable-mini
2008-11-07 Thomas Jansennative LIRC support for ncmpc
2008-10-06 Max Kellermanndisable ncurses raw mode
2008-10-03 Max Kellermannstore MPD_UPDATE_TIME as guint
2008-10-03 Max Kellermanndon't initialize sigaction struct twice
2008-10-03 Max Kellermannrestart system call after SIGWINCH
2008-10-03 Max Kellermanntypo: ignore SIGPIPE instead of SIGWINCH
2008-10-03 Max Kellermannscreen: removed "painted" flag
2008-10-03 Max Kellermannoptions: don't pass the "options" pointer around
2008-10-03 Max Kellermanncode style, indent with tabs XI
2008-10-02 Max Kellermannfix compiler errors without locale.h
2008-10-02 Max Kellermanncharset: charset_init() returns character set
2008-10-02 Max Kellermannmoved code to charset.c
2008-10-02 Max Kellermannmoved macros from ncmpc.h to main.c and screen.c
2008-10-02 Max Kellermannmoved i18n macros to i18n.h
2008-10-02 Max Kellermannremoved the debugging function D()
2008-09-26 Max Kellermannignore SIGPIPE
2008-09-25 Max Kellermanndon't call lyrics_init if plugin is disabled
2008-09-25 Max Kellermannfix miscellaneous sparse warnings
2008-09-22 Max Kellermannscreen: moved code to ncu.c
2008-09-22 Max Kellermannmain: free keyboard IO channel
2008-09-19 Max Kellermannfix terminal resizing (SIGWINCH)
2008-09-18 Max Kellermannquit with g_main_loop_quit()
2008-09-17 Max Kellermannuse the glib main event loop
2008-09-17 Max Kellermannmain: connect while UI is displayed
2008-09-17 Max Kellermanncode style, indent with tabs IV
2008-09-17 Max Kellermannmake several functions return void
2008-09-16 Max Kellermannlyrics: converted in-process plugins to external programs
2008-09-16 Max Kellermanncode style, indent with tabs II
2008-09-15 Max Kellermannfix unused parameter warnings
2008-09-15 Max Kellermanndon't declare local variable "options"
2008-09-15 Max Kellermanninclude cleanup
2008-09-15 Max Kellermannfix function prototypes
2008-09-15 Max Kellermannconst pointers
2008-09-15 Max Kellermannuse !NDEBUG instead of DEBUG
2008-09-15 Max Kellermanncode style, indent with tabs
2008-09-15 Max Kellermannremove unused static functions
2008-09-15 Max Kellermannsplash: removed the useless splash screen
2007-02-16 Andreas Obergrusbergerway too much stuff to describe here
2007-02-01 Andreas Obergrusbergerlyrics updates, leoslyrics fixes
2007-01-05 Andreas Obergrusbergerfix user plugin dir; code cleanup
2007-01-03 Andreas Obergrusbergeradded a plugin system for lyrics sources
2006-10-28 Andreas Obergrusbergerfilelist sorting improved
2006-09-07 Andreas Obergrusbergerdue to bensonk's demand i added a splash screen.
2006-08-04 Andreas Obergrusbergerthe updated sources
2005-06-01 Kalle WallinFixes #0000406, segfault if mpd wants a passwort but...
2005-02-13 Kalle WallinFixes bug #0000360
2004-07-13 Kalle WallinUse glib's str functions (g_strlcat, g_strlcpy, g_snpri...
2004-07-13 Kalle WallinUse my_wgetch() instead of wgetch(), added --[no-]mouse...
2004-07-12 Kalle WallinSupport SIGSTOP, SIGCONT in raw mode
2004-07-12 Kalle WallinAdded SIGCONT handler
2004-07-03 Kalle WallinReplaced the debug macro with a function
2004-06-30 Kalle WallinAdded flags for conflicting, modified key bindings...
2004-06-24 Kalle WallinRemoved an unwanter fprintf line
2004-06-24 Kalle WallinMade the xterm title dynamic, added configuration optio...
next