From cvs at videolan.org Sat Jun 8 19:40:42 2002 From: cvs at videolan.org (cvs at videolan.org) Date: Sat, 8 Jun 2002 19:40:42 +0200 (CEST) Subject: CVS Commit: network Message-ID: <20020608174042.1627423441@brahma.via.ecp.fr> Update of /cvs/videolan/network/miniVLCS Modified Files: .cvsignore Makefile config.c vlcs.c vlcs.h Added Files: socket.c socket.h Log Message: * added IPv6 support to vlcs (thanks to Alexis Guillard for his help) * in order to do this in a clean way, I began to translate vlcs into C++ : * one generic C_Socket object which contains the interface * two derived objects : * C_IPv4Socket * C_IPv6Socket This is a first draft, further C++ adaptations will be made soon. -- marcari -- This is the vlcs-devel mailing-list, see http://www.videolan.org/vlcs/ To unsubscribe, please read http://www.videolan.org/lists.html If you are in trouble, please contact From cvs at videolan.org Sat Jun 8 20:09:18 2002 From: cvs at videolan.org (cvs at videolan.org) Date: Sat, 8 Jun 2002 20:09:18 +0200 (CEST) Subject: CVS Commit: network Message-ID: <20020608180918.30AAA23441@brahma.via.ecp.fr> Update of /cvs/videolan/network/miniVLCS Modified Files: config.c config.h socket.c socket.h vlcs.c vlcs.h Log Message: * all: the configuration system is now a C++ object -- marcari -- This is the vlcs-devel mailing-list, see http://www.videolan.org/vlcs/ To unsubscribe, please read http://www.videolan.org/lists.html If you are in trouble, please contact From cvs at videolan.org Sat Jun 8 20:30:17 2002 From: cvs at videolan.org (cvs at videolan.org) Date: Sat, 8 Jun 2002 20:30:17 +0200 (CEST) Subject: CVS Commit: network Message-ID: <20020608183017.3263C23441@brahma.via.ecp.fr> Update of /cvs/videolan/network/miniVLCS Modified Files: Makefile config.c config.h logger.c logger.h socket.c socket.h vlcs.c Log Message: * The logger is now a C++ object -- marcari -- This is the vlcs-devel mailing-list, see http://www.videolan.org/vlcs/ To unsubscribe, please read http://www.videolan.org/lists.html If you are in trouble, please contact From cvs at videolan.org Sun Jun 9 00:14:28 2002 From: cvs at videolan.org (cvs at videolan.org) Date: Sun, 9 Jun 2002 00:14:28 +0200 (CEST) Subject: CVS Commit: network Message-ID: <20020608221428.A1A3B23441@brahma.via.ecp.fr> Update of /cvs/videolan/network/miniVLCS Modified Files: ChangeLog config.c config.h logger.c logger.h socket.c socket.h vlcs.c Log Message: * now a fully OO logging system (logging to syslog is still not possible yet) -- marcari -- This is the vlcs-devel mailing-list, see http://www.videolan.org/vlcs/ To unsubscribe, please read http://www.videolan.org/lists.html If you are in trouble, please contact From cvs at videolan.org Sun Jun 9 14:34:29 2002 From: cvs at videolan.org (cvs at videolan.org) Date: Sun, 9 Jun 2002 14:34:29 +0200 (CEST) Subject: CVS Commit: network Message-ID: <20020609123429.67A1D23441@brahma.via.ecp.fr> Update of /cvs/videolan/network/miniVLCS Modified Files: logger.c logger.h vlcs.c Log Message: * logging to syslog enabled -- marcari -- This is the vlcs-devel mailing-list, see http://www.videolan.org/vlcs/ To unsubscribe, please read http://www.videolan.org/lists.html If you are in trouble, please contact From cvs at videolan.org Sun Jun 9 19:56:18 2002 From: cvs at videolan.org (cvs at videolan.org) Date: Sun, 9 Jun 2002 19:56:18 +0200 (CEST) Subject: CVS Commit: network Message-ID: <20020609175618.196F823441@brahma.via.ecp.fr> Update of /cvs/videolan/network/miniVLCS Modified Files: socket.c socket.h vlcs.c Log Message: * some exception handling -- marcari -- This is the vlcs-devel mailing-list, see http://www.videolan.org/vlcs/ To unsubscribe, please read http://www.videolan.org/lists.html If you are in trouble, please contact From cvs at videolan.org Tue Jun 11 01:20:24 2002 From: cvs at videolan.org (cvs at videolan.org) Date: Tue, 11 Jun 2002 01:20:24 +0200 (CEST) Subject: CVS Commit: network Message-ID: <20020610232024.4536B23441@brahma.via.ecp.fr> Update of /cvs/videolan/network/miniVLCS Modified Files: vlcs.c Log Message: * cosmetic changes -- marcari -- This is the vlcs-devel mailing-list, see http://www.videolan.org/vlcs/ To unsubscribe, please read http://www.videolan.org/lists.html If you are in trouble, please contact