Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'v0.18.x' | Max Kellermann | 2014-01-27 | 5 | -22/+169 | |
|\ | ||||||
| * | IcyMetadataParser: more robust tag parser | Max Kellermann | 2014-01-27 | 3 | -21/+87 | |
| * | test/test_icy_parser: unit test for IcyMetaDataParser.cxx | Max Kellermann | 2014-01-27 | 2 | -0/+81 | |
| * | new developer mailing list | Max Kellermann | 2014-01-20 | 2 | -2/+2 | |
* | | Makefile.am: remove "sparse" rule | Max Kellermann | 2014-01-27 | 1 | -20/+0 | |
* | | Makefile.am: move test-suite.log back to base directory | Max Kellermann | 2014-01-27 | 1 | -2/+0 | |
* | | autogen.sh: simplify, no versioned program names | Max Kellermann | 2014-01-27 | 1 | -117/+5 | |
* | | autogen.sh: don't run aclocal with -I /usr/local/share/aclocal | Max Kellermann | 2014-01-27 | 1 | -17/+0 | |
* | | configure.ac: move autoconf/automake helpers to build/ | Max Kellermann | 2014-01-27 | 4 | -7/+7 | |
* | | move systemd unit to directory systemd/ | Max Kellermann | 2014-01-27 | 4 | -4/+4 | |
* | | Makefile.am: fix "distcheck" | Max Kellermann | 2014-01-27 | 1 | -3/+3 | |
* | | neighbor/upnp: UPnP media server discovery | Max Kellermann | 2014-01-26 | 6 | -0/+201 | |
* | | db/upnp: remove sleep(2) call | Max Kellermann | 2014-01-26 | 1 | -3/+0 | |
* | | upnp: initialize the client handle only once | Max Kellermann | 2014-01-26 | 4 | -70/+73 | |
* | | upnp: move library initialization to Init.cxx | Max Kellermann | 2014-01-26 | 4 | -17/+112 | |
* | | upnp/discovery: use a plain UpnpClient_Handle instead of class LibUPnP | Max Kellermann | 2014-01-26 | 3 | -9/+7 | |
* | | upnp: add class UpnpCallback | Max Kellermann | 2014-01-26 | 6 | -26/+65 | |
* | | CueParser: don't "move" the filename | Max Kellermann | 2014-01-26 | 1 | -1/+1 | |
* | | upnp: remove obsolete global variable "theLib" | Max Kellermann | 2014-01-26 | 1 | -6/+0 | |
* | | upnp/Discovery: add listener interface | Max Kellermann | 2014-01-26 | 2 | -2/+36 | |
* | | db/upnp: move generic code to lib/upnp/ | Max Kellermann | 2014-01-26 | 20 | -88/+118 | |
* | | neighbor/Glue: fix rollback range | Max Kellermann | 2014-01-26 | 1 | -1/+1 | |
* | | db/upnp: rename variables | Max Kellermann | 2014-01-26 | 1 | -21/+21 | |
* | | neighbor/Info: add constructor | Max Kellermann | 2014-01-26 | 2 | -6/+6 | |
* | | Makefile.am: add DespotifyUtils.cxx to libinput.a and libplaylist_plugins.a | Max Kellermann | 2014-01-26 | 1 | -20/+6 | |
* | | Makefile.am: use $(MKDIR_P) | Max Kellermann | 2014-01-26 | 1 | -1/+1 | |
* | | NeighborCommands: convert assertion to runtime check | Max Kellermann | 2014-01-26 | 1 | -1/+5 | |
* | | neighbor: new subsystem to detect file servers on the local network | Max Kellermann | 2014-01-26 | 26 | -2/+1101 | |
* | | lib/smbclient/Init: return empty username/password | Max Kellermann | 2014-01-26 | 1 | -2/+2 | |
* | | input/smbclient: move code to lib/smbclient/Init.cxx | Max Kellermann | 2014-01-25 | 4 | -19/+87 | |
* | | ConfigGlobal: add config_find_block() | Max Kellermann | 2014-01-24 | 6 | -122/+38 | |
* | | DespotifyUtils, Expat: move to lib/ | Max Kellermann | 2014-01-24 | 12 | -17/+18 | |
* | | Mixer*: move to mixer/ | Max Kellermann | 2014-01-24 | 36 | -44/+44 | |
* | | Filter*: move to filter/ | Max Kellermann | 2014-01-24 | 29 | -67/+67 | |
* | | Database*: move to db/ | Max Kellermann | 2014-01-24 | 125 | -174/+174 | |
* | | Sticker*: move to sticker/ | Max Kellermann | 2014-01-24 | 11 | -10/+10 | |
* | | Win32Main: move to win32/ | Max Kellermann | 2014-01-24 | 6 | -9/+9 | |
* | | move daemonization code to unix/ | Max Kellermann | 2014-01-24 | 7 | -5/+5 | |
* | | Input*: move to input/ | Max Kellermann | 2014-01-24 | 76 | -117/+114 | |
* | | Client*: move to client/ | Max Kellermann | 2014-01-24 | 43 | -43/+43 | |
* | | Update*: move to update/ | Max Kellermann | 2014-01-24 | 34 | -23/+23 | |
* | | Config*: move to config/ | Max Kellermann | 2014-01-24 | 80 | -111/+111 | |
* | | Queue*: move to queue/ | Max Kellermann | 2014-01-24 | 12 | -9/+9 | |
* | | Zeroconf*: move to zeroconf/ | Max Kellermann | 2014-01-24 | 12 | -8/+8 | |
* | | archive/*: move to archive/plugins/ | Max Kellermann | 2014-01-24 | 25 | -43/+43 | |
* | | decoder/*: move to decoder/plugins/ | Max Kellermann | 2014-01-24 | 111 | -142/+142 | |
* | | output/*: move to output/plugins/ | Max Kellermann | 2014-01-23 | 71 | -91/+103 | |
* | | playlist/*: move to playlist/plugins/ | Max Kellermann | 2014-01-23 | 45 | -125/+178 | |
* | | Encoder*: move to src/encoder | Max Kellermann | 2014-01-23 | 30 | -46/+49 | |
* | | UPGRADING: remove obsolete file | Max Kellermann | 2014-01-23 | 2 | -93/+1 |