Sign in
vanadium
/
release.go.x.ref
/
8c3fabab8db174bde92dacba305ed102503456b9
/
cmd
/
binary
/
impl_test.go
8c3faba
consistent use of v23 test generate in order to use TestMain and in turn call test.Init.
by Cosmos Nicolaou
· 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
5ced55b
x/ref: Rename DownloadURL to DownloadUrl.
by Todd Wang
· 10 years ago
1381f8a
mv x/ref/lib/testutil -> x/ref/test and lib/modules to test/modules
by Cosmos Nicolaou
· 10 years ago
b60efb9
TBR x/ref: ACL Rename
by Benjamin Prosnitz
· 10 years ago
31f4985
ref: Make vdl generation use Call instead of Context.
by Suharsh Sivakumar
· 10 years ago
9dce9b2
ref: Update many variable names for *Calls to call.
by Matt Rosencrantz
· 10 years ago
bca4981
TBR: ref: namespace_browser: Move v.io/x/ref/tools to v.io/x/ref/cmd.
by Matt Rosencrantz
· 10 years ago
[Renamed from tools/binary/impl_test.go]
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
337af23
core: moving vlog from release.go.v23 to release.go.x.lib
by Jiri Simsa
· 10 years ago
6ac9522
TBR renaming party
by Jiri Simsa
· 10 years ago
e96cd04
veyron/...: avoid returning unexported types from exported constructors
by Bogdan Caprita
· 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
0003fdc
"core/veyron/tools": Test must run under agent
by Ankur
· 10 years ago
8d7a0ef
veyron/services/mgmt/binary/impl: add support for ACLs
by Robert Kroeger
· 10 years ago
f541b77
core: Remove the NewServer method of the Runtime interface.
by Matt Rosencrantz
· 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
511363d
Merge "veyron.core: Fix tests that leave files in /tmp"
by Robin Thellend
· 10 years ago
432cc2e
veyron/services/mgmt: port of binaryd integration test to Go
by Jiri Simsa
· 10 years ago
cf140c0
veyron.core: Fix tests that leave files in /tmp
by Robin Thellend
· 10 years ago
e262789
veyron/services/mgmt: Implement optional packages
by Robin Thellend
· 10 years ago
c2ed03e
veyron/tools/*: Remove dependence on rt.R()/rt.Init()
by Matt Rosencrantz
· 10 years ago
64178ed
veyron2/services/mgmt/application: Add optional packages
by Robin Thellend
· 10 years ago
a02fe8f
veyron2/ipc/model.go: Remove method argument from Lookup
by Robin Thellend
· 10 years ago
adf0ca1
End of the // eradication.
by David Why Use Two When One Will Do Presotto
· 10 years ago
710daa2
veyron2/ipc: 4 of n. 'Invoker and Signature' rationalisation.
by Cosmos Nicolaou
· 10 years ago
702385a
veyron2/vdl: New API for generated Go interfaces.
by Todd Wang
· 10 years ago
92dba58
veyron2/ipc: 3 of n. 'Invoker and Signature' rationalisation.
by Cosmos Nicolaou
· 10 years ago
1ee5e1a
veyron2/ipc: 1 of n. 'Invoker and Signature' rationalisation.
by Cosmos Nicolaou
· 10 years ago
f8d4c2b
rename ipc.ListenX to ipc.Listen.
by Cosmos Nicolaou
· 10 years ago
18205cf
veyron/tools: Merge the impl and main packages
by Robin Thellend
· 10 years ago
[Renamed (97%) from tools/binary/impl/impl_test.go]
d6c3c9c
veyron: start the transition to using ListenX.
by Cosmos Nicolaou
· 11 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
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
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
51d78fc
veyron/lib/binary: binary repository client-side library
by Jiri Simsa
· 11 years ago
fdc838b
veyron/runtimes/google/ipc: new Serve method to replace Register+Publish.
by Cosmos Nicolaou
· 11 years ago
b04fbb2
veyron2/services/mgmt/binary: binary API
by Jiri Simsa
· 11 years ago
[Renamed (68%) from tools/content/impl/impl_test.go]
ddbfebb
services/mgmt: moving Application, Content, and Profile into a single
by Jiri Simsa
· 11 years ago
70c3205
veyron/services/mgmt: implementing Revert() for the node manager
by Jiri Simsa
· 11 years ago
f5afcaf
all: Create a new client context parameter that will be the first argument of every RPC call.
by Matt Rosencrantz
· 11 years ago
308aae0
veyron/services/mgmt: Move all the CLI tools to veyron/tools.
by Robin Thellend
· 11 years ago
[Renamed (98%) from services/mgmt/content/content/impl/impl_test.go]
6933540
veyron2/naming: rename and rationalise routines for 'terminal' names.
by Cosmos Nicolaou
· 11 years ago
5293dcb
TBR
by Jiri Simsa
· 11 years ago