]> git.sesse.net Git - vlc/history - src/network/httpd.c
For consistency, remove references to vlc from libvlc
[vlc] / src / network / httpd.c
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