1. 04 Nov, 2011 1 commit
  2. 02 Nov, 2011 1 commit
  3. 01 Nov, 2011 4 commits
  4. 29 Oct, 2011 1 commit
    • Irfan Sheriff's avatar
      Remove log spam · 477df688
      Irfan Sheriff authored
      Bug: 5533986
      Change-Id: I3d8108e2f65ce6513ac8b2d14541eaa5e4fc5da1
      477df688
  5. 28 Oct, 2011 2 commits
  6. 26 Oct, 2011 1 commit
    • Ken Sumrall's avatar
      Fix the class_reset command · a286480f
      Ken Sumrall authored
      The class_reset command used to reset services that had been set to
      "disabled" in the init.rc file to a non-disabled state.  Now, if the
      service was originally set to "disabled", have the reset command set
      it back to disabled.  Otherwise, set it to the "reset" state as it
      currently does.
      
      Change-Id: I0c10582e46a8e443d4748d9d893ae762b19b653a
      a286480f
  7. 17 Oct, 2011 1 commit
  8. 13 Oct, 2011 3 commits
  9. 12 Oct, 2011 3 commits
  10. 10 Oct, 2011 1 commit
  11. 08 Oct, 2011 1 commit
  12. 07 Oct, 2011 3 commits
  13. 05 Oct, 2011 1 commit
  14. 04 Oct, 2011 3 commits
  15. 03 Oct, 2011 1 commit
    • Kenny Root's avatar
      Add checking for log entry format · 4bf3c02e
      Kenny Root authored
      The log tag may be zero length if corrupted, so check for this
      condition.
      
      Change-Id: I7616226dabe78a85859b0ab53aca08f734dbdd84
      4bf3c02e
  16. 30 Sep, 2011 8 commits
  17. 29 Sep, 2011 3 commits
    • Lorenzo Colitti's avatar
    • Xianzhu Wang's avatar
      Fix SocketListener socket leak issue. · 4520246d
      Xianzhu Wang authored
      The problem was: if a socket is shared between SocketListener and another
      thread, only if the last reference is removed by SocketListener can the socket
      be closed, otherwise the socket will leak. This sometimes happens in netd's
      dnsproxyd.
      
      This change let the SocketClient own the socket and close the socket when
      the SocketClient is destructed.
      
      Change-Id: I2865fbfe9ee4d8b3e43d7e02919dbb2d261f70de
      4520246d
    • Lorenzo Colitti's avatar
      Support adding, deleting, and clearing IPv6 addrs. · 47ddb515
      Lorenzo Colitti authored
      - Provide a function to add and delete IPv4/IPv6 addresses
        using netlink.
      - Provide a function that clears all IP addresses on an
        interface that can be used by netd.
      
      Also, a couple of cleanups:
      
      - Update the header file to match reality, and include the
        header file in the implementation. Also fix a caller that
        has an incorrect method signature.
      - Fix whitespace in Android.mk.
      
      Change-Id: Ifba9d60cdfffb0b7e5c3b9c6ab328f5f77d259c4
      47ddb515
  18. 28 Sep, 2011 2 commits