1. 3f501f7 veyron/examples/runtime: make sure we use sync.WaitGroup in the prescribed way: by Bogdan Caprita · 11 years ago
  2. 848cb46 Merge "veyron/examples/stfortune: Implementation for store/sync codelab. It is a client backed by the Veyron Store." by Himabindu Pucha · 11 years ago
  3. 681f016 veyron/examples/stfortune: Implementation for store/sync codelab. It by Himabindu Pucha · 11 years ago
  4. e46755c {veyron,javascript}/examples/rockpaperscissors: Use unresolved names by Robin Thellend · 11 years ago
  5. 6e6ec3a veyron/examples/pipetobrowser: Veyron Log Viewer plugin. by Ali Ghassemi · 11 years ago
  6. d6a8f6c Merge "veyron/examples/pipetobrowser: Adding couple of new plugins similar to *nix's /dev/null concept. " by Ali Ghassemi · 11 years ago
  7. a39e275 veyron/examples/pipetobrowser: Adding couple of new plugins similar to *nix's /dev/null concept. by Ali Ghassemi · 11 years ago
  8. fea25e5 Merge "veyron/examples/pipetobrowser: Implemening a plugin that can display data from "git status --short" command in a data grid. The grid displays the file state (staged, not staged, conflicted, untracked, ignored), the file action (added moved, copied, modified), the path for the file and a summary such as "Conflicted, deleted by them, file modified"" by Ali Ghassemi · 11 years ago
  9. d34a79a Merge "veyron/examples/pipe-to-browser: Adding a stream-byte-counter that will work as a meter to count number of bytes coming in. We use this through stream to update the total number of bytes read and update the Status page UI accordingly." by Ali Ghassemi · 11 years ago
  10. 377f4cb veyron/examples/boxes: Use raw.Request instead of watch.Request. by Tilak Sharma · 11 years ago
  11. fdbdd09 veyron/examples/pipetobrowser: Implemening a plugin that can display data from by Ali Ghassemi · 11 years ago
  12. 8b83105 global rename of MOUNTTABLE_ROOT to NAMESPACE_ROOT. This affects by Cosmos Nicolaou · 11 years ago
  13. 3443eca veyron/examples/pipetobrowser: Implementing "Stop Service" functionality. by Ali Ghassemi · 11 years ago
  14. 367ca04 veyron/examples/pipe-to-browser: Adding a stream-byte-counter that will by Ali Ghassemi · 11 years ago
  15. 8b6e1ea veyron/examples/bank by Alex Fandrianto · 11 years ago
  16. 5f6a695 veyron/examples/rockpaperscissors: Add command-line player interface. by Robin Thellend · 11 years ago
  17. 14357a7 Merge "veyron2/naming: renaming MountTable to Namespace" by Cosmos Nicolaou · 11 years ago
  18. 4e02997 veyron2/naming: renaming MountTable to Namespace by Cosmos Nicolaou · 11 years ago
  19. 1472248 veyron/examples,runtimes: quiten down tests. by Cosmos Nicolaou · 11 years ago
  20. cbc6539 Merge "veyron2, veyron: fix tests to use terminal names correctly." by Cosmos Nicolaou · 11 years ago
  21. ef43dc4 veyron2, veyron: fix tests to use terminal names correctly. by Cosmos Nicolaou · 11 years ago
  22. f88ee31 veyron/examples/pipetobrowser: Using io.Copy to copy from stdin to stream by Ali Ghassemi · 11 years ago
  23. c4d7bb0 Merge "veyron/go/examples/pipetobrowser: Second phase of Pipe to Browser including: -Image plugin -Page Layout UI -Status Page UI ( Uptime, total # of pipes, publish date, name, etc..) -Publish Page UI -Pipes Page UI -Support for multiple pipes at the same time with tabs -Upgrade to Polymer 3.1 (moved to third-party) -Refactoring and renaming" by Ali Ghassemi · 11 years ago
  24. 5dcb6d3 veyron/go/examples/pipetobrowser: Second phase of Pipe to Browser including: by Ali Ghassemi · 11 years ago
  25. cdeacfe veyron2/security,veyron/security/caveat: Expose Endpoint in security.Context; implement NetworkType caveat by Andres Erbsen · 11 years ago
  26. 702d42d Merge "-Update the Boxes app to support bi-directional update of their views. ie: both devices now watch for any updates from their peers. -The device that watches the store needs to know whether an update came from its own update or from a peer update. I had to add a DeviceId label for a Box to track this." by Gautham Thambidorai · 11 years ago
  27. 8e7f8c1 -Update the Boxes app to support bi-directional update of their views. ie: both devices now watch for any updates from their peers. by Gautham Thambidorai · 11 years ago
  28. 3db40a1 Initial Store API by Benjamin Prosnitz · 11 years ago
  29. 29147f7 veryon2/naming: Pipe contexts through the mounttable client library. by Matt Rosencrantz · 11 years ago
  30. fdad085 veyron/examples/rockpaperscissors: Fix race in test. by Robin Thellend · 11 years ago
  31. 3916d2c Updated Storage Dispatcher to Dispatch "/a/b/.store" to the store rather than an object by Benjamin Prosnitz · 11 years ago
  32. ed6d034 Use the store/sync service to communicate box information between peers. by Gautham Thambidorai · 11 years ago
  33. e6e87f1 veyron2/naming: prevent annoying last-step RPC for name resolution. by Cosmos Nicolaou · 11 years ago
  34. 2ebd75b veyron/examples: Start of Pipe To Browser (p2b) example application. by Ali Ghassemi · 11 years ago
  35. eae755b Merge "veyron/examples/boxes, veyron/runtimes/google/lib/gateway: Fix build after adding context to client RPC Calls." by Matt Rosencrantz · 11 years ago
  36. a8dfa9f Merge "javascript/examples/veyron_browser: Browserify the veyron_browser and build with Grunt." by Matt Rosencrantz · 11 years ago
  37. 4285335 veyron/examples/boxes, veyron/runtimes/google/lib/gateway: Fix build after adding context to client RPC Calls. by Matt Rosencrantz · 11 years ago
  38. f5afcaf all: Create a new client context parameter that will be the first argument of every RPC call. by Matt Rosencrantz · 11 years ago
  39. 2465917 javascript/examples/veyron_browser: Browserify the veyron_browser and build with Grunt. by Matt Rosencrantz · 11 years ago
  40. 912059e veyron/examples/rockpaperscissors: Change Challenge return value. by Robin Thellend · 11 years ago
  41. 993cc8c Add the store/sync service to the boxes app. We still dont use the store to communicate box information. That would be the next step. For now, this was tested by just making sure an array of values stayed in sync across the phones. by Gautham Thambidorai · 11 years ago
  42. 8b428dd veyron/examples/rockpaperscissors: Fix leak. by Robin Thellend · 11 years ago
  43. dcddb93 Reorganize GetMethodTags, Signature, UnresolveStep to be consistent. by Benjamin Prosnitz · 11 years ago
  44. 43395f3 veyron, veyron2: Re-run vdl build tool. by Tilak Sharma · 11 years ago
  45. e5d67b4 veyron2/vdl: Move all *.idl files to *.vdl, re-generate all by Todd Wang · 11 years ago
  46. 130db44 examples/storage/mdb by Alex Fandrianto · 11 years ago
  47. 39f6cf3 Merge "veyron/services/store: Register common client types with the store." by Tilak Sharma · 11 years ago
  48. 6d9eab2 javascript/api/src/naming: Add a mounttable client library. by Matt Rosencrantz · 11 years ago
  49. 96eb25a veyron/services/store: Register common client types with the store. by Tilak Sharma · 11 years ago
  50. d123fa3 Fix the build. by Ryan Brown · 11 years ago
  51. ac97265 Add basic per-node acl support to mounttabled by Ryan Brown · 11 years ago
  52. 7b09bd7 veyron/examples/{tunnel,rockpaperscissors}: Use the library to generate ACL by Asim Shankar · 11 years ago
  53. 6933540 veyron2/naming: rename and rationalise routines for 'terminal' names. by Cosmos Nicolaou · 11 years ago
  54. 8a23201 Merge "veyron/services/store: Streaming put mutation api." by Tilak Sharma · 11 years ago
  55. 2af7002 veyron/services/store: Streaming put mutation api. by Tilak Sharma · 11 years ago
  56. fb47442 veyron/...: Add TODOs to remove flags when config manager is ready. by Robin Thellend · 11 years ago
  57. edca68c veyron/examples/rockpaperscissors: New demo game by Robin Thellend · 11 years ago
  58. d6c0134 Merge "veyron/services/store: Authorize store clients." by Tilak Sharma · 11 years ago
  59. ae67894 veryon2/rt/r: delete this package now that our dependency graph is simpler. by Cosmos Nicolaou · 11 years ago
  60. 3b3895d Merge "veyron2: merge Runtime interfaces into veyron2.Runtime" by Cosmos Nicolaou · 11 years ago
  61. dafe6bf veyron/services/store: Authorize store clients. by Tilak Sharma · 11 years ago
  62. 53fdf56 "veyron/security/flag": Methods for processing Auth flags by Ankur · 11 years ago
  63. b07fa77 veyron2: merge Runtime interfaces into veyron2.Runtime by Cosmos Nicolaou · 11 years ago
  64. a5e479f veyron2/storage/vstore: Refactor dependencies in vstore. by Tilak Sharma · 11 years ago
  65. 992269a "veyron2/security": Move Authorizer implementation by Ankur · 11 years ago
  66. 7eeb3e9 veyron/services/store/stored: Make the listen address a flag. by Matt Rosencrantz · 11 years ago
  67. 170851d veyron/examples/veyron_browser: Start a mounttabled and stored in addition to other daemons. by Matt Rosencrantz · 11 years ago
  68. c86e1d3 TBR: fixes needed as a consequence of by Jiri Simsa · 11 years ago
  69. 9cb628d TBR by Jiri Simsa · 11 years ago
  70. 5293dcb TBR by Jiri Simsa · 11 years ago