git.videolan.org
/
vlc.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Make icecast server detection more robust.
[vlc.git]
/
modules
/
access
/
http.c
2008-11-19
Laurent Aimar
Make icecast server detection more robust.
blob
|
commitdiff
2008-10-29
Rémi Denis-Courmont
Remove most stray semi-colons in module descriptions
blob
|
commitdiff
|
diff to current
2008-10-25
Nicolas Chauvet...
Add support for libproxy via pkg-config
blob
|
commitdiff
|
diff to current
2008-09-29
Ilkka Ollakka
Disconnect before trying with authentication
blob
|
commitdiff
|
diff to current
2008-09-16
Rémi Denis-Courmont
Document the assertion
blob
|
commitdiff
|
diff to current
2008-09-14
Rémi Denis-Courmont
HTTP: sanity check
blob
|
commitdiff
|
diff to current
2008-09-12
Antoine Cellerier
Default enable http forward cookies
blob
|
commitdiff
|
diff to current
2008-08-28
Pavlov Konstantin
Spelling typo.
blob
|
commitdiff
|
diff to current
2008-07-31
Derk-Jan Hartman
http access: Use EnsureUTF8() on the ICY strings. Avoid...
blob
|
commitdiff
|
diff to current
2008-07-27
Laurent Aimar
Fixed icy meta data parsing after http reconnection...
blob
|
commitdiff
|
diff to current
2008-07-06
Rémi Denis-Courmont
Protocol names are localized.
blob
|
commitdiff
|
diff to current
2008-07-06
Felix Paul Kühne
l10n string fixes
blob
|
commitdiff
|
diff to current
2008-07-05
Rémi Denis-Courmont
Another unused variable
blob
|
commitdiff
|
diff to current
2008-07-05
Rémi Denis-Courmont
modules: use vlc_object_alive()
blob
|
commitdiff
|
diff to current
2008-06-22
Rémi Duraffort
Remove unneeded msg_Error about memory failure.
blob
|
commitdiff
|
diff to current
2008-06-22
Bill C. Riemers
http: fix Content-Length and stream closure issues.
blob
|
commitdiff
|
diff to current
2008-06-20
Rémi Denis-Courmont
Revert "No need to send Connection: close or Connection...
blob
|
commitdiff
|
diff to current
2008-06-17
Bill C Riemers
No need to send Connection: close or Connection: Keep...
blob
|
commitdiff
|
diff to current
2008-06-17
Bill C Riemers
access_http: do not close the stream when seeking out...
blob
|
commitdiff
|
diff to current
2008-06-17
Rémi Denis-Courmont
HTTP: do not send a negative byte range
blob
|
commitdiff
|
diff to current
2008-06-16
Dominique Leuenberger
Fix Memory leak: free proxy_factory even when buffer...
blob
|
commitdiff
|
diff to current
2008-06-15
Dominique Leuenberger
HTTP access: support for libproxy, with configure autod...
blob
|
commitdiff
|
diff to current
2008-06-13
Rémi Denis-Courmont
HTTP: put the password to a separate field, so we can...
blob
|
commitdiff
|
diff to current
2008-05-31
Rémi Denis-Courmont
Plugins: include vlc_common.h directly instead of vlc...
blob
|
commitdiff
|
diff to current
2008-05-26
Rafaël Carré
Include assert.h where assert() is used
blob
|
commitdiff
|
diff to current
2008-05-21
Rémi Denis-Courmont
Use gettext_noop() consistently
blob
|
commitdiff
|
diff to current
2008-05-09
Rafaël Carré
Do not leak psz_demux
blob
|
commitdiff
|
diff to current
2008-05-08
Rémi Denis-Courmont
Include vlc_plugin.h as needed
blob
|
commitdiff
|
diff to current
2008-05-01
Rémi Denis-Courmont
NIH syndrome cure (2)
blob
|
commitdiff
|
diff to current
2008-04-18
Antoine Cellerier
Add NEWS about HTTP access supporting Digest Auth and...
blob
|
commitdiff
|
diff to current
2008-04-14
Pierre d'Herbemont
access: Rename access2 to access as access is no longer...
blob
|
commitdiff
|
diff to current
2008-04-14
Pierre d'Herbemont
Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
blob
|
commitdiff
|
diff to current
2008-04-09
Antoine Cellerier
Fix tiny 9 byte memleak per Authentication-Info header...
blob
|
commitdiff
|
diff to current
2008-04-09
Antoine Cellerier
Check the server's reply upon successful authentication...
blob
|
commitdiff
|
diff to current
2008-04-09
Antoine Cellerier
Simplify the HTTP Digest Access Authentification code.
blob
|
commitdiff
|
diff to current
2008-04-08
Antoine Cellerier
Preliminary HTTP Digest Access Authentication client...
blob
|
commitdiff
|
diff to current
2008-03-19
Rémi Denis-Courmont
Use NDEBUG
blob
|
commitdiff
|
diff to current
2008-03-12
Rémi Duraffort
Another time "Remove useless test before a free".
blob
|
commitdiff
|
diff to current
2008-03-03
Rémi Denis-Courmont
Use 443 rather than 80 as the implicit Host: port when...
blob
|
commitdiff
|
diff to current
2008-02-20
Jean-Paul Saman
Don't get stuck in Connect() when module is in Open...
blob
|
commitdiff
|
diff to current
2008-01-23
Rémi Denis-Courmont
Don't include config.h from the headers - refs #297.
blob
|
commitdiff
|
diff to current
2008-01-19
Rémi Denis-Courmont
Remove bogus printf
blob
|
commitdiff
|
diff to current
2008-01-19
Antoine Cellerier
Add gzip support to the http access. We never request...
blob
|
commitdiff
|
diff to current
2008-01-18
Pierre d'Herbemont
access/http.c: More check on cookies we receive.
blob
|
commitdiff
|
diff to current
2008-01-18
Antoine Cellerier
Fix erroneous use of freed data in the cookie forwardin...
blob
|
commitdiff
|
diff to current
2008-01-18
Pierre d'Herbemont
access/http.c: Don't double-free in cookie_append.
blob
|
commitdiff
|
diff to current
2008-01-18
Pierre d'Herbemont
access/http.c: Put cookies handling in a disabled by...
blob
|
commitdiff
|
diff to current
2008-01-17
Pierre d'Herbemont
access/http.c: Support Set-Cookie, and forward them...
blob
|
commitdiff
|
diff to current
2008-01-16
Rémi Denis-Courmont
Revert the so-called whitelisting commits that are...
blob
|
commitdiff
|
diff to current
2008-01-16
Rafaël Carré
input options whitelisting, step 2 (refs #1371)
blob
|
commitdiff
|
diff to current
2008-01-14
Pierre d'Herbemont
access/http.c: Don't track redirection if there is...
blob
|
commitdiff
|
diff to current
2008-01-06
Christophe Mutricy
Only rewrite the URI if it's a permanent redirection...
blob
|
commitdiff
|
diff to current
2007-12-09
Rémi Denis-Courmont
Use (s)size_t for pf_read and pf_write.
blob
|
commitdiff
|
diff to current
2007-10-02
Rémi Denis-Courmont
Export Content-Type out of HTTP access using Control.
blob
|
commitdiff
|
diff to current
2007-10-02
Rémi Denis-Courmont
Don't reinvent free()
blob
|
commitdiff
|
diff to current
2007-09-11
Antoine Cellerier
Add support for "iTunes podcast" (example: itpc://apple...
blob
|
commitdiff
|
diff to current
2007-09-05
Rémi Denis-Courmont
Do not assume that long long = int64_t
blob
|
commitdiff
|
diff to current
2007-08-22
Rafaël Carré
Input access locking, part 3 (final).
blob
|
commitdiff
|
diff to current
2007-08-20
Rémi Denis-Courmont
Remove _GNU_SOURCE and string.h too
blob
|
commitdiff
|
diff to current
2007-08-20
Rémi Denis-Courmont
Remove stdlib.h
blob
|
commitdiff
|
diff to current
2007-08-15
Pierre d'Herbemont
* Protect input item's meta through setters and getters...
blob
|
commitdiff
|
diff to current
2007-08-09
Rémi Denis-Courmont
Revert [21008]
blob
|
commitdiff
|
diff to current
2007-08-07
Rémi Denis-Courmont
Fix HTTP authentication.
blob
|
commitdiff
|
diff to current
2007-08-07
Rémi Denis-Courmont
Do not bother with the byte range when we are at offset...
blob
|
commitdiff
|
diff to current
2007-08-04
Rémi Denis-Courmont
- Cleanup and fixes deprecated options:
blob
|
commitdiff
|
diff to current
2007-05-27
Laurent Aimar
Do not unset b_seekable on 401 error.
blob
|
commitdiff
|
diff to current
2007-05-18
Antoine Cellerier
* modules/access/http.c: When redirecting, don't includ...
blob
|
commitdiff
|
diff to current
2007-05-11
Pierre d'Herbemont
http Access: Simplify the re-location code.
blob
|
commitdiff
|
diff to current
2007-05-11
Antoine Cellerier
Fix segfault upon redirection (test url: youtube.com...
blob
|
commitdiff
|
diff to current
2007-03-28
Pierre d'Herbemont
http Access: Make sure non-absolute relocation is handl...
blob
|
commitdiff
|
diff to current
2007-03-28
Pierre d'Herbemont
http Access: Avoid using an empty pointer (Oops).
blob
|
commitdiff
|
diff to current
2007-03-28
Pierre d'Herbemont
http Access: Make sure we handle redirection that don...
blob
|
commitdiff
|
diff to current
2007-03-24
Laurent Aimar
Fixed typo in proxy description. (Patch by Ari Constancio)
blob
|
commitdiff
|
diff to current
2007-03-23
Christophe Mutricy
Fix the strings.
blob
|
commitdiff
|
diff to current
2007-03-23
Laurent Aimar
Fixed compilation warning.
blob
|
commitdiff
|
diff to current
2007-03-07
Laurent Aimar
Small warning fix.
blob
|
commitdiff
|
diff to current
2007-02-14
Rémi Denis-Courmont
Fix undefined function call
blob
|
commitdiff
|
diff to current
2006-12-06
Rémi Denis-Courmont
Do not retry to HTTP connection with version 1.0 instea...
blob
|
commitdiff
|
diff to current
2006-11-26
Clément Stenac
A bit of headers cleanup
blob
|
commitdiff
|
diff to current
2006-10-01
Antoine Cellerier
Fix a bunch of gcc warnings
blob
|
commitdiff
|
diff to current
2006-09-17
Clément Stenac
Don't use find for the playlist
blob
|
commitdiff
|
diff to current
2006-09-14
Clément Stenac
Fix a number of problems with interaction dialogs
blob
|
commitdiff
|
diff to current
2006-09-12
Rémi Denis-Courmont
Warnings
blob
|
commitdiff
|
diff to current
2006-09-02
Rémi Denis-Courmont
Merge [PATCH] http chunked encoding fix
blob
|
commitdiff
|
diff to current
2006-07-19
Clément Stenac
Some more demux and access code factorization
blob
|
commitdiff
|
diff to current
2006-06-29
Derk-Jan Hartman
* HTTP 1.0 is not seekable
blob
|
commitdiff
|
diff to current
2006-06-02
Christophe Mutricy
Fix Stream title. Patch by Diego "Flameeyes" Petteno
blob
|
commitdiff
|
diff to current
2006-05-14
Clément Stenac
Merge back branch 0.8.6-playlist-vlm to trunk.
blob
|
commitdiff
|
diff to current
2006-05-14
Rémi Denis-Courmont
Recognize XSPF MIME type when there is a charset parameter.
blob
|
commitdiff
|
diff to current
2006-05-14
Felix Paul Kühne
* first implementation of a widget-free authentication...
blob
|
commitdiff
|
diff to current
2006-04-11
Clément Stenac
String fixes
blob
|
commitdiff
|
diff to current
2006-03-31
Christophe Mutricy
Access/*: Second lecture (refs #438)
blob
|
commitdiff
|
diff to current
2006-03-29
Clément Stenac
Access strings (Refs:#438)
blob
|
commitdiff
|
diff to current
2006-03-11
Antoine Cellerier
src/playlist/loadsave.c, modules/demux/playlist/*,...
blob
|
commitdiff
|
diff to current
2006-02-27
Rémi Denis-Courmont
Separate socket/resolv stuff (network.h) from url stuff...
blob
|
commitdiff
|
diff to current
2006-01-12
Antoine Cellerier
FSF address change.
blob
|
commitdiff
|
diff to current
2005-12-15
Antoine Cellerier
Change the http password request message.
blob
|
commitdiff
|
diff to current
2005-12-11
Clément Stenac
Request authentication if we get a 401 error
blob
|
commitdiff
|
diff to current
2005-12-05
Rémi Denis-Courmont
s/OpenTCP/ConnectTCP/ for consistency
blob
|
commitdiff
|
diff to current
2005-11-27
Clément Stenac
Imrpove description of http-continuous (Closes:#409)
blob
|
commitdiff
|
diff to current
next