gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r28217 - libmicrohttpd/src/examples


From: gnunet
Subject: [GNUnet-SVN] r28217 - libmicrohttpd/src/examples
Date: Sat, 20 Jul 2013 20:50:00 +0200

Author: andreyu
Date: 2013-07-20 20:49:59 +0200 (Sat, 20 Jul 2013)
New Revision: 28217

Modified:
   libmicrohttpd/src/examples/mhd2spdy.c
   libmicrohttpd/src/examples/mhd2spdy_http.c
   libmicrohttpd/src/examples/mhd2spdy_http.h
   libmicrohttpd/src/examples/mhd2spdy_spdy.c
   libmicrohttpd/src/examples/mhd2spdy_spdy.h
   libmicrohttpd/src/examples/mhd2spdy_structures.c
   libmicrohttpd/src/examples/mhd2spdy_structures.h
Log:
mhd2spdy: info in source headers

Modified: libmicrohttpd/src/examples/mhd2spdy.c
===================================================================
--- libmicrohttpd/src/examples/mhd2spdy.c       2013-07-20 18:35:59 UTC (rev 
28216)
+++ libmicrohttpd/src/examples/mhd2spdy.c       2013-07-20 18:49:59 UTC (rev 
28217)
@@ -16,21 +16,16 @@
 */
 
 /**
- * @file structures.h
+ * @file mhd2spdy.c
+ * @brief  The main file of the HTTP-to-SPDY proxy with the 'main' function
+ *         and event loop. No threads are used.
+ *         Currently only GET is supported.
+ *         TODOs:
+ *         - non blocking SSL connect
+ *         - check certificate
  * @author Andrey Uzunov
  */
  
- /*
-  * TODOs
-  * non blocking SSL connect
-  * check certificate
-  * 
-  * 
-  * 
-  * 
-  
-  
-  */
  
 #include "mhd2spdy_structures.h"
 #include "mhd2spdy_spdy.h"

Modified: libmicrohttpd/src/examples/mhd2spdy_http.c
===================================================================
--- libmicrohttpd/src/examples/mhd2spdy_http.c  2013-07-20 18:35:59 UTC (rev 
28216)
+++ libmicrohttpd/src/examples/mhd2spdy_http.c  2013-07-20 18:49:59 UTC (rev 
28217)
@@ -16,7 +16,8 @@
 */
 
 /**
- * @file structures.h
+ * @file mhd2spdy_http.c
+ * @brief  HTTP part of the proxy. libmicrohttpd is used for the server side.
  * @author Andrey Uzunov
  */
  

Modified: libmicrohttpd/src/examples/mhd2spdy_http.h
===================================================================
--- libmicrohttpd/src/examples/mhd2spdy_http.h  2013-07-20 18:35:59 UTC (rev 
28216)
+++ libmicrohttpd/src/examples/mhd2spdy_http.h  2013-07-20 18:49:59 UTC (rev 
28217)
@@ -16,7 +16,8 @@
 */
 
 /**
- * @file structures.h
+ * @file mhd2spdy_http.h
+ * @brief  HTTP part of the proxy. libmicrohttpd is used for the server side.
  * @author Andrey Uzunov
  */
  

Modified: libmicrohttpd/src/examples/mhd2spdy_spdy.c
===================================================================
--- libmicrohttpd/src/examples/mhd2spdy_spdy.c  2013-07-20 18:35:59 UTC (rev 
28216)
+++ libmicrohttpd/src/examples/mhd2spdy_spdy.c  2013-07-20 18:49:59 UTC (rev 
28217)
@@ -1,5 +1,4 @@
 /*
- * Spdylay - SPDY Library
  *
  * Copyright (c) 2012 Tatsuhiro Tsujikawa
  *
@@ -24,7 +23,10 @@
  */
 
 /**
- * @file spdy.c
+ * @file mhd2spdy_spdy.c
+ * @brief  SPDY part of the proxy. libspdylay is used for the client side.
+ *         The example spdycli.c from spdylay was used as basis;
+ *         however, multiple changes were made.
  * @author Tatsuhiro Tsujikawa
  * @author Andrey Uzunov
  */

Modified: libmicrohttpd/src/examples/mhd2spdy_spdy.h
===================================================================
--- libmicrohttpd/src/examples/mhd2spdy_spdy.h  2013-07-20 18:35:59 UTC (rev 
28216)
+++ libmicrohttpd/src/examples/mhd2spdy_spdy.h  2013-07-20 18:49:59 UTC (rev 
28217)
@@ -16,7 +16,8 @@
 */
 
 /**
- * @file spdy.h
+ * @file mhd2spdy_spdy.h
+ * @brief  SPDY part of the proxy. libspdylay is used for the client side.
  * @author Andrey Uzunov
  */
  

Modified: libmicrohttpd/src/examples/mhd2spdy_structures.c
===================================================================
--- libmicrohttpd/src/examples/mhd2spdy_structures.c    2013-07-20 18:35:59 UTC 
(rev 28216)
+++ libmicrohttpd/src/examples/mhd2spdy_structures.c    2013-07-20 18:49:59 UTC 
(rev 28217)
@@ -16,7 +16,8 @@
 */
 
 /**
- * @file structures.h
+ * @file mhd2spdy_structures.h
+ * @brief  Common functions, macros.
  * @author Andrey Uzunov
  */
  

Modified: libmicrohttpd/src/examples/mhd2spdy_structures.h
===================================================================
--- libmicrohttpd/src/examples/mhd2spdy_structures.h    2013-07-20 18:35:59 UTC 
(rev 28216)
+++ libmicrohttpd/src/examples/mhd2spdy_structures.h    2013-07-20 18:49:59 UTC 
(rev 28217)
@@ -16,7 +16,8 @@
 */
 
 /**
- * @file structures.h
+ * @file mhd2spdy_structures.h
+ * @brief  Common structures, functions, macros and global variables.
  * @author Andrey Uzunov
  */
 #ifndef STRUCTURES_H




reply via email to

[Prev in Thread] Current Thread [Next in Thread]