1. 16 2月, 2021 1 次提交
    • S
      alfred: Start up alfred without valid interfaces · ad85bc81
      Sven Eckelmann 提交于
      The alfred server always needs interfaces to operate on. But these
      interfaces might not exist at the moment when the daemon process is
      started. This situation stopped the startup process after the init scripts
      waited for a longer period of polling the system state.
      
      But alfred is able to deal with interfaces which disappeared at runtime but
      existed at startup. To force a similar behavior for the alfred startup, the
      parameter "--force" or "-f" is used. The extra polling code is therefore no
      longer needed in the init scripts.
      Signed-off-by: NSven Eckelmann <sven@narfation.org>
      ad85bc81
  2. 26 10月, 2019 1 次提交
  3. 01 8月, 2019 1 次提交
  4. 29 10月, 2016 1 次提交
  5. 30 9月, 2016 1 次提交
  6. 16 1月, 2014 1 次提交
  7. 23 10月, 2013 1 次提交
    • S
      alfred: bump version to 2013.4.0 · 072ba90c
      Simon Wunderlich 提交于
      bump alfred to version 2013.4.0. From the CHANGELOG:
      
       * add new json output format for vis
       * add gps location information service for alfred
       * allow network interface to vanish and return without restart
       * allow to switch between master and slave operation without restart
       * renamed vis to batadv-vis to avoid collisions with other vis binaries
       * add manpages
       * various code cleanups
       * bugs squashed:
      
         * handle failing write() in unix sockets
         * Fix crash when vis opened empty file
      
      alfred-gpsd is optional and requires libgps from the gpsd package to
      compile. It needed its own -lm for libgps which does not link to libm
      by itself, a patch for upstream alfred has been posted.
      Signed-off-by: NSimon Wunderlich <sw@simonwunderlich.de>
      072ba90c