aboutsummaryrefslogtreecommitdiff
path: root/src/arm
Commit message (Collapse)AuthorAge
* -LRN: switching to py for arm test as wellChristian Grothoff2012-07-09
|
* -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
* -comment / naming cleanupsChristian Grothoff2012-06-23
|
* -fixChristian Grothoff2012-06-10
|
* LRN: new utf8 argv converter for W32, converting strings on command-line to ↵Christian Grothoff2012-06-10
| | | | UTF-8 for all command-line tools.
* -removing useless ifdefsChristian Grothoff2012-06-09
|
* -also run fs by defaultChristian Grothoff2012-06-01
|
* -help seaspider some moreChristian Grothoff2012-05-15
|
* Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroyBart Polot2012-05-08
|
* -removing legacy ifdefs, fixing log statementsChristian Grothoff2012-05-06
|
* -towards fixing #2299Christian Grothoff2012-05-03
|
* 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
|
* -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
* -extending defaultsChristian Grothoff2012-03-24
|
* adding code to measure and report shutdown time for services to ↵Christian Grothoff2012-03-09
| | | | gnunet-service-arm at INFO level logging
* -fixing #2201Christian Grothoff2012-03-09
|
* -brkChristian Grothoff2012-03-08
|
* -fixing leaks/use after freeChristian Grothoff2012-03-08
|
* -fixChristian Grothoff2012-03-04
|
* -minor fixes to arm service list API (#2141)Christian Grothoff2012-03-01
|
* Using GNUNET_snprintf.Maximilian Szengel2012-03-01
|
* -LRN: fix fprintfChristian Grothoff2012-02-29
|
* Adding arm list/info feature.Maximilian Szengel2012-02-29
|
* enabling use of pipes for signal communication also on UNIX to enable future ↵Christian Grothoff2012-02-27
| | | | integration with Java services
* -verbose is independent of loggingChristian Grothoff2012-02-26
|
* -trying to fix double-start issue on sparcChristian Grothoff2012-01-30
|
* LRN: enable more fine-grained control over blocking/non-blocking pipe operationChristian Grothoff2012-01-14
|
* change default configurations on systems with UNIX domain sockets to NOT ↵Christian Grothoff2012-01-13
| | | | specify any port for TCP-based IPC (and interpret that as no TCP-based IPC desired), as we can and want to use UNIX domain sockets in this case by default
* -fixing compile errors in testsChristian Grothoff2012-01-03
|
* changing scheduler priorities to revert to DEFAULT instead of inheriting ↵Christian Grothoff2012-01-01
| | | | parent-task priority unless something else is explicitly specified
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* -version bumps for releaseChristian Grothoff2011-12-26
|
* -LRN: fix normal child death restart.Christian Grothoff2011-12-25
| | | | | | | | | It does work in the sense that child process is restarted. However, i didn't have an opportunity to test it for non-default processes (default processes are restarted immediately; non-default processes should be restarted on demand).
* -maybe not the best default for nowChristian Grothoff2011-12-25
|
* -log to files by defaultChristian Grothoff2011-12-25
|
* fixing 2012: network structure alignment now forced to be correct even on ↵Christian Grothoff2011-12-21
| | | | W32 using #pragma pack from gcc 4.x
* 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
* -moving interceptor.c code into main arm fileChristian Grothoff2011-12-07
|
* removing ARM interceptor connection forwarding post-accept code, now using ↵Christian Grothoff2011-12-06
| | | | lsocks everywhere
* fix compileChristian Grothoff2011-12-06
|
* Implement passing sockets in IPC on W32 (#1975)Christian Grothoff2011-12-06
|
* -preping arm for test by LRNChristian Grothoff2011-12-06
|
* use uint64_t instead of long long for GNUNET_ntohll/GNUNET_htonllChristian Grothoff2011-12-06
|
* implementing #1747Christian Grothoff2011-11-03
|
* longer ARM stop timeouts, powerpc buildbot still has troubleChristian Grothoff2011-10-23
|
* getting rid of unnecessary ignore_shutdown callsChristian Grothoff2011-10-23
|
* fixing bad fixChristian Grothoff2011-10-20
|
* termination is NOChristian Grothoff2011-10-20
|