aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/url.c
Commit message (Expand)AuthorAge
* Fix long standing bug where last (and sometimes first) char of theGravatar albeu2004-01-10
* Warning fixes (approved by A'rpi).Gravatar rathann2003-11-08
* Added some special-case code for checking for "sip:" URLs (because theyGravatar rsf2003-05-03
* Fix incorrect URL encoding.Gravatar ranma2003-04-18
* Added support for IPv6 numeric url like: http://[3ffe:400:100::1]:80/fileGravatar bertrand2003-03-26
* Fixed more potential mem leaks and use the url_free methodGravatar bertrand2002-10-19
* memleaksGravatar arpi2002-10-16
* Applied patch from Gregory Kovriga <gkovriga@techunix.technion.ac.il>Gravatar bertrand2002-09-09
* 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