1. 16 Dec, 2018 1 commit
  2. 14 Dec, 2018 1 commit
  3. 13 Dec, 2018 1 commit
  4. 11 Dec, 2018 1 commit
  5. 10 Dec, 2018 4 commits
  6. 30 Nov, 2018 1 commit
  7. 29 Nov, 2018 1 commit
  8. 28 Nov, 2018 1 commit
  9. 04 Sep, 2018 1 commit
  10. 25 Jul, 2018 1 commit
  11. 24 Jul, 2018 1 commit
  12. 08 Jun, 2017 1 commit
  13. 31 May, 2017 2 commits
  14. 30 May, 2017 2 commits
  15. 29 May, 2017 5 commits
  16. 25 Apr, 2017 1 commit
  17. 20 Apr, 2017 13 commits
  18. 19 Apr, 2017 1 commit
  19. 14 Apr, 2017 1 commit
    • Greg Dennis's avatar
      Initialize safe_year in time64.c · 415c35a5
      Greg Dennis authored
      Clang fails with stricter compilation options, because it thinks safe_year may be uninitialized at the return statement. The logic prevents it from being uninitialized, but probably worth the initialization to avoid the compiler error. The rest of libimobiledevice compiles successfully under the same options.
      415c35a5