Sign in
vanadium
/
release.go.x.ref
/
4b52ff4d5c0f1df621c96f4dac8bfdaa356bad0f
4b52ff4
Merge "ref: Change underscore to hypens for identityd flags."
by Suharsh Sivakumar
· 10 years ago
d701fc9
Merge "v.io/x/ref/services/mounttable/lib: Use verror insetad of fmt.Errof or errors.New"
by Mike Burrows
· 10 years ago
215afa8
Merge "ref: added interfaces to make the reserved name dispatcher configurable"
by Robert Kroeger
· 10 years ago
16e856b
Merge "lib/vdl/codegen/java: fix Java VDL output for multi-value return with unnamed out args"
by James Ring
· 10 years ago
afbdc2e
Merge "ref: Change underscore to hyphen for principal tool."
by Suharsh Sivakumar
· 10 years ago
07e81b5
Merge "security: The default authorizer has been made public."
by Asim Shankar
· 10 years ago
64d62b5
Merge "ref/roled: Change flag from using underscore to using hyphen."
by Suharsh Sivakumar
· 10 years ago
fcbffb8
Merge "services/identity: Adopt privacy team recommendation."
by Asim Shankar
· 10 years ago
59f727d
Merge "cmd/principal: Counterpart to https://vanadium-review.googlesource.com/#/c/9131/"
by Asim Shankar
· 10 years ago
02cc279
ref/roled: Change flag from using underscore to using hyphen.
by Suharsh Sivakumar
· 10 years ago
e4a8c09
security: The default authorizer has been made public.
by Asim Shankar
· 10 years ago
7e97bc2
Merge "services/mgmt/lib/acls: additional hierarchical authorizer changes"
by Robert Kroeger
· 10 years ago
510d43f
ref: Change underscore to hypens for identityd flags.
by Suharsh Sivakumar
· 10 years ago
d840595
Merge "services/mgmt/lib/acls: fix a dependency violation"
by Robert Kroeger
· 10 years ago
ed5be1d
ref: Change underscore to hyphen for principal tool.
by Suharsh Sivakumar
· 10 years ago
a402535
Merge "cmd/vrpc: Do not talk to unrecognized services unless explicitly told to do so with a "--insecure" flag that is bound to raise eyebrows"
by Asim Shankar
· 10 years ago
fcf9d6d
Merge "test: More VEYRON -> V23 renaming for enviroment variables."
by Asim Shankar
· 10 years ago
d709b28
Merge "profiles/internal/naming/namespace|services/mounttable: Pass IsLeaf all the way"
by Robin Thellend
· 10 years ago
849c352
Merge "services/mgmt,lib/exec: convert env vars from VEYRON_ or VANADIUM_ to V23_"
by Bogdan Caprita
· 10 years ago
fe9a003
Merge "services/mgmt/device/impl: wait for suidhelper to exit"
by Robert Kroeger
· 10 years ago
24340db
services/mgmt/lib/acls: fix a dependency violation
by Robert Kroeger
· 10 years ago
7d48501
test: More VEYRON -> V23 renaming for enviroment variables.
by Asim Shankar
· 10 years ago
d7b3047
services/mgmt,lib/exec: convert env vars from VEYRON_ or VANADIUM_ to V23_
by Bogdan Caprita
· 10 years ago
1c448c5
cmd/vrpc: Do not talk to unrecognized services unless explicitly
by Asim Shankar
· 10 years ago
6f8ca63
services/mgmt/device/impl: wait for suidhelper to exit
by Robert Kroeger
· 10 years ago
f32d24d
flags: Replace "veyron" with "v23". (And _s with -s)
by Asim Shankar
· 10 years ago
ebd608c
Merge "cmd/principal: Add --file flag to recvblessings and bless."
by Suharsh Sivakumar
· 10 years ago
2c9f5c2
Merge "services/security/roled/internal: Remove _role suffix from generated blessings"
by Robin Thellend
· 10 years ago
d62d98d
Merge "TBR namespace: Add opts to each call that has underlying RPCs to pass CallOpts to those RPCs."
by Jiri Simsa
· 10 years ago
38788d4
TBR namespace: Add opts to each call that has underlying RPCs
by David Why Use Two When One Will Do Presotto
· 10 years ago
94c9d0b
TBR x/ref: Flatten v.io/v23/services/mgmt/* to v.io/v23/services/*
by Todd Wang
· 10 years ago
771be88
services/mgmt/lib/acls: additional hierarchical authorizer changes
by Robert Kroeger
· 10 years ago
32c947b
Merge "vdl: Remove rpc.BindOpt from generated code."
by Asim Shankar
· 10 years ago
1422609
Merge "services/mgmt/lib/acls: restructure the hierarchical authorizer for use by debug"
by Robert Kroeger
· 10 years ago
2394647
Merge "cmd/vrun: Use exec.LookPath"
by Robin Thellend
· 10 years ago
b233a10
services/security/roled/internal: Remove _role suffix from generated blessings
by Robin Thellend
· 10 years ago
0c739da
lib/vdl/codegen/java: fix Java VDL output for multi-value return with unnamed out args
by James Ring
· 10 years ago
ab21eb0
cmd/principal: Add --file flag to recvblessings and bless.
by Suharsh Sivakumar
· 10 years ago
316442c
ref: added interfaces to make the reserved name dispatcher configurable
by Robert Kroeger
· 10 years ago
69fa69f
vdl: Remove rpc.BindOpt from generated code.
by Asim Shankar
· 10 years ago
6aaceb9
Merge "v.io/x/ref/profiles/internal/rpc: Reduce initial backoff time."
by Matt Rosencrantz
· 10 years ago
0064374
profiles/internal/naming/namespace|services/mounttable: Pass IsLeaf all the way
by Robin Thellend
· 10 years ago
154fce0
services/mgmt/lib/acls: restructure the hierarchical authorizer for use by debug
by Robert Kroeger
· 10 years ago
757ddb4
cmd/vrun: Use exec.LookPath
by Robin Thellend
· 10 years ago
058877d
Merge "x/ref: Add vdl "file doc", used to insert the copyright header."
by Todd Wang
· 10 years ago
5406552
Merge "Changes to WSPR to support go-style blessing"
by Benjamin Prosnitz
· 10 years ago
254d570
v.io/x/ref/profiles/internal/rpc: Reduce initial backoff time.
by Matt Rosencrantz
· 10 years ago
494c343
services/identity: Adopt privacy team recommendation.
by Asim Shankar
· 10 years ago
b3c8d66
cmd/principal: Counterpart to https://vanadium-review.googlesource.com/#/c/9131/
by Asim Shankar
· 10 years ago
b90b8de
x/ref: Add vdl "file doc", used to insert the copyright header.
by Todd Wang
· 10 years ago
32c8e75
ref/cmd/principal: Change principal store command to
by Suharsh Sivakumar
· 10 years ago
fe438be
Merge "x/ref: Flatten v23/services/security/{groups,object}"
by Todd Wang
· 10 years ago
784b5ba
Merge "v.io/x/ref/lib/flags: Use verror instead of fmt.Errorf"
by Mike Burrows
· 10 years ago
4d7b13b
v.io/x/ref/lib/flags: Use verror instead of fmt.Errorf
by Mike Burrows
· 10 years ago
2c98937
v.io/x/ref/lib/stats: Use verror instead of fmt.Errorf or errors.New
by Mike Burrows
· 10 years ago
cf76681
v.io/x/ref/services/mounttable/lib: Use verror insetad of fmt.Errof or errors.New
by Mike Burrows
· 10 years ago
87393e6
vdl/js: Fix the copyright portion of the vdl generator so the presubmit
by Shyam Jayaraman
· 10 years ago
00af874
Merge "cmd/principal: addtoroots can now be used to add (key, blessingpattern) pairs directly (without a blessing)."
by Asim Shankar
· 10 years ago
30192a2
x/ref: Flatten v23/services/security/{groups,object}
by Todd Wang
· 10 years ago
c6f38e9
profiles: RegisterProfileInit -> RegisterProfile.
by Suharsh Sivakumar
· 10 years ago
80277d0
cmd/principal: addtoroots can now be used to add (key, blessingpattern)
by Asim Shankar
· 10 years ago
33e1a04
Merge "profiles/internal/rpc: Reduce verbosity of authentication errors."
by Asim Shankar
· 10 years ago
1e03d86
Merge "rpc: Use Equivalent method instead of reflect.DeepEquals."
by Suharsh Sivakumar
· 10 years ago
534f564
Merge "services/mgmt: More VEYRON_* --> V23_* environment variable renames."
by Asim Shankar
· 10 years ago
9ee9112
Merge "cmd/mgmt/device: add newline after printing status in device status command."
by Bogdan Caprita
· 10 years ago
3a6ca47
services/mgmt: More VEYRON_* --> V23_* environment variable renames.
by Asim Shankar
· 10 years ago
07b57f2
rpc: Use Equivalent method instead of reflect.DeepEquals.
by Suharsh Sivakumar
· 10 years ago
6d5e9e7
profiles/internal/rpc: Reduce verbosity of authentication errors.
by Asim Shankar
· 10 years ago
03d8fd3
listenspec: Make GetListenSpec return a copy of the listenspec in the context.
by Suharsh Sivakumar
· 10 years ago
a7e0d1f
Merge "services/mgmt/device/impl/app_service.go: Create app STDERR/STDOUT w/ mode 644"
by Arup Mukherjee
· 10 years ago
9f5b6d7
Merge "examples/rps/rpsbot: Hold the RPC return until all data is written"
by Robin Thellend
· 10 years ago
387d8a4
TBR x/ref: Rename services/security/access to security/access
by Todd Wang
· 10 years ago
6085ccb
Merge "ref: Begin consolidating environment variables into a single package."
by Asim Shankar
· 10 years ago
634dca9
examples/rps/rpsbot: Hold the RPC return until all data is written
by Robin Thellend
· 10 years ago
fac80b2
cmd/mgmt/device: add newline after printing status in device status command.
by Bogdan Caprita
· 10 years ago
8c71569
Merge "x/ref/services/mgmt/application: Remove impl directory."
by Todd Wang
· 10 years ago
23bf1a0
Changes to WSPR to support go-style blessing
by Benjamin Prosnitz
· 10 years ago
6ccde4a
TBR: discharge cache: Remove stale todo.
by Suharsh Sivakumar
· 10 years ago
e85e2f2
Merge "internal/testing/mocks: add support for dropping v23 rpc protocol messages."
by Cosmos Nicolaou
· 10 years ago
8fa4ba0
Merge "mounttable: Remove the MountX call."
by Asim Shankar
· 10 years ago
830e137
internal/testing/mocks: add support for dropping v23 rpc protocol messages.
by Cosmos Nicolaou
· 10 years ago
df2fcb0
Merge "namespace: dedup glob replies."
by David Why Use Two When One Will Do Presotto
· 10 years ago
29827c0
services/mgmt/device/impl/app_service.go: Create app STDERR/STDOUT w/ mode 644
by Arup Mukherjee
· 10 years ago
f4f19fd
Merge "v.io/x/ref/cmd: Change all binaries so they call v23.Init()."
by Matt Rosencrantz
· 10 years ago
884c61a
Merge "services/security/role: Add role server"
by Robin Thellend
· 10 years ago
8a8035b
Merge "x/ref/services/mgmt/profile: Remove impl directory."
by Todd Wang
· 10 years ago
1e7c61a
Merge "profiles/internal: Add ServesLeaf/IsLeaf to the Endpoint"
by Robin Thellend
· 10 years ago
83cd612
services/security/role: Add role server
by Robin Thellend
· 10 years ago
a471dc7
Merge "profiles/internal/testing/mocks/mocknet: mock net.Conn for use in tests."
by Cosmos Nicolaou
· 10 years ago
3fc13f4
namespace: dedup glob replies.
by David Why Use Two When One Will Do Presotto
· 10 years ago
53e1b71
Merge "v.io/x/ref/lib/exec: Use verror instead of errors.New() and fmt.Errorf()"
by Mike Burrows
· 10 years ago
b457df9
profiles/internal: Add ServesLeaf/IsLeaf to the Endpoint
by Robin Thellend
· 10 years ago
4c892fb
profiles/internal/testing/mocks/mocknet: mock net.Conn for use in tests.
by Cosmos Nicolaou
· 10 years ago
59b8b69
ref: Begin consolidating environment variables into a single package.
by Asim Shankar
· 10 years ago
71b838c
mounttable: Remove the MountX call.
by Asim Shankar
· 10 years ago
c96b132
TBR rpc version: temporarily rollback supported version from 8 to 7.
by Jungho Ahn
· 10 years ago
c626dde
Merge "identity: Add pretty printing of caveats."
by Suharsh Sivakumar
· 10 years ago
ccbc764
identity: Add pretty printing of caveats.
by Suharsh Sivakumar
· 10 years ago
60408fa
TBR vom: enable separate vom type stream
by Jungho Ahn
· 10 years ago
de99044
x/ref/services/mgmt/profile: Remove impl directory.
by Todd Wang
· 10 years ago
Next »