Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | require GLib 2.16 | Max Kellermann | 2012-07-10 | 1 | -1/+0 |
| | | | | | GLib 2.16 was released more than 4 years ago. Let's remove some cruft from the glib_compat.h header, and avoid new cruft to it. | ||||
* | update_walk: move code to update_song.c | Max Kellermann | 2012-06-13 | 1 | -84/+2 |
| | |||||
* | update_walk: move code to update_container.c | Max Kellermann | 2012-06-13 | 1 | -91/+1 |
| | |||||
* | update_walk: move code to update_archive.c | Max Kellermann | 2012-06-13 | 1 | -135/+6 |
| | |||||
* | update_internal.h: split header | Max Kellermann | 2012-06-13 | 1 | -1/+4 |
| | |||||
* | update_walk: split update_regular_file() | Max Kellermann | 2012-06-13 | 1 | -21/+58 |
| | |||||
* | directory: require db lock for _{add,remove}_song() | Max Kellermann | 2012-06-13 | 1 | -0/+8 |
| | |||||
* | update_walk: add "pure" attributes | Max Kellermann | 2012-06-13 | 1 | -0/+2 |
| | |||||
* | update_walk: move code to make_directory_if_modified() | Max Kellermann | 2012-06-13 | 1 | -21/+39 |
| | |||||
* | update_walk: fix coding style | Max Kellermann | 2012-06-13 | 1 | -94/+67 |
| | |||||
* | Merge branch 'v0.16.x' | Max Kellermann | 2012-06-12 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/cmdline.c src/decoder/wildmidi_decoder_plugin.c src/gcc.h src/glib_compat.h src/input_stream.c src/output_list.c src/output_thread.c valgrind.suppressions | ||||
| * | Work around incorrect g_file_test() behavior on Win32 | Denis Krjuchkov | 2012-06-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | g_file_test is redefined to be g_file_test_utf8 and thus can't handle non-ASCII characters. This fix adds simple wrapper (taken from glib) that fixes encoding and calls g_file_test_utf8. All required inclusions of glib_compat.h are added as well. | ||||
* | | Merge branch 'v0.16.x' | Max Kellermann | 2012-04-05 | 1 | -1/+5 |
|\| | | | | | | | | | | | Conflicts: src/output/osx_plugin.c src/text_input_stream.c | ||||
| * | update: properly skip symlinks in path that is to be updated. | Anton Khirnov | 2012-04-04 | 1 | -1/+5 |
| | | |||||
* | | playlist_vector: require database lock for all functions | Max Kellermann | 2012-02-13 | 1 | -1/+6 |
| | | |||||
* | | playlist_vector: use the list_head library | Max Kellermann | 2012-02-12 | 1 | -6/+3 |
| | | |||||
* | | update_walk: move code to update_db.c | Max Kellermann | 2012-02-12 | 1 | -85/+4 |
| | | |||||
* | | update_walk: move code to update_io.c | Max Kellermann | 2012-02-12 | 1 | -100/+1 |
| | | |||||
* | | update_walk: move code to update_song_file() | Max Kellermann | 2012-02-12 | 1 | -59/+64 |
| | | |||||
* | | decoder_plugin: scan tags with callback table | Max Kellermann | 2012-02-11 | 1 | -1/+5 |
| | | | | | | | | | | Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object. | ||||
* | | directory: require the caller to lock the db_mutex | Max Kellermann | 2012-02-02 | 1 | -3/+65 |
| | | | | | | | | | | Reduce the number of lock/unlock cycles, and make database handling safer. | ||||
* | | update_walk: use directory_make_child() | Max Kellermann | 2012-02-02 | 1 | -5/+2 |
| | | |||||
* | | directory: replace songvec with doubly linked list | Max Kellermann | 2012-01-24 | 1 | -47/+28 |
| | | |||||
* | | directory: add function directory_get_song(), ... | Max Kellermann | 2012-01-24 | 1 | -10/+8 |
| | | | | | | | | Wrap songvec_find() and other songvec methods. | ||||
* | | directory: replace dirvec with doubly linked list | Max Kellermann | 2012-01-24 | 1 | -17/+9 |
| | | | | | | | | | | Random access is not needed, and a linked list is easier to manage: we don't need to (re-)allocate the pointer array. | ||||
* | | directory: simplify constructors and clarify API documentation | Max Kellermann | 2012-01-24 | 1 | -51/+22 |
| | | | | | | | | | | Pass only the "name" to a directory, instead of the full (relative) path. | ||||
* | | Merge branch 'v0.16.x' | Max Kellermann | 2011-12-13 | 1 | -0/+2 |
|\| | | | | | | | | | | | Conflicts: NEWS configure.ac | ||||
| * | update_walk: print debug message for song_file_load() | Max Kellermann | 2011-12-13 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'v0.16.x' | Max Kellermann | 2011-11-28 | 1 | -2/+2 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.am NEWS configure.ac src/encoder/flac_encoder.c src/log.c src/pcm_buffer.c | ||||
| * | directory: rename attribute "stat" to "have_stat" | Max Kellermann | 2011-11-27 | 1 | -2/+2 |
| | | | | | | | | | | "stat" is a macro on mingw32, which is a pretty stupid thing, and this commit works around this build failure. | ||||
| * | directory: convert "stat" to a bool | Max Kellermann | 2011-11-27 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'v0.16.x' | Max Kellermann | 2011-07-20 | 1 | -2/+8 |
|\| | | | | | | | | | | | Conflicts: src/player_thread.c src/playlist_control.c | ||||
| * | update_walk: apply follow_inside_symlinks to absolute symlinks | Max Kellermann | 2011-07-20 | 1 | -2/+8 |
| | | |||||
* | | Merge commit 'release-0.16.2' | Max Kellermann | 2011-03-19 | 1 | -0/+7 |
|\| | | | | | | | | | | | | | Conflicts: Makefile.am NEWS configure.ac | ||||
| * | update_walk: ignore parameter "mode" on WIN32 | Max Kellermann | 2011-03-18 | 1 | -0/+1 |
| | | | | | | | | Fix compiler warning. | ||||
| * | Merge release 0.15.16 into v0.16.x | Max Kellermann | 2011-03-16 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | Conflicts: NEWS configure.ac src/output/jack_plugin.c src/update.c | ||||
* | | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
|/ | |||||
* | update_walk: explicitly check for permission problems | Max Kellermann | 2010-11-08 | 1 | -0/+33 |
| | | | | | | Call access() and print an extra error message when EACCES is returned. Hopefully this will reduce the number of support requests due to wrong file permissions. | ||||
* | update_walk: update existing playlist entry | Max Kellermann | 2010-09-07 | 1 | -1/+3 |
| | | | | Fixes duplicate playlist entries. | ||||
* | update: store playlist files in database | Max Kellermann | 2010-07-21 | 1 | -0/+31 |
| | | | | | Don't open the music directory for each "lsinfo" call. Get the list of playlist files from the memory database. | ||||
* | update_walk: don't check recursive symlinks on WIN32 | Max Kellermann | 2010-05-19 | 1 | -0/+8 |
| | | | | | inode numbers don't work on WIN32, and very few WIN32 users actually use symlinks - seems ok to disable that check. | ||||
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | archive_plugin: use GError in the open() method | Max Kellermann | 2009-12-16 | 1 | -2/+4 |
| | |||||
* | archive_plugin: wrap method calls | Max Kellermann | 2009-12-16 | 1 | -4/+4 |
| | | | | | Make archive_file a "real" struct, extended by all plugins. Add the plugin pointer to it. Wrap all method calls in functions. | ||||
* | archive_api.h: moved struct archive_plugin to archive_plugin.h | Max Kellermann | 2009-12-15 | 1 | -1/+1 |
| | |||||
* | archive_list: don't include archive_api.h | Max Kellermann | 2009-12-15 | 1 | -0/+1 |
| | | | | Use struct forward declarations. | ||||
* | update: added missing config.h includes | Max Kellermann | 2009-11-11 | 1 | -0/+5 |
| | | | | This broke sticker and archive support. | ||||
* | update_walk: log new container files | Max Kellermann | 2009-11-07 | 1 | -1/+4 |
| | |||||
* | update_walk: log unrecognized files | Max Kellermann | 2009-11-05 | 1 | -2/+9 |
| | | | | | | When a song's tags could not be loaded during database update, log this as a debug message. Same for a song being removed because its updated tag could not be read. | ||||
* | Merge branch 'v0.15.x' | Max Kellermann | 2009-10-31 | 1 | -1/+5 |
| | | | | | | | | Conflicts: NEWS configure.ac src/decoder/ffmpeg_plugin.c src/update.c |