log libmpdemux/url.c @ 18452:ec506ccd190f

age author description
Sat, 26 Nov 2005 15:57:39 +0000 albeu Fix URL escaping to correctly handle URL containing an ip6 address or
Sat, 05 Nov 2005 00:55:34 +0000 ptt Changed MSGTR_MPDEMUX_URL_MallocFailed to MSGTR_MemAllocFailed (msg defined two times in help_mp-en.h)
Mon, 31 Oct 2005 23:37:41 +0000 reynaldo libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2
Tue, 06 Sep 2005 21:45:40 +0000 reimar memleak fix, escfilename was not freed for an invalid url
Fri, 25 Jun 2004 14:57:01 +0000 alex uber 10l found by Ilia <chest4l at mail.ru>
Sat, 01 May 2004 23:35:25 +0000 rtognimp Fix url escaping and avoid double escape
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>