aboutsummaryrefslogtreecommitdiff
path: root/src/util/server.c
Commit message (Collapse)AuthorAge
* Do log messages with wrong sizeLRN2013-03-14
|
* All-encompassing ARM updateLRN2013-03-13
|
* util/server: removed unused varGabor X Toth2012-11-18
|
* -converting more places to use STRINGS_relative_time_to_stringChristian Grothoff2012-09-27
|
* - fix segfault mantis 0002550Matthias Wachs2012-09-18
|
* fixing #1551/#2503Christian Grothoff2012-09-17
|
* -fix error message for unix paths starting with 0-terminationChristian Grothoff2012-06-26
|
* -dceChristian Grothoff2012-06-15
|
* -remove duplicate setsockopt calls; GNUNET_NETWORK_socket_bind does those ↵Christian Grothoff2012-06-15
| | | | already anyway
* -fixChristian Grothoff2012-06-02
|
* -hopefully fixing #2390Christian Grothoff2012-06-02
|
* -hopefully fixing #2390Christian Grothoff2012-06-02
|
* LRN: Update plibc and utf8izationChristian Grothoff2012-06-02
|
* -unnecessary code eliminationChristian Grothoff2012-06-01
|
* -code to debug #2390Christian Grothoff2012-06-01
|
* -dceChristian Grothoff2012-05-29
|
* -removing debug code that might be problematicChristian Grothoff2012-05-29
|
* use GNUNET_SCHEDULER_add_read_net_with_priority instead of constructing fd ↵Christian Grothoff2012-05-27
| | | | sets in server with only one active listen socket
* - fix for 0002371, 0002343: mst freed in callbackMatthias Wachs2012-05-24
|
* - additional checksMatthias Wachs2012-05-23
|
* -help seaspider some moreChristian Grothoff2012-05-15
|
* -fixing leakChristian Grothoff2012-05-10
|
* -fixing #2335 some more...Christian Grothoff2012-05-09
|
* -less crack smoking required: finding pos==client in DLL is pretty useless ↵Christian Grothoff2012-05-09
| | | | now...
* -convert SLL to DLLChristian Grothoff2012-05-09
|
* -trying to fix #2335Christian Grothoff2012-05-09
|
* -fixing #2329Christian Grothoff2012-05-09
|
* - unused varMatthias Wachs2012-05-09
|
* - fix memory leak mantis #0002334Matthias Wachs2012-05-09
|
* -trying to fix #5817Christian Grothoff2012-05-09
|
* -fixing #2299Christian Grothoff2012-05-03
|
* -towards fixing #2299Christian Grothoff2012-05-03
|
* -fixesChristian Grothoff2012-04-25
|
* -fixesChristian Grothoff2012-04-25
|
* -skip duplicate addrsChristian Grothoff2012-04-25
|
* -fixChristian Grothoff2012-04-22
|
* 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
* -misc offline hacking / code cleanup in utilChristian Grothoff2012-04-21
|
* -fix shutdown of serverChristian Grothoff2012-04-19
|
* -fixing #2274 -- eliminating GNUNET_SCHEDULER_add_afterChristian Grothoff2012-04-19
|
* -simplifying destruction of connections, cleaning up server API -- all for #2274Christian Grothoff2012-04-19
|
* -rename fest in connection.cChristian Grothoff2012-04-19
|
* -removing obsolete argument from GNUNET_CONNECTION_destroyChristian Grothoff2012-04-19
|
* -removing dead API callChristian Grothoff2012-04-19
|
* -removing legacy #ifdefsChristian Grothoff2012-04-01
|
* - mem leakMatthias Wachs2012-03-08
|
* 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
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* converting to GNUNET_LOG_from*Christian Grothoff2011-10-11
|
* LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsChristian Grothoff2011-10-04
| | | | | | (#1805).