Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | song_print: hide HTTP password in playlist | Max Kellermann | 2009-02-27 | 1 | -0/+32 |
| | | | | | | | 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.c | Max Kellermann | 2009-02-25 | 1 | -0/+37 |
"ls" is a bad name for a library which parses URIs. We'll move the rest of the "ls" library later. |