1. 3425a90 core: Rename vom2 to vom. by Todd Wang · 10 years ago
  2. a08a221 veyron/lib/modules: Use the agent for managing credentials in modules.Shell. by Ryan Brown · 10 years ago
  3. 8bd8e10 veyron/runtimes/google/namimg: allow 'addresses' to be stored in the mounttable and other 'cleanups' by Cosmos Nicolaou · 10 years ago
  4. 5f98d94 core: Refactor vtrace to allow starting new traces from user code. by Matt Rosencrantz · 10 years ago
  5. fa7a31f veyron/runtimes/google/ipc: Cleanup IPC benchmarks. by Jungho Ahn · 10 years ago
  6. 1b6683e veyron/runtimes/google: Remove dischargeclient client and server opts by Suharsh Sivakumar · 10 years ago
  7. 4f8ac60 veyron.go.core: Make context.T a concrete type. by Matt Rosencrantz · 10 years ago
  8. 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  9. c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  10. 3c50ac4 runtimes/google/ipc: rework 'hybrid' websocket protocol support. by Cosmos Nicolaou · 10 years ago
  11. 3fa1d0b Merge "veyron/runtimes/google/ipc: VC had a general purpose cache for data that can be shared amongst Flows on a VC. Blessings use this cache in ipc.Server and ipc.Client." by Suharsh Sivakumar · 10 years ago
  12. d240ca0 veyron/runtimes/google/ipc/stream/{proxy, vc}: Switch vom to vom2. by Suharsh Sivakumar · 10 years ago
  13. 720b704 veyron/runtimes/google/ipc: VC had a general purpose cache for data by Suharsh Sivakumar · 10 years ago
  14. 7986c60 Update IPC benchmark results with Go 1.4. by Jungho Ahn · 10 years ago
  15. 38699ab Merge "switch to go1.4" by Jiri Simsa · 10 years ago
  16. f826393 Security API additions. by gauthamt · 10 years ago
  17. d412cb2 switch to go1.4 by Cosmos Nicolaou · 10 years ago
  18. ae8dd21 veyron2/ipc: modify ListenSpec to accept a slice of addresses. by Cosmos Nicolaou · 10 years ago
  19. 7d1b28d shell/lib: moving shell libraries into the veyron core repository by Jiri Simsa · 10 years ago
  20. 8b43cfb Fix stand-alone IPC benchmark tools by Jungho Ahn · 10 years ago
  21. af9dce0 Add IPC setup benchmark results. by Jungho Ahn · 10 years ago
  22. bdc800f Merge "runtimes/google/ipc/...: consistently return io.EOF to avoid spammy log messages." by Cosmos Nicolaou · 10 years ago
  23. 65e44c2 veyron/ipc: Fix NoDischarges Option. by Suharsh Sivakumar · 10 years ago
  24. 1534b3f runtimes/google/ipc/...: consistently return io.EOF to avoid spammy log messages. by Cosmos Nicolaou · 10 years ago
  25. cf140c0 veyron.core: Fix tests that leave files in /tmp by Robin Thellend · 10 years ago
  26. 711a985 Add Microbenchmarks for VIF/VC creations. by Jungho Ahn · 10 years ago
  27. 87c0a55 veyron2/ipc: force all protocols, including tcp, to be registered. by Cosmos Nicolaou · 10 years ago
  28. 5a8a125 runtimes/google/ipc: continued tidyup and tests for verror2 and ipc.Client. by Cosmos Nicolaou · 10 years ago
  29. 344cc4a lib/modules: change the NewShell factory to take a security.Principal arg. by Cosmos Nicolaou · 10 years ago
  30. 34ed4c6 veyron2/{vdl,vom2,ipc}: Finish the vom2 transition. by Todd Wang · 10 years ago
  31. f4864f4 veyron/runtimes/google/ipc: Plumb the context through when fetching discharges. by Asim Shankar · 10 years ago
  32. 1131687 veyron/runtimes/google/ipc: Add NoDischarges option to prevent discharge client by Suharsh Sivakumar · 10 years ago
  33. a8ae585 veyron/runtimes/google/ipc/stream/manager: Remove special handling for UnknownIPCVersion and IPCVersion5 by Robin Thellend · 10 years ago
  34. d4f0056 lib/modules: implement a registry to clean up AddFunction,Subprocess etc. by Cosmos Nicolaou · 10 years ago
  35. f48533c Merge "TBR Revert "veyron: Update go.tools to its new golang.org location."" by Matt Rosencrantz · 10 years ago
  36. 7c88fb1 TBR Revert "veyron: Update go.tools to its new golang.org location." by Matt Rosencrantz · 10 years ago
  37. fea4916 veyron/lib/websocket: Add Nacl implementation of WebsocketConn. by Nicolas LaCasse · 10 years ago
  38. dbae76b veyron/runtimes/google/ipc: When listening on tcp, also allow websocket by Shyam Jayaraman · 10 years ago
  39. 8c8acea veyron: Update go.tools to its new golang.org location. by Matt Rosencrantz · 10 years ago
  40. ee0aa81 "veyron2/security": No direct vom encoding of blessings by Ankur · 10 years ago
  41. 96d30e8 veyron/runtimes/google/ipc/stream: Implement control-channel encryption. by Jason Hickey · 10 years ago
  42. e49a86a "veyron/runtime/google/ipc": Server Discharges by Ankur · 10 years ago
  43. 2519cc1 veyron2/security: Address a few TODOs by Asim Shankar · 10 years ago
  44. 9388ae4 veyron/runtimes/google/ipc: refactor Listen loop code - back from the rollback... by Cosmos Nicolaou · 10 years ago
  45. a5b60b2 veyron2/options,veyron/runtimes/google/ipc: Allow different servers to by Asim Shankar · 10 years ago
  46. 0cad083 veyron2/security: Make the timestamp and method tags available in by Asim Shankar · 10 years ago
  47. 220a015 Remove the old security model. by Asim Shankar · 10 years ago
  48. 612ad38 veyron/lib/modules: make the Start method take an env parameter and delete StartWithEnv. by Cosmos Nicolaou · 10 years ago
  49. 7b5c94a veyron/runtimes/google/rt: Use the new security model by default. by Asim Shankar · 10 years ago
  50. 0ed405f veyron/runtimes/google/ipc/stream/vif: Fix race between close and accept by Robin Thellend · 10 years ago
  51. 89312ff veyron/.../test.sh: update test.sh scripts to use a single dir to share binaries. by Jing Jin · 10 years ago
  52. 920db00 veyron/runtimes/google: transition to modules from blackbox. by Cosmos Nicolaou · 10 years ago
  53. c920db3 veyron/lib/testutil: Avoid parsing flags in init() by Asim Shankar · 10 years ago
  54. 8cc0aee veyron/runtimes/google/rt: Replace http debug server with exported stats. by Robin Thellend · 10 years ago
  55. cc04421 veyron2: Separate out options into a separate package. by Asim Shankar · 10 years ago
  56. 85aea7b veyron: cleanup of shell test scripts making sure that non-zero exit by Jiri Simsa · 10 years ago
  57. f410759 veyron2/naming: add a field to endpoints to reflect whether they serve a mounttable or not. by Cosmos Nicolaou · 10 years ago
  58. 1d46f55 "veyron/tools/principal": Part 4: seekblessings by Ankur · 10 years ago
  59. 7cf2900 veyron/runtimes/google: Plumb the new security model all the way through. by Asim Shankar · 10 years ago
  60. ae8d4c5 veyron/security: Provide a common implementation of the BlessingStore by Asim Shankar · 10 years ago
  61. fdfbf7b ipc: Add some type checking statements by Benjamin Prosnitz · 10 years ago
  62. 8f05c22 veyron2/ipc,veyron/runtimes/google/ipc: Support for the newer security model. by Asim Shankar · 10 years ago
  63. e5e824b veyron/runtimes/google/rt: Fix up some loose ends on principal initialization. by Asim Shankar · 11 years ago
  64. 48bf0e6 veyron2/security: Provide a way to "unmark" blessings in the BlessingStore. by Asim Shankar · 11 years ago
  65. 8689793 veyron/runtimes/google/ipc: Impelement a better fix for cancellation goroutine leak. by Matt Rosencrantz · 11 years ago
  66. bf6263f veyron/security,veyron2/security: Use latest security primitives and test libraries. by Asim Shankar · 11 years ago
  67. 6b0510a veyron/runtimes/google/ipc/stream: Support for the new security model primitives. by Asim Shankar · 11 years ago
  68. d6c3c9c veyron: start the transition to using ListenX. by Cosmos Nicolaou · 11 years ago
  69. d993b39 scripts: replacing scripts/build/go with "veyron go" by Jiri Simsa · 11 years ago
  70. c67b987 veyron.io/veyron/veyron/runtimes/google/ipc/stream/crypto: Run tls_generate_old.sh by Mike Burrows · 11 years ago
  71. 2ade04a veyron/runtimes/google/ipc/stream/crypto: Update comment. by Asim Shankar · 11 years ago
  72. d970c69 veyron/runtimes/google/ipc/stream/vc: Fix goroutine leak in cancel. by Matt Rosencrantz · 11 years ago
  73. cd9852b veyron/runtimes/google: log injection by Mehrdad Afshari · 11 years ago
  74. 3eb4f2a veyron/runtimes/google/ipc/stream/vc/flow.go: Fixed remoteBlessings spelling. by Suharsh Sivakumar · 11 years ago
  75. f8727f2 scripts: reflecting the move of scripts to a separate repository by Jiri Simsa · 11 years ago
  76. b4f03a1 "veyron2/security": BlessingRoots and BlessingStore (part 2) by Ankur · 11 years ago
  77. ad5761f veyron/runtimes/google/ipc: crude fixes for https://code.google.com/p/envyor/issues/detail?id=257 by Bogdan Caprita · 11 years ago
  78. 8568082 veyron/runtimes/google/ipc/stream/crypto: fix shell test import paths. by Matt Rosencrantz · 11 years ago
  79. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  80. 312b06e {scripts,veyron}: moving scripts to a separate repository, related by Jiri Simsa · 11 years ago
  81. b6fe1ad {veyron,scripts}: removing the REPO_ROOT logic from veyron build and by Jiri Simsa · 11 years ago
  82. 1c5b94a veyron2/security: Introduce a PublicKey type. by Asim Shankar · 11 years ago
  83. 8eb7752 veyron/runtimes/google/ipc: Adding per-method stats by Robin Thellend · 11 years ago
  84. bae615a veyron/runtimes/google/ipc: add support for selecting an 'appropriate' IP address to publish on. by Cosmos Nicolaou · 11 years ago
  85. 0cd7353 veyron/runtimes/google/ipc/stream/vif: Fix test breakage on Linux. by Asim Shankar · 11 years ago
  86. 24f733c Merge "veyron/runtimes/google/ipc/stream/vif: Handle caching of VIFs over unix sockets correctly." by Asim Shankar · 11 years ago
  87. 5129fcb veyron2/ipc: add a registration mechanism for new network types (e.g. bluetooth) by Cosmos Nicolaou · 11 years ago
  88. ecc72a3 veyron/runtimes/google/ipc/stream/vif: Handle caching of VIFs over unix sockets correctly. by Asim Shankar · 11 years ago
  89. 921c676 Merge "veyron/runtimes/google/ipc/stream/crypto: Tests for ChannelBinding requirements." by Asim Shankar · 11 years ago
  90. e29314e proximity: factoring the proximity code out to a separate repository by Jiri Simsa · 11 years ago
  91. 0845aea veyron/runtimes/google/ipc/stream/crypto: Tests for ChannelBinding requirements. by Asim Shankar · 11 years ago
  92. 61d20a5 TBR: Test fix. by Asim Shankar · 11 years ago
  93. 147c3b6 TBR: Fix broken build. by Asim Shankar · 11 years ago
  94. 3d5d7ef veyron/runtimes/google/ipc/stream/crypto: Used the forked crypto/tls for Go versions <1.4 by Asim Shankar · 11 years ago
  95. 917649e veyron/runtimes/google/ipc/stream/crypto: Import a copy of the crypto/tls package. by Asim Shankar · 11 years ago
  96. 6a75fff Merge "veyron/runtimes/google/ipc/stream/vc: channel binding authentication" by Andres Erbsen · 11 years ago
  97. ffa4574 veyron/runtimes/google/ipc/stream/vc: channel binding authentication by Andres Erbsen · 11 years ago
  98. 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
  99. 4b0dfa0 veyron/runtimes/google/security: replace private key with a generic Signer. by Srdjan Petrovic · 11 years ago
  100. 4419f23 veyron/lib/bluetooth: Disable compilation of the bluetooth package and by Jiri Simsa · 11 years ago