aboutsummaryrefslogtreecommitdiff
path: root/src/util/server.c
Commit message (Collapse)AuthorAge
* removing dead/legacy server/connection logic, except for in tcp/wlan/bt ↵Christian Grothoff2017-03-16
| | | | plugins (which will be updated 'later')
* util: loggingtg(x)2017-02-24
|
* util: add component name to LOG macros; util/client: log incoming message ↵tg(x)2017-02-24
| | | | type/size/source for gnunet-logread
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* finally fix #3698Christian Grothoff2015-03-02
|
* -indentation, commentsChristian Grothoff2015-02-28
|
* notify monitor about existing connectionsChristian Grothoff2015-02-28
|
* ignore EAGAIN from accept()Christian Grothoff2015-02-28
|
* fix TCP plugin RC issue (#3687) by changing util API (!)Christian Grothoff2015-02-21
|
* -signal connection failure to receive even if receive is triggered after ↵Christian Grothoff2015-02-21
| | | | failure is observed
* -doxygenChristian Grothoff2015-02-18
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -fix dbg levelChristian Grothoff2014-12-23
|
* -doxygen, indentationChristian Grothoff2014-12-23
|
* -indentation, doxygenChristian Grothoff2014-11-23
|
* removing remenants of abstract unix domain socket handling, this finishes ↵Christian Grothoff2013-10-09
| | | | addressing #2887
* changing UNIX domain socket access control to file permissions checks, ↵Christian Grothoff2013-10-09
| | | | instead of UDS credentials (#2887)
* -rename serverAddr to server_addr to follow naming conventionsChristian Grothoff2013-10-09
|
* -switching (again) to named sockets, see #2887Christian Grothoff2013-10-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
|
* -undo #29640, somehow causes problemsChristian Grothoff2013-09-27
|
* moving from abstract unix domain socket paths to normal unix domain socket ↵Christian Grothoff2013-09-26
| | | | paths (#2887), removing now unnecessary/dead flags argument to GNUNET_NETWORK_socket_bind
* -formatting, doxygenChristian Grothoff2013-09-24
|
* -enable resetting client context to NULLChristian Grothoff2013-08-15
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* -return NULL if never setChristian Grothoff2013-07-13
|
* - connect_notify is also called with NULL on server shutdownBart Polot2013-07-13
|
* -adding API to associated user context with a server's client to avoid ugly ↵Christian Grothoff2013-07-11
| | | | hacks, such as linked list searches and casting pointers to integers (thanks to Peter-Vogginger for forcing me to fix this)
* Fixed GNUNET_CLIENT_service_test on FreeBSD.David Barksdale2013-06-20
| | | | | | | This should also fix any other platform with AF_UNIX that is not Linux or Mingw.
* 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
|