Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | db/Configured: store database file in cache directory | Max Kellermann | 2014-03-01 | 1 | -0/+5 |
| | | | | | Add class Context which wraps the Android/Java Context class and add a JNI wrapper for method Context.getCacheDir(). | ||||
* | Main: inline mpd_main() on Android | Max Kellermann | 2014-03-01 | 1 | -0/+4 |
| | |||||
* | Main: remove unused global variable "main_thread" | Max Kellermann | 2014-02-05 | 1 | -3/+0 |
| | |||||
* | Instance: add attribute "event_loop" | Max Kellermann | 2014-02-05 | 1 | -2/+0 |
| | | | | Replaces global variable "main_loop". | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 1 | -1/+1 |
| | |||||
* | Main: use ThreadId instead of GThread* | Max Kellermann | 2013-10-17 | 1 | -2/+2 |
| | |||||
* | DecoderControl: use GLib forward declarations | Max Kellermann | 2013-09-27 | 1 | -2/+1 |
| | |||||
* | Main: move global variables to struct Instance | Max Kellermann | 2013-04-17 | 1 | -3/+2 |
| | | | | More preparations for multi-player support. | ||||
* | ClientList: convert to a class | Max Kellermann | 2013-01-16 | 1 | -0/+2 |
| | |||||
* | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 2013-01-14 | 1 | -1/+3 |
| | |||||
* | PlayerThread: use pc.cond instead of main_cond | Max Kellermann | 2013-01-10 | 1 | -2/+0 |
| | | | | | The main_cond variable was completely unnecessary. The pc.cond object can be used for both main->pc and pc->main. | ||||
* | EventPipe: rename to GlobalEvents | Max Kellermann | 2013-01-09 | 1 | -1/+1 |
| | |||||
* | Partition: new class, container for Playlist and PlayerControl | Max Kellermann | 2013-01-05 | 1 | -1/+1 |
| | | | | | This is the beginning of multi-player support. There will be support for multiple Partition objects in one MPD process. | ||||
* | main: use C++ compiler | Max Kellermann | 2012-09-28 | 1 | -0/+74 |