aboutsummaryrefslogtreecommitdiff
path: root/src/uri.h
Commit message (Collapse)AuthorAge
* gcc.h: re-add gcc_const and gcc_pureMax Kellermann2012-08-02
| | | | Remove GLib dependency from some headers.
* Merge branch 'v0.16.x'Max Kellermann2011-09-22
|\ | | | | | | | | Conflicts: src/player_thread.c
| * utils: uri.h: fix a typo: "schema"Jonathan Neuschäfer2011-09-21
| |
* | copyright year 2011Max Kellermann2011-01-29
|/
* Update copyright notices.Avuton Olrich2009-12-31
|
* uri: added function uri_safe_local()Max Kellermann2009-12-27
|
* uri: added function attributesMax Kellermann2009-11-07
| | | | Let gcc optimize a little bit more.
* all: Update copyright header.Avuton Olrich2009-03-13
| | | | | | | | This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
* song_print: hide HTTP password in playlistMax Kellermann2009-02-27
| | | | | | | 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-25
"ls" is a bad name for a library which parses URIs. We'll move the rest of the "ls" library later.