1. 95d15e5 binder: retry connect() on ECONNRESET for non-blocking sockets. by Yifan Hong · 4 years ago
  2. 93b2cc9 Merge changes from topic "binder_rpc_non_blocking" by Yifan Hong · 4 years, 1 month ago
  3. 5d4f84d Merge "libbinder: RPC use 'status_t' over 'bool'" by Steven Moreland · 4 years, 1 month ago
  4. f6d4229 binder: RpcTranpsortCtx::newTransport Add FdTrigger arg. by Yifan Hong · 4 years, 1 month ago
  5. d9f8cef binder: RpcSession handle post-connect by Yifan Hong · 4 years, 1 month ago
  6. b675ffe binder: RPC uses non-blocking sockets. by Yifan Hong · 4 years, 1 month ago
  7. 8c95042 binder: Refactor: move FdTrigger to its own file / class. by Yifan Hong · 4 years, 1 month ago
  8. 832521e binder: RpcSession initialize mShutdownTrigger earlier by Yifan Hong · 4 years, 1 month ago
  9. 2372f9d libbinder: RPC use 'status_t' over 'bool' by Steven Moreland · 4 years, 1 month ago
  10. 0803305 libbinder: remove stale blocking TODO by Steven Moreland · 4 years, 1 month ago
  11. 91c6a9f Merge "libbinder: allow externally created connections" by Steven Moreland · 4 years, 1 month ago
  12. 4198a12 libbinder: allow externally created connections by Steven Moreland · 4 years, 1 month ago
  13. 5bff742 Merge changes I809345c5,Ic6c6bec4 by Yifan Hong · 4 years, 1 month ago
  14. 702115c binder: Use RpcTransport by Yifan Hong · 4 years, 2 months ago
  15. 132d5bf libbinder: RPC reject excess threads by Steven Moreland · 4 years, 1 month ago
  16. 40b736e libbinder: disallow upgrade of explicit version by Steven Moreland · 4 years, 1 month ago
  17. bf57bce libbinder: RPC binder - incl. protocol version by Steven Moreland · 4 years, 1 month ago
  18. 4b02e9c Merge "libbinder: fix RPC setup races" by Steven Moreland · 4 years, 1 month ago
  19. dd67b94 libbinder: fix RPC setup races by Steven Moreland · 4 years, 1 month ago
  20. 441bb0e libbinder: RPC sockets - remove unnecessary SIGHUP by Steven Moreland · 4 years, 1 month ago
  21. a2c63ab Merge "RpcSession attaches/detaches thread on JVM (second attempt)" by Yifan Hong · 4 years, 2 months ago
  22. 1bbd2ee Merge changes Ie1fc2d92,Ie66e92cc,I09a4520a,Ia13d0dc1 by Steven Moreland · 4 years, 2 months ago
  23. 1b30429 libbinder: respect 'reverse' cncts are 'incoming' by Steven Moreland · 4 years, 2 months ago
  24. fba6f77 libbinder: 'RpcSession::addIncomingConnection' by Steven Moreland · 4 years, 2 months ago
  25. 798e0d1 libbinder: send is non-blocking and interruptible by Steven Moreland · 4 years, 2 months ago
  26. 194acf2 RpcSession attaches/detaches thread on JVM (second attempt) by Yifan Hong · 4 years, 2 months ago
  27. 9e2ce08 Revert "RpcSession attaches/detaches JVM for Java thread" by Yifan Hong · 4 years, 2 months ago
  28. 0f9c5c7 RpcSession attaches/detaches JVM for Java thread by Yifan Hong · 4 years, 2 months ago
  29. 68aa255 Merge "libbinder: RPC flake mode" by Steven Moreland · 4 years, 2 months ago
  30. b817679 libbinder: RPC flake mode by Steven Moreland · 4 years, 2 months ago
  31. b86e26b libbinder: RPC skip init on /dev/null by Steven Moreland · 4 years, 3 months ago
  32. 01a6bad libbinder: RPC session ID uses the long binder ID by Steven Moreland · 4 years, 3 months ago
  33. 7b8bc4c libbinder: RpcSession exposes sp<RpcServer> by Steven Moreland · 4 years, 3 months ago
  34. 19fc9f7 libbinder: RPC disambiguate server/client by Steven Moreland · 4 years, 3 months ago
  35. c7d4013 libbinder: RPC disallow nested oneway transactions by Steven Moreland · 4 years, 3 months ago
  36. 5ae6256 libbinder: RpcState pass connection, not fd by Steven Moreland · 4 years, 3 months ago
  37. 195edb8 libbinder: handle ExclusiveSocket failure by Steven Moreland · 4 years, 3 months ago
  38. c88b7fc libbinder: RPC know when connections setup by Steven Moreland · 4 years, 3 months ago
  39. a5036f0 libbinder: update 'TODO' comments for RPC by Steven Moreland · 4 years, 3 months ago
  40. c9d7b53 libbinder: RPC state termination shutdown session by Steven Moreland · 4 years, 3 months ago
  41. a8b4429 libbinder: server sessions shut down independently by Steven Moreland · 4 years, 3 months ago
  42. 8617ad8 Merge "libbinder: RPC prevent oneway cmd buildup" by Steven Moreland · 4 years, 3 months ago
  43. 52eee94 libbinder: RPC prevent oneway cmd buildup by Steven Moreland · 4 years, 3 months ago
  44. 103424e libbinder: RPC more symmetrical max threads by Steven Moreland · 4 years, 3 months ago
  45. 659416d libbinder: reverse connections by Steven Moreland · 4 years, 4 months ago
  46. a86e8fe libbinder: better session termination naming by Steven Moreland · 4 years, 3 months ago
  47. 85e067b libbinder: update RpcSession 'session' references by Steven Moreland · 4 years, 3 months ago
  48. b0dd118 libbinder: RpcSession check no shutdown trigger by Steven Moreland · 4 years, 3 months ago
  49. af4ca71 binderRpcTest: use waitpid by Steven Moreland · 4 years, 3 months ago
  50. f517427 libbinder: transaction includes refcount to binder by Steven Moreland · 4 years, 3 months ago
  51. ee3f466 libbinder: shutdown session threads by Steven Moreland · 4 years, 3 months ago
  52. 2b4f380 libbinder: FdTrigger methods use status_t by Steven Moreland · 4 years, 3 months ago
  53. 65381d8 libbinder: harder failure on poll failure by Steven Moreland · 4 years, 3 months ago
  54. 9e8b642 libbinder:interruptableRecv>interruptableReadFully by Steven Moreland · 4 years, 3 months ago
  55. dfe3be9 libbinder: FdTrigger detect read POLLHUP/EOF by Steven Moreland · 4 years, 3 months ago
  56. 9d11b92 libbinder: RpcServer - shutdown connection threads by Steven Moreland · 4 years, 4 months ago
  57. 4ec3c43 libbinder: FdTrigger encapsulate poll by Steven Moreland · 4 years, 4 months ago
  58. e47511f libbinder: move FdTrigger to RpcSession by Steven Moreland · 4 years, 4 months ago
  59. 5802c2b libbinder: RPC explicit connect thread ownership by Steven Moreland · 4 years, 4 months ago
  60. a63ff93 libbinder: RPC read connection info on 2nd thread by Steven Moreland · 4 years, 4 months ago
  61. c8c256b libbinder: addClient->addClientConnection by Steven Moreland · 4 years, 4 months ago
  62. 1be9135 libbinder: sess getMaxThreads->getRemoteMaxThreads by Steven Moreland · 4 years, 4 months ago
  63. 94a9ae3 Merge changes I9b5b2876,I3b93e0a9 by Steven Moreland · 4 years, 4 months ago
  64. bb543a8 libbinder: s/mClients|mServers/\0Connections/g by Steven Moreland · 4 years, 4 months ago
  65. 76d2c1f libbinder: RPC fixup retry logic by Steven Moreland · 4 years, 4 months ago
  66. bd5002b libbinder: vsock compiles on host by Steven Moreland · 4 years, 4 months ago
  67. 2ff0d47 libbinder: RPC avoid server shutdown crash by Steven Moreland · 4 years, 4 months ago
  68. ee78e76 libbinder: delete dead server objects by Steven Moreland · 4 years, 4 months ago
  69. bdb53ab libbinder: RPC big 'session' rename by Steven Moreland · 4 years, 4 months ago