1. 11 Sep, 2011 1 commit
  2. 10 Sep, 2011 2 commits
    • Max Kellermann's avatar
      db_plugin: introducing a plugin API for the song database · 7819aa6b
      Max Kellermann authored
      First draft, not really pluggable currently - hard-coded to use the
      "simple" plugin, and calls several of its internal functions.
      
      The API is very simple currently, all searches are still performed
      over the root "directory" object.  Future changes to the API will move
      those search implementations into the plugin, to allow more efficient
      implementations, or implementations that don't have the whole tree in
      memory all the time.
      7819aa6b
    • Max Kellermann's avatar
      database: move code to db_save.c · 7cc6b63a
      Max Kellermann authored
      7cc6b63a
  3. 05 Sep, 2011 1 commit
  4. 01 Sep, 2011 2 commits
  5. 31 Aug, 2011 1 commit
  6. 30 Aug, 2011 2 commits
  7. 29 Aug, 2011 5 commits
  8. 28 Aug, 2011 1 commit
  9. 24 Aug, 2011 2 commits
  10. 18 Jul, 2011 1 commit
  11. 03 Jun, 2011 1 commit
  12. 29 Mar, 2011 1 commit
  13. 16 Mar, 2011 1 commit
  14. 18 Feb, 2011 1 commit
  15. 13 Feb, 2011 1 commit
  16. 29 Jan, 2011 1 commit
  17. 28 Jan, 2011 1 commit
  18. 09 Jan, 2011 1 commit
  19. 23 Dec, 2010 2 commits
  20. 22 Dec, 2010 2 commits
  21. 18 Nov, 2010 2 commits
  22. 27 Oct, 2010 1 commit
  23. 11 Oct, 2010 1 commit
  24. 08 Oct, 2010 2 commits
  25. 05 Oct, 2010 2 commits
  26. 03 Oct, 2010 1 commit
  27. 23 Sep, 2010 1 commit
    • Denis Krjuchkov's avatar
      main: Add Windows Service support · e8ebb1af
      Denis Krjuchkov authored
      I've added PIPE_EVENT_SHUTDOWN because calling g_main_loop_quit() do not work when called from another thread.
      Main thread was sleeping in g_poll() so I needed some way to wake it up.
      
      By some strange reason call close(event_pipe[0]) in event_pipe_deinit() hangs.
      In current implementation that code never reached so that was not a problem :-)
      I've added a conditional to leave event_pipe[0] open on Win32.
      e8ebb1af