Code

colors, utils: use g_list_free_full(g_free)
[ncmpc.git] / src / utils.c
2017-03-21 Max Kellermanncolors, utils: use g_list_free_full(g_free)
2017-03-17 Max Kellermannupdate copyright year
2013-11-08 Max Kellermann*: make variables more local
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-11-14 Jonathan Neuschäferapply whitespace cosmetics to the license comments
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
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-03 Max Kellermannutils: don't use mpdclient_filelist_get() in gcmp_list_...
2009-10-03 Max Kellermannutils: simplify gcmp_list_from_path() with "continue"
2009-10-03 Max Kellermannutils: removed filelist_get()!=NULL check
2009-10-02 Max Kellermannscreen_song: moved code to format_duration_short()
2009-10-02 Max Kellermannutils: pass preallocated buffer to format_duration_long()
2009-10-02 Max Kellermannutils: renamed time_seconds_to_durationstr()
2009-09-28 Max Kellermannmpdclient: removed the mpdclient_t typedef
2009-09-28 Max Kellermannuse libmpdclient2
2009-03-30 Max KellermannMerge branch 'master' of git://git.musicpd.org/patrick...
2009-03-28 Patrick Hallenutils: Use singular in time_seconds_to_durationstr...
2009-03-13 Patrick Hallenscreen_song: Added some statistics about mpd to the...
2009-03-05 Jeffrey MiddletonSpelling corrections
2009-01-01 Avuton OlrichUpdate copyright notices
2008-10-03 Max Kellermanncode style, indent with tabs XI
2008-10-02 Max Kellermannmoved code to charset.c
2008-10-02 Max Kellermannremoved the debugging function D()
2008-09-19 Max Kellermannfilelist: use GPtrArray instead of GList
2008-09-19 Max Kellermannfilelist: drop "mpdclient" prefix
2008-09-18 Max Kellermanncode style, indent with tabs VI
2008-09-15 Max Kellermanninclude cleanup
2008-09-15 Max Kellermannconst pointers
2008-09-15 Max Kellermanncode style, indent with tabs
2006-08-12 Andreas Obergrusbergerspelling fixes by avuton
2004-07-13 Kalle WallinUse glib's str functions (g_strlcat, g_strlcpy, g_snpri...
2004-06-19 Kalle Wallinadded type argument to gcmp_list_from_path()
2004-06-18 Kalle WallinAdded utils.c, utils.h to the project