1. 3d5d7ef veyron/runtimes/google/ipc/stream/crypto: Used the forked crypto/tls for Go versions <1.4 by Asim Shankar · 11 years ago
  2. ca1a2f6 Merge "veyron/runtimes/google/ipc/stream/crypto: Import a copy of the crypto/tls package." by Asim Shankar · 11 years ago
  3. 4f19160 "veyron/runtimes/google/security": Fix broken build by Ankur · 11 years ago
  4. 3ebf4ee "veyron/runtimes/google/security": Add persistence to PublicIDStore by Ankur · 11 years ago
  5. 917649e veyron/runtimes/google/ipc/stream/crypto: Import a copy of the crypto/tls package. by Asim Shankar · 11 years ago
  6. 969ff4e veyron/runtimes/google/rt: fix build break for linux by Bogdan Caprita · 11 years ago
  7. 39a00e0 veyron2/rt: rework how runtimes and profiles are initialized and configured. by Cosmos Nicolaou · 11 years ago
  8. 6bd2817 veyron2/ipc/version: Support for Version 3. by Asim Shankar · 11 years ago
  9. ec9da48 veyron/runtimes/google/vsync: add cycle detecting to DAG linking. by Raja Daoud · 11 years ago
  10. 6a75fff Merge "veyron/runtimes/google/ipc/stream/vc: channel binding authentication" by Andres Erbsen · 11 years ago
  11. ffa4574 veyron/runtimes/google/ipc/stream/vc: channel binding authentication by Andres Erbsen · 11 years ago
  12. 5e00517 Merge "veyron/runtimes/google/vsync: * Track delete mutations from store while maintaining unique version numbers in the DAG for delete records. * Update testfiles and tests to not use NoVersion (i.e. 0) as a valid version number." by Himabindu Pucha · 11 years ago
  13. 92d36de Merge "veyron/runtimes/google/vsync: find deleted descendants in DAG" by Raja Daoud · 11 years ago
  14. 23db192 veyron/runtimes/google/vsync: find deleted descendants in DAG by Raja Daoud · 11 years ago
  15. 57444f3 "veyron/runtimes/google/ipc": Bug fix by Ankur · 11 years ago
  16. 5181bdb veyron/go/src/...: replace "127.0.0.1:0" and "localhost:0" with ":0" in address flag default for binaries, and make sure to override --address to "127.0.0.1:0" in tests (since GCE requires ipv4). by Adam Sadovsky · 11 years ago
  17. df263cd veyron/runtimes/google/vsync: by Himabindu Pucha · 11 years ago
  18. 3ed3024 veyron2/security, veyron/security: Move ACL authorizer to veyron/security. by Tilak Sharma · 11 years ago
  19. a60d490 veyron/runtimes/google/ipc: Add missing vom registration in test. by Asim Shankar · 11 years ago
  20. d1fae62 veyron/runtimes/google/ipc: get rid of (no longer used) disptrie by Bogdan Caprita · 11 years ago
  21. 9b6bbea Add a hasParent() DAG method for Sync of deleted objects. by Raja Daoud · 11 years ago
  22. 6acddc1 Merge "veyron/services/store: Remove access checks on store objects." by Tilak Sharma · 11 years ago
  23. 6320f31 veyron/services/store: Remove access checks on store objects. by Tilak Sharma · 11 years ago
  24. 1e37913 Bveyron/services/mgmt/node/impl: add initial support for app installation, start, by Bogdan Caprita · 11 years ago
  25. dee311d veyron/runtimes/google/ipc: Ensure that the proxy name always resolves to a valid endpoint. by Asim Shankar · 11 years ago
  26. 86560d4 veyron/runtimes/google/jni: Store private keys in Android KeyStore. by Srdjan Petrovic · 11 years ago
  27. 0392705 veyron2/vdl: Remove comments about cancel on the Advance. by Shyam Jayaraman · 11 years ago
  28. c009028 Fix sync watcher tests to not depend on timing. by Raja Daoud · 11 years ago
  29. 97b9dca veyron/: Split out the recv and send portion of the stream into sub interfaces so we don't have naming confusion when both sets of methods are on the RPC. The RPC have RecvStream or SendStream methods for the recv or send portion of the stream. This also includes a few naming changes in the API. by Shyam Jayaraman · 11 years ago
  30. 6b2fd48 Merge "global: s/Globable/Globbable/g" by Adam Sadovsky · 11 years ago
  31. 41cb914 global: s/Globable/Globbable/g by Adam Sadovsky · 11 years ago
  32. 132f670 Merge "IsGloballyRoutable returns true for unicast addresses that aren't private, loopback, or link local." by David Why Use Two When One Will Do Presotto · 11 years ago
  33. 748a0d5 IsGloballyRoutable returns true for unicast addresses that aren't private, by David Why Use Two When One Will Do Presotto · 11 years ago
  34. ad8634e veyron2/security: Signature also stores the crypto hash function used to compute the signature. by Srdjan Petrovic · 11 years ago
  35. dcba93d veyron/runtimes/google/ipc: fix a simple data race. by Cosmos Nicolaou · 11 years ago
  36. ddc0c22 veyron/runtimes/google/ipc: Revert <principal_pattern>@@<objectname> by Asim Shankar · 11 years ago
  37. 1bbe013 veyron/runtimes/google/ipc: *actually* allow StartCall without pattern by Andres Erbsen · 11 years ago
  38. 5f8293d veyron/runtimes/google/vsync: Parse and track transactions received by Himabindu Pucha · 11 years ago
  39. 9f9a735 Track the transaction scope in the Sync DAG. by Raja Daoud · 11 years ago
  40. b1c5e6d Merge "veyron/runtimes/google/ipc: identify server by principalpattern@@objectname" by Andres Erbsen · 11 years ago
  41. d174d06 veyron/runtimes/google/ipc: identify server by principalpattern@@objectname by Andres Erbsen · 11 years ago
  42. dd350a2 Merge "veyron/services/store: Objects can no longer be accessed by id." by Tilak Sharma · 11 years ago
  43. e629745 Move to the new call style by Benjamin Prosnitz · 11 years ago
  44. 0ed29c3 veyron/services/store: Objects can no longer be accessed by id. by Tilak Sharma · 11 years ago
  45. 4b0dfa0 veyron/runtimes/google/security: replace private key with a generic Signer. by Srdjan Petrovic · 11 years ago
  46. 50c2bb8 veyron/runtimes/google/naming/namespace: Don't send Finished glob queries to terminal servers. by Matt Rosencrantz · 11 years ago
  47. 4419f23 veyron/lib/bluetooth: Disable compilation of the bluetooth package and by Jiri Simsa · 11 years ago
  48. d7006fe Simplify calling into Java from Go by Benjamin Prosnitz · 11 years ago
  49. 7339191 Merge "Add a verify method to security.Signature. This is in preparation for adding additional fields so we can support multiple signature encodings." by Ryan Brown · 11 years ago
  50. a4f56db veyron2/vdl/vdl: Fix broken build. by Robin Thellend · 11 years ago
  51. 407b732 Add a verify method to security.Signature. by Ryan Brown · 11 years ago
  52. aadd1ef Merge "veyron2/vdl: Remove generated dead code" by Asim Shankar · 11 years ago
  53. 8e8f1f4 veyron2/vdl: Remove generated dead code by Asim Shankar · 11 years ago
  54. c4aed6e veyron/...: Changed the generated ipc stream to match our one true stream api. by Shyam Jayaraman · 11 years ago
  55. 081094d Merge "veyron/runtimes/google/security/jni: Hookup Java security into main ipc flow." by Srdjan Petrovic · 11 years ago
  56. ec6f511 veyron/runtimes/google/security/jni: Hookup Java security into main ipc flow. by Srdjan Petrovic · 11 years ago
  57. 2b71943 Merge "veyron/{services,tools}/identity: Make the identity tool much more usable and secure." by Asim Shankar · 11 years ago
  58. 6107179 veyron/{services,tools}/identity: Make the identity tool much more usable and secure. by Asim Shankar · 11 years ago
  59. 951dd95 Merge "vdl: temporary fix of issue 29: Generate a use of wiretype whenever there is an interface to temporarily fix errors on packages with just bootstrap types" by Benjamin Prosnitz · 11 years ago
  60. 984214f vdl: temporary fix of issue 29: Generate a use of wiretype whenever there is an interface to temporarily fix errors on packages with just bootstrap types by Benjamin Prosnitz · 11 years ago
  61. 2ef302d veyron/runtimes/google/ipc/stream/crypto: Speed up handshakes. by Asim Shankar · 11 years ago
  62. e719916 Merge "Added depcop configuration files to veyron packages" by Mehrdad Afshari · 11 years ago
  63. c7ff179 Merge "Limit glob depth when doing a recursive glob." by David Why Use Two When One Will Do Presotto · 11 years ago
  64. a5ef10c veyron2/vdl/gen: attempt at clarifying the semantics of the stream API through by Bogdan Caprita · 11 years ago
  65. c009349 Fix build tag issue by Benjamin Prosnitz · 11 years ago
  66. 2db32f9 Limit glob depth when doing a recursive glob. by David Why Use Two When One Will Do Presotto · 11 years ago
  67. ce3898a android: Make map, list, set, array generated code implement standard java interfaces by Benjamin Prosnitz · 11 years ago
  68. eadf23b Merge "android: Save go panics to file and then send to logcat on load" by Benjamin Prosnitz · 11 years ago
  69. 7c9675f android: Save go panics to file and then send to logcat on load by Benjamin Prosnitz · 11 years ago
  70. 6e8a668 Merge ""veyron2": Add PublicIDStore to Runtime" by Ankur · 11 years ago
  71. a3c9765 "veyron2": Add PublicIDStore to Runtime by Ankur · 11 years ago
  72. 7cafaeb veyron/runtimes/google/ipc/stream/crypto: Add benchmarks for connection setup. by Asim Shankar · 11 years ago
  73. 86aaca4 veyron/runtimes/google/ipc/stream/crypto/crypto_test.go: fix BenchmarkBoxRoundTrip by Andres Erbsen · 11 years ago
  74. b67ba24 veyron/runtimes/google/rt: Avoid using global flags in the library. by Asim Shankar · 11 years ago
  75. 44ea34f Added depcop configuration files to veyron packages by Mehrdad Afshari · 11 years ago
  76. b06a93b Changed j*ID family of methods to panic on failure. by Benjamin Prosnitz · 11 years ago
  77. 0ecdd7a veyron2/val veyron2/vdl: Part 1 - reorganization of val and vdl by Todd Wang · 11 years ago
  78. 028b40c Merge "veyron/runtimes/google/naming/namespace: Allow Glob with rooted pattern" by David Presotto · 11 years ago
  79. 854800c Merge "Signal network changes." by David Why Use Two When One Will Do Presotto · 11 years ago
  80. f6813ec Signal network changes. by David Why Use Two When One Will Do Presotto · 11 years ago
  81. b4d38ae Merge "veyron/lib/exec: moving the veyron exec library under mgmt." by Jiri Simsa · 11 years ago
  82. e5268b9 veyron/lib/exec: moving the veyron exec library under mgmt. by Jiri Simsa · 11 years ago
  83. 344ebb2 veyron/runtimes/google/ipc/jni: Fix broken test build. by Srdjan Petrovic · 11 years ago
  84. 6f6b2c0 veyron/runtimes/google/security/jni: Java security APIs by Srdjan Petrovic · 11 years ago
  85. d056f1e Fix bug trying to access wrong method over JNI & support multiple services in arg getter by Benjamin Prosnitz · 11 years ago
  86. a7b4df4 veyron/runtimes/google/vsync: Fixing the dispatcher. by Himabindu Pucha · 11 years ago
  87. 5f83857 veyron/runtimes/google/naming/namespace: Allow Glob with rooted pattern by Robin Thellend · 11 years ago
  88. 51d78fc veyron/lib/binary: binary repository client-side library by Jiri Simsa · 11 years ago
  89. 1375217 veyron/lib/bluetooth,veyron/runtimes/google/ipc/stream: Support for VCs by Asim Shankar · 11 years ago
  90. 04374f9 Fixes to gen_java by Benjamin Prosnitz · 11 years ago
  91. b7f95f3 veyron/runtimes/google/ipc: use discharges for third-party caveat authorization by Andres Erbsen · 11 years ago
  92. 948d6fa Merge "veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup." by Bogdan Caprita · 11 years ago
  93. 35033ea Merge "veyron/runtimes/google/lib/follow: Refactor watcher api and implementation." by Tilak Sharma · 11 years ago
  94. d9281a3 veyron,veyron2: replace Veyron name by Object name everywhere. by Bogdan Caprita · 11 years ago
  95. 406c7d4 veyron/runtimes/google/lib/follow: Refactor watcher api and implementation. by Tilak Sharma · 11 years ago
  96. 6de26a8 Merge "Make generated java files build" by Benjamin Prosnitz · 11 years ago
  97. 56b3ee6 Merge "veyron/runtimes/google/lib/sync: WaitGroup allows concurrent calls to Add and Wait." by Tilak Sharma · 11 years ago
  98. 59162a0 Make generated java files build by Benjamin Prosnitz · 11 years ago
  99. 6d7c39c veyron/runtimes/google/lib/sync: WaitGroup allows concurrent calls to Add and Wait. by Tilak Sharma · 11 years ago
  100. 4258d88 veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup. by Bogdan Caprita · 11 years ago