aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-11 16:40:32 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-06-11 16:40:32 +0000
commitb065f9153eff5886f0b117fccb20943f1ef55295 (patch)
tree16e4e7ac7b4d8057e8e9837eae33aa8d7bbe84da /src/gns/gnunet-gns-proxy.c
parent1a37f8e624ac9f6135375db5be56375a1e846601 (diff)
downloadgnunet-b065f9153eff5886f0b117fccb20943f1ef55295.tar.gz
gnunet-b065f9153eff5886f0b117fccb20943f1ef55295.zip
-doxy
Diffstat (limited to 'src/gns/gnunet-gns-proxy.c')
-rw-r--r--src/gns/gnunet-gns-proxy.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index ea1219b29..f0ef61d9f 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -1089,6 +1089,7 @@ process_get_authority (void *cls,
1089 * 1089 *
1090 * @param cls unused 1090 * @param cls unused
1091 * @param con MHD connection handle 1091 * @param con MHD connection handle
1092 * @param url the url in the request
1092 * @param meth the HTTP method used ("GET", "PUT", etc.) 1093 * @param meth the HTTP method used ("GET", "PUT", etc.)
1093 * @param ver the HTTP version string (i.e. "HTTP/1.1") 1094 * @param ver the HTTP version string (i.e. "HTTP/1.1")
1094 * @param upload_data the data being uploaded (excluding HEADERS, 1095 * @param upload_data the data being uploaded (excluding HEADERS,
@@ -1495,6 +1496,7 @@ do_read_remote (void* cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1495 * Adds a socket to MHD 1496 * Adds a socket to MHD
1496 * 1497 *
1497 * @param h the handle to the socket to add 1498 * @param h the handle to the socket to add
1499 * @param daemon the daemon to add the fd to
1498 * @return whatever MHD_add_connection returns 1500 * @return whatever MHD_add_connection returns
1499 */ 1501 */
1500static int 1502static int
@@ -1759,6 +1761,10 @@ accept_cb (void* cls, const struct sockaddr *addr, socklen_t addrlen)
1759 * Adds a socket to an SSL MHD instance 1761 * Adds a socket to an SSL MHD instance
1760 * It is important the the domain name is 1762 * It is important the the domain name is
1761 * correct. In most cases we need to start a new daemon 1763 * correct. In most cases we need to start a new daemon
1764 *
1765 * @param h the handle to add to a daemon
1766 * @praram domain the domain the ssl daemon has to serve
1767 * @return MHD_YES on success
1762 */ 1768 */
1763static int 1769static int
1764add_handle_to_ssl_mhd (struct GNUNET_NETWORK_Handle *h, char* domain) 1770add_handle_to_ssl_mhd (struct GNUNET_NETWORK_Handle *h, char* domain)