summaryrefslogtreecommitdiff
path: root/libs/networking
diff options
context:
space:
mode:
authorgeronimo <geronimo013@gmx.de>2012-07-22 11:38:43 +0200
committergeronimo <geronimo013@gmx.de>2012-07-22 11:38:43 +0200
commitab7186c6c116629983dc506c4b53794026518455 (patch)
treef5508dd32f35509fb45f7cf046a0a8e0bc1c4605 /libs/networking
parent04a867b018a8c6761047ef8878a4434692673084 (diff)
downloadcmp-ab7186c6c116629983dc506c4b53794026518455.tar.gz
cmp-ab7186c6c116629983dc506c4b53794026518455.tar.bz2
worked out new file class
Diffstat (limited to 'libs/networking')
-rw-r--r--libs/networking/include/AbstractSocket.h14
-rw-r--r--libs/networking/include/Authorization.h2
-rw-r--r--libs/networking/include/ClientSocket.h2
-rw-r--r--libs/networking/include/ConnectionHandler.h2
-rw-r--r--libs/networking/include/ConnectionPoint.h2
-rw-r--r--libs/networking/include/Credentials.h2
-rw-r--r--libs/networking/include/HTTPAuthorizationRequest.h2
-rw-r--r--libs/networking/include/HTTPFileResponse.h2
-rw-r--r--libs/networking/include/HTTPMessage.h2
-rw-r--r--libs/networking/include/HTTPParser.h2
-rw-r--r--libs/networking/include/HTTPRequest.h2
-rw-r--r--libs/networking/include/HTTPRequestHandler.h2
-rw-r--r--libs/networking/include/HTTPResponse.h2
-rw-r--r--libs/networking/include/HTTPServer.h2
-rw-r--r--libs/networking/include/HTTPStatus.h2
-rw-r--r--libs/networking/include/Principal.h2
-rw-r--r--libs/networking/include/ServerConfig.h14
-rw-r--r--libs/networking/include/ServerSocket.h14
-rw-r--r--libs/networking/include/Url.h2
-rw-r--r--libs/networking/nbproject/private/private.xml1
-rw-r--r--libs/networking/networking.layout16
-rw-r--r--libs/networking/networking.layout.save16
-rw-r--r--libs/networking/src/AbstractSocket.cc2
-rw-r--r--libs/networking/src/Authorization.cc2
-rw-r--r--libs/networking/src/ClientSocket.cc2
-rw-r--r--libs/networking/src/ConnectionHandler.cc2
-rw-r--r--libs/networking/src/ConnectionPoint.cc2
-rw-r--r--libs/networking/src/Credentials.cc2
-rw-r--r--libs/networking/src/HTTPAuthorizationRequest.cc2
-rw-r--r--libs/networking/src/HTTPFileResponse.cc2
-rw-r--r--libs/networking/src/HTTPMessage.cc2
-rw-r--r--libs/networking/src/HTTPParser.cc2
-rw-r--r--libs/networking/src/HTTPRequest.cc2
-rw-r--r--libs/networking/src/HTTPRequestHandler.cc2
-rw-r--r--libs/networking/src/HTTPResponse.cc2
-rw-r--r--libs/networking/src/HTTPServer.cc14
-rw-r--r--libs/networking/src/HTTPStatus.cc2
-rw-r--r--libs/networking/src/Principal.cc2
-rw-r--r--libs/networking/src/ServerConfig.cc14
-rw-r--r--libs/networking/src/ServerSocket.cc14
-rw-r--r--libs/networking/src/Url.cc2
41 files changed, 91 insertions, 90 deletions
diff --git a/libs/networking/include/AbstractSocket.h b/libs/networking/include/AbstractSocket.h
index 98e77f7..5a3fa87 100644
--- a/libs/networking/include/AbstractSocket.h
+++ b/libs/networking/include/AbstractSocket.h
@@ -1,25 +1,25 @@
/**
* ======================== legal notice ======================
- *
+ *
* File: AbstractSocket.h
- * Created: 4. Juli 2012, 07:13
+ * Created: 4. Juli 2012, 07
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
- *
+ *
* CMP - compound media player
- *
+ *
* is a client/server mediaplayer intended to play any media from any workstation
* without the need to export or mount shares. cmps is an easy to use backend
* with a (ready to use) HTML-interface. Additionally the backend supports
* authentication via HTTP-digest authorization.
* cmpc is a client with vdr-like osd-menues.
- *
+ *
* Copyright (c) 2012 Reinhard Mantey, some rights reserved!
* published under Creative Commons by-sa
* For details see http://creativecommons.org/licenses/by-sa/3.0/
- *
+ *
* The cmp project's homepage is at http://projects.vdr-developer.org/projects/cmp
- *
+ *
* --------------------------------------------------------------
*/
#ifndef ABSTRACTSOCKET_H
diff --git a/libs/networking/include/Authorization.h b/libs/networking/include/Authorization.h
index fa04bd4..164928c 100644
--- a/libs/networking/include/Authorization.h
+++ b/libs/networking/include/Authorization.h
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: Authorization.h
- * Created: 3. Juli 2012, 17:27
+ * Created: 3. Juli 2012, 17
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/include/ClientSocket.h b/libs/networking/include/ClientSocket.h
index 0dc899e..76ee94c 100644
--- a/libs/networking/include/ClientSocket.h
+++ b/libs/networking/include/ClientSocket.h
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: ClientSocket.h
- * Created: 4. Juli 2012, 07:25
+ * Created: 4. Juli 2012, 07
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/include/ConnectionHandler.h b/libs/networking/include/ConnectionHandler.h
index c4232be..108a366 100644
--- a/libs/networking/include/ConnectionHandler.h
+++ b/libs/networking/include/ConnectionHandler.h
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: ConnectionHandler.h
- * Created: 4. Juli 2012, 07:32
+ * Created: 4. Juli 2012, 07
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/include/ConnectionPoint.h b/libs/networking/include/ConnectionPoint.h
index 8980adb..318d82d 100644
--- a/libs/networking/include/ConnectionPoint.h
+++ b/libs/networking/include/ConnectionPoint.h
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: ConnectionPoint.h
- * Created: 4. Juli 2012, 06:29
+ * Created: 4. Juli 2012, 06
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/include/Credentials.h b/libs/networking/include/Credentials.h
index c27532d..cdc7903 100644
--- a/libs/networking/include/Credentials.h
+++ b/libs/networking/include/Credentials.h
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: Credentials.h
- * Created: 3. Juli 2012, 14:37
+ * Created: 3. Juli 2012, 14
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/include/HTTPAuthorizationRequest.h b/libs/networking/include/HTTPAuthorizationRequest.h
index d3d566d..d717657 100644
--- a/libs/networking/include/HTTPAuthorizationRequest.h
+++ b/libs/networking/include/HTTPAuthorizationRequest.h
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: HTTPAuthorizationRequest.h
- * Created: 4. Juli 2012, 07:41
+ * Created: 4. Juli 2012, 07
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/include/HTTPFileResponse.h b/libs/networking/include/HTTPFileResponse.h
index 0457850..cc3a849 100644
--- a/libs/networking/include/HTTPFileResponse.h
+++ b/libs/networking/include/HTTPFileResponse.h
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: HTTPFileResponse.h
- * Created: 4. Juli 2012, 07:50
+ * Created: 4. Juli 2012, 07
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/include/HTTPMessage.h b/libs/networking/include/HTTPMessage.h
index cb88c69..716758b 100644
--- a/libs/networking/include/HTTPMessage.h
+++ b/libs/networking/include/HTTPMessage.h
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: HTTPMessage.h
- * Created: 3. Juli 2012, 17:40
+ * Created: 3. Juli 2012, 17
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/include/HTTPParser.h b/libs/networking/include/HTTPParser.h
index 9ed8169..2e8b12a 100644
--- a/libs/networking/include/HTTPParser.h
+++ b/libs/networking/include/HTTPParser.h
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: HTTPParser.h
- * Created: 10. Juli 2012, 08:37
+ * Created: 10. Juli 2012, 08
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/include/HTTPRequest.h b/libs/networking/include/HTTPRequest.h
index 87c78d7..6c5e0bb 100644
--- a/libs/networking/include/HTTPRequest.h
+++ b/libs/networking/include/HTTPRequest.h
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: HTTPRequest.h
- * Created: 3. Juli 2012, 17:54
+ * Created: 3. Juli 2012, 17
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/include/HTTPRequestHandler.h b/libs/networking/include/HTTPRequestHandler.h
index 99c31d2..9255cae 100644
--- a/libs/networking/include/HTTPRequestHandler.h
+++ b/libs/networking/include/HTTPRequestHandler.h
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: HTTPRequestHandler.h
- * Created: 4. Juli 2012, 15:12
+ * Created: 4. Juli 2012, 15
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/include/HTTPResponse.h b/libs/networking/include/HTTPResponse.h
index afa4ae5..f7745c6 100644
--- a/libs/networking/include/HTTPResponse.h
+++ b/libs/networking/include/HTTPResponse.h
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: HTTPResponse.h
- * Created: 4. Juli 2012, 06:03
+ * Created: 4. Juli 2012, 06
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/include/HTTPServer.h b/libs/networking/include/HTTPServer.h
index 4dbe5a8..aac14a9 100644
--- a/libs/networking/include/HTTPServer.h
+++ b/libs/networking/include/HTTPServer.h
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: HTTPServer.h
- * Created: 4. Juli 2012, 12:16
+ * Created: 4. Juli 2012, 12
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/include/HTTPStatus.h b/libs/networking/include/HTTPStatus.h
index 10ff080..d776cde 100644
--- a/libs/networking/include/HTTPStatus.h
+++ b/libs/networking/include/HTTPStatus.h
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: HTTPStatus.h
- * Created: 3. Juli 2012, 17:34
+ * Created: 3. Juli 2012, 17
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/include/Principal.h b/libs/networking/include/Principal.h
index 49afbde..e777946 100644
--- a/libs/networking/include/Principal.h
+++ b/libs/networking/include/Principal.h
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: Principal.h
- * Created: 3. Juli 2012, 12:50
+ * Created: 3. Juli 2012, 12
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/include/ServerConfig.h b/libs/networking/include/ServerConfig.h
index c61c896..0f9efec 100644
--- a/libs/networking/include/ServerConfig.h
+++ b/libs/networking/include/ServerConfig.h
@@ -1,25 +1,25 @@
/**
* ======================== legal notice ======================
- *
+ *
* File: ServerConfig.h
- * Created: 8. Juli 2012, 06:12
+ * Created: 8. Juli 2012, 06
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
- *
+ *
* CMP - compound media player
- *
+ *
* is a client/server mediaplayer intended to play any media from any workstation
* without the need to export or mount shares. cmps is an easy to use backend
* with a (ready to use) HTML-interface. Additionally the backend supports
* authentication via HTTP-digest authorization.
* cmpc is a client with vdr-like osd-menues.
- *
+ *
* Copyright (c) 2012 Reinhard Mantey, some rights reserved!
* published under Creative Commons by-sa
* For details see http://creativecommons.org/licenses/by-sa/3.0/
- *
+ *
* The cmp project's homepage is at http://projects.vdr-developer.org/projects/cmp
- *
+ *
* --------------------------------------------------------------
*/
#ifndef SERVERCONFIG_H
diff --git a/libs/networking/include/ServerSocket.h b/libs/networking/include/ServerSocket.h
index 9465d67..9133fea 100644
--- a/libs/networking/include/ServerSocket.h
+++ b/libs/networking/include/ServerSocket.h
@@ -1,25 +1,25 @@
/**
* ======================== legal notice ======================
- *
+ *
* File: ServerSocket.h
- * Created: 4. Juli 2012, 07:28
+ * Created: 4. Juli 2012, 07
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
- *
+ *
* CMP - compound media player
- *
+ *
* is a client/server mediaplayer intended to play any media from any workstation
* without the need to export or mount shares. cmps is an easy to use backend
* with a (ready to use) HTML-interface. Additionally the backend supports
* authentication via HTTP-digest authorization.
* cmpc is a client with vdr-like osd-menues.
- *
+ *
* Copyright (c) 2012 Reinhard Mantey, some rights reserved!
* published under Creative Commons by-sa
* For details see http://creativecommons.org/licenses/by-sa/3.0/
- *
+ *
* The cmp project's homepage is at http://projects.vdr-developer.org/projects/cmp
- *
+ *
* --------------------------------------------------------------
*/
#ifndef SERVERSOCKET_H
diff --git a/libs/networking/include/Url.h b/libs/networking/include/Url.h
index c88a00a..970ba62 100644
--- a/libs/networking/include/Url.h
+++ b/libs/networking/include/Url.h
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: Url.h
- * Created: 4. Juli 2012, 05:42
+ * Created: 4. Juli 2012, 05
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/nbproject/private/private.xml b/libs/networking/nbproject/private/private.xml
index 5ee2703..dfdcba4 100644
--- a/libs/networking/nbproject/private/private.xml
+++ b/libs/networking/nbproject/private/private.xml
@@ -5,4 +5,5 @@
<activeConfIndexElem>0</activeConfIndexElem>
</data>
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
+ <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
</project-private>
diff --git a/libs/networking/networking.layout b/libs/networking/networking.layout
index ec66590..fc9bc45 100644
--- a/libs/networking/networking.layout
+++ b/libs/networking/networking.layout
@@ -6,14 +6,14 @@
<Cursor1 position="0" topLine="0" />
</Cursor>
</File>
- <File name="include/ConnectionHandler.h" open="0" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+ <File name="src/HTTPFileResponse.cc" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="0" topLine="0" />
</Cursor>
</File>
- <File name="src/HTTPFileResponse.cc" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+ <File name="src/ConnectionHandler.cc" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
- <Cursor1 position="0" topLine="0" />
+ <Cursor1 position="1551" topLine="0" />
</Cursor>
</File>
<File name="src/HTTPMessage.cc" open="0" top="0" tabpos="8" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
@@ -21,22 +21,22 @@
<Cursor1 position="0" topLine="0" />
</Cursor>
</File>
- <File name="src/ConnectionHandler.cc" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+ <File name="include/HTTPResponse.h" open="0" top="0" tabpos="5" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
- <Cursor1 position="1551" topLine="0" />
+ <Cursor1 position="0" topLine="0" />
</Cursor>
</File>
- <File name="include/HTTPResponse.h" open="0" top="0" tabpos="5" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+ <File name="include/HTTPMessage.h" open="0" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="0" topLine="0" />
</Cursor>
</File>
- <File name="include/ConnectionPoint.h" open="0" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+ <File name="include/ConnectionHandler.h" open="0" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="0" topLine="0" />
</Cursor>
</File>
- <File name="include/HTTPMessage.h" open="0" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+ <File name="include/ConnectionPoint.h" open="0" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="0" topLine="0" />
</Cursor>
diff --git a/libs/networking/networking.layout.save b/libs/networking/networking.layout.save
index ebf3c00..fc9bc45 100644
--- a/libs/networking/networking.layout.save
+++ b/libs/networking/networking.layout.save
@@ -1,19 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_layout_file>
<ActiveTarget name="Debug" />
- <File name="src/ConnectionHandler.cc" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+ <File name="src/ConnectionPoint.cc" open="0" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
- <Cursor1 position="1551" topLine="0" />
+ <Cursor1 position="0" topLine="0" />
</Cursor>
</File>
- <File name="include/ConnectionPoint.h" open="0" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+ <File name="src/HTTPFileResponse.cc" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="0" topLine="0" />
</Cursor>
</File>
- <File name="src/HTTPFileResponse.cc" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+ <File name="src/ConnectionHandler.cc" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
- <Cursor1 position="0" topLine="0" />
+ <Cursor1 position="1551" topLine="0" />
</Cursor>
</File>
<File name="src/HTTPMessage.cc" open="0" top="0" tabpos="8" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
@@ -26,17 +26,17 @@
<Cursor1 position="0" topLine="0" />
</Cursor>
</File>
- <File name="src/ConnectionPoint.cc" open="0" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+ <File name="include/HTTPMessage.h" open="0" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="0" topLine="0" />
</Cursor>
</File>
- <File name="include/HTTPMessage.h" open="0" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+ <File name="include/ConnectionHandler.h" open="0" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="0" topLine="0" />
</Cursor>
</File>
- <File name="include/ConnectionHandler.h" open="0" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
+ <File name="include/ConnectionPoint.h" open="0" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
<Cursor>
<Cursor1 position="0" topLine="0" />
</Cursor>
diff --git a/libs/networking/src/AbstractSocket.cc b/libs/networking/src/AbstractSocket.cc
index 827d466..64dc39b 100644
--- a/libs/networking/src/AbstractSocket.cc
+++ b/libs/networking/src/AbstractSocket.cc
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: AbstractSocket.cc
- * Created: 4. Juli 2012, 07:13
+ * Created: 4. Juli 2012, 07
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/src/Authorization.cc b/libs/networking/src/Authorization.cc
index b22145a..094a70d 100644
--- a/libs/networking/src/Authorization.cc
+++ b/libs/networking/src/Authorization.cc
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: Authorization.cc
- * Created: 3. Juli 2012, 17:27
+ * Created: 3. Juli 2012, 17
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/src/ClientSocket.cc b/libs/networking/src/ClientSocket.cc
index db42cf9..9c77576 100644
--- a/libs/networking/src/ClientSocket.cc
+++ b/libs/networking/src/ClientSocket.cc
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: ClientSocket.cc
- * Created: 4. Juli 2012, 07:25
+ * Created: 4. Juli 2012, 07
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/src/ConnectionHandler.cc b/libs/networking/src/ConnectionHandler.cc
index c5d5ebf..9ad24a6 100644
--- a/libs/networking/src/ConnectionHandler.cc
+++ b/libs/networking/src/ConnectionHandler.cc
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: ConnectionHandler.cc
- * Created: 4. Juli 2012, 07:32
+ * Created: 4. Juli 2012, 07
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/src/ConnectionPoint.cc b/libs/networking/src/ConnectionPoint.cc
index 4700652..4490236 100644
--- a/libs/networking/src/ConnectionPoint.cc
+++ b/libs/networking/src/ConnectionPoint.cc
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: ConnectionPoint.cc
- * Created: 4. Juli 2012, 06:29
+ * Created: 4. Juli 2012, 06
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/src/Credentials.cc b/libs/networking/src/Credentials.cc
index db1e219..a32f01a 100644
--- a/libs/networking/src/Credentials.cc
+++ b/libs/networking/src/Credentials.cc
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: Credentials.cc
- * Created: 3. Juli 2012, 14:37
+ * Created: 3. Juli 2012, 14
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/src/HTTPAuthorizationRequest.cc b/libs/networking/src/HTTPAuthorizationRequest.cc
index 5c558f8..00a682d 100644
--- a/libs/networking/src/HTTPAuthorizationRequest.cc
+++ b/libs/networking/src/HTTPAuthorizationRequest.cc
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: HTTPAuthorizationRequest.cc
- * Created: 4. Juli 2012, 07:41
+ * Created: 4. Juli 2012, 07
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/src/HTTPFileResponse.cc b/libs/networking/src/HTTPFileResponse.cc
index d79b085..499db03 100644
--- a/libs/networking/src/HTTPFileResponse.cc
+++ b/libs/networking/src/HTTPFileResponse.cc
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: HTTPFileResponse.cc
- * Created: 4. Juli 2012, 07:50
+ * Created: 4. Juli 2012, 07
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/src/HTTPMessage.cc b/libs/networking/src/HTTPMessage.cc
index 9e1b5ba..8b41814 100644
--- a/libs/networking/src/HTTPMessage.cc
+++ b/libs/networking/src/HTTPMessage.cc
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: HTTPMessage.cc
- * Created: 3. Juli 2012, 17:40
+ * Created: 3. Juli 2012, 17
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/src/HTTPParser.cc b/libs/networking/src/HTTPParser.cc
index 2fc1dad..2c3d6bc 100644
--- a/libs/networking/src/HTTPParser.cc
+++ b/libs/networking/src/HTTPParser.cc
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: HTTPParser.cc
- * Created: 10. Juli 2012, 08:37
+ * Created: 10. Juli 2012, 08
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/src/HTTPRequest.cc b/libs/networking/src/HTTPRequest.cc
index c17b29c..9520ec0 100644
--- a/libs/networking/src/HTTPRequest.cc
+++ b/libs/networking/src/HTTPRequest.cc
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: HTTPRequest.cc
- * Created: 3. Juli 2012, 17:54
+ * Created: 3. Juli 2012, 17
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/src/HTTPRequestHandler.cc b/libs/networking/src/HTTPRequestHandler.cc
index 60ce8d9..f1ad752 100644
--- a/libs/networking/src/HTTPRequestHandler.cc
+++ b/libs/networking/src/HTTPRequestHandler.cc
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: HTTPRequestHandler.cc
- * Created: 4. Juli 2012, 15:12
+ * Created: 4. Juli 2012, 15
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/src/HTTPResponse.cc b/libs/networking/src/HTTPResponse.cc
index 2f0eeef..c49483c 100644
--- a/libs/networking/src/HTTPResponse.cc
+++ b/libs/networking/src/HTTPResponse.cc
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: HTTPResponse.cc
- * Created: 4. Juli 2012, 06:03
+ * Created: 4. Juli 2012, 06
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/src/HTTPServer.cc b/libs/networking/src/HTTPServer.cc
index 3b9757b..ba62283 100644
--- a/libs/networking/src/HTTPServer.cc
+++ b/libs/networking/src/HTTPServer.cc
@@ -1,25 +1,25 @@
/**
* ======================== legal notice ======================
- *
+ *
* File: HTTPServer.cc
- * Created: 4. Juli 2012, 12:16
+ * Created: 4. Juli 2012, 12
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
- *
+ *
* CMP - compound media player
- *
+ *
* is a client/server mediaplayer intended to play any media from any workstation
* without the need to export or mount shares. cmps is an easy to use backend
* with a (ready to use) HTML-interface. Additionally the backend supports
* authentication via HTTP-digest authorization.
* cmpc is a client with vdr-like osd-menues.
- *
+ *
* Copyright (c) 2012 Reinhard Mantey, some rights reserved!
* published under Creative Commons by-sa
* For details see http://creativecommons.org/licenses/by-sa/3.0/
- *
+ *
* The cmp project's homepage is at http://projects.vdr-developer.org/projects/cmp
- *
+ *
* --------------------------------------------------------------
*/
#include <HTTPServer.h>
diff --git a/libs/networking/src/HTTPStatus.cc b/libs/networking/src/HTTPStatus.cc
index 74623ed..659294d 100644
--- a/libs/networking/src/HTTPStatus.cc
+++ b/libs/networking/src/HTTPStatus.cc
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: HTTPStatus.cc
- * Created: 3. Juli 2012, 17:34
+ * Created: 3. Juli 2012, 17
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/src/Principal.cc b/libs/networking/src/Principal.cc
index 65103d9..7f2e0f5 100644
--- a/libs/networking/src/Principal.cc
+++ b/libs/networking/src/Principal.cc
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: Principal.cc
- * Created: 3. Juli 2012, 12:50
+ * Created: 3. Juli 2012, 12
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*
diff --git a/libs/networking/src/ServerConfig.cc b/libs/networking/src/ServerConfig.cc
index d749264..a339497 100644
--- a/libs/networking/src/ServerConfig.cc
+++ b/libs/networking/src/ServerConfig.cc
@@ -1,25 +1,25 @@
/**
* ======================== legal notice ======================
- *
+ *
* File: ServerConfig.cc
- * Created: 8. Juli 2012, 06:12
+ * Created: 8. Juli 2012, 06
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
- *
+ *
* CMP - compound media player
- *
+ *
* is a client/server mediaplayer intended to play any media from any workstation
* without the need to export or mount shares. cmps is an easy to use backend
* with a (ready to use) HTML-interface. Additionally the backend supports
* authentication via HTTP-digest authorization.
* cmpc is a client with vdr-like osd-menues.
- *
+ *
* Copyright (c) 2012 Reinhard Mantey, some rights reserved!
* published under Creative Commons by-sa
* For details see http://creativecommons.org/licenses/by-sa/3.0/
- *
+ *
* The cmp project's homepage is at http://projects.vdr-developer.org/projects/cmp
- *
+ *
* --------------------------------------------------------------
*/
#include <ServerConfig.h>
diff --git a/libs/networking/src/ServerSocket.cc b/libs/networking/src/ServerSocket.cc
index ae51a18..7e0392f 100644
--- a/libs/networking/src/ServerSocket.cc
+++ b/libs/networking/src/ServerSocket.cc
@@ -1,25 +1,25 @@
/**
* ======================== legal notice ======================
- *
+ *
* File: ServerSocket.cc
- * Created: 4. Juli 2012, 07:28
+ * Created: 4. Juli 2012, 07
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
- *
+ *
* CMP - compound media player
- *
+ *
* is a client/server mediaplayer intended to play any media from any workstation
* without the need to export or mount shares. cmps is an easy to use backend
* with a (ready to use) HTML-interface. Additionally the backend supports
* authentication via HTTP-digest authorization.
* cmpc is a client with vdr-like osd-menues.
- *
+ *
* Copyright (c) 2012 Reinhard Mantey, some rights reserved!
* published under Creative Commons by-sa
* For details see http://creativecommons.org/licenses/by-sa/3.0/
- *
+ *
* The cmp project's homepage is at http://projects.vdr-developer.org/projects/cmp
- *
+ *
* --------------------------------------------------------------
*/
#include <ServerSocket.h>
diff --git a/libs/networking/src/Url.cc b/libs/networking/src/Url.cc
index 011d493..b0237d5 100644
--- a/libs/networking/src/Url.cc
+++ b/libs/networking/src/Url.cc
@@ -2,7 +2,7 @@
* ======================== legal notice ======================
*
* File: Url.cc
- * Created: 4. Juli 2012, 05:42
+ * Created: 4. Juli 2012, 05
* Author: <a href="mailto:geronimo013@gmx.de">Geronimo</a>
* Project: libnetworking: classes for tcp/ip sockets and http-protocol handling
*