1. 06 Feb, 2020 9 commits
  2. 05 Feb, 2020 2 commits
  3. 17 Dec, 2019 1 commit
    • Xavier Claessens's avatar
      Fix building doc when libnice is a subproject · d4ef6b69
      Xavier Claessens authored
      When passing strings to 'src_dir', they are assumed to be relative to
      the root source dir of main project. That's possibly a Meson bug, it
      should be relative to current source dir. In any case, it's better to
      use include_directories() to avoid any confusion.
      d4ef6b69
  4. 11 Dec, 2019 1 commit
  5. 06 Dec, 2019 3 commits
  6. 26 Nov, 2019 1 commit
    • Jakub Adam's avatar
      conncheck: fix long time to connect if conncheck list gets filled late · da7acb34
      Jakub Adam authored
      When a stream's conncheck list is empty during
      priv_conn_check_unfreeze_related() and the check pairs get added only
      afterwards, the whole list may remain in frozen state for tens of
      seconds until the lists of all other streams are completed.
      
      If a connection check list missed the opportunity to be unfrozen
      according to the process in RFC 5245 Section 7.1.3.2.3 because it was
      empty at the time, unfreeze it immediately once some check pair gets
      added.
      da7acb34
  7. 17 Sep, 2019 1 commit
  8. 05 Aug, 2019 2 commits
  9. 02 Aug, 2019 7 commits
  10. 01 Aug, 2019 1 commit
  11. 31 Jul, 2019 12 commits