Sign in
vanadium
/
release.go.x.ref
/
9baca07b1d49a95ca97301d7dce347d046fda89e
/
lib
/
signals
53ac585
ref: Convert uses of the xrpc library to the new v23 server API.
by Matt Rosencrantz
· 10 years ago
e9c622d
x.ref/runtime: convert to context-based logging.
by Cosmos Nicolaou
· 10 years ago
bb6295d
ref: Change many uses of v23.NewServer to use xrpc.New*Server instead.
by Matt Rosencrantz
· 10 years ago
60052d8
ref: Rename test.InitForTest to test.V23Init
by Todd Wang
· 10 years ago
9587390
ref: Change test/modules registration mechanism.
by Todd Wang
· 10 years ago
dcc11d7
ref: Change "profiles" directory to "runtime"
by Suharsh Sivakumar
· 10 years ago
fdd6ec7
all: remove .api files from ref/
by James Ring
· 10 years ago
3650fd4
all: add .api files necessary for public API presubmit check
by James Ring
· 10 years ago
ad49204
ref: Change context mutators from SetFoo to WithFoo.
by Todd Wang
· 10 years ago
54feabe
ref: Move context.T out of rpc.ServerCall.
by Todd Wang
· 10 years ago
8c4e5cc
x/ref: Update package doc for all packages.
by Todd Wang
· 10 years ago
b351149
x/ref: Restructure security packages
by Todd Wang
· 10 years ago
cd4b3cc
x/ref: Restructure services/device
by Todd Wang
· 10 years ago
712eeef
x/ref: Move v.io/v23/mgmt to v.io/x/ref/lib/mgmt
by Todd Wang
· 10 years ago
94c9d0b
TBR x/ref: Flatten v.io/v23/services/mgmt/* to v.io/v23/services/*
by Todd Wang
· 10 years ago
d7616c9
ref: adding copyright headers and licensing files
by Jiri Simsa
· 10 years ago
94502cf
ref: Rename package ipc to rpc.
by Matt Rosencrantz
· 10 years ago
9e90984
test/modules/shell.go: have a single NewShell call with functional expect.Session support.
by Cosmos Nicolaou
· 10 years ago
1381f8a
mv x/ref/lib/testutil -> x/ref/test and lib/modules to test/modules
by Cosmos Nicolaou
· 10 years ago
42a1736
x.ref/lib/modules: comment and API improvements.
by Cosmos Nicolaou
· 10 years ago
86ba1a1
ref: devtools: Move many libraries from v.io/x/ref/lib to v.io/x/ref/profiles/internal.
by Matt Rosencrantz
· 10 years ago
ffceefa
TBR renaming v.io/core/veyron to v.io/x/ref
by Jiri Simsa
· 10 years ago
5c7ed21
core: Rename things called *Context to *Call.
by Matt Rosencrantz
· 10 years ago
e7fc94d
core: cleanup of GO.PACKAGE indentation and v23 tests header
by Jiri Simsa
· 10 years ago
b1c49cd
TBR: Copyright header added. MultiPart: 4/5
by Cosmos Nicolaou
· 10 years ago
6ac9522
TBR renaming party
by Jiri Simsa
· 10 years ago
d19c95d
core: Remove testutil.Init in init and use v23 test generate
by Suharsh Sivakumar
· 10 years ago
f416ac5
"core": Make go-tests pass under agent
by Ankur
· 10 years ago
d68949c
core: Remove old profiles and make new profiles parse flags for runtime.
by Suharsh Sivakumar
· 10 years ago
19fbf99
core: Change rt.New to veyron2.Init.
by Suharsh Sivakumar
· 10 years ago
29a3b35
veyron/services/mgmt: integrate device manager with sysinit
by Bogdan Caprita
· 10 years ago
a08a221
veyron/lib/modules: Use the agent for managing credentials in modules.Shell.
by Ryan Brown
· 10 years ago
8bd8e10
veyron/runtimes/google/namimg: allow 'addresses' to be stored in the mounttable and other 'cleanups'
by Cosmos Nicolaou
· 10 years ago
f541b77
core: Remove the NewServer method of the Runtime interface.
by Matt Rosencrantz
· 10 years ago
f1c3b44
core: Remove the Principal method of the Runtime interface.
by Matt Rosencrantz
· 10 years ago
946f64d
core: Change runtime.AppCycle to veyron2.GetAppCycle(ctx).
by Suharsh Sivakumar
· 10 years ago
764efb7
Reorganization of VANADIUM_ROOT relative paths.
by Jiri Simsa
· 10 years ago
c0a2865
Replacing veyron.io with v.io.
by Jiri Simsa
· 10 years ago
28dabfc
veyron2/ipc: allow listen to return multiple endpoints and use verror2.
by Cosmos Nicolaou
· 10 years ago
77cd9e8
"veyron/lib/testutil/security": ForkCredentials
by Ankur
· 10 years ago
a456f47
veyron2/services/mgmt/node,veyron/services/mgmt/node,veyron/tools/mgmt: rename node->device, cl 3 of N (go/vissue/496)
by Bogdan Caprita
· 10 years ago
c7fecf1
veyron/lib/signals: Remove dependence on rt.R()
by Matt Rosencrantz
· 10 years ago
344cc4a
lib/modules: change the NewShell factory to take a security.Principal arg.
by Cosmos Nicolaou
· 10 years ago
d4f0056
lib/modules: implement a registry to clean up AddFunction,Subprocess etc.
by Cosmos Nicolaou
· 10 years ago
39e3ae5
veyron2: move the AppCycle implementation out of the runtime.
by Cosmos Nicolaou
· 10 years ago
3789339
veyron/lib/modules: encapsulating Shell's config field
by Jiri Simsa
· 10 years ago
702385a
veyron2/vdl: New API for generated Go interfaces.
by Todd Wang
· 10 years ago
99a276b
Merge "veyron/lib/modules: adding an option to pass Config to a child process"
by Bogdan Caprita
· 10 years ago
92dba58
veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation.
by Cosmos Nicolaou
· 10 years ago
f57930f
veyron/lib/modules: adding an option to pass Config to a child process
by Jiri Simsa
· 10 years ago
95910b6
veyron/...: Consolidate use of environment variables into named constants.
by Asim Shankar
· 10 years ago
612ad38
veyron/lib/modules: make the Start method take an env parameter and delete StartWithEnv.
by Cosmos Nicolaou
· 10 years ago
7b5c94a
veyron/runtimes/google/rt: Use the new security model by default.
by Asim Shankar
· 10 years ago
f8d4c2b
rename ipc.ListenX to ipc.Listen.
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
8829291
veyron/...: Update a bunch of tests to use the new security model.
by Asim Shankar
· 10 years ago
1e78ccc
veyron/lib/modules: provide a means to auto-register subprocesses.
by Cosmos Nicolaou
· 10 years ago
cc58172
veyron/lib/signals, veyron2/vlog: use new modules package for testing.
by Cosmos Nicolaou
· 10 years ago
d6c3c9c
veyron: start the transition to using ListenX.
by Cosmos Nicolaou
· 10 years ago
519c507
updating the veyron import paths
by Jiri Simsa
· 11 years ago
8bfacf2
veyron2/ipc: change Lookup to take second arg that is the method being invoked.
by Cosmos Nicolaou
· 11 years ago
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
c4aed6e
veyron/...: Changed the generated ipc stream to match our one true stream api.
by Shyam Jayaraman
· 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
73e9cac
veyron/lib/testutil: factoring out the security testing utility to
by Jiri Simsa
· 11 years ago
a4d9ee4
veyron/runtimes/google: adding AppCycle service implementation to the runtime.
by Bogdan Caprita
· 11 years ago
7fc6e87
veyron/lib/signals: fixing Go formatting
by Jiri Simsa
· 11 years ago
1002ba4
veyron/lib/signals: fixing logic to remove STOP from signals passed to
by Bogdan Caprita
· 11 years ago
b07fa77
veyron2: merge Runtime interfaces into veyron2.Runtime
by Cosmos Nicolaou
· 11 years ago
5293dcb
TBR
by Jiri Simsa
· 11 years ago