Sign in
vanadium
/
release.go.x.ref
/
c51e014620b913877733660709b3987fe286a626
/
lib
4ef9e25
discovery: move directory from runtime/internal to ref/lib
by Jungho Ahn
· 10 years ago
8d1c33e
ref/lib/xprc: Remove the xrpc library, it's superceded by the new server api.
by Matt Rosencrantz
· 10 years ago
bca3b9c
Merge "security: Avoid unnecessarily public key marshaling/unmarshaling."
by Asim Shankar
· 10 years ago
53ac585
ref: Convert uses of the xrpc library to the new v23 server API.
by Matt Rosencrantz
· 10 years ago
98d6d7c
v23: Promote the XWithNew*Server APIs out of experimental.
by Matt Rosencrantz
· 10 years ago
e4a49f4
ref/services/device: Introduce a DispatcherWrapper and use it to convert
by Matt Rosencrantz
· 10 years ago
6eba986
security: Avoid unnecessarily public key marshaling/unmarshaling.
by Asim Shankar
· 10 years ago
857ef43
lib/security: change ordering of blessing patterns in DebugString to favor ...
by Bogdan Caprita
· 10 years ago
0fd29eb
lib/exec: fix tests that have become even more flakey under go 1.5 & -race.
by David Why Use Two When One Will Do Presotto
· 10 years ago
f2efeb5
TBR syncbase: fix import paths post-merge
by Adam Sadovsky
· 10 years ago
8cdb0ba
TBR v.io/x/ref: fix naming conflict in VDL structs
by Srdjan Petrovic
· 10 years ago
5f041ab
Merge "TBR: x.ref/lib/pubsub: debug/fix test breakage on jenkins/linux."
by Cosmos Nicolaou
· 10 years ago
1252529
TBR: x.ref/lib/pubsub: debug/fix test breakage on jenkins/linux.
by Cosmos Nicolaou
· 10 years ago
f2b1928
TBR: lib/exec: attempt to fix flakiness by setting GOMAXPROCS to 1
by Bogdan Caprita
· 10 years ago
09d8d87
TBR: Revert "TBR skip flaky tests, see http://v.io/i/682"
by Bogdan Caprita
· 10 years ago
dd22c18
TBR skip flaky tests, see http://v.io/i/682
by James Ring
· 10 years ago
099dc7e
Merge "TBR run go generate under 1.5"
by James Ring
· 10 years ago
7060508
TBR run go generate under 1.5
by James Ring
· 10 years ago
4517d12
ref/lib/xrpc: NewServer returns the XServer interface.
by Matt Rosencrantz
· 10 years ago
130eedb
v.io/x/ref/lib/pubsub: fix racy code that breaks with go1.5.
by Cosmos Nicolaou
· 10 years ago
b0cd02d
ref/lib/security: Add a method to PrepareDischarges.
by Matt Rosencrantz
· 10 years ago
4578589
Merge "ref: fixing go vet violations"
by Jiri Simsa
· 10 years ago
d9a7b3c
ref: fixing go vet violations
by Jiri Simsa
· 10 years ago
0a3e28a
services/agent: Client side implementation of agent over IPC.
by Ryan Brown
· 10 years ago
7d30ba9
ref: required by v.io/c/14484
by Jiri Simsa
· 10 years ago
574ec4b
lib: moving pubsub from lib to ref/lib
by Jiri Simsa
· 10 years ago
208e0f3
lib/stats: Fix race in TestFunc
by Robin Thellend
· 10 years ago
40c01b2
(lib|runtime|services): Use v.io/v23/glob
by Robin Thellend
· 10 years ago
2f1878c
lib/glob: Clean up the glob library
by Robin Thellend
· 10 years ago
53b1981
glob: Parse() missed a number of bad pattern that would later
by David Why Use Two When One Will Do Presotto
· 10 years ago
3a16782
Merge "x/ref: clean up use of test.InitWithParams as per v.io/i/599"
by Cosmos Nicolaou
· 10 years ago
a4d7fbf
Merge "Needed for v.io/c/13354"
by Cosmos Nicolaou
· 10 years ago
27dc65b
x/ref: clean up use of test.InitWithParams as per v.io/i/599
by Cosmos Nicolaou
· 10 years ago
5a3125a
Needed for v.io/c/13354
by Cosmos Nicolaou
· 10 years ago
e9c622d
x.ref/runtime: convert to context-based logging.
by Cosmos Nicolaou
· 10 years ago
95ab297
ref/test: simplifying InitRandGenerator()
by Jiri Simsa
· 10 years ago
9d52e0d
services/device/internal: Pass instance name & dm blessing names to apps
by Arup Mukherjee
· 10 years ago
d922992
x/ref/services: convert more services to context based logging.
by Cosmos Nicolaou
· 10 years ago
d7d4e22
ref: Persist discharges.
by Suharsh Sivakumar
· 10 years ago
bb6295d
ref: Change many uses of v23.NewServer to use xrpc.New*Server instead.
by Matt Rosencrantz
· 10 years ago
87d884d
ref: making use of the set package
by Jiri Simsa
· 10 years ago
9691e5d
lib/apilog: use ctx based logging and sundry bug fixes.
by Cosmos Nicolaou
· 10 years ago
165e890
ref: Add test.V23InitWithNamespace
by Matt Rosencrantz
· 10 years ago
0e4e392
ref/lib/logger: provide an implementation of v23/logger.
by Cosmos Nicolaou
· 10 years ago
2766aea
Merge "ref/lib/xrpc: Add an xserver library that proposes a simplified server API."
by Matt Rosencrantz
· 10 years ago
c36fad6
lib/vdl/build: don't implicitly add 'src' to VDLPATH dirs
by James Ring
· 10 years ago
d4b9001
ref/lib/xrpc: Add an xserver library that proposes a simplified server API.
by Matt Rosencrantz
· 10 years ago
3a188d9
Merge "ref/lib/apilog: no longer need to log the file:line info in apilog output."
by Cosmos Nicolaou
· 10 years ago
c818b80
ref/test/testutil: make use of the rand generator explicit.
by Cosmos Nicolaou
· 10 years ago
86e3960
ref/lib/apilog: no longer need to log the file:line info in apilog output.
by Cosmos Nicolaou
· 10 years ago
8b53205
security: use TypicalTagTypePermissionsAuthorizer helper where relevant
by Adam Sadovsky
· 10 years ago
0845329
Merge "lib/glob: add Recursive() method"
by Adam Sadovsky
· 10 years ago
17ee4fa
TBR: global: eliminate "tam"
by Adam Sadovsky
· 10 years ago
7c27fc8
Merge "ref/lib/apilog: use vlog 'Depth' methods to print appropriate filenames in log headers."
by Cosmos Nicolaou
· 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
92c5748
ref/lib/apilog: use vlog 'Depth' methods to print appropriate filenames in log headers.
by Cosmos Nicolaou
· 10 years ago
06c85ef
vdl/compile: Modify CompileExpr to support compilation of package-path
by Suharsh Sivakumar
· 10 years ago
4c53aed
ref/lib/apilog: include the file:line # in the msg, add a unit test
by Cosmos Nicolaou
· 10 years ago
d037c06
v.io/x/ref/lib/vd/codegen/java: VDL support changes for Java rename
by Srdjan Petrovic
· 10 years ago
e1d1cf5
Merge "v.io/x/ref/lib/vd/codegen/java: don't use "final" for Java local variables"
by Srdjan Petrovic
· 10 years ago
341050c
v.io/x/ref/lib/vd/codegen/java: don't use "final" for Java local variables
by Srdjan Petrovic
· 10 years ago
911c81a
security/blessingstore: Remove old serialization format that should
by Suharsh Sivakumar
· 10 years ago
eee415c
v.io/x/ref/lib/vdl/codegen/java: fix Javadocs for VDL files and cleanup interfaces
by Srdjan Petrovic
· 10 years ago
654190e
lib/glob: add Recursive() method
by Adam Sadovsky
· 10 years ago
3bb46f5
ref: Replace x/devtools/internal/envutil with x/lib/envvar
by Todd Wang
· 10 years ago
8123b5e
ref: Move v.io/x/ref/envvar files into v.io/x/ref
by Todd Wang
· 10 years ago
2052051
v.io/x/ref/lib/vdl/codegen/java: use new verror interface
by Srdjan Petrovic
· 10 years ago
79c7ad6
Merge "ref/lib/apilog: move logcop logging and support for contex/vtrace control."
by Cosmos Nicolaou
· 10 years ago
600ca9e
v.io/x/ref/lib/vdl/codegen/java: remove "public" modifier from Java interfaces
by Srdjan Petrovic
· 10 years ago
727ce70
ref/lib/apilog: move logcop logging and support for contex/vtrace control.
by Cosmos Nicolaou
· 10 years ago
e8e6746
ref: Reimplement v23cmd without a global map.
by Todd Wang
· 10 years ago
9560b9c
ref: Replace v.io/x/lib/cmdline with v.io/x/lib/cmdline2
by Todd Wang
· 10 years ago
dcc11d7
ref: Change "profiles" directory to "runtime"
by Suharsh Sivakumar
· 10 years ago
89fe108
Merge "ref: Make vdl tool generate valid struct tags so that go vet is happy."
by Suharsh Sivakumar
· 10 years ago
d66220e
Merge "v.io/x/ref/vdl/codegen/java: vdl changes for the Java invoker interface"
by Srdjan Petrovic
· 10 years ago
071d1c8
ref: Make vdl tool generate valid struct tags so that go vet is happy.
by Suharsh Sivakumar
· 10 years ago
a7c8303
v.io/x/ref/vdl/codegen/java: vdl changes for the Java invoker interface
by Srdjan Petrovic
· 10 years ago
a036a0f
Fix a bunch of trivial problems pointed out by "go vet".
by Asim Shankar
· 10 years ago
56caaf9
Merge ""x/ref": Never recognize a root for AllPrincipals"
by Ankur
· 10 years ago
338f90c
ref: Add x/lib/cmdline2 and x/ref/lib/v23cmd.
by Todd Wang
· 10 years ago
344bbdf
"x/ref": Never recognize a root for AllPrincipals
by Ankur
· 10 years ago
2cfb482
TBR v.io/x/ref/lib/vdl: allow native type conversion for security/access pkg
by Srdjan Petrovic
· 10 years ago
7c1e50f
v.io/x/ref/lib/vdl/codegen/java: implements native type renaming for Java
by Srdjan Petrovic
· 10 years ago
3f7ceb4
ref: Add -v23.metadata, which dumps metadata for the binary.
by Todd Wang
· 10 years ago
d46f3c4
lib/stats: Add Incr() to stats.Map
by Robin Thellend
· 10 years ago
34b8a52
TBR v.io/x/ref/lib/vdl/codegen/java: make generated VDL types non-final in Java
by Srdjan Petrovic
· 10 years ago
9e5b772
"x/ref": Add Dump method to BlessingRoots
by Ankur
· 10 years ago
bb259da
Merge "vom: move magicbyte handling into encode/decode."
by Jungho Ahn
· 10 years ago
5d1fe97
vom: move magicbyte handling into encode/decode.
by Jungho Ahn
· 10 years ago
fc22c1a
ref: support for setting manifest and pristine flag at build-time
by Jiri Simsa
· 10 years ago
d87d746
TBR ref: VDL require named in-args, fix bug with named out-args.
by Todd Wang
· 10 years ago
61ad8a9
Merge "vdl: Ensure types cannot be used implicitly without typeobject()"
by Todd Wang
· 10 years ago
530af9b
vdl: Ensure types cannot be used implicitly without typeobject()
by Todd Wang
· 10 years ago
786cf4c
vdl: Change vdl tool default lang to just "go"
by Todd Wang
· 10 years ago
5519bac
Merge "ref: Change TypeBuilder.Build() to return nothing."
by Todd Wang
· 10 years ago
60b78e9
ref: CaveatX->Caveat and rename caveat factories.
by Suharsh Sivakumar
· 10 years ago
8c2f175
ref: Change TypeBuilder.Build() to return nothing.
by Todd Wang
· 10 years ago
fdd6ec7
all: remove .api files from ref/
by James Ring
· 10 years ago
48e282f
vdl/js: Use the lowercased exports of the vdl namespace
by Shyam Jayaraman
· 10 years ago
Next »