1. 25 Jul, 2014 1 commit
    • Youness Alaoui's avatar
      Cast the current time for pseudotcp timeout calculation into guint32 · ba4ca9ad
      Youness Alaoui authored
      The pseudo_tcp_socket_get_next_clock returns the next clock in terms
      of g_get_monotonic_clock / 1000, however, it gets cropped to guint32.
      When we try to find the interval, by substracting the current time as
      a guint64, it will return a negative value, which prevents an integer
      overflow by setting the timeout to 0. This causes the notify_clock
      timeout to be called all the time by the mainloop, taking 100% of CPU.
      ba4ca9ad
  2. 24 Jul, 2014 1 commit
  3. 23 Jul, 2014 6 commits
  4. 16 Jul, 2014 1 commit
  5. 12 Jul, 2014 3 commits
  6. 07 Jul, 2014 25 commits
  7. 27 Jun, 2014 1 commit
  8. 17 May, 2014 2 commits