1. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  2. 31 Oct, 2018 1 commit
  3. 18 Jul, 2018 1 commit
  4. 17 Jul, 2018 2 commits
  5. 16 Jul, 2018 1 commit
  6. 02 Jan, 2018 2 commits
  7. 08 May, 2017 1 commit
  8. 03 Jan, 2017 1 commit
  9. 05 Sep, 2016 2 commits
  10. 26 Feb, 2016 1 commit
  11. 21 Jan, 2015 3 commits
  12. 01 Jan, 2015 1 commit
  13. 19 Feb, 2014 1 commit
  14. 26 Jan, 2014 1 commit
  15. 25 Jan, 2014 1 commit
    • Max Kellermann's avatar
      neighbor: new subsystem to detect file servers on the local network · 5c4a42ca
      Max Kellermann authored
      This commit adds the NeighborPlugin API which can be used to detect
      nearby file servers that can be used by input plugins.  This list of
      servers is exported using the new "listneighbors" command.  The idle
      even "neighbor" notifies interested clients when a new neighbor is
      found or an existing one is lost.
      
      There's a lot missing currently: protocol&user documentation, and a
      way to "mount" remote servers into the music database.  Obviously,
      some code from the UPnP database plugin can be moved to a neighbor
      plugin.
      5c4a42ca