summaryrefslogtreecommitdiffstats
path: root/libmpdemux/url.c
Commit message (Expand)AuthorAgeFilesLines
* printf to mp_msgalbeu2002-05-021-6/+7
* Removed the url_copy function , since it was badly implemented,bertrand2002-02-111-16/+2
* Added a debug function to print the struct's variables.bertrand2002-01-121-0/+28
* x = malloc(strlen(s) + c) ... strcpy(x, s)pl2001-12-191-4/+2
* Added 2 functions to escape/unescape the url as described in the RFC 2396.bertrand2001-12-141-1/+61
* Applied the patch from Alban Bedel <albeu@free.fr>.bertrand2001-12-141-1/+4
* Added a function to copy URL.bertrand2001-11-201-0/+16
* libdemuxer...arpi2001-10-201-0/+117