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