An error occurred fetching the project authors.
  1. 08 Mar, 2010 1 commit
  2. 07 Mar, 2010 2 commits
  3. 05 Mar, 2010 1 commit
    • Rémi Denis-Courmont's avatar
      nrand48 replacement · 6268a229
      Rémi Denis-Courmont authored
      This is the POSIX linear congruential pseudo-random generator with
      48-bits of state. It is non-secure/reproducible and thread-safe.
      rand() is not thread-safe and *ahem* must not be used in VLC code.
      rand_r() is thread-safe but obsoleted in POSIX.2008.
      
      For secure random numbers, use the slower vlc_rand_bytes().
      vlc_rand_bytes() can also be used to generate the seed if you are short
      on idea for a 48-bits pseudo-random value.
      6268a229
  4. 04 Mar, 2010 1 commit
  5. 03 Mar, 2010 1 commit
  6. 28 Feb, 2010 2 commits
  7. 24 Feb, 2010 1 commit
  8. 18 Feb, 2010 1 commit
  9. 17 Feb, 2010 1 commit
    • Rémi Denis-Courmont's avatar
      Remove libsysfs code · 62d1845e
      Rémi Denis-Courmont authored
      udev has dropped libsysfs in favor of libudev. Normally, you'd want to
      port the code, but this only concerns old devices with FireWire.
      62d1845e
  10. 16 Feb, 2010 2 commits
  11. 15 Feb, 2010 1 commit
  12. 14 Feb, 2010 5 commits
  13. 10 Feb, 2010 2 commits
  14. 09 Feb, 2010 1 commit
  15. 07 Feb, 2010 8 commits
  16. 06 Feb, 2010 1 commit
  17. 05 Feb, 2010 1 commit
  18. 04 Feb, 2010 1 commit
  19. 03 Feb, 2010 7 commits