1. 8bd8e10 veyron/runtimes/google/namimg: allow 'addresses' to be stored in the mounttable and other 'cleanups' by Cosmos Nicolaou · 10 years ago
  2. 9592d9f veyron/runtimes/google/ipc: make server.Serve return an error rather than panic by Bogdan Caprita · 10 years ago
  3. 033c9bc Merge "veyron2/ipc,veyron/runtimes/google/ipc: remove ipc.LeafDispatcher" by Bogdan Caprita · 10 years ago
  4. 5f98d94 core: Refactor vtrace to allow starting new traces from user code. by Matt Rosencrantz · 10 years ago
  5. 7590a6d veyron2/ipc,veyron/runtimes/google/ipc: remove ipc.LeafDispatcher by Bogdan Caprita · 10 years ago
  6. 056ba8e veyron2/ipc: Change ReflectInvoker to return an error. by Todd Wang · 10 years ago
  7. 89445a4 core: Remove the redundant With* methods on context. by Matt Rosencrantz · 10 years ago
  8. 1b6683e veyron/runtimes/google: Remove dischargeclient client and server opts by Suharsh Sivakumar · 10 years ago
  9. 4f8ac60 veyron.go.core: Make context.T a concrete type. by Matt Rosencrantz · 10 years ago
  10. 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  11. c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  12. 720b704 veyron/runtimes/google/ipc: VC had a general purpose cache for data by Suharsh Sivakumar · 10 years ago
  13. 5cacb35 Merge "veyron2/ipc: Server context should have a method to return a context.T." by Matt Rosencrantz · 10 years ago
  14. 92b65a4 veyron/runtimes/google/ipc: fix handling of proxy address by Robin Thellend · 10 years ago
  15. d70e1fc runtimes/google/ipc: fix a bug that prevents servers from choosing the correct address. by Cosmos Nicolaou · 10 years ago
  16. 28dabfc veyron2/ipc: allow listen to return multiple endpoints and use verror2. by Cosmos Nicolaou · 10 years ago
  17. ae8dd21 veyron2/ipc: modify ListenSpec to accept a slice of addresses. by Cosmos Nicolaou · 10 years ago
  18. 04d197c veyron2/ipc: Server context should have a method to return a context.T. by Matt Rosencrantz · 10 years ago
  19. 6153c6c runtimes/google/naming/namespace: Move parsing server blessing patterns from StartCall into ResolveX. by Ryan Brown · 10 years ago
  20. 1534b3f runtimes/google/ipc/...: consistently return io.EOF to avoid spammy log messages. by Cosmos Nicolaou · 10 years ago
  21. 03fee96 veyron: Collection of bugfixes and features for vom2 transition. by Todd Wang · 10 years ago
  22. 5a8a125 runtimes/google/ipc: continued tidyup and tests for verror2 and ipc.Client. by Cosmos Nicolaou · 10 years ago
  23. 34ed4c6 veyron2/{vdl,vom2,ipc}: Finish the vom2 transition. by Todd Wang · 10 years ago
  24. 55a10f3 veyron/runtimes/google/ipc: Pass the preferred protocols to the by Nicolas LaCasse · 10 years ago
  25. 6888519 veyron2/services/security/access: Update to the new ACL format. by Asim Shankar · 10 years ago
  26. 112bf1c runtimes/google/ipc: switch to using verror2. by Cosmos Nicolaou · 10 years ago
  27. a02fe8f veyron2/ipc/model.go: Remove method argument from Lookup by Robin Thellend · 10 years ago
  28. dbae76b veyron/runtimes/google/ipc: When listening on tcp, also allow websocket by Shyam Jayaraman · 10 years ago
  29. 5739dda veyron2/vdl,ipc: Add new Signature support (incomplete). by Todd Wang · 10 years ago
  30. adf0ca1 End of the // eradication. by David Why Use Two When One Will Do Presotto · 10 years ago
  31. eef1fab runtimes/google/ipc: make sure wg.Add's get called before .WaitFor can be. by Cosmos Nicolaou · 10 years ago
  32. 4466c61 Merge "veyron2/security: Address a few TODOs" by Asim Shankar · 10 years ago
  33. 2519cc1 veyron2/security: Address a few TODOs by Asim Shankar · 10 years ago
  34. 3c6db7b veyron/runtimes/google/ipc: Preventing addName and removeName cuasing panics by Ali Ghassemi · 10 years ago
  35. d8ed8f6 Merge "veyron/runtimes/google/ipc,veyron/runtimes/google/rt: expose stats for security." by Bogdan Caprita · 10 years ago
  36. e737631 veyron/runtimes/google/ipc,veyron/runtimes/google/rt: expose stats for security. by Bogdan Caprita · 10 years ago
  37. 5c95a6c veyron/runtimes/google/ipc: Switch everything to __Glob. by Robin Thellend · 10 years ago
  38. 9388ae4 veyron/runtimes/google/ipc: refactor Listen loop code - back from the rollback... by Cosmos Nicolaou · 10 years ago
  39. 3e76f28 veyron/runtimes/google/vtrace: Add a store for collecting vtrace traces. by Matt Rosencrantz · 10 years ago
  40. aef5e37 Revert "veyron/runtimes/google/ipc: refactor Listen loop code." by Cosmos Nicolaou · 10 years ago
  41. 0f7f19a Merge "veyron/runtimes/google/ipc: refactor Listen loop code." by Cosmos Nicolaou · 10 years ago
  42. b16d716 veyron/runtimes/google/ipc: Rewrite the ipc.Server Glob implementation by Robin Thellend · 10 years ago
  43. 5ce6ede veyron/runtimes/google/ipc: refactor Listen loop code. by Cosmos Nicolaou · 10 years ago
  44. 6413c99 veyron2: can no longer specify a specific prefix for the ReservedNameDispatcher. by Cosmos Nicolaou · 10 years ago
  45. 8b4dbbf namespace: More // eradication. by David Why Use Two When One Will Do Presotto · 10 years ago
  46. 687f59c Merge "runtimes/google/ipc: trap all reserved names (starting with __)." by Cosmos Nicolaou · 10 years ago
  47. 3197d6c veyron/runtimes/google/ipc: Derive incomming server call contexts from server.ctx. by Matt Rosencrantz · 10 years ago
  48. add8e4a runtimes/google/ipc: trap all reserved names (starting with __). by Cosmos Nicolaou · 10 years ago
  49. 92dba58 veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  50. 0cad083 veyron2/security: Make the timestamp and method tags available in by Asim Shankar · 10 years ago
  51. 214f89c veyron2/ipc: Invoker.Prepare will now return all tags associated with a by Asim Shankar · 10 years ago
  52. 61c96c7 veyron2/ipc: 2 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  53. e38af0d Merge "veyron2: make it possible to specify a 'reserved name' dispatcher." by Cosmos Nicolaou · 10 years ago
  54. 1ee5e1a veyron2/ipc: 1 of n. 'Invoker and Signature' rationalisation. by Cosmos Nicolaou · 10 years ago
  55. 8246a8b veyron2: make it possible to specify a 'reserved name' dispatcher. by Cosmos Nicolaou · 10 years ago
  56. 0c73fbf veyron/runtimes/google/ipc: Explicitly implement default authorization. by Asim Shankar · 10 years ago
  57. 220a015 Remove the old security model. by Asim Shankar · 10 years ago
  58. 69381a9 veyron.io/veyron/veyron/runtimes/google/ipc: Bugfix. dhcpListener was never triggered, even for ":0" addresses. by Srdjan Petrovic · 10 years ago
  59. 1fa3277 veyron/runtimes/google/vtrace: Add start and end times to spans. by Matt Rosencrantz · 10 years ago
  60. 223f536 veyron/runtimes/google/ipc: Make securitynone backwards compatible by Suharsh Sivakumar · 10 years ago
  61. cd743f7 veyron/runtimes/google/ipc: Disable authorization if authentication is disabled. by Suharsh Sivakumar · 10 years ago
  62. a5457f0 veyron/runtimes/google/ipc: Refactor authorization error messages. by Asim Shankar · 10 years ago
  63. f8d4c2b rename ipc.ListenX to ipc.Listen. by Cosmos Nicolaou · 10 years ago
  64. f889c73 veyron2: break dependency between veyron2/rt and the runtime implementation. by Cosmos Nicolaou · 10 years ago
  65. cc04421 veyron2: Separate out options into a separate package. by Asim Shankar · 10 years ago
  66. 29ee985 veyron/runtimes/google/ipc: move to using modules instead of blackbox. by Cosmos Nicolaou · 10 years ago
  67. f410759 veyron2/naming: add a field to endpoints to reflect whether they serve a mounttable or not. by Cosmos Nicolaou · 10 years ago
  68. fdfbf7b ipc: Add some type checking statements by Benjamin Prosnitz · 10 years ago
  69. e397a59 Merge "veyron/runtimes/google/ipc: Add internal Glob" by Robin Thellend · 10 years ago
  70. 41b6bcc Merge "veyron/servives/wsprd: update to use ListenX." by Benjamin Prosnitz · 10 years ago
  71. 8f05c22 veyron2/ipc,veyron/runtimes/google/ipc: Support for the newer security model. by Asim Shankar · 10 years ago
  72. bc74314 veyron/servives/wsprd: update to use ListenX. by Cosmos Nicolaou · 10 years ago
  73. c26c32e veyron/runtimes/google/ipc: Add internal Glob by Robin Thellend · 10 years ago
  74. df42823 veyron/lib/stats: Add Delete function by Robin Thellend · 10 years ago
  75. 5bd46d2 Merge "veyron/runtimes/google/ipc: Fix race in choosing an error to return when the flow closes." by Matt Rosencrantz · 10 years ago
  76. 3da1c79 This is the first change to get rid of //. by David Why Use Two When One Will Do Presotto · 10 years ago
  77. bae0821 veyron/runtimes/google/ipc: Fix race in choosing an error to return when the flow closes. by Matt Rosencrantz · 10 years ago
  78. 8689793 veyron/runtimes/google/ipc: Impelement a better fix for cancellation goroutine leak. by Matt Rosencrantz · 11 years ago
  79. 66bc120 veyron2/ipc: incorporate routing information into network address selection. by Cosmos Nicolaou · 11 years ago
  80. d6c3c9c veyron: start the transition to using ListenX. by Cosmos Nicolaou · 11 years ago
  81. cd9852b veyron/runtimes/google: log injection by Mehrdad Afshari · 11 years ago
  82. c0e4b79 veyron/profiles/roaming: minor tweaks to get roaming working. by Cosmos Nicolaou · 11 years ago
  83. 8ff6bde veyron2/security: Introduce package level comment and mark all the interfaces/objects by Asim Shankar · 11 years ago
  84. b4f03a1 "veyron2/security": BlessingRoots and BlessingStore (part 2) by Ankur · 11 years ago
  85. d24f084 veyron/runtimes/google/ipc: Add __debug dispatcher by Robin Thellend · 11 years ago
  86. 767b62d veyron2/ipc: move the publisher stream into the ListenSpec as per Asim's suggestion. by Cosmos Nicolaou · 11 years ago
  87. 492e8e9 veyron2/verror: Rename NotFound and NotAuthorized, introduce NoExistOrNoAccess. by Tilak Sharma · 11 years ago
  88. 27647d2 veyron2/opts.go: Add DebugAuthorizerOpt by Robin Thellend · 11 years ago
  89. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  90. f556f4c Merge "veyron/runtimes/google/ipc: implemente ListenX." by Cosmos Nicolaou · 11 years ago
  91. 9fe6082 veyron2/vtrace: Add an initial vtrace skelleton. by Matt Rosencrantz · 11 years ago
  92. bf350a6 veyron/runtimes/google/ipc: implemente ListenX. by Cosmos Nicolaou · 11 years ago
  93. 778cb7e veyron2/ipc: reworked ListenX API to support roaming, non-roaming and proxy. by Cosmos Nicolaou · 11 years ago
  94. ef323db veyron2/ipc: add RoamingListen support. by Cosmos Nicolaou · 11 years ago
  95. f044a8d "veyron2/security": Caveat and CaveatValidator by Ankur · 11 years ago
  96. 7f42427 veyron/runtimes/google/ipc: Skip IP address rewrite when listening on proxy by Robin Thellend · 11 years ago
  97. 9a24655 veyron/runtimes/google/ipc: take care to use an IP host address and never an IP network address. by Cosmos Nicolaou · 11 years ago
  98. a615e70 Merge "veyron/lib/netstate,netconfig: move netconfig out of the runtime and create netstate." by Cosmos Nicolaou · 11 years ago
  99. f7a11d9 veyron/lib/netstate,netconfig: move netconfig out of the runtime and create netstate. by Cosmos Nicolaou · 11 years ago
  100. 8eb7752 veyron/runtimes/google/ipc: Adding per-method stats by Robin Thellend · 11 years ago