]> git.sesse.net Git - vlc/history - src/network/httpd.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / src / network / httpd.c
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-30 Rémi Denis-CourmontRemove HTTPD object type
2008-03-12 Rémi DuraffortOne more "Remove useless test before free"
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-25 Rafaël Carréfix #1461
2008-01-29 Rémi Denis-CourmontSync Multipart JPEG content-type with the one used...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-21 Rémi Denis-CourmontSet non-blocking mode on accepted sockets
2008-01-20 Rémi Denis-CourmontRemoev reverse abstraction
2007-12-28 Ilkka Ollakkasmall fix for http-streaming, don't set b_die to true...
2007-12-23 Rémi Denis-CourmontFix format string injection in the Connection field...
2007-12-22 Rémi Denis-Courmontsyntax error
2007-12-22 Rémi Denis-CourmontAdd an error message
2007-12-22 Rémi Denis-CourmontFix warnings
2007-12-22 Rémi Denis-CourmontCorner case race condition in the waitpipe
2007-11-07 Antoine CellerierReturn the p_sys pointer in the httpd_{Handler,File...
2007-10-02 Rémi Denis-CourmontWe use error code 456
2007-10-01 Rémi Denis-CourmontCleanup previous commit
2007-10-01 Rémi Denis-CourmontRemoved b_die arbitrary timer from httpd.
2007-09-24 Rémi Denis-CourmontFix up HTTP/RTSP version detection:
2007-09-24 Rémi Denis-CourmontPartial fix to response protocol version detection
2007-09-24 Rémi Denis-CourmontIgnore leading "white" characters in HTTP and RTSP...
2007-09-24 Rémi Denis-CourmontAdd HTTP 505 error
2007-09-18 Rémi Denis-CourmontFix the most common strerror() usages (threads, network...
2007-09-17 Rémi Denis-CourmontAdd an assertion
2007-09-15 Rémi Denis-CourmontDon't crash if a client sends an overly large header
2007-09-02 Rémi Denis-CourmontFixes
2007-09-02 Rémi Denis-CourmontHandle HTTP OPTIONS
2007-09-02 Rémi Denis-CourmontDon't claim to support HTTP 1.x where x > 1
2007-08-31 Rémi Denis-CourmontImplement dummy RTSP GET_PARAMETER so that clients...
2007-08-30 Rémi Denis-CourmontAdd some const qualifiers
2007-08-26 Rémi Denis-CourmontImplement the Timestamp header
2007-08-22 Rémi Denis-CourmontFix Require header support
2007-08-22 Rémi Denis-CourmontRemove extra capitals
2007-08-22 Rémi Denis-CourmontMake more DSO-friendly, add some error values that...
2007-08-21 Rémi Denis-CourmontFix previous commit
2007-08-21 Rémi Denis-Courmont- Do not parse CSeq; do not assume it fits in an integer
2007-08-21 Rémi Denis-CourmontCentralize HTTP/RTSP error text
2007-08-20 Rémi Denis-CourmontUse fixed size string for extension. This is more DSO...
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-20 Rémi Denis-CourmontFix memory handling
2007-08-16 Rémi Denis-CourmontRemove redumdant parameter to vlc_global
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-03-06 Rémi Denis-CourmontUse vlc_b64_decode instead of local implementation
2007-03-03 Rémi Denis-CourmontFix assertion failure
2007-03-01 Laurent AimarFixed statistic counter leaks per host.
2007-02-25 Laurent AimarRework a bit http socket handling to avoid uninitialize...
2007-02-25 Laurent AimarFixed httpd stack corruption.
2007-02-21 Rémi Denis-Courmont- Do not store HTTPd clients addresses (unused anyway)
2007-02-21 Rémi Denis-CourmontAnother mdate() caching optimization
2007-02-21 Rémi Denis-Courmont- Use poll() instead of select to allow breaking the...
2006-12-24 Clément StenacA bit of cleanup here and there
2006-12-01 Rémi Denis-CourmontHide httpd_t and httpd_host_t within httpd.c
2006-12-01 Rémi Denis-CourmontHide some httpd structures from modules
2006-12-01 Rémi Denis-CourmontDon't initialize a variable twice
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-24 Rémi Denis-CourmontFactorize HTTPd error messages
2006-11-24 Rémi Denis-CourmontConst fixes
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-12 Rémi Denis-CourmontAhem: (v)asprintf requires stdio.h; strndup requires...
2006-09-08 Rémi Denis-CourmontComplete(?) migration to net_strerror/net_errno
2006-09-03 Rémi Denis-CourmontFix type-punning breakage
2006-06-15 Clément StenacPartial rewrite of stats to avoid lookups (Closes:...
2006-04-30 Rémi Denis-CourmontRah forgot to commit this file
2006-04-30 Rémi Denis-CourmontSet SO_REUSEADDR on client sockets
2006-04-28 Rémi Denis-Courmont- Fix POSIX setting of non-blocking mode (we were clear...
2006-04-28 Rémi Denis-CourmontOnly check FD_SETSIZE limit on POSIX OSes.
2006-04-27 Rémi Denis-CourmontWhenever using select() companion macro FD_SET(), one...
2006-04-27 Jean-Paul SamanPlay VOD RTSP from Amino STB with RTSP url: 'rtsp:...
2006-04-21 Christophe MutricyFix error pages
2006-04-05 Christophe Massiot * src/misc/httpd.c: Do not dereference a possibly...
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-03-22 Jean-Paul SamanAdd support for X-Playnow RTSP option
2006-03-18 Clément StenacDisplay IP of client in debug
2006-03-04 Rémi Denis-CourmontCosmetic
2006-03-02 Rémi Denis-CourmontCode reuse
2006-02-10 Jean-Paul SamanIndentation and coding style fixes
2006-02-04 Jean-Paul SamanWeed some dead code
2006-02-04 Clément StenacStop using strings to index stats, use integers. The...
2006-02-04 Clément Stenac* Avoid useless stats_Get calls
2006-02-01 Rémi Denis-CourmontFixed some warnings
2006-02-01 Sam Hocevar * Replaced "SYS_DARWIN" with either __APPLE__ (meanin...
2006-01-22 Clément StenacLess HTTPd debugging
2006-01-21 Clément StenacPreparse items added through the directory access or...
2006-01-12 Antoine CellerierFSF address change.
2006-01-08 Clément StenacSome more stats preliminary work
2006-01-04 Clément StenacAdd support for several message queues - please test
2005-12-05 Rémi Denis-CourmontCreate src/network subdirectory