aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/url.c
Commit message (Expand)AuthorAge
* rm unnecesary casts from void* - part 3Gravatar reynaldo2006-07-02
* Protect SIZE_MAX useGravatar rtogni2006-06-09
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* Fix URL escaping to correctly handle URL containing an ip6 address orGravatar albeu2005-11-26
* Changed MSGTR_MPDEMUX_URL_MallocFailed to MSGTR_MemAllocFailed (msg defined t...Gravatar ptt2005-11-05
* libmpdemux translatables to help_mp part 1 / mp_msg calls / try 2Gravatar reynaldo2005-10-31
* memleak fix, escfilename was not freed for an invalid urlGravatar reimar2005-09-06
* uber 10l found by Ilia <chest4l at mail.ru>Gravatar alex2004-06-25
* Fix url escaping and avoid double escapeGravatar rtognimp2004-05-01
* '%' is unsafe and need to be escaped.Gravatar bertrand2004-04-07
* 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