index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libmpdemux
/
url.c
Commit message (
Expand
)
Author
Age
*
uber 10l found by Ilia <chest4l at mail.ru>
alex
2004-06-25
*
Fix url escaping and avoid double escape
rtognimp
2004-05-01
*
'%' is unsafe and need to be escaped.
bertrand
2004-04-07
*
Fix long standing bug where last (and sometimes first) char of the
albeu
2004-01-10
*
Warning fixes (approved by A'rpi).
rathann
2003-11-08
*
Added some special-case code for checking for "sip:" URLs (because they
rsf
2003-05-03
*
Fix incorrect URL encoding.
ranma
2003-04-18
*
Added support for IPv6 numeric url like: http://[3ffe:400:100::1]:80/file
bertrand
2003-03-26
*
Fixed more potential mem leaks and use the url_free method
bertrand
2002-10-19
*
memleaks
arpi
2002-10-16
*
Applied patch from Gregory Kovriga <gkovriga@techunix.technion.ac.il>
bertrand
2002-09-09
*
Added support for URLs that contain an username:password
bertrand
2002-06-23
*
printf to mp_msg
albeu
2002-05-02
*
Removed the url_copy function , since it was badly implemented,
bertrand
2002-02-11
*
Added a debug function to print the struct's variables.
bertrand
2002-01-12
*
x = malloc(strlen(s) + c) ... strcpy(x, s)
pl
2001-12-19
*
Added 2 functions to escape/unescape the url as described in the RFC 2396.
bertrand
2001-12-14
*
Applied the patch from Alban Bedel <albeu@free.fr>.
bertrand
2001-12-14
*
Added a function to copy URL.
bertrand
2001-11-20
*
libdemuxer...
arpi
2001-10-20