aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/url.c
Commit message (Expand)AuthorAge
* Fix lots of bugs in mp_http URL handlingGravatar Rudolf Polzer2013-01-10
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* stream: fix redirection for proxy URLsGravatar reimar2012-10-30
* url: simplifyGravatar cboesch2012-10-30
* stream/url.c: escape characters >= 127 in URLsGravatar reimar2011-02-15
* cleanup: Replace two malloc+memset with calloc.Gravatar cboesch2011-01-29
* stream/http: Add support for login/password in http_proxy env variableGravatar cboesch2010-12-16
* stream/http: Do not keep authentication in URL when proxiedGravatar cboesch2010-12-16
* stream/url.c: Unescape username/password when parsing URLsGravatar reimar2010-11-14
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\
| * Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* Clear tmp between ip6 check and string escape to prevent reuse of the Gravatar rtogni2008-01-20
* Fix illegal identifiers, names starting with __ are reserved for the system.Gravatar diego2008-01-08
* cosmeticsGravatar reimar2006-11-21
* Also support absolute url redirection, e.g. http://www.youtube.com/v/buKaqRG2SFAGravatar reimar2006-11-21
* Support URL redirections that do not specify full URL.Gravatar reimar2006-11-08
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31