1. 11 Nov, 2015 2 commits
  2. 10 Nov, 2015 1 commit
  3. 11 Sep, 2015 1 commit
  4. 10 Sep, 2015 2 commits
  5. 09 Sep, 2015 1 commit
    • Narayan Kamath's avatar
      libutils: Fix integer overflows in VectorImpl. DO NOT MERGE · b638126e
      Narayan Kamath authored
      Use external/safe-iop to check for overflows on arithmetic
      operations.
      
      Also remove an unnecessary copy of Vector/SharedBuffer from
      codeflinger and use the copy from libutils instead.
      
      Note that some of the unit tests are somewhat useless due to
      test-runner limitations : gtest's ability to filter on abort message
      doesn't work when combined with messages formatted by android's logging
      system.
      
      bug: 22953624
      
      (cherry picked from commit c609c31f)
      
      Change-Id: I673b7ab142bed4fcba9159a00a65cf6bca6b1f6c
      b638126e
  6. 25 Aug, 2015 1 commit
  7. 21 Aug, 2015 3 commits
  8. 20 Aug, 2015 1 commit
  9. 18 Aug, 2015 1 commit
  10. 27 May, 2015 2 commits
  11. 18 Jun, 2014 1 commit
  12. 09 May, 2014 1 commit
  13. 15 Apr, 2014 1 commit
  14. 31 Mar, 2014 1 commit
  15. 24 Mar, 2014 1 commit
  16. 14 Mar, 2014 1 commit
  17. 13 Mar, 2014 2 commits
    • Dmitry Grinberg's avatar
      fastboot: allow format on devices with small buffers · 0d4a4cb8
      Dmitry Grinberg authored
      Formatting large partitions on devices with small transfer buffers did
      not work before since format used a strange path through the code to
      send data. It now uses the normal path. Also cleaned up a bit. FS
      code now lives in a separate file and the custom path for format is
      gone.
      
      Change-Id: If4e01cabc2e250b7c02ca7ce8c268e51d49e1529
      0d4a4cb8
    • JP Abgrall's avatar
      init.rc: prep tcp_default_init_rwnd, set the default to 60 · efbf36f2
      JP Abgrall authored
      The kernel's default is between 4~20.
      
      Prepare for javaland to modify the value at runtime.
      
      It can be done via
        setprop sys.sysctl.tcp_def_init_rwnd  <value>
      
      
      Bug: 12020135
      Change-Id: Id34194b085206fd02e316401c0fbbb9eb52522d2
      (cherry picked from commit 7c862c8b)
      efbf36f2
  18. 04 Mar, 2014 7 commits
  19. 28 Feb, 2014 1 commit
  20. 29 Jan, 2014 5 commits
  21. 28 Jan, 2014 4 commits