summaryrefslogtreecommitdiffstats
path: root/libmpdemux/url.c
Commit message (Expand)AuthorAgeFilesLines
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-373/+0
* rm unnecesary casts from void* - part 3reynaldo2006-07-021-6/+6
* Protect SIZE_MAX usertogni2006-06-091-0/+4
* Fix potential integer overflows in memory allocation.rtogni2006-06-041-0/+5
* Fix URL escaping to correctly handle URL containing an ip6 address oralbeu2005-11-261-24/+65
* Changed MSGTR_MPDEMUX_URL_MallocFailed to MSGTR_MemAllocFailed (msg defined t...ptt2005-11-051-10/+10
* libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2reynaldo2005-10-311-11/+12
* memleak fix, escfilename was not freed for an invalid urlreimar2005-09-061-23/+18
* uber 10l found by Ilia <chest4l at mail.ru>alex2004-06-251-1/+1
* Fix url escaping and avoid double escapertognimp2004-05-011-25/+71
* '%' is unsafe and need to be escaped.bertrand2004-04-071-1/+1
* Fix long standing bug where last (and sometimes first) char of thealbeu2004-01-101-6/+8
* Warning fixes (approved by A'rpi).rathann2003-11-081-1/+1
* 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