aboutsummaryrefslogtreecommitdiffstats
path: root/src/uri.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* song_print: hide HTTP password in playlistMax Kellermann2009-02-271-0/+9
| | | | | | | Added the uri_remove_auth() library function which strips username and password from a HTTP URI, and use it in song_print_url(). This allows you to add HTTP URIs to the playlist including secret username and password, without disclosing it to all MPD clients.
* ls: moved generic URI utilities to uri.cMax Kellermann2009-02-251-0/+33
"ls" is a bad name for a library which parses URIs. We'll move the rest of the "ls" library later.