aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_server_lib.h
Commit message (Collapse)AuthorAge
* - fix for 0002371, 0002343: mst freed in callbackMatthias Wachs2012-05-24
|
* introducing soft shutdown concept for services; during soft shutdown, ↵Christian Grothoff2012-04-22
| | | | services that are still managing non-monitor clients continue to run until those clients disconnect; however, the services do stop to accept new connections (will stop listening); soft shutdown is now used by ats, transport, peerinfo, namestore and most importantly statistics; this should fix #2197
* -doxygenChristian Grothoff2012-04-22
|
* -misc offline hacking / code cleanup in utilChristian Grothoff2012-04-21
|
* -do not test for prereq done, almost always set nowChristian Grothoff2012-04-19
|
* -simplifying destruction of connections, cleaning up server API -- all for #2274Christian Grothoff2012-04-19
|
* -removing dead API callChristian Grothoff2012-04-19
|
* TG: attached are the following patches for GNUnet:Christian Grothoff2012-02-23
| | | | | | | | | | | | | | | - 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
* eliminating last dependency on util code from wlan helper by inliningChristian Grothoff2011-12-06
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* vminko: new API to delete a TransmitContext (slightly modified patch from #1822)Christian Grothoff2011-10-06
|
* removing unique id codeMatthias Wachs2011-08-30
|
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* changes to server libMatthias Wachs2011-08-26
| | | | | | Added a unique ID to struct GNUNET_SERVER_Client to be able to distinguish between different clients
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* addChristian Grothoff2011-07-11
|
* Mantis 1716:Christian Grothoff2011-06-20
|
* disable warning if we intentionally throttle a connectionChristian Grothoff2011-06-06
|
* fixChristian Grothoff2011-02-24
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* remove max buffer size from headersNathan S. Evans2010-07-02
|
* define smallest buffer for connectionsNathan S. Evans2010-07-02
|
* doxyChristian Grothoff2010-06-23
|
* support for systemd style listen fd passingChristian Grothoff2010-06-23
|
* mst api fixChristian Grothoff2010-06-23
|
* server API clean upChristian Grothoff2010-06-22
|
* refine API to make it usable for server itselfChristian Grothoff2010-06-22
|
* yay spagettiChristian Grothoff2010-06-21
|
* nate on code sonar crackChristian Grothoff2010-06-21
|
* doxygen and testing api changeNathan S. Evans2010-05-10
|
* library changes for testingNathan S. Evans2010-05-09
|
* typoChristian Grothoff2010-05-07
|
* changes required for arm fixNathan S. Evans2010-05-06
|
* stuffChristian Grothoff2010-01-22
|
* updates to peerinfo to use new nc APIChristian Grothoff2010-01-22
|
* towards a new conveniance APIChristian Grothoff2010-01-21
|
* fixChristian Grothoff2010-01-15
|
* add shutdown-ignore option to serverChristian Grothoff2009-11-15
|
* better commentsChristian Grothoff2009-10-08
|
* moving resolver to util, making DNS lookups asynchronous in utilChristian Grothoff2009-10-01
|
* fixing remaining network-connection naming confusion in APIChristian Grothoff2009-08-29
|
* more naming fixesChristian Grothoff2009-08-29
|
* namingNils Durner2009-08-29
|
* low level network APINils Durner2009-08-23
|
* rename NETWORK_socket API to NETWORK_connection (to make room for the new ↵Nils Durner2009-08-09
| | | | actual NET API)
* quota management and better name for NO_TASK'Christian Grothoff2009-07-24
| | | | '
* removing server from argument list, other minor fixesChristian Grothoff2009-05-29
|
* ngChristian Grothoff2009-05-29