summaryrefslogtreecommitdiffstats
path: root/libmpdemux/url.c
Commit message (Expand)AuthorAgeFilesLines
* Added some special-case code for checking for "sip:" URLs (because theyrsf2003-05-031-5/+12
* Fix incorrect URL encoding.ranma2003-04-181-2/+2
* Added support for IPv6 numeric url like: http://[3ffe:400:100::1]:80/filebertrand2003-03-261-10/+24
* Fixed more potential mem leaks and use the url_free methodbertrand2002-10-191-3/+8
* memleaksarpi2002-10-161-0/+3
* Applied patch from Gregory Kovriga <gkovriga@techunix.technion.ac.il>bertrand2002-09-091-0/+5
* Added support for URLs that contain an username:passwordbertrand2002-06-231-9/+45
* 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