Skip to content
Snippets Groups Projects
  1. Mar 07, 2017
  2. Feb 16, 2017
  3. Dec 12, 2016
  4. Nov 02, 2016
  5. Oct 18, 2016
  6. Oct 04, 2016
  7. Aug 30, 2016
  8. Aug 29, 2016
  9. Aug 22, 2016
  10. Oct 14, 2015
  11. Jun 18, 2015
  12. Jun 12, 2015
  13. May 20, 2015
  14. Mar 10, 2015
    • Alexander van Amesfoort's avatar
      Task #7519: fix COBALT recvmmsg wrt iovec init · bcc0b6e6
      Alexander van Amesfoort authored
      - fix iovec init problem introduced in prev recvmmsg patch.
        Implies small revert of some args and test changes.
        It also pushes de-exposes struct iovec again, which is good.
      - unrelated, irrel TBB Writer micro-patch (sorry)
      
      Changes are for APERTIF (and to fix COBALT...).
      bcc0b6e6
  15. Mar 04, 2015
    • Alexander van Amesfoort's avatar
      Task #7519: rework COBALT PacketReader: recvmmsg() · bfa98688
      Alexander van Amesfoort authored
      - rework recvmmsg() wrapper, so we can reuse it for APERTIF. Main purpose is to allow verification of incoming datagram sizes in real-time mode from recvmmsg().
      - fix small bug wrt input statistics in non-real-time mode
      - fix small bug wrt setReadBufferSize() (unused): THROW_SYSCALL() instead of perror()
      - minor simplification / clean ups, e.g. merge/unify packet size check into validatePacket()
      
      Disadvantage of the patch is that struct iovec is no longer contained in our recvmmsg() wrapper.
      All tests pass on cbt009.
      bfa98688
  16. Feb 24, 2015
    • Alexander van Amesfoort's avatar
      Task #7490: move createStream to LCS/Stream in StreamFactory.cc .h. + clean ups. · 65dcc8ba
      Alexander van Amesfoort authored
      Also:
      - Move deadline check from createStream() into SocketStream().
      - Get rid of unused code in an old attempt by me to refactor createStream().
      - Fix inverted check > 0 vs < 0 on one of the 2 usleep()s to back-off connect() in SocketStream().
      - Move EndOfStreamException and TimeOutException out of their classes (and fix up users).
      - Replace readdir() by readdir_r(). Probably irrel since only retval checked vs 0.
      - Clarify ~FileDescriptorBasedStream() somewhat, only delay cancellation if actually calling close().
      - Constify a few local vars in SocketStream.cc.
      
      Reason: In APERTIF, we need to receive UDP frames from the FPGA correlator.
      We can live with LOFAR Common and Stream, but prefer not to have CoInterface just for createStream().
      (All other network communication will be done via QPID messaging middleware.)
      
      Build tested only.
      65dcc8ba
  17. Oct 20, 2014
  18. Oct 07, 2014
  19. Oct 06, 2014
  20. Oct 02, 2014
  21. Aug 11, 2014
  22. Aug 08, 2014
  23. Aug 07, 2014
  24. Aug 02, 2014
  25. Jul 25, 2014
  26. Jun 20, 2014
  27. Jun 19, 2014
    • Alexander van Amesfoort's avatar
      Task #5830: revert most KVpair changes. The extra overloads clash on either 32... · d69ce59a
      Alexander van Amesfoort authored
      Task #5830: revert most KVpair changes. The extra overloads clash on either 32 or 64 bit. Adding overloads will also fail, as they cannot be mapped to PVSS data types in the PVSSGateway (default case there is to try string). So overloads -> template won't work either. Agreed with Ruud to also remove the vector<int> support (already not mapped). Then to solve the original data type problem, adapt a few logged data types from uint or ulong to int. While at it, adapt a few to bool from string ("0" or "1").
      d69ce59a
    • Arno Schoenmakers's avatar
      Task #5781: Attempted reintegration of task branch into trunk (error has been... · ddf2adf1
      Arno Schoenmakers authored
      Task #5781: Attempted reintegration of task branch into trunk (error has been reported: svn: E155023: Can't set properties on'/data1/schoenma/LOFAR_trunk/src/LOFAR/RTCP/Interface': invalid status for updating properties.
      ddf2adf1
  28. Jun 18, 2014
  29. Jun 16, 2014
  30. Jun 14, 2014
  31. Jun 13, 2014
  32. Jun 11, 2014
  33. Jun 10, 2014
  34. Jun 05, 2014
Loading