1. a744b05 Add missing <malloc.h> and <string.h> includes. by Elliott Hughes · 9 years ago
  2. 9a20e67 Extend to receive NFLOG packets. by Jeff Sharkey · 10 years ago
  3. f6b62d0 Fix formatting in 4df4dfedf6beef891d05d4e80704f5f4a594a885. by Elliott Hughes · 10 years ago
  4. 4df4dfe When new error happend,then errno should be updated accordingly. by Bo Huang · 10 years ago
  5. d7ff7ea Support parsing netlink route messages. by Lorenzo Colitti · 10 years ago
  6. 9b34293 Improvements to netlink event parsing. by Lorenzo Colitti · 10 years ago
  7. 80f63d4 libsysutil: turn on -Werror (part deux) by Mark Salyzyn · 10 years ago
  8. 9418fd1 libsysutils: turn on -Werror by Mark Salyzyn · 10 years ago
  9. dfc47e8 logd: libsysutils: logd startup outside init environment by Mark Salyzyn · 10 years ago
  10. 581edc1 set /proc/sys/net/unix/max_dgram_qlen to large value by Mark Salyzyn · 11 years ago
  11. 4389588 libsysutil: frequent native crash /system/bin/vold by Mark Salyzyn · 10 years ago
  12. 44b99c2 libsysutils: SocketListener export release by Mark Salyzyn · 10 years ago
  13. 23f0410 libsysutils: Add iovec/runOnEachSocket by Mark Salyzyn · 12 years ago
  14. e16baef libsysutils: Get rid of warnings by Mark Salyzyn · 11 years ago
  15. 66ed50a Merge commit '536dea9d61a032e64bbe584a97463c6638ead009' into HEAD by The Android Open Source Project · 11 years ago
  16. c7eec83 Support parsing RDNSS ND options from netlink. by Lorenzo Colitti · 11 years ago
  17. 526b838 Switch back to subsystem "net" for netlink events. by Lorenzo Colitti · 11 years ago
  18. 9683456 Get rid of an infinite loop in NetlinkEvent.cpp. by Lorenzo Colitti · 11 years ago
  19. 381f70f Parse IP address changes in NetlinkEvent. by Lorenzo Colitti · 11 years ago
  20. f348613 Switch back to subsystem "net" for netlink events. by Lorenzo Colitti · 11 years ago
  21. 3984276 Get rid of an infinite loop in NetlinkEvent.cpp. by Lorenzo Colitti · 11 years ago
  22. a4b4e9a Parse IP address changes in NetlinkEvent. by Lorenzo Colitti · 11 years ago
  23. 544a7f7 libsysutils: fix null pointer and memory leak issue by Hong-Mei Li · 11 years ago
  24. 6d358ae libsysutils: Increase command buffersize and command args by Josef Kindberg · 13 years ago
  25. 6f523cd am 7bb1b958: am ff856a2b: Merge "Add error handling to SocketClient::sendData" by Robert Greenwalt · 12 years ago
  26. 2e5fcd0 Add error handling to SocketClient::sendData by Mattias Falk · 13 years ago
  27. b982bce Revert "libsysutils: NetlinkEvent: add support for interface xt_IDLETIMER events." by JP Abgrall · 12 years ago
  28. 5949477 Add ability to quote responses as needed. by Robert Greenwalt · 12 years ago
  29. 731d831 libsysutils: NetlinkEvent: add support for interface xt_IDLETIMER events. by Ashish Sharma · 12 years ago
  30. d98533a Added netlink failure logging to NetlinkListener.cpp by Geremy Condra · 12 years ago
  31. 6ac770f Do not generate SIGPIPE errors in SocketCLient. by Selim Gurun · 12 years ago
  32. 7599bfc Fix pointer arith. by Robert Greenwalt · 12 years ago
  33. 7bf4c45 Add a utility function to send a code + binary msg by Selim Gurun · 12 years ago
  34. 8702bb1 New NativeDaemonConnector protocol adds a seqnum. by Robert Greenwalt · 12 years ago
  35. a8185a6 Revert "New NativeDaemonConnector protocol adds a seqnum." by Guang Zhu · 12 years ago
  36. dc58e73 New NativeDaemonConnector protocol adds a seqnum. by Robert Greenwalt · 12 years ago
  37. 6bbaaa6 libsysutils: log dispatchCommand overflow. by Nick Kralevich · 13 years ago
  38. 477df68 Remove log spam by Irfan Sheriff · 13 years ago
  39. 4520246 Fix SocketListener socket leak issue. by Xianzhu Wang · 13 years ago
  40. e6f8014 NetlinkEvents: adding support for iptables' quota2 NFLOG messages. by JP Abgrall · 13 years ago
  41. 2a56688 Workaround Motorola ril.so incompatiblity with Netlink changes by Mike J. Chen · 13 years ago
  42. 17260b1 Cleanup NetlinkListener and NetlinkEvent by Mike J. Chen · 13 years ago
  43. ec16b9d Revert "Revert "Add NETLINK_ROUTE processing to the netlink client code, so that Ethernet"" by Mike J. Chen · 13 years ago
  44. 57de8b8 rename uevent_checked_recv to uevent_kernel_multicast_recv by Nick Kralevich · 13 years ago
  45. 531312e NetlinkListener: eliminate duplicate code by Nick Kralevich · 13 years ago
  46. 02c8a9c am 18f6d964: am f819d023: Merge "libsysutils: SocketListener: handle recv errors more gracefully." by Nick Kralevich · 13 years ago
  47. 18f6d96 am f819d023: Merge "libsysutils: SocketListener: handle recv errors more gracefully." by Nick Kralevich · 13 years ago
  48. 8795007 libsysutils: SocketListener: handle recv errors more gracefully. by Vernon Tang · 13 years ago
  49. a265e5a am d94bbc32: am 6bc08280: Validate sender credentials on netlink msg receive by Nick Kralevich · 13 years ago
  50. 6bc0828 Validate sender credentials on netlink msg receive by Nick Kralevich · 13 years ago
  51. 4aadb7f am b620a0b1: Validate sender credentials on netlink msg receive by Nick Kralevich · 13 years ago
  52. b620a0b Validate sender credentials on netlink msg receive by Nick Kralevich · 13 years ago
  53. 4fecade am cb1e616e: am 7c556549: Merge changes Icdefb5ff,Icd7f5f03 by Brad Fitzpatrick · 13 years ago
  54. 3549b0d Fix potential race introduced in Icd7f5f03 by Brad Fitzpatrick · 13 years ago
  55. 13aa8ad SocketClient: add optional reference counting by Brad Fitzpatrick · 13 years ago
  56. 15d0985 libsysutils: Fix a file descriptor leak. by David 'Digit' Turner · 13 years ago
  57. 100c0e2 libsysutils: Fix race condition in SocketListener thread. by David 'Digit' Turner · 13 years ago
  58. 01feae2 libsysutils: Handle EINTR in SocketClient::sendData() by David 'Digit' Turner · 13 years ago
  59. b913b51 libsysutils: Fix a file descriptor leak. by David 'Digit' Turner · 13 years ago
  60. af91e4e libsysutils: Handle EINTR in FrameworkClient.cpp by David 'Digit' Turner · 13 years ago
  61. c6b0def libsysutils: Fix potential overwrites in FrameworkListener by David 'Digit' Turner · 13 years ago
  62. cf9e100 libsysutils: Fix race condition in SocketListener thread. by David 'Digit' Turner · 13 years ago
  63. af61509 libsysutils: Handle EINTR in SocketClient::sendData() by David 'Digit' Turner · 13 years ago
  64. af174f0 libsysutils: Fix wait loop in ServiceManager::start and ::stop by David 'Digit' Turner · 13 years ago
  65. b59539d libsysutils: Handle EINTR in NetlinkListener by David 'Digit' Turner · 13 years ago
  66. 3311eea libsysutils: Fix NetLinkEvent security issues. by David 'Digit' Turner · 13 years ago
  67. b9634d0 Permit 0 length writes. by Brad Fitzpatrick · 14 years ago
  68. a2a1f31 Let SocketClient users write binary data to clients. by Brad Fitzpatrick · 14 years ago
  69. b93e581 Add missing headers for compilation on x86 targets by Olivier Bailly · 14 years ago
  70. 16ae478 Permit 0 length writes. by Brad Fitzpatrick · 14 years ago
  71. 8c5669f Let SocketClient users write binary data to clients. by Brad Fitzpatrick · 14 years ago
  72. 1db75e7 am 6fd75635: Merge "Fetch peer credentials for local sockets" into gingerbread by Kenny Root · 14 years ago
  73. 30abb72 Fetch peer credentials for local sockets by Kenny Root · 14 years ago
  74. 0e6242f am 40c2b7cb: Merge "Add missing lock in SocketListener." into gingerbread by Brad Fitzpatrick · 14 years ago
  75. 40c2b7c Merge "Add missing lock in SocketListener." into gingerbread by Brad Fitzpatrick · 14 years ago
  76. c3fa614 am f31d2ed1: Return false on socket read error by Kenny Root · 14 years ago
  77. 86d01de Add missing lock in SocketListener. by Brad Fitzpatrick · 14 years ago
  78. f31d2ed Return false on socket read error by Kenny Root · 14 years ago
  79. 80ec37a libsysutils: reimplement NetlinkEvent::findParam in the proper way by Chih-Wei Huang · 14 years ago
  80. 7e8529a system/core: Switch libsysutils & sched_policy LOG -> SLOG by San Mehat · 14 years ago
  81. d674413 sysutils: Add dump() to NetlinkEvent by San Mehat · 15 years ago
  82. b029e92 merge from open-source master by Jean-Baptiste Queru · 15 years ago
  83. ebfe3db libsysutils: Fix some bugs in NetlinkListener and NetlinkEvent by San Mehat · 15 years ago
  84. c4a895b nexus: Rollup update for nexus by San Mehat · 15 years ago
  85. c73a3a5 libsysutils: Move to a null terminated string protocol using space as a field separator. by San Mehat · 15 years ago
  86. 03f0d27 libsysutils: Fix command argument passing bug + whitespace cleanup by San Mehat · 15 years ago
  87. db01754 libsysutils: const correctness fixes + remove some debugging by San Mehat · 15 years ago
  88. c41d1c8 libsysutils: Introduce 'ServiceManager', for starting/stopping init services by San Mehat · 15 years ago
  89. df6c1b9 libsysutils: General clean up + disable build in simulator builds by San Mehat · 15 years ago
  90. dbdb0db libsysutils: Fix bug where we'd leak our control pipes when closing down a listener by San Mehat · 15 years ago
  91. d530592 libsysutils: Send command arguments to the command, not the command again :P by San Mehat · 15 years ago
  92. d768066 libsysutils: Tweak SocketListener and friends by San Mehat · 15 years ago
  93. fa644ff libsysutils: Add multiple client support and fix some bugs by San Mehat · 15 years ago
  94. 3d40729 libsysutils: Add string.h to includes by San Mehat · 15 years ago
  95. 168415b libsysutils: New C++ system convenience library by San Mehat · 15 years ago