]> git.sesse.net Git - vlc/history - src/network/tcp.c
also link libvlc-control in java bindings
[vlc] / src / network / tcp.c
2006-11-05 Rémi Denis-CourmontFactorize socket listen code
2006-09-08 Rémi Denis-CourmontReallow file descriptor above FD_SETSIZE since we now...
2006-07-13 Rémi Denis-CourmontWork-around for Winsock
2006-04-30 Rémi Denis-CourmontAlso set SO_REUSEADDR here
2006-04-28 Rémi Denis-CourmontAnother close-on-exec
2006-04-27 Rémi Denis-CourmontWhenever using select() companion macro FD_SET(), one...
2006-04-11 Rémi Denis-CourmontFix missing initializer warning
2006-04-01 Felix Paul Kühne* 2nd review of /src/* \ libvlc.h (refs #438)
2006-03-10 Rémi Denis-CourmontClean up ListenTCP error handling (refs #320)
2006-03-09 Rémi Denis-Courmont- Clean up error message generation with TCP outgoing...
2006-01-29 Rémi Denis-CourmontRemove erroneous debug message
2006-01-12 Antoine CellerierFSF address change.
2005-12-16 Rémi Denis-CourmontImplement root wrapper to allow using privileged TCP...
2005-12-05 Rémi Denis-CourmontSort out io.c