aboutsummaryrefslogtreecommitdiff
path: root/src/arm/test_exponential_backoff.c
Commit message (Collapse)AuthorAge
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* malloc -> newLRN2013-12-19
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -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
* Non-generated config fileLRN2013-09-23
|
* - do not install mockup-service into libexecdirSree Harsha Totakura2013-09-16
|
* Make exponential backoff test compile againLRN2013-08-16
|
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
|
* -fixChristian Grothoff2013-05-22
|
* -remove unnecessary arguments from ARM callbacksChristian Grothoff2013-04-14
|
* -test cleanupChristian Grothoff2013-03-28
|
* Simplify ARM alloc/connectLRN2013-03-20
|
* disconnect -> disconnect_and_free renameLRN2013-03-20
|
* All-encompassing ARM updateLRN2013-03-13
|
* - make ARM tests compile without errorsSree Harsha Totakura2013-03-13
|
* LRN: Here's a patch. See if it doesn't break anything for you.Christian Grothoff2013-01-26
| | | | | | | | | | | | | | | | Arm service is started with -c <configname> only when the process that runs arm service has "[arm]/CONFIG" defined in the configuration used to run arm service (usually - process' own configuration). Since default [arm] config has no CONFIG defined anymore (thanks to your r25908), we need to add this code to put the config file that was passed to gnunet-arm tool via -c as "[arm]/CONFIG" for arm service to receive it. Otherwise arm service is run without config and reads default config (~/.gnunet/gnunet.conf) instead, which is clearly not what we need.
* -misc bugfixes, travel hackingChristian Grothoff2012-11-04
|
* -LRN: Another take on std descriptor inheritanceChristian Grothoff2012-07-09
| | | | | | | | | | Now descriptors are not inherited by default, you have to pass a set of flags to make it so. When pipes are given, flags have no effect. gnunet-arm now has two options to block stdout and stderr from being passed to gnunet-service-arm
* -fixesChristian Grothoff2012-04-19
|
* -removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually ↵Christian Grothoff2012-04-19
| | | | always GNUNET_NO --- and all other uses indicate design problems
* -verbose is independent of loggingChristian Grothoff2012-02-26
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* major rewrite of ARM service and a bit of the ARM IPC to take advantage of ↵Christian Grothoff2011-12-08
| | | | the simplifications possible now that we no longer intercept traffic; the new code in particular is better at communicating what exactly ARM was doing in response to requests. A major change is that gnunet-arm -i/-k now only impacts if a service is running by-default, on-demand starting is no longer impacted, option -t from gnunet-arm was removed
* getting rid of unnecessary ignore_shutdown callsChristian Grothoff2011-10-23
|
* LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsChristian Grothoff2011-10-04
| | | | | | (#1805).
* c3018Christian Grothoff2011-09-16
|
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* LRN: another logging fixChristian Grothoff2011-08-01
|
* fixChristian Grothoff2010-12-21
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* Refactoring gnunet_timeMatthias Wachs2010-10-27
|
* gpl3Christian Grothoff2010-07-02
|
* fixesChristian Grothoff2010-05-18
|
* moving code where it belongs:Christian Grothoff2010-05-11
|
* stuffChristian Grothoff2010-05-11
|
* main change for gnunet-arm is that gnunet-arm now gets proper confirmation ↵Nathan S. Evans2010-05-06
| | | | when called to start or stop services. This means that calling gnunet-arm to stop/start a process will return 0 only if the process is stopped/started. For gnunet-service-arm, this is implemented by leaking the client connection socket on a shutdown request, so that it is only closed when the arm service actually shuts down (indicating everything is really down).
* cleaning up arm wrt processing options and prefixesChristian Grothoff2010-03-10
|
* nologChristian Grothoff2010-03-09
|
* nodebugChristian Grothoff2010-02-09
|
* remove debug stuff, make compilers happierChristian Grothoff2010-02-09
|
* debug stuffChristian Grothoff2010-02-09
|
* indentChristian Grothoff2010-02-06
|
* add-to-suiteChristian Grothoff2010-02-02
|
* cleaning up code from debug sessionChristian Grothoff2010-02-02
|
* test arm exponential backoffSafey A.Halim2010-02-02
|
* deadChristian Grothoff2010-01-18
|
* fix warningsChristian Grothoff2010-01-18
|