Sign in
vanadium
/
release.go.x.ref
/
65e44c206b99389d3712965220d9e63a61141981
/
runtimes
/
google
/
naming
/
namespace
65e44c2
veyron/ipc: Fix NoDischarges Option.
by Suharsh Sivakumar
· 10 years ago
afe4964
veyron/runtimes/google/namespace: Namespace should not take a runtime parameter on New.
by Matt Rosencrantz
· 10 years ago
87c0a55
veyron2/ipc: force all protocols, including tcp, to be registered.
by Cosmos Nicolaou
· 10 years ago
cb8a614
namespace: ResolveX smarter about errors.
by David Why Use Two When One Will Do Presotto
· 10 years ago
39ac323
veyron2/ipc/model.go: Normalize the Glob interfaces
by Robin Thellend
· 10 years ago
aa1a4db
Merge "runtimes/google/ipc: continued tidyup and tests for verror2 and ipc.Client."
by Cosmos Nicolaou
· 10 years ago
ac32b6c
veyron/services/mounttable: Remove dependence on rt.R().
by Matt Rosencrantz
· 10 years ago
5a8a125
runtimes/google/ipc: continued tidyup and tests for verror2 and ipc.Client.
by Cosmos Nicolaou
· 10 years ago
bb1df07
Merge "naming: Turn on endpoint type v3 and use ep.ServesMountTable()."
by David Why Use Two When One Will Do Presotto
· 10 years ago
fc29014
runtimes/google/naming/namespace: Support blessing pattern for the root mount table.
by Ryan Brown
· 10 years ago
9d3cfb1
naming: Turn on endpoint type v3 and use ep.ServesMountTable().
by David Why Use Two When One Will Do Presotto
· 10 years ago
a02fe8f
veyron2/ipc/model.go: Remove method argument from Lookup
by Robin Thellend
· 10 years ago
d028960
namespace: Don't return errors for Mount/Unmount if all routing ids have
by David Why Use Two When One Will Do Presotto
· 10 years ago
dbae76b
veyron/runtimes/google/ipc: When listening on tcp, also allow websocket
by Shyam Jayaraman
· 10 years ago
bc2c87c
Revert "runtimes/google/naming/namespace: Support blessing pattern for the root mount table."
by Ryan Brown
· 10 years ago
e315ed6
runtimes/google/naming/namespace: Support blessing pattern for the root mount table.
by Ryan Brown
· 10 years ago
adf0ca1
End of the // eradication.
by David Why Use Two When One Will Do Presotto
· 10 years ago
1fe7cdd
veyron2/vdl,ipc: Enable reflection to capture stream types.
by Todd Wang
· 10 years ago
710daa2
veyron2/ipc: 4 of n. 'Invoker and Signature' rationalisation.
by Cosmos Nicolaou
· 10 years ago
1aa5769
veyron2/naming: Move veyron2/services/mounttable/types here.
by Todd Wang
· 10 years ago
5c95a6c
veyron/runtimes/google/ipc: Switch everything to __Glob.
by Robin Thellend
· 10 years ago
702385a
veyron2/vdl: New API for generated Go interfaces.
by Todd Wang
· 10 years ago
8b4dbbf
namespace: More // eradication.
by David Why Use Two When One Will Do Presotto
· 10 years ago
92dba58
veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation.
by Cosmos Nicolaou
· 10 years ago
c28686e
namespace: Add a trailing Glob pattern ***. This is like ... but
by David Why Use Two When One Will Do Presotto
· 10 years ago
b8178d3
naming/verror: Migrate naming errors to verror2
by Benjamin Prosnitz
· 10 years ago
1ee5e1a
veyron2/ipc: 1 of n. 'Invoker and Signature' rationalisation.
by Cosmos Nicolaou
· 10 years ago
9896004
veyron/lib/flags: provide a default value for veyron.namespace.roots
by Cosmos Nicolaou
· 10 years ago
59a254c
veyron/runtimes/google/naming/namespace:
by David Why Use Two When One Will Do Presotto
· 10 years ago
98d6596
veyron/runtimes/google/naming: Bugfix in error propagation and test setup.
by Asim Shankar
· 10 years ago
f8d4c2b
rename ipc.ListenX to ipc.Listen.
by Cosmos Nicolaou
· 10 years ago
f889c73
veyron2: break dependency between veyron2/rt and the runtime implementation.
by Cosmos Nicolaou
· 10 years ago
c920db3
veyron/lib/testutil: Avoid parsing flags in init()
by Asim Shankar
· 10 years ago
cc04421
veyron2: Separate out options into a separate package.
by Asim Shankar
· 10 years ago
3da1c79
This is the first change to get rid of //.
by David Why Use Two When One Will Do Presotto
· 10 years ago
cce8f4f
namespace: Change glob to list everything at a mount point, i.e., the mount point itself
by David Why Use Two When One Will Do Presotto
· 10 years ago
cd9852b
veyron/runtimes/google: log injection
by Mehrdad Afshari
· 11 years ago
577ce8d
veyron/lib/glob: Indicate whether a name matches a glob pattern exactly.
by Tilak Sharma
· 11 years ago
492e8e9
veyron2/verror: Rename NotFound and NotAuthorized, introduce NoExistOrNoAccess.
by Tilak Sharma
· 11 years ago
519c507
updating the veyron import paths
by Jiri Simsa
· 11 years ago
434e39f
veyron/services/mounttable: Fix Glob bug.
by Robin Thellend
· 11 years ago
185b0cd
Argh, forgot to upload last change before merging...
by David Why Use Two When One Will Do Presotto
· 11 years ago
7764f31
Add CacheCtl to naming.Namespace.
by David Why Use Two When One Will Do Presotto
· 11 years ago
8bfacf2
veyron2/ipc: change Lookup to take second arg that is the method being invoked.
by Cosmos Nicolaou
· 11 years ago
4f7161e
Adds caching to name resolution. Each step in the resolution is cached and
by David Why Use Two When One Will Do Presotto
· 11 years ago
137b8d2
veyron/runtimes/google/ipc: Add deadline and cancellation propagation to the context.
by Matt Rosencrantz
· 11 years ago
41cb914
global: s/Globable/Globbable/g
by Adam Sadovsky
· 11 years ago
50c2bb8
veyron/runtimes/google/naming/namespace: Don't send Finished glob queries to terminal servers.
by Matt Rosencrantz
· 11 years ago
2db32f9
Limit glob depth when doing a recursive glob.
by David Why Use Two When One Will Do Presotto
· 11 years ago
5f83857
veyron/runtimes/google/naming/namespace: Allow Glob with rooted pattern
by Robin Thellend
· 11 years ago
4258d88
veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup.
by Bogdan Caprita
· 11 years ago
fdc838b
veyron/runtimes/google/ipc: new Serve method to replace Register+Publish.
by Cosmos Nicolaou
· 11 years ago
8b83105
global rename of MOUNTTABLE_ROOT to NAMESPACE_ROOT. This affects
by Cosmos Nicolaou
· 11 years ago
4e02997
veyron2/naming: renaming MountTable to Namespace
by Cosmos Nicolaou
· 11 years ago