1. 17 Oct, 2013 1 commit
  2. 16 Oct, 2013 15 commits
  3. 15 Oct, 2013 4 commits
  4. 05 Oct, 2013 7 commits
  5. 01 Oct, 2013 1 commit
  6. 24 Sep, 2013 3 commits
  7. 22 Sep, 2013 2 commits
  8. 20 Sep, 2013 6 commits
  9. 19 Sep, 2013 1 commit
    • Alessandro Rubini's avatar
      main loops: discard wrong application of UTC offset · e89573a3
      Alessandro Rubini authored
      We definitely need to take care of currentUtcOffset, but the current
      implementation was wrong: it only used it in modifying receive stamps,
      thus achieving completely wrong tuples.
      
      It's the receive function that must apply the utcOffset, or not,
      according to how it timestamps frames.  Similarly, it's the time
      setting functions that must use utcOffset, or not, according to whether
      the time is utc (e.g.: unix) or tai (e.g.: wr).
      
      So this just removes a wrong attempt, waiting for good stuff to be written.
      Anyways, the utcOffset reported by the master is kept in data structures
      and passed over to slaves.
      Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
      e89573a3