Mercurial > mplayer.hg
log libmpdemux/url.c @ 7815:c81e5a7f5862
age | author | description |
---|---|---|
2002-10-19 | bertrand | Fixed more potential mem leaks and use the url_free method |
2002-10-16 | arpi | memleaks |
2002-09-09 | bertrand | Applied patch from Gregory Kovriga <gkovriga@techunix.technion.ac.il> |
2002-06-23 | bertrand | Added support for URLs that contain an username:password |
2002-05-02 | albeu | printf to mp_msg |
2002-02-11 | bertrand | Removed the url_copy function , since it was badly implemented, |
2002-01-12 | bertrand | Added a debug function to print the struct's variables. |
2001-12-19 | pl | x = malloc(strlen(s) + c) ... strcpy(x, s) |
2001-12-14 | bertrand | Added 2 functions to escape/unescape the url as described in the RFC 2396. |
2001-12-14 | bertrand | Applied the patch from Alban Bedel <albeu@free.fr>. |
2001-11-20 | bertrand | Added a function to copy URL. |
2001-10-20 | arpi | libdemuxer... base url.c@b0cdfea30289 |