summaryrefslogtreecommitdiff
path: root/libs/networking/include
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/include
parent04a867b018a8c6761047ef8878a4434692673084 (diff)
downloadcmp-ab7186c6c116629983dc506c4b53794026518455.tar.gz
cmp-ab7186c6c116629983dc506c4b53794026518455.tar.bz2
worked out new file class
Diffstat (limited to 'libs/networking/include')
-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
19 files changed, 37 insertions, 37 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
*