gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r22734 - libmicrohttpd/src/daemon
Date: Tue, 17 Jul 2012 23:57:33 +0200

Author: grothoff
Date: 2012-07-17 23:57:33 +0200 (Tue, 17 Jul 2012)
New Revision: 22734

Modified:
   libmicrohttpd/src/daemon/connection.c
   libmicrohttpd/src/daemon/daemon.c
   libmicrohttpd/src/daemon/internal.h
Log:
spacing

Modified: libmicrohttpd/src/daemon/connection.c
===================================================================
--- libmicrohttpd/src/daemon/connection.c       2012-07-17 21:52:26 UTC (rev 
22733)
+++ libmicrohttpd/src/daemon/connection.c       2012-07-17 21:57:33 UTC (rev 
22734)
@@ -1,6 +1,6 @@
 /*
     This file is part of libmicrohttpd
-     (C) 2007, 2008, 2009, 2010 Daniel Pittman and Christian Grothoff
+     (C) 2007, 2008, 2009, 2010, 2011, 2012 Daniel Pittman and Christian 
Grothoff
 
      This library is free software; you can redistribute it and/or
      modify it under the terms of the GNU Lesser General Public
@@ -1661,6 +1661,7 @@
   return MHD_YES;
 }
 
+
 /**
  * Process a header value that spans multiple lines.
  * The previous line(s) are in connection->last.
@@ -1726,6 +1727,7 @@
   return MHD_YES;
 }
 
+
 /**
  * Parse the various headers; figure out the size
  * of the upload and make sure the headers follow

Modified: libmicrohttpd/src/daemon/daemon.c
===================================================================
--- libmicrohttpd/src/daemon/daemon.c   2012-07-17 21:52:26 UTC (rev 22733)
+++ libmicrohttpd/src/daemon/daemon.c   2012-07-17 21:57:33 UTC (rev 22734)
@@ -1,6 +1,6 @@
 /*
   This file is part of libmicrohttpd
-  (C) 2007, 2008, 2009, 2010 Daniel Pittman and Christian Grothoff
+  (C) 2007, 2008, 2009, 2010, 2011, 2012 Daniel Pittman and Christian Grothoff
 
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -49,7 +49,7 @@
  * Default connection limit.
  */
 #ifndef WINDOWS
-#define MHD_MAX_CONNECTIONS_DEFAULT FD_SETSIZE -4
+#define MHD_MAX_CONNECTIONS_DEFAULT FD_SETSIZE - 4
 #else
 #define MHD_MAX_CONNECTIONS_DEFAULT FD_SETSIZE
 #endif

Modified: libmicrohttpd/src/daemon/internal.h
===================================================================
--- libmicrohttpd/src/daemon/internal.h 2012-07-17 21:52:26 UTC (rev 22733)
+++ libmicrohttpd/src/daemon/internal.h 2012-07-17 21:57:33 UTC (rev 22734)
@@ -1,6 +1,6 @@
 /*
   This file is part of libmicrohttpd
-  (C) 2007, 2008, 2009, 2010 Daniel Pittman and Christian Grothoff
+  (C) 2007, 2008, 2009, 2010, 2011, 2012 Daniel Pittman and Christian Grothoff
   
   This library is free software; you can redistribute it and/or
   modify it under the terms of the GNU Lesser General Public
@@ -181,6 +181,7 @@
 
 };
 
+
 /**
  * Representation of a response.
  */
@@ -263,6 +264,7 @@
 
 };
 
+
 /**
  * States in a state machine for a connection.
  *
@@ -407,6 +409,7 @@
  */
 #define DEBUG_STATES MHD_NO
 
+
 #if HAVE_MESSAGES
 #if DEBUG_STATES
 const char *
@@ -756,6 +759,7 @@
                                   struct MHD_Connection *conn,
                                   char *uri);
 
+
 /**
  * State kept for each MHD daemon.
  */
@@ -1058,6 +1062,7 @@
   (element)->next = NULL; \
   (element)->prev = NULL; } while (0)
 
+
 /**
  * Equivalent to time(NULL) but tries to use some sort of monotonic
  * clock that isn't affected by someone setting the system real time




reply via email to

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