summaryrefslogtreecommitdiffstats
path: root/stream/url.c
Commit message (Expand)AuthorAgeFilesLines
* stream/url.c: escape characters >= 127 in URLsreimar2011-02-151-2/+1
* cleanup: Replace two malloc+memset with calloc.cboesch2011-01-291-4/+1
* stream/http: Add support for login/password in http_proxy env variablecboesch2010-12-161-0/+13
* stream/http: Do not keep authentication in URL when proxiedcboesch2010-12-161-1/+22
* stream/url.c: Unescape username/password when parsing URLsreimar2010-11-141-1/+4
* cleanup: don't check for NULL before free()diego2010-11-081-9/+9
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30475Uoti Urpala2010-03-091-2/+17
|\
| * Add license header to all files missing it in the stream subdirectory.diego2010-01-301-2/+17
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-9/+9
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-9/+9
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-11/+11
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-11/+11
|/
* Clear tmp between ip6 check and string escape to prevent reuse of the rtogni2008-01-201-0/+1
* Fix illegal identifiers, names starting with __ are reserved for the system.diego2008-01-081-2/+2
* cosmeticsreimar2006-11-211-1/+1
* Also support absolute url redirection, e.g. http://www.youtube.com/v/buKaqRG2SFAreimar2006-11-211-1/+6
* Support URL redirections that do not specify full URL.reimar2006-11-081-0/+19
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+373