1. 06 Mar, 2012 3 commits
  2. 03 Mar, 2012 6 commits
  3. 02 Mar, 2012 1 commit
  4. 01 Mar, 2012 1 commit
  5. 29 Feb, 2012 8 commits
  6. 23 Feb, 2012 1 commit
    • Nick Kralevich's avatar
      BandwidthController: fix format string bugs · c2b26cb8
      Nick Kralevich authored
      In 87666694, a new %s
      was added to ALERT_IPT_TEMPLATE. Not all users of this string
      were updated.
      
      This change modifies ALERT_IPT_TEMPLATE to be a #define, which
      allows gcc's format string detection work.
      
      Add -Werror=format to error out on any string format warning.
      
      Testing: Code compiles. I don't know how to test this change
      properly.
      
      Bug: 5948299
      Change-Id: I0ec307972e6bf50abd8ba099166c22069a6c6580
      c2b26cb8
  7. 13 Feb, 2012 1 commit
  8. 01 Feb, 2012 6 commits
  9. 31 Jan, 2012 1 commit
    • Robert Greenwalt's avatar
      Keep better tabs on secondary tables. · c462177b
      Robert Greenwalt authored
      We had some places (NatController) where routes were being set
      but not accounted for in the number-of-routes talley so we
      could end up thinking the table was empty and not clean up
      after ourselves properly.
      
      Also consolidated constants.
      
      bug:5917475
      Change-Id: I98a41d433e1d4b4ca6692fb2328e2c9afc828145
      c462177b
  10. 20 Jan, 2012 1 commit
  11. 19 Jan, 2012 5 commits
  12. 18 Jan, 2012 1 commit
  13. 13 Jan, 2012 1 commit
    • David 'Digit' Turner's avatar
      Use <resolv_iface.h> instead of <resolv.h> · 4da10dd0
      David 'Digit' Turner authored
      The declarations for _resolv_set_default_iface() and others were
      initially added to a public C library header (<resolv.h>). This was a
      mistake and they have been moved to a private header
      (bionic/libc/private/resolv_iface.h)
      
      This patch updates netd to use the correct private header.
      
      Change-Id: I186390ea3675685b4e0dd5b8a099bd21911f059e
      4da10dd0
  14. 06 Jan, 2012 1 commit
  15. 05 Jan, 2012 1 commit
  16. 04 Jan, 2012 1 commit
  17. 03 Jan, 2012 1 commit