gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5084 - libmicrohttpd/src/daemon


From: gnunet
Subject: [GNUnet-SVN] r5084 - libmicrohttpd/src/daemon
Date: Sat, 16 Jun 2007 01:32:47 -0600 (MDT)

Author: grothoff
Date: 2007-06-16 01:32:47 -0600 (Sat, 16 Jun 2007)
New Revision: 5084

Modified:
   libmicrohttpd/src/daemon/Makefile.am
   libmicrohttpd/src/daemon/daemon.c
   libmicrohttpd/src/daemon/internal.c
   libmicrohttpd/src/daemon/internal.h
   libmicrohttpd/src/daemon/response.c
   libmicrohttpd/src/daemon/response.h
   libmicrohttpd/src/daemon/session.c
   libmicrohttpd/src/daemon/session.h
Log:
del

Modified: libmicrohttpd/src/daemon/Makefile.am
===================================================================
--- libmicrohttpd/src/daemon/Makefile.am        2007-06-16 07:27:32 UTC (rev 
5083)
+++ libmicrohttpd/src/daemon/Makefile.am        2007-06-16 07:32:47 UTC (rev 
5084)
@@ -14,7 +14,6 @@
   response.c response.h \
   session.c session.h
 
-
 # example programs
 
 noinst_PROGRAMS = minimal_example

Modified: libmicrohttpd/src/daemon/daemon.c
===================================================================
--- libmicrohttpd/src/daemon/daemon.c   2007-06-16 07:27:32 UTC (rev 5083)
+++ libmicrohttpd/src/daemon/daemon.c   2007-06-16 07:32:47 UTC (rev 5084)
@@ -23,7 +23,6 @@
  * @brief  A minimal-HTTP server library
  * @author Daniel Pittman
  * @author Christian Grothoff
- * @version 0.1.0
  */
 
 #include "internal.h"

Modified: libmicrohttpd/src/daemon/internal.c
===================================================================
--- libmicrohttpd/src/daemon/internal.c 2007-06-16 07:27:32 UTC (rev 5083)
+++ libmicrohttpd/src/daemon/internal.c 2007-06-16 07:32:47 UTC (rev 5084)
@@ -23,7 +23,6 @@
  * @brief  internal shared structures
  * @author Daniel Pittman
  * @author Christian Grothoff
- * @version 0.1.0
  */
 
 #include "internal.h"

Modified: libmicrohttpd/src/daemon/internal.h
===================================================================
--- libmicrohttpd/src/daemon/internal.h 2007-06-16 07:27:32 UTC (rev 5083)
+++ libmicrohttpd/src/daemon/internal.h 2007-06-16 07:32:47 UTC (rev 5084)
@@ -23,7 +23,6 @@
  * @brief  internal shared structures
  * @author Daniel Pittman
  * @author Christian Grothoff
- * @version 0.1.0
  */
 
 #ifndef INTERNAL_H

Modified: libmicrohttpd/src/daemon/response.c
===================================================================
--- libmicrohttpd/src/daemon/response.c 2007-06-16 07:27:32 UTC (rev 5083)
+++ libmicrohttpd/src/daemon/response.c 2007-06-16 07:32:47 UTC (rev 5084)
@@ -23,7 +23,6 @@
  * @brief  Methods for managing response objects
  * @author Daniel Pittman
  * @author Christian Grothoff
- * @version 0.1.0
  */
 
 #include "internal.h"

Modified: libmicrohttpd/src/daemon/response.h
===================================================================
--- libmicrohttpd/src/daemon/response.h 2007-06-16 07:27:32 UTC (rev 5083)
+++ libmicrohttpd/src/daemon/response.h 2007-06-16 07:32:47 UTC (rev 5084)
@@ -23,7 +23,6 @@
  * @brief  Methods for managing response objects
  * @author Daniel Pittman
  * @author Christian Grothoff
- * @version 0.1.0
  */
 
 #ifndef RESPONSE_H

Modified: libmicrohttpd/src/daemon/session.c
===================================================================
--- libmicrohttpd/src/daemon/session.c  2007-06-16 07:27:32 UTC (rev 5083)
+++ libmicrohttpd/src/daemon/session.c  2007-06-16 07:32:47 UTC (rev 5084)
@@ -23,7 +23,6 @@
  * @brief  Methods for managing sessions
  * @author Daniel Pittman
  * @author Christian Grothoff
- * @version 0.1.0
  */
 
 #include "internal.h"

Modified: libmicrohttpd/src/daemon/session.h
===================================================================
--- libmicrohttpd/src/daemon/session.h  2007-06-16 07:27:32 UTC (rev 5083)
+++ libmicrohttpd/src/daemon/session.h  2007-06-16 07:32:47 UTC (rev 5084)
@@ -23,7 +23,6 @@
  * @brief  Methods for managing sessions
  * @author Daniel Pittman
  * @author Christian Grothoff
- * @version 0.1.0
  */
 
 #ifndef SESSION_H





reply via email to

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