1. 8ad8c94 veyron/examples/boxes/android/src/boxesp2p - fix up to use new ipc.Serve. by Cosmos Nicolaou · 11 years ago
  2. 20afa26 Merge "veyron/examples/stfortune: Use WatchGlob to wait until the schema is initialized." by Tilak Sharma · 11 years ago
  3. 9b9c109 veyron/examples/boxes/signallingserver: fix up after ipc.Serve API change. by Cosmos Nicolaou · 11 years ago
  4. 1a9a284 veyron/examples/stfortune: Use WatchGlob to wait until the schema is initialized. by Tilak Sharma · 11 years ago
  5. b54b247 veyron/examples/pipetobrowser: making data-grid responsive and polishing the by Ali Ghassemi · 11 years ago
  6. fdc838b veyron/runtimes/google/ipc: new Serve method to replace Register+Publish. by Cosmos Nicolaou · 11 years ago
  7. 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
  8. 73e9cac veyron/lib/testutil: factoring out the security testing utility to by Jiri Simsa · 11 years ago
  9. 95b843d veyron/examples/pipetobrowser: Supporting search (in message, by aghassemi · 11 years ago
  10. 3f501f7 veyron/examples/runtime: make sure we use sync.WaitGroup in the prescribed way: by Bogdan Caprita · 11 years ago
  11. 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
  12. 681f016 veyron/examples/stfortune: Implementation for store/sync codelab. It by Himabindu Pucha · 11 years ago
  13. e46755c {veyron,javascript}/examples/rockpaperscissors: Use unresolved names by Robin Thellend · 11 years ago
  14. 6e6ec3a veyron/examples/pipetobrowser: Veyron Log Viewer plugin. by Ali Ghassemi · 11 years ago
  15. d6a8f6c Merge "veyron/examples/pipetobrowser: Adding couple of new plugins similar to *nix's /dev/null concept. " by Ali Ghassemi · 11 years ago
  16. a39e275 veyron/examples/pipetobrowser: Adding couple of new plugins similar to *nix's /dev/null concept. by Ali Ghassemi · 11 years ago
  17. 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
  18. 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
  19. 377f4cb veyron/examples/boxes: Use raw.Request instead of watch.Request. by Tilak Sharma · 11 years ago
  20. fdbdd09 veyron/examples/pipetobrowser: Implemening a plugin that can display data from by Ali Ghassemi · 11 years ago
  21. 8b83105 global rename of MOUNTTABLE_ROOT to NAMESPACE_ROOT. This affects by Cosmos Nicolaou · 11 years ago
  22. 3443eca veyron/examples/pipetobrowser: Implementing "Stop Service" functionality. by Ali Ghassemi · 11 years ago
  23. 367ca04 veyron/examples/pipe-to-browser: Adding a stream-byte-counter that will by Ali Ghassemi · 11 years ago
  24. 8b6e1ea veyron/examples/bank by Alex Fandrianto · 11 years ago
  25. 5f6a695 veyron/examples/rockpaperscissors: Add command-line player interface. by Robin Thellend · 11 years ago
  26. 14357a7 Merge "veyron2/naming: renaming MountTable to Namespace" by Cosmos Nicolaou · 11 years ago
  27. 4e02997 veyron2/naming: renaming MountTable to Namespace by Cosmos Nicolaou · 11 years ago
  28. 1472248 veyron/examples,runtimes: quiten down tests. by Cosmos Nicolaou · 11 years ago
  29. cbc6539 Merge "veyron2, veyron: fix tests to use terminal names correctly." by Cosmos Nicolaou · 11 years ago
  30. ef43dc4 veyron2, veyron: fix tests to use terminal names correctly. by Cosmos Nicolaou · 11 years ago
  31. f88ee31 veyron/examples/pipetobrowser: Using io.Copy to copy from stdin to stream by Ali Ghassemi · 11 years ago
  32. 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
  33. 5dcb6d3 veyron/go/examples/pipetobrowser: Second phase of Pipe to Browser including: by Ali Ghassemi · 11 years ago
  34. cdeacfe veyron2/security,veyron/security/caveat: Expose Endpoint in security.Context; implement NetworkType caveat by Andres Erbsen · 11 years ago
  35. 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
  36. 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
  37. 3db40a1 Initial Store API by Benjamin Prosnitz · 11 years ago
  38. 29147f7 veryon2/naming: Pipe contexts through the mounttable client library. by Matt Rosencrantz · 11 years ago
  39. fdad085 veyron/examples/rockpaperscissors: Fix race in test. by Robin Thellend · 11 years ago
  40. 3916d2c Updated Storage Dispatcher to Dispatch "/a/b/.store" to the store rather than an object by Benjamin Prosnitz · 11 years ago
  41. ed6d034 Use the store/sync service to communicate box information between peers. by Gautham Thambidorai · 11 years ago
  42. e6e87f1 veyron2/naming: prevent annoying last-step RPC for name resolution. by Cosmos Nicolaou · 11 years ago
  43. 2ebd75b veyron/examples: Start of Pipe To Browser (p2b) example application. by Ali Ghassemi · 11 years ago
  44. 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
  45. a8dfa9f Merge "javascript/examples/veyron_browser: Browserify the veyron_browser and build with Grunt." by Matt Rosencrantz · 11 years ago
  46. 4285335 veyron/examples/boxes, veyron/runtimes/google/lib/gateway: Fix build after adding context to client RPC Calls. by Matt Rosencrantz · 11 years ago
  47. f5afcaf all: Create a new client context parameter that will be the first argument of every RPC call. by Matt Rosencrantz · 11 years ago
  48. 2465917 javascript/examples/veyron_browser: Browserify the veyron_browser and build with Grunt. by Matt Rosencrantz · 11 years ago
  49. 912059e veyron/examples/rockpaperscissors: Change Challenge return value. by Robin Thellend · 11 years ago
  50. 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
  51. 8b428dd veyron/examples/rockpaperscissors: Fix leak. by Robin Thellend · 11 years ago
  52. dcddb93 Reorganize GetMethodTags, Signature, UnresolveStep to be consistent. by Benjamin Prosnitz · 11 years ago
  53. 43395f3 veyron, veyron2: Re-run vdl build tool. by Tilak Sharma · 11 years ago
  54. e5d67b4 veyron2/vdl: Move all *.idl files to *.vdl, re-generate all by Todd Wang · 11 years ago
  55. 130db44 examples/storage/mdb by Alex Fandrianto · 11 years ago
  56. 39f6cf3 Merge "veyron/services/store: Register common client types with the store." by Tilak Sharma · 11 years ago
  57. 6d9eab2 javascript/api/src/naming: Add a mounttable client library. by Matt Rosencrantz · 11 years ago
  58. 96eb25a veyron/services/store: Register common client types with the store. by Tilak Sharma · 11 years ago
  59. d123fa3 Fix the build. by Ryan Brown · 11 years ago
  60. ac97265 Add basic per-node acl support to mounttabled by Ryan Brown · 11 years ago
  61. 7b09bd7 veyron/examples/{tunnel,rockpaperscissors}: Use the library to generate ACL by Asim Shankar · 11 years ago
  62. 6933540 veyron2/naming: rename and rationalise routines for 'terminal' names. by Cosmos Nicolaou · 11 years ago
  63. 8a23201 Merge "veyron/services/store: Streaming put mutation api." by Tilak Sharma · 11 years ago
  64. 2af7002 veyron/services/store: Streaming put mutation api. by Tilak Sharma · 11 years ago
  65. fb47442 veyron/...: Add TODOs to remove flags when config manager is ready. by Robin Thellend · 11 years ago
  66. edca68c veyron/examples/rockpaperscissors: New demo game by Robin Thellend · 11 years ago
  67. d6c0134 Merge "veyron/services/store: Authorize store clients." by Tilak Sharma · 11 years ago
  68. ae67894 veryon2/rt/r: delete this package now that our dependency graph is simpler. by Cosmos Nicolaou · 11 years ago
  69. 3b3895d Merge "veyron2: merge Runtime interfaces into veyron2.Runtime" by Cosmos Nicolaou · 11 years ago
  70. dafe6bf veyron/services/store: Authorize store clients. by Tilak Sharma · 11 years ago
  71. 53fdf56 "veyron/security/flag": Methods for processing Auth flags by Ankur · 11 years ago
  72. b07fa77 veyron2: merge Runtime interfaces into veyron2.Runtime by Cosmos Nicolaou · 11 years ago
  73. a5e479f veyron2/storage/vstore: Refactor dependencies in vstore. by Tilak Sharma · 11 years ago
  74. 992269a "veyron2/security": Move Authorizer implementation by Ankur · 11 years ago
  75. 7eeb3e9 veyron/services/store/stored: Make the listen address a flag. by Matt Rosencrantz · 11 years ago
  76. 170851d veyron/examples/veyron_browser: Start a mounttabled and stored in addition to other daemons. by Matt Rosencrantz · 11 years ago
  77. c86e1d3 TBR: fixes needed as a consequence of by Jiri Simsa · 11 years ago
  78. 9cb628d TBR by Jiri Simsa · 11 years ago
  79. 5293dcb TBR by Jiri Simsa · 11 years ago