Skip to content
Snippets Groups Projects
  1. May 29, 2006
  2. May 15, 2006
    • blaakmeer's avatar
      BugID: 588 · 51c118e0
      blaakmeer authored
      Merged MAC-GCF-6_2-branch with head. Tag MAC-GCF-6_2 will be moved
      Bug 302 and bug 471 are also solved in MAC-GCF-6_2
      51c118e0
  3. May 01, 2006
    • wierenga's avatar
      BugID: 715 · e194f352
      wierenga authored
      Handle EINTR and EAGAIN errors by retrying 'sendto' or 'recvfrom'
      e194f352
  4. Jan 02, 2006
  5. Dec 21, 2005
  6. Dec 20, 2005
  7. Nov 15, 2005
  8. Nov 03, 2005
  9. Nov 02, 2005
  10. Oct 24, 2005
  11. Oct 19, 2005
    • Alexander Mueller's avatar
      BugID: 377 · 2b78967c
      Alexander Mueller authored
      Cosmetic change in this build file.
      2b78967c
    • Alexander Mueller's avatar
      BugID: 377 · cc1c8b6f
      Alexander Mueller authored
      Changes of build files and new files added to be able to install all GCF packages by means of rpms.
      cc1c8b6f
  12. Oct 14, 2005
    • Alexander Mueller's avatar
      BugID: 447 · 320a108d
      Alexander Mueller authored
      During further tests and the LDR1.7 integration the KeyValueLoggerMaster and Daemon are not working very efficient together. So this is changed too.
      Fruther at the moment a API manager has requested the KVLDaemon to skip an PVSS update value the value was not remembered for the situation the connection to the KVLDaemon was broken. Now the remembered man ID will be resend if the connection is reestablished.
      320a108d
    • Alexander Mueller's avatar
      BugID: 447 · 08661b5d
      Alexander Mueller authored
      Two faults in the source code of the GCFCommon are the reason of the segmentation fault in the KeyValueLoggerMaster.
      As expected the seg. fault occours at unpacking of the GCFPVDynArr. This
      is solved now.
      08661b5d
    • Alexander Mueller's avatar
      BugID: 446 · b9a9da06
      Alexander Mueller authored
      From now the timer values will be internally always (u)int64.
      b9a9da06
  13. Oct 04, 2005
  14. Sep 27, 2005
  15. Sep 21, 2005
    • Alexander Mueller's avatar
      BugID: 330 · 883c18f7
      Alexander Mueller authored
      rub first calls "make all" and then "make install". In that case in the Makefile.am misses an include path declaration for the lib. This is fixed now.
      883c18f7
    • Alexander Mueller's avatar
      BugID: 330 · d2c47dac
      Alexander Mueller authored
      Corrects all tags and readme files.
      d2c47dac
    • Alexander Mueller's avatar
      BugID: 393 · 1c0878b6
      Alexander Mueller authored
      Invokes the GCFProperty::setTimedValue direct instead of the GCFProperty::setValue.
      1c0878b6
    • Alexander Mueller's avatar
      BugID: 392 · e7b943f5
      Alexander Mueller authored
      Added pointer check and a isConnected check.
      e7b943f5
  16. Sep 19, 2005
    • Alexander Mueller's avatar
      BugID: 344 · ed1780af
      Alexander Mueller authored
      Inserted the getSearchPath method.
      ed1780af
    • Alexander Mueller's avatar
      BugID: 261 · 496df57e
      Alexander Mueller authored
      All asserts are changed in ASSERT from LofarLogger.h.
      If necessary the GCF_Defines.h is include for including the LofarLogger.h indirect.
      496df57e
  17. Sep 05, 2005
  18. Sep 02, 2005
    • Alexander Mueller's avatar
      BugID: 163 · 7f095416
      Alexander Mueller authored
      All .conf and .log_prop files will be installed in sysconf_DATA (which means 'etc' beside of the 'bin' directory).
      The GCFTask::init method sets this 'etc' as default path for all *.conf files, which will be adopted to the same (singleton) instance of the ParameterSet.
      7f095416
    • Alexander Mueller's avatar
      BugID: 325 · 0d116795
      Alexander Mueller authored
      The problem described in this bug report, applies also to the genTypeInfo script, which will be opende by the PALlight package. This is therefore solved too.
      0d116795
    • Alexander Mueller's avatar
      BugID: 320 · 491d6030
      Alexander Mueller authored
      Added the setSearchPath and extends the constructor with the default parameter searchPath.
      491d6030
    • Alexander Mueller's avatar
      BugID: 317 · da33a0dd
      Alexander Mueller authored
      Inserted some extra checks to filter out invalid data.
      Furthermore ETM has notified about this problem and they suggest this is actually a bug in PVSS.
      da33a0dd
    • Alexander Mueller's avatar
      BugID: 325 · f1ceeeab
      Alexander Mueller authored
      Solved. And added some comments to the prepare script.
      f1ceeeab
  19. Aug 31, 2005
    • Alexander Mueller's avatar
      BugID: 310 · 82e973c0
      Alexander Mueller authored
      After investigation of this problem it became clear that the seconds converted to usec will not fit in a "unsigned long". So this must be "unsigned long long". The second reason for the problem is the fact the the Timer class was not able to handle a negative timedelta. This can occur if the running NTP service corrects the system time with a time in the past. This is solved too.
      82e973c0
  20. Aug 25, 2005
    • Alexander Mueller's avatar
      BugID: 293 · 7d5dfb18
      Alexander Mueller authored
      If an assert must be generated the following code will be placed:
      <code>if (<param>NOE > 0) assert(<param);</code>
      Furthermore the GCFEvent::packMember method only copies the data if <param>NOE > 0.
      The use of sizeof in this case is also changed.
      7d5dfb18
    • Alexander Mueller's avatar
      BugID: 286 · 8282110b
      Alexander Mueller authored
      see comment #12, comment #13 and comment #14
      8282110b
Loading