1. 29e1e73 Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 13 years ago
  2. 2a56688 Workaround Motorola ril.so incompatiblity with Netlink changes by Mike J. Chen · 13 years ago
  3. 17260b1 Cleanup NetlinkListener and NetlinkEvent by Mike J. Chen · 13 years ago
  4. ec16b9d Revert "Revert "Add NETLINK_ROUTE processing to the netlink client code, so that Ethernet"" by Mike J. Chen · 13 years ago
  5. 57de8b8 rename uevent_checked_recv to uevent_kernel_multicast_recv by Nick Kralevich · 13 years ago
  6. 531312e NetlinkListener: eliminate duplicate code by Nick Kralevich · 13 years ago
  7. 02c8a9c am 18f6d964: am f819d023: Merge "libsysutils: SocketListener: handle recv errors more gracefully." by Nick Kralevich · 13 years ago
  8. 18f6d96 am f819d023: Merge "libsysutils: SocketListener: handle recv errors more gracefully." by Nick Kralevich · 13 years ago
  9. 8795007 libsysutils: SocketListener: handle recv errors more gracefully. by Vernon Tang · 13 years ago
  10. a265e5a am d94bbc32: am 6bc08280: Validate sender credentials on netlink msg receive by Nick Kralevich · 13 years ago
  11. 6bc0828 Validate sender credentials on netlink msg receive by Nick Kralevich · 13 years ago
  12. 4aadb7f am b620a0b1: Validate sender credentials on netlink msg receive by Nick Kralevich · 13 years ago
  13. b620a0b Validate sender credentials on netlink msg receive by Nick Kralevich · 13 years ago
  14. 4fecade am cb1e616e: am 7c556549: Merge changes Icdefb5ff,Icd7f5f03 by Brad Fitzpatrick · 13 years ago
  15. 3549b0d Fix potential race introduced in Icd7f5f03 by Brad Fitzpatrick · 13 years ago
  16. 13aa8ad SocketClient: add optional reference counting by Brad Fitzpatrick · 13 years ago
  17. 15d0985 libsysutils: Fix a file descriptor leak. by David 'Digit' Turner · 13 years ago
  18. 100c0e2 libsysutils: Fix race condition in SocketListener thread. by David 'Digit' Turner · 13 years ago
  19. 01feae2 libsysutils: Handle EINTR in SocketClient::sendData() by David 'Digit' Turner · 13 years ago
  20. 1aa59a8 libsysutils: do not build for TINY_ANDROID by Brian Swetland · 13 years ago
  21. b913b51 libsysutils: Fix a file descriptor leak. by David 'Digit' Turner · 13 years ago
  22. af91e4e libsysutils: Handle EINTR in FrameworkClient.cpp by David 'Digit' Turner · 13 years ago
  23. c6b0def libsysutils: Fix potential overwrites in FrameworkListener by David 'Digit' Turner · 13 years ago
  24. cf9e100 libsysutils: Fix race condition in SocketListener thread. by David 'Digit' Turner · 13 years ago
  25. af61509 libsysutils: Handle EINTR in SocketClient::sendData() by David 'Digit' Turner · 13 years ago
  26. af174f0 libsysutils: Fix wait loop in ServiceManager::start and ::stop by David 'Digit' Turner · 13 years ago
  27. b59539d libsysutils: Handle EINTR in NetlinkListener by David 'Digit' Turner · 13 years ago
  28. 3311eea libsysutils: Fix NetLinkEvent security issues. by David 'Digit' Turner · 13 years ago
  29. b9634d0 Permit 0 length writes. by Brad Fitzpatrick · 14 years ago
  30. a2a1f31 Let SocketClient users write binary data to clients. by Brad Fitzpatrick · 14 years ago
  31. b93e581 Add missing headers for compilation on x86 targets by Olivier Bailly · 14 years ago
  32. 16ae478 Permit 0 length writes. by Brad Fitzpatrick · 14 years ago
  33. 8c5669f Let SocketClient users write binary data to clients. by Brad Fitzpatrick · 14 years ago
  34. 1db75e7 am 6fd75635: Merge "Fetch peer credentials for local sockets" into gingerbread by Kenny Root · 14 years ago
  35. 30abb72 Fetch peer credentials for local sockets by Kenny Root · 14 years ago
  36. 0e6242f am 40c2b7cb: Merge "Add missing lock in SocketListener." into gingerbread by Brad Fitzpatrick · 14 years ago
  37. 40c2b7c Merge "Add missing lock in SocketListener." into gingerbread by Brad Fitzpatrick · 14 years ago
  38. c3fa614 am f31d2ed1: Return false on socket read error by Kenny Root · 14 years ago
  39. 86d01de Add missing lock in SocketListener. by Brad Fitzpatrick · 14 years ago
  40. f31d2ed Return false on socket read error by Kenny Root · 14 years ago
  41. 80ec37a libsysutils: reimplement NetlinkEvent::findParam in the proper way by Chih-Wei Huang · 14 years ago
  42. 7e8529a system/core: Switch libsysutils & sched_policy LOG -> SLOG by San Mehat · 14 years ago
  43. d674413 sysutils: Add dump() to NetlinkEvent by San Mehat · 15 years ago
  44. b029e92 merge from open-source master by Jean-Baptiste Queru · 15 years ago
  45. ebfe3db libsysutils: Fix some bugs in NetlinkListener and NetlinkEvent by San Mehat · 15 years ago
  46. c4a895b nexus: Rollup update for nexus by San Mehat · 15 years ago
  47. c73a3a5 libsysutils: Move to a null terminated string protocol using space as a field separator. by San Mehat · 15 years ago
  48. 03f0d27 libsysutils: Fix command argument passing bug + whitespace cleanup by San Mehat · 15 years ago
  49. db01754 libsysutils: const correctness fixes + remove some debugging by San Mehat · 15 years ago
  50. c41d1c8 libsysutils: Introduce 'ServiceManager', for starting/stopping init services by San Mehat · 15 years ago
  51. df6c1b9 libsysutils: General clean up + disable build in simulator builds by San Mehat · 15 years ago
  52. 6fc287b Fix sim build (need explicit -lpthread). by Andy McFadden · 15 years ago
  53. dbdb0db libsysutils: Fix bug where we'd leak our control pipes when closing down a listener by San Mehat · 15 years ago
  54. d530592 libsysutils: Send command arguments to the command, not the command again :P by San Mehat · 15 years ago
  55. d768066 libsysutils: Tweak SocketListener and friends by San Mehat · 15 years ago
  56. fa644ff libsysutils: Add multiple client support and fix some bugs by San Mehat · 15 years ago
  57. 3d40729 libsysutils: Add string.h to includes by San Mehat · 15 years ago
  58. 168415b libsysutils: New C++ system convenience library by San Mehat · 15 years ago