log libmpdemux/url.c @ 12168:44f33fb19acf

age author description
Wed, 07 Apr 2004 20:35:41 +0000 bertrand '%' is unsafe and need to be escaped.
Sat, 10 Jan 2004 14:38:07 +0000 albeu Fix long standing bug where last (and sometimes first) char of the
Sat, 08 Nov 2003 00:26:51 +0000 rathann Warning fixes (approved by A'rpi).
Sat, 03 May 2003 06:16:07 +0000 rsf Added some special-case code for checking for "sip:" URLs (because they
Fri, 18 Apr 2003 12:16:35 +0000 ranma Fix incorrect URL encoding.
Wed, 26 Mar 2003 11:27:48 +0000 bertrand Added support for IPv6 numeric url like: http://[3ffe:400:100::1]:80/file
Sat, 19 Oct 2002 23:28:51 +0000 bertrand Fixed more potential mem leaks and use the url_free method
Wed, 16 Oct 2002 20:25:23 +0000 arpi memleaks
Mon, 09 Sep 2002 04:16:16 +0000 bertrand Applied patch from Gregory Kovriga <gkovriga@techunix.technion.ac.il>
Sun, 23 Jun 2002 06:27:19 +0000 bertrand Added support for URLs that contain an username:password
Thu, 02 May 2002 10:40:35 +0000 albeu printf to mp_msg
Mon, 11 Feb 2002 05:19:11 +0000 bertrand Removed the url_copy function , since it was badly implemented,
Sat, 12 Jan 2002 21:02:00 +0000 bertrand Added a debug function to print the struct's variables.
Wed, 19 Dec 2001 13:03:22 +0000 pl x = malloc(strlen(s) + c) ... strcpy(x, s)
Fri, 14 Dec 2001 23:48:47 +0000 bertrand Added 2 functions to escape/unescape the url as described in the RFC 2396.
Fri, 14 Dec 2001 20:45:30 +0000 bertrand Applied the patch from Alban Bedel <albeu@free.fr>.
Tue, 20 Nov 2001 22:15:32 +0000 bertrand Added a function to copy URL.
Sat, 20 Oct 2001 18:49:08 +0000 arpi libdemuxer... base url.c@b0cdfea30289