TG: attached are the following patches for GNUnet:
authorChristian Grothoff <christian@grothoff.org>
Thu, 23 Feb 2012 16:41:30 +0000 (16:41 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 23 Feb 2012 16:41:30 +0000 (16:41 +0000)
commit151acb7d8657724bcb2334b636aa3aefc8273ddf
tree6c1b0edc0ce822528a6691925046bed56b979cb0
parentf3771e363a6ef1e580ea1a67c2498f36ba2ce83e
TG: attached are the following patches for GNUnet:

- 1: added GNUNET_i2s_full - full variant of GNUNET_i2s
- 2: GNUNET_CRYPTO_hash_from_string2 with additional length parameter,
     useful to prevent an additional strlen call when the caller already knows
     the length
- 3: custom mst callbacks for the server, enables using the server with a
     custom parser
- 4: added GNUNET_SERVER_client_set_finish_pending_write - enables changing the
     server behavior to finish pending writes when closing the connection

Best regards,
 Gabor Adam Toth
AUTHORS
src/include/gnunet_common.h
src/include/gnunet_crypto_lib.h
src/include/gnunet_server_lib.h
src/util/common_logging.c
src/util/crypto_hash.c
src/util/server.c