]> git.sesse.net Git - vlc/history - src/misc/httpd.c
- TLS API cleanup
[vlc] / src / misc / httpd.c
2005-03-05 Rémi Denis-Courmont- TLS API cleanup
2005-03-03 Rémi Denis-CourmontFixes invalid memory access in case of TLS handshake...
2005-02-20 Gildas Bazin* src/misc/httpd.c, modules/demux/subtitle.c, modules...
2004-12-25 Rémi Denis-Courmont- Fix segfault when TLS handshake fails (introduced...
2004-12-25 Rémi Denis-Courmont- Non blocking TLS handshaking
2004-11-21 Gildas Bazin* src/misc/httpd.c: bug fix to re-use the httpd host...
2004-11-11 Gildas Bazin* src/misc/httpd.c: --disable-httpd compilation fix.
2004-11-07 Rémi Denis-CourmontBring socket in non-blocking mode before TLS handshake
2004-11-04 Rémi Denis-CourmontHTTPd core optional SSL support
2004-11-02 Laurent Aimar* httpd: Do not close the connection on timeout for...
2004-10-04 Gildas Bazin* src/*: got rid of the #ifdef HAVE_ERRNO_H.
2004-10-01 Gildas Bazin* configure.ac: added an --enable-httpd and --enable...
2004-10-01 Gildas Bazin* src/*: WinCE compilation fixes.
2004-10-01 Gildas Bazin* src/*: bunch of portability fixes.
2004-09-09 Gildas Bazin* src/misc/httpd.c: spelling mistake.
2004-09-06 Rémi Denis-Courmont0 is a legal socket descriptor
2004-07-24 Rémi Denis-Courmont- really iterate through getaddrinfo(),
2004-07-22 Eric Petit BeOS doesn't know about PF_INET
2004-07-20 Gildas Bazin* src/misc/httpd.c: fixed non-initialized variable...
2004-07-19 Gildas Bazin* src/misc/httpd.c: ipv6 win32 fix.
2004-07-17 Rémi Denis-CourmontFix socket errors handling.
2004-07-17 Rémi Denis-CourmontIPv6 support for HTTPd
2004-07-05 Rémi Denis-Courmont* configure.ac: check for struct sockaddr_storage
2004-04-23 Gildas Bazin* src/*: portability fixes.
2004-04-19 Laurent Aimar * httpd: better fix for mmsh.
2004-04-15 Laurent Aimar * httpd: may fix mmsh for vlc.
2004-04-15 Stephan AssmusBeOS specific compile fix, there is no INADDR_NONE...
2004-03-22 Laurent Aimar * all: forgot to commit theses files.
2004-03-10 Laurent Aimar * httpd: fixed a big mem leak for http streaming.
2004-03-09 Gildas Bazin* include/vlc_common.h: free tab if empty in TAB_REMOVE().
2004-03-08 Gildas Bazin* src/misc/httpd.c: don't read past the end of our...
2004-03-06 Laurent Aimar * httpd: fixed handling of 'Connection: '.
2004-03-03 Laurent Aimar * include/httpd.h, modules/misc/httpd.c: remove old...