Skip to content
Snippets Groups Projects
  1. Mar 04, 2015
  2. Mar 02, 2015
  3. Feb 27, 2015
  4. Feb 25, 2015
  5. 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
    • Alexander van Amesfoort's avatar
      Task #7490: create task branch · 9d5ac467
      Alexander van Amesfoort authored
      9d5ac467
  6. Feb 23, 2015
  7. Feb 20, 2015
  8. Feb 19, 2015
  9. Feb 18, 2015
  10. Feb 16, 2015
  11. Feb 13, 2015
  12. Feb 12, 2015
  13. Feb 11, 2015
  14. Feb 10, 2015
  15. Feb 05, 2015
  16. Feb 04, 2015
  17. Feb 03, 2015
  18. Jan 30, 2015
Loading