1. b88a111 veyron2/security, veyron2/services/security/access: Update security.ACL to support the Access API. by Tilak Sharma · 11 years ago
  2. 80bbeac veyron/examples/{mdb,todos}/run.sh: better at_exit cleanup by Adam Sadovsky · 11 years ago
  3. 949b557 veyron/examples/todos: remove unnecessary npm path in makefile. the PATH variable works just fine. :) by Adam Sadovsky · 11 years ago
  4. 7e1ed83 veyron/examples/{mdb,todos}: reenable tests now that the protocol/address config issues are resolved by Adam Sadovsky · 11 years ago
  5. 785882f Merge "Use naming.Join now that it can take a variable number of args." by Ken Ashcraft · 11 years ago
  6. c2631c3 Merge "veyron/examples/bank: Comment out pbankd." by Ken Ashcraft · 11 years ago
  7. 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
  8. 7ca37d9 Use naming.Join now that it can take a variable number of args. by Ken Ashcraft · 11 years ago
  9. e23121a veyron/examples/bank: Comment out pbankd. by Ken Ashcraft · 11 years ago
  10. 3ed3024 veyron2/security, veyron/security: Move ACL authorizer to veyron/security. by Tilak Sharma · 11 years ago
  11. c53de36 TBR fixing broken shell tests by Jiri Simsa · 11 years ago
  12. a942b75 scripts: cleanup of shell scripts by Jiri Simsa · 11 years ago
  13. bb7aad2 veyron/examples/{mdb,todos}: disable test.sh's until we can get them passing on jenkins by Adam Sadovsky · 11 years ago
  14. bb73dda veyron/examples/{mdb,todos}: attempt #2 to fix test.sh's by Adam Sadovsky · 11 years ago
  15. 8bb9be9 Merge "go/examples/pipetobrowser: Updating icon paths for match new version of Polymer" by Ali Ghassemi · 11 years ago
  16. 1a40959 veyron/examples/{mdb,todos}: make test.sh work when run from different dir by Adam Sadovsky · 11 years ago
  17. 8751518 go/examples/pipetobrowser: Updating icon paths for match new version of Polymer by aghassemi · 11 years ago
  18. 7a932b7 veyron/examples/todos: add simple test.sh by Adam Sadovsky · 11 years ago
  19. 27b927a Merge "veyron/examples/mdb: simple test.sh" by Adam Sadovsky · 11 years ago
  20. 2a95a7f Removes javascript/api by Jason Campbell · 11 years ago
  21. 5d72ffc veyron/examples/mdb: simple test.sh by Adam Sadovsky · 11 years ago
  22. 7ab7a51 veyron/examples/todos: basic browserify setup by Adam Sadovsky · 11 years ago
  23. ab4f10d veyron2/security: Add the Resolve label. by Tilak Sharma · 11 years ago
  24. 100c151 veyron/examples/todos: replace todos_appd with todos_react, get rid of grunt stuff and other old junk. by Adam Sadovsky · 11 years ago
  25. 76e08ec veyron/services/store/stored: Add viewer to stored itself (enabled by default), and update mdb example accordingly, with a proper Makefile and full usage instructions in a README.md file. by Adam Sadovsky · 11 years ago
  26. f0e6f99 Merge "veyron2/storage: Remove overlapping Stat and Entry types." by Ken Ashcraft · 11 years ago
  27. 0ba62c8 veyron/examples/tunnel/tunneld: Ensure that the spawned process is killed if the client exits. by Asim Shankar · 11 years ago
  28. b8ddc35 veyron2/storage: Remove overlapping Stat and Entry types. by Ken Ashcraft · 11 years ago
  29. 0392705 veyron2/vdl: Remove comments about cancel on the Advance. by Shyam Jayaraman · 11 years ago
  30. ad0a965 veyron/examples/tunnel: Fix race in IO by Robin Thellend · 11 years ago
  31. a57725e veyron/examples/rockpaperscissors: Fix race. by Robin Thellend · 11 years ago
  32. 070717c veyron2/vdl: Reinit the val we are deserializing into on the server by Shyam Jayaraman · 11 years ago
  33. 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
  34. b2e10e1 veyron/examples/pipetobrowser by Alex Fandrianto · 11 years ago
  35. 04c5eef {go/src/veyron2/storage,go/src/veyron2/services/store,go/src/veyron/services/store}: new transaction API by Adam Sadovsky · 11 years ago
  36. c6563f5 veyron/examples/tunnel/tunneld/test.sh: Add more debug info. by Robin Thellend · 11 years ago
  37. 5659aab veyron/examples/tunnel: Fix possible "send on closed channel" error. by Asim Shankar · 11 years ago
  38. 7f43d65 Merge "veyron/examples/todos/todos_react: add react-based client-side todos app (not yet hooked up to Veyron)" by Adam Sadovsky · 11 years ago
  39. 5434702 veyron/examples/todos/todos_react: add react-based client-side todos app (not yet hooked up to Veyron) by Adam Sadovsky · 11 years ago
  40. 256d767 veyron/examples/stfortune: Use query functionality in the codelab. by Ken Ashcraft · 11 years ago
  41. b1acafd scripts/jenkins,veyron/examples: test.sh and related tweaks. by Asim Shankar · 11 years ago
  42. 8fc1000 veyron2,veyron/examples/unresolve: Fix broken TestUnresolve. by Asim Shankar · 11 years ago
  43. e85827f Merge "veyron/examples/tunnel/tunneld: Add more logging to help debug flaky test failures." by Asim Shankar · 11 years ago
  44. 7158af5 veyron/examples: Moving running of services inside its own script for by Ali Ghassemi · 11 years ago
  45. 1fef183 veyron/examples/tunnel/tunneld: Add more logging to help debug flaky by Asim Shankar · 11 years ago
  46. 1ee051a veyron/examples/tunnel/tunneld,veyron/services/mounttable/mounttabled: Make tests more portable by Robin Thellend · 11 years ago
  47. 930a64f scripts/jenkins: Control script for running "integration" tests on jenkins. by Asim Shankar · 11 years ago
  48. a4f56db veyron2/vdl/vdl: Fix broken build. by Robin Thellend · 11 years ago
  49. aadd1ef Merge "veyron2/vdl: Remove generated dead code" by Asim Shankar · 11 years ago
  50. 397c27a javascript: Run identityd with --httpaddr instead of --address by Asim Shankar · 11 years ago
  51. 4ac0f05 veyron/examples/pipetobrowser: Update Makefile by Asim Shankar · 11 years ago
  52. 8e8f1f4 veyron2/vdl: Remove generated dead code by Asim Shankar · 11 years ago
  53. c4aed6e veyron/...: Changed the generated ipc stream to match our one true stream api. by Shyam Jayaraman · 11 years ago
  54. ce3898a android: Make map, list, set, array generated code implement standard java interfaces by Benjamin Prosnitz · 11 years ago
  55. 984214f vdl: temporary fix of issue 29: Generate a use of wiretype whenever there is an interface to temporarily fix errors on packages with just bootstrap types by Benjamin Prosnitz · 11 years ago
  56. e719916 Merge "Added depcop configuration files to veyron packages" by Mehrdad Afshari · 11 years ago
  57. a5ef10c veyron2/vdl/gen: attempt at clarifying the semantics of the stream API through by Bogdan Caprita · 11 years ago
  58. 6da9001 veyron/examples/pipetobrower: Final clean up for P2B by Ali Ghassemi · 11 years ago
  59. a3c9765 "veyron2": Add PublicIDStore to Runtime by Ankur · 11 years ago
  60. 44ea34f Added depcop configuration files to veyron packages by Mehrdad Afshari · 11 years ago
  61. ce69243 veyron/examples/pipetobrowser: Polish and performance improvements by Ali Ghassemi · 11 years ago
  62. 0ecdd7a veyron2/val veyron2/vdl: Part 1 - reorganization of val and vdl by Todd Wang · 11 years ago
  63. f6e9eee Merge "veyron/examples/pipetobrowser: Performance improvements for Console plugin." by Ali Ghassemi · 11 years ago
  64. 854800c Merge "Signal network changes." by David Why Use Two When One Will Do Presotto · 11 years ago
  65. f6813ec Signal network changes. by David Why Use Two When One Will Do Presotto · 11 years ago
  66. 51c97c8 veyron/examples/pipetobrowser: Performance improvements for Console plugin. by Ali Ghassemi · 11 years ago
  67. e0fc63a veryon/examples/pipetobrowser: Switching name back to google/p2b/[name]/[plugin] by Ali Ghassemi · 11 years ago
  68. 6e74468 Attempt at a reasonable build system for P2B by Ali Ghassemi · 11 years ago
  69. 5e2d3d8 veyron/examples/pipetobrowser: Help page and polishing the error and loading by Ali Ghassemi · 11 years ago
  70. d1b3796 javascript/api: Updated javascript api to match the new serve api in go. by Shyam Jayaraman · 11 years ago
  71. 2a46dba veyron/examples/tunnel: Fix some documentation typos by Asim Shankar · 11 years ago
  72. de260fe Merge "veyron/examples/stfortune: Bug fix to handle same fortune being put repeatedly." by Himabindu Pucha · 11 years ago
  73. e0811ab Merge "Add the --watch option to stfortune (codelab)." by Raja Daoud · 11 years ago
  74. 7504b14 Add the --watch option to stfortune (codelab). by Raja Daoud · 11 years ago
  75. 33c5228 Merge "veryon/examples/pipetobrowser: Adding new feature that allows one to redirect a pipe from the pipe viewer tab to any other PipeToBrowser service using its veyron name." by Ali Ghassemi · 11 years ago
  76. 7c532e0 veyron/examples/pipetobrowser: Pagination support for the DataGrid component by Ali Ghassemi · 11 years ago
  77. c1386b6 veyroni/examples/boxes: Fix the build. by Tilak Sharma · 11 years ago
  78. 653231e veyron/examples/pipetobrowser: Globing the namespace to give user a by Ali Ghassemi · 11 years ago
  79. a36277b veyron/examples/pipetobrowsers: Using actual name from the plugins for tab name. by Ali Ghassemi · 11 years ago
  80. c6e113e veryon/examples/pipetobrowser: Adding new feature that allows one to redirect a pipe by aghassemi · 11 years ago
  81. 3fb5ffb veyron/examples/boxes: Replace calls to raw.Watch with WatchGlob. by Tilak Sharma · 11 years ago
  82. ce90629 veyron/examples/stfortune: Bug fix to handle same fortune being put repeatedly. by Himabindu Pucha · 11 years ago
  83. 948d6fa Merge "veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup." by Bogdan Caprita · 11 years ago
  84. ee0ac3c Merge "veyron/examples/tunnel/tunneld: Add test.sh, fix a bug." by Robin Thellend · 11 years ago
  85. 1f2f970 Merge "veyron,veyron2: replace Veyron name by Object name everywhere." by Bogdan Caprita · 11 years ago
  86. 098fdca veyron/examples/pipetobrowser: Supporting fullscreen mode for pipe tabs by Ali Ghassemi · 11 years ago
  87. d9281a3 veyron,veyron2: replace Veyron name by Object name everywhere. by Bogdan Caprita · 11 years ago
  88. 6938ab5 Merge "veyron/examples/pipetobrowser: Search, filter and sort for the Git Status plugin" by Ali Ghassemi · 11 years ago
  89. c746bc5 Reuse ipc.Server object instead of creating a new handle. by Gautham · 11 years ago
  90. f7833d1 veyron/examples/tunnel/tunneld: Add test.sh, fix a bug. by Robin Thellend · 11 years ago
  91. 4258d88 veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup. by Bogdan Caprita · 11 years ago
  92. 8ad8c94 veyron/examples/boxes/android/src/boxesp2p - fix up to use new ipc.Serve. by Cosmos Nicolaou · 11 years ago
  93. 9bcaa94 veyron/examples/pipetobrowser: Search, filter and sort for the Git Status plugin by Ali Ghassemi · 11 years ago
  94. 20afa26 Merge "veyron/examples/stfortune: Use WatchGlob to wait until the schema is initialized." by Tilak Sharma · 11 years ago
  95. 9b9c109 veyron/examples/boxes/signallingserver: fix up after ipc.Serve API change. by Cosmos Nicolaou · 11 years ago
  96. 1a9a284 veyron/examples/stfortune: Use WatchGlob to wait until the schema is initialized. by Tilak Sharma · 11 years ago
  97. b54b247 veyron/examples/pipetobrowser: making data-grid responsive and polishing the by Ali Ghassemi · 11 years ago
  98. fdc838b veyron/runtimes/google/ipc: new Serve method to replace Register+Publish. by Cosmos Nicolaou · 11 years ago
  99. b566fdb Merge "veyron/examples/pipetobrowser: Supporting search (in message, file path, threadid ), filtering (log levels, date), sorting (all columns except message) for veyron log viewer. Also adding ability to pause/resume the log viewer." by Ali Ghassemi · 11 years ago
  100. 73e9cac veyron/lib/testutil: factoring out the security testing utility to by Jiri Simsa · 11 years ago