1. 159964b Prepare to remove non-nil-any (aka top-level-any) from vdl.Value by Todd Wang · 9 years ago
  2. 694508a debug: Use go-bindata to move template files out of the debug tool. by Matt Rosencrantz · 9 years ago
  3. c94b20f services/debug/debug: disable flaky test by Robin Thellend · 9 years ago
  4. 3dd3ba5 ref: Address https://v.io/i/1220 by Adam Sadovsky · 9 years ago
  5. 5280e8e testing: Add a flag "--v23.debug-address". When specified it starts a by Matt Rosencrantz · 9 years ago
  6. e71b682 services/debug/debug: Tweaks by Asim Shankar · 9 years ago
  7. 60f3236 services/debug/debug: Bugfix by Asim Shankar · 9 years ago
  8. 0a36e6f ref: gosh: switch from Logf/Fatalf to TB, and related by Adam Sadovsky · 9 years ago
  9. 14072d1 services/debug/debug: Support multiple names by Asim Shankar · 9 years ago
  10. d4cbe8f ref: make gosh.BuildGoPkg a package-level helper by Adam Sadovsky · 9 years ago
  11. 8d2b030 services/debug/debug: Display "sub-stats" by Asim Shankar · 9 years ago
  12. e13ef1f xref: generate vom.RawBytes by default for any by Benjamin Prosnitz · 9 years ago
  13. fa765b8 ref: security: Add API for notification of changes to the default blessings. by Asim Shankar · 9 years ago
  14. e14a595 TBR xref: support encoding/decoding non top level raw bytes by Benjamin Prosnitz · 9 years ago
  15. b807938 services/debug/debug: tweak TestV23DebugGlobLogs by Robin Thellend · 9 years ago
  16. 338ce84 Merge "ref: gosh: address TODOs" by Adam Sadovsky · 9 years ago
  17. 511c735 ref: In the vtrace visualization, bucket the traces based on execution time. by Shyam Jayaraman · 9 years ago
  18. aefca75 ref: gosh: address TODOs by Adam Sadovsky · 9 years ago
  19. 01841c1 services/debug/debug: Ability to delegate debugging to another user. by Asim Shankar · 9 years ago
  20. ae89460 ref: RIP modules, long live gosh+v23test by Adam Sadovsky · 9 years ago
  21. f288cfc ref: Added a visualization page for vtrace. by Shyam Jayaraman · 9 years ago
  22. a04ba6e ref: gosh/v23test: address gosh TODOs, update v23 code by Adam Sadovsky · 9 years ago
  23. 1ec6277 ref: Changed the way that log level is set for vtrace by Shyam Jayaraman · 9 years ago
  24. fe97e91 ref: v23test: port more tests by Adam Sadovsky · 9 years ago
  25. 0bdc49b services/debug: Access to profiling information and commands. by Asim Shankar · 9 years ago
  26. 91c24bd services/internal/pproflib: Refactor. by Asim Shankar · 9 years ago
  27. 7617a79 services/debug/debug: Use the --timeout flag in the browse interface. by Asim Shankar · 9 years ago
  28. 63a25bc ref: update various tests to use v23test by Adam Sadovsky · 9 years ago
  29. af8d992 services/debug/debug: "Browse" interface for debugging. by Asim Shankar · 9 years ago
  30. 4367ea4 ref: Pass global and ancestor flags to external subcommands. by Todd Wang · 9 years ago
  31. 8858ada Counterpart to https://vanadium-review.googlesource.com/17703 by Asim Shankar · 9 years ago
  32. cb01213 services/debug/debug: make the timeout flag-configurable by Bogdan Caprita · 9 years ago
  33. 8da610c Merge "x/ref: apply changes to vmodule/vpath flag comments from v.io/c/17092" by Bogdan Caprita · 9 years ago
  34. d1524af Make the debug dispatcher test tolerant of additional log files. by Matt Rosencrantz · 9 years ago
  35. d8262ac x/ref: apply changes to vmodule/vpath flag comments from v.io/c/17092 by Bogdan Caprita · 9 years ago
  36. 7953ddf test/init: Remove test.Init, which is a no-op by Asim Shankar · 9 years ago
  37. ab8dc21 ref: Added v.io/x/lib/timing package. by Todd Wang · 9 years ago
  38. 45ad428 TBR: fix godoc by Nicolas Lacasse · 9 years ago
  39. e34d3dc TBR: v23->jiri by Nicolas Lacasse · 9 years ago
  40. 0f07c60 TBR: ref: Replace "v23" (the tool name) with "jiri". by Nicolas Lacasse · 9 years ago
  41. 1b1b938 TBR: ref: Replace V23_ROOT with JIRI_ROOT everywhere. by Nicolas Lacasse · 9 years ago
  42. 86f1962 services/debug: add "json" option to "stats read". by Jing Jin · 10 years ago
  43. 53ac585 ref: Convert uses of the xrpc library to the new v23 server API. by Matt Rosencrantz · 10 years ago
  44. 26f1c4d ref: changes related to v.io/c/14371 by Jiri Simsa · 10 years ago
  45. 40c01b2 (lib|runtime|services): Use v.io/v23/glob by Robin Thellend · 10 years ago
  46. 2f1878c lib/glob: Clean up the glob library by Robin Thellend · 10 years ago
  47. 64d573d x/ref: make use of ctx arg to Lookup. by Cosmos Nicolaou · 10 years ago
  48. 5a3125a Needed for v.io/c/13354 by Cosmos Nicolaou · 10 years ago
  49. bb6295d ref: Change many uses of v23.NewServer to use xrpc.New*Server instead. by Matt Rosencrantz · 10 years ago
  50. 6c36388 go generate updates following v.io/c/12224 by Cosmos Nicolaou · 10 years ago
  51. 1144045 ref: Add short description to godoc headers. by Todd Wang · 10 years ago
  52. 60052d8 ref: Rename test.InitForTest to test.V23Init by Todd Wang · 10 years ago
  53. 9587390 ref: Change test/modules registration mechanism. by Todd Wang · 10 years ago
  54. 9560b9c ref: Replace v.io/x/lib/cmdline with v.io/x/lib/cmdline2 by Todd Wang · 10 years ago
  55. dcc11d7 ref: Change "profiles" directory to "runtime" by Suharsh Sivakumar · 10 years ago
  56. a036a0f Fix a bunch of trivial problems pointed out by "go vet". by Asim Shankar · 10 years ago
  57. 338f90c ref: Add x/lib/cmdline2 and x/ref/lib/v23cmd. by Todd Wang · 10 years ago
  58. 3f7ceb4 ref: Add -v23.metadata, which dumps metadata for the binary. by Todd Wang · 10 years ago
  59. fdd6ec7 all: remove .api files from ref/ by James Ring · 10 years ago
  60. 3650fd4 all: add .api files necessary for public API presubmit check by James Ring · 10 years ago
  61. 1624bf9 ref: Add cmdline.HideGlobalFlagsExcept() to clean up help. by Todd Wang · 10 years ago
  62. ad49204 ref: Change context mutators from SetFoo to WithFoo. by Todd Wang · 10 years ago
  63. 185c0c6 profiles/internal/rpc: more verror conversions and tests. by Cosmos Nicolaou · 10 years ago
  64. 5771aec Merge "various: make Glob return GlobReply" by James Ring · 10 years ago
  65. 8c4e5cc x/ref: Update package doc for all packages. by Todd Wang · 10 years ago
  66. c971dca various: make Glob return GlobReply by James Ring · 10 years ago
  67. 8196c1e Ensure that the default namespace root is authorized. by Asim Shankar · 10 years ago
  68. fb93903 x/ref: Move packages without external users into internal. by Todd Wang · 10 years ago
  69. 32f76fb TBR ref: s/VANADIUM_ROOT/V23_ROOT/ by Jiri Simsa · 10 years ago
  70. f264123 lib/flags: Remove old flags (veyron...) by Asim Shankar · 10 years ago
  71. 4aaf8fa x/ref: Move cmd/debug to services/debug/debug by Todd Wang · 10 years ago
  72. 1ea8f19 x/ref: Restructure debug,logreader,pprof,repository,stats,vtrace. by Todd Wang · 10 years ago