aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/url.c
Commit message (Expand)AuthorAge
* Added support for URLs that contain an username:passwordGravatar bertrand2002-06-23
* printf to mp_msgGravatar albeu2002-05-02
* Removed the url_copy function , since it was badly implemented,Gravatar bertrand2002-02-11
* Added a debug function to print the struct's variables.Gravatar bertrand2002-01-12
* x = malloc(strlen(s) + c) ... strcpy(x, s)Gravatar pl2001-12-19
* Added 2 functions to escape/unescape the url as described in the RFC 2396.Gravatar bertrand2001-12-14
* Applied the patch from Alban Bedel <albeu@free.fr>.Gravatar bertrand2001-12-14
* Added a function to copy URL.Gravatar bertrand2001-11-20
* libdemuxer...Gravatar arpi2001-10-20