1. b8c5bff veyron/services/mgmt/node: adding log output for debugging node manager on GCE by Jiri Simsa · 11 years ago
  2. e23d087 Merge "services/mgmt: moving Application, Content, and Profile into a single 'repository' package" by Jiri Simsa · 11 years ago
  3. a4d9ee4 veyron/runtimes/google: adding AppCycle service implementation to the runtime. by Bogdan Caprita · 11 years ago
  4. ddbfebb services/mgmt: moving Application, Content, and Profile into a single by Jiri Simsa · 11 years ago
  5. a95daec veyron/services/mgmt: using camel case for constant names by Jiri Simsa · 11 years ago
  6. 8810ce3 Merge "veyron/runtimes/google/ipc/jni: split JNI files across dirs and cleaned up interfaces." by Srdjan Petrovic · 11 years ago
  7. 7643174 veyron/services/store/memstore/query: Finish subquery implementation. by Ken Ashcraft · 11 years ago
  8. 9692896 veyron/runtimes/google/ipc/jni: split JNI files across dirs and cleaned up interfaces. by Srdjan Petrovic · 11 years ago
  9. d6a8f6c Merge "veyron/examples/pipetobrowser: Adding couple of new plugins similar to *nix's /dev/null concept. " by Ali Ghassemi · 11 years ago
  10. a39e275 veyron/examples/pipetobrowser: Adding couple of new plugins similar to *nix's /dev/null concept. by Ali Ghassemi · 11 years ago
  11. 46bb7e0 veyron: Updating out of date VDL. by Ali Ghassemi · 11 years ago
  12. 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
  13. 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
  14. 377f4cb veyron/examples/boxes: Use raw.Request instead of watch.Request. by Tilak Sharma · 11 years ago
  15. fdbdd09 veyron/examples/pipetobrowser: Implemening a plugin that can display data from by Ali Ghassemi · 11 years ago
  16. 34ba199 Merge "veyron2/services/watch: Split up Watch interface by request type." by Tilak Sharma · 11 years ago
  17. 8b83105 global rename of MOUNTTABLE_ROOT to NAMESPACE_ROOT. This affects by Cosmos Nicolaou · 11 years ago
  18. 8657132 veyron2/services/watch: Split up Watch interface by request type. by Tilak Sharma · 11 years ago
  19. 8478a5c Merge "veyron/services/mgmt: implementing Revert() for the node manager" by Jiri Simsa · 11 years ago
  20. 70c3205 veyron/services/mgmt: implementing Revert() for the node manager by Jiri Simsa · 11 years ago
  21. 289da18 Merge "veyron/services/security: discharge service vdl" by Andres Erbsen · 11 years ago
  22. 1624f32 veyron/services/store/memstore: Don't sync the log file after every transaction. by Tilak Sharma · 11 years ago
  23. 975c883 veyron/services/security: discharge service vdl by Andres Erbsen · 11 years ago
  24. 137c7e6 Merge "veyron/security,veyron/runtimes/google/security: Move all caveat implementations to veyron/security." by Asim Shankar · 11 years ago
  25. 40a5f7e veyron/services/store/memstore/query: Descending sort. by Ken Ashcraft · 11 years ago
  26. 3443eca veyron/examples/pipetobrowser: Implementing "Stop Service" functionality. by Ali Ghassemi · 11 years ago
  27. 367ca04 veyron/examples/pipe-to-browser: Adding a stream-byte-counter that will by Ali Ghassemi · 11 years ago
  28. 8b6e1ea veyron/examples/bank by Alex Fandrianto · 11 years ago
  29. fe19fb9 Merge "veyron/services/wspr: Implementing Stop() functionality for servers." by Ali Ghassemi · 11 years ago
  30. 2cd91ab veyron/services/wspr: Implementing Stop() functionality for servers. by Ali Ghassemi · 11 years ago
  31. d73dd7a Merge "veyron/services/wspr/wsprd: bind to localhost" by Robin Thellend · 11 years ago
  32. 2ecddca veyron/services/wspr/wsprd: bind to localhost by Robin Thellend · 11 years ago
  33. 5f6a695 veyron/examples/rockpaperscissors: Add command-line player interface. by Robin Thellend · 11 years ago
  34. 1472248 veyron/examples,runtimes: quiten down tests. by Cosmos Nicolaou · 11 years ago
  35. 14357a7 Merge "veyron2/naming: renaming MountTable to Namespace" by Cosmos Nicolaou · 11 years ago
  36. 4e02997 veyron2/naming: renaming MountTable to Namespace by Cosmos Nicolaou · 11 years ago
  37. cbc6539 Merge "veyron2, veyron: fix tests to use terminal names correctly." by Cosmos Nicolaou · 11 years ago
  38. ef43dc4 veyron2, veyron: fix tests to use terminal names correctly. by Cosmos Nicolaou · 11 years ago
  39. f88ee31 veyron/examples/pipetobrowser: Using io.Copy to copy from stdin to stream by Ali Ghassemi · 11 years ago
  40. d45f002 veyron/security,veyron/runtimes/google/security: Move all caveat implementations to veyron/security. by Asim Shankar · 11 years ago
  41. b38d036 veyron2/security: Remove PrivateKey accessor from PrivateID interface. by Asim Shankar · 11 years ago
  42. 73791cc Merge "veyron/runtimes/google/ipc: Make it an error to pass a nil context to StartCall." by Matt Rosencrantz · 11 years ago
  43. 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
  44. baafd44 Merge "veyron/services/mounttable/lib: demonstrate effect of globbing "..." pattern against the root of the namespace for a mounttable." by Bogdan Caprita · 11 years ago
  45. 566c4d5 Merge "Remove watcher's flushing of K/V DBs." by Raja Daoud · 11 years ago
  46. 24060e3 Remove watcher's flushing of K/V DBs. by Raja Daoud · 11 years ago
  47. 5f2c702 Merge "veyron/runtimes/google/vsync: Support conflict resolution via blessings. Blessings are captured by adding dag links. So we also provide a new type of log record (LinkRec) to communicate link addition." by Himabindu Pucha · 11 years ago
  48. d94c2e9 veyron/runtimes/google/vsync: Support conflict resolution via by Himabindu Pucha · 11 years ago
  49. f123da8 Allow adding more parents to a DAG node. by Raja Daoud · 11 years ago
  50. b87e856 veyron/runtimes/google/lib/sshagent: Remove by Asim Shankar · 11 years ago
  51. 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
  52. 380d054 Merge "veyron/tools/naming/simulator: scripts to demonstrate awkwardness of current system." by Cosmos Nicolaou · 11 years ago
  53. 3574f12 veyron/tools/naming/simulator: scripts to demonstrate awkwardness of current system. by Cosmos Nicolaou · 11 years ago
  54. b6b195a veyron/services/mounttable/lib: demonstrate effect of globbing "..." pattern by Bogdan Caprita · 11 years ago
  55. 7a7704a veyron/services/mgmt/node: reducing the chance that TestUpdate() will time out. by Jenkins Veyron · 11 years ago
  56. 5dcb6d3 veyron/go/examples/pipetobrowser: Second phase of Pipe to Browser including: by Ali Ghassemi · 11 years ago
  57. 1815cc8 veyron/services/wspr/wsprd: Fix the stream type id. by Robin Thellend · 11 years ago
  58. 0a9f998 veyron2, veyron/runtimes/google: adding support for supplying and streaming by Bogdan Caprita · 11 years ago
  59. cdeacfe veyron2/security,veyron/security/caveat: Expose Endpoint in security.Context; implement NetworkType caveat by Andres Erbsen · 11 years ago
  60. 7e68d5a veyron/runtimes/google/ipc: Make it an error to pass a nil context to StartCall. by Matt Rosencrantz · 11 years ago
  61. 3a93e70 Merge "veyron/services/wspr/wsprd: Transcode stream messages" by Robin Thellend · 11 years ago
  62. 892aac4 veyron/services/wspr/wsprd: Register vom types for rock-paper-scissors. by Robin Thellend · 11 years ago
  63. 877fec5 veyron/services/wspr/wsprd: Transcode stream messages by Robin Thellend · 11 years ago
  64. 6929c21 Make put of nil maps (and a few other cases) work pre-VOM2 by Benjamin Prosnitz · 11 years ago
  65. 5788903 Merge "veyron/services/store/memstore/watch: Better handling of unknown resume markers." by Tilak Sharma · 11 years ago
  66. 71ca8c2 veyron/services/store/memstore/watch: Better handling of unknown resume markers. by Tilak Sharma · 11 years ago
  67. bdfbdf9 veyron/services/mgmt/node/impl: Reduce test flakiness under -race. by Asim Shankar · 11 years ago
  68. d9f67bc Merge "veyron/runtimes/google/lib/sshagent: Library for storing private keys in SSH agent." by Asim Shankar · 11 years ago
  69. 12ebd64 Merge "veyron/services/wspr: Cleaned up formatting and the logging so they are more consistent." by Shyam Jayaraman · 11 years ago
  70. a7ef1d8 Merge "veyron/runtimes/google/lib/follow, veyron/services/store/memstore: Miscellaneous fixes in follow and watch." by Tilak Sharma · 11 years ago
  71. 77c7f03 "veyron/runtimes/google/rt": Servers must use Runtime's current identity by Ankur · 11 years ago
  72. 0c24a49 Merge "veyron/runtimes/google/ipc/stream/proxy: Add publish address" by Robin Thellend · 11 years ago
  73. 2f3efe0 Merge "veyron/services/config/lib: Fix race" by Asim Shankar · 11 years ago
  74. 2a1f954 veyron/services/wspr: Cleaned up formatting and the logging so they are by Shyam Jayaraman · 11 years ago
  75. 020cd22 veyron/runtimes/google/ipc/stream/proxy: Add publish address by Robin Thellend · 11 years ago
  76. afcce7b veyron/runtimes/google/lib/sshagent: Library for storing private keys in SSH agent. by Asim Shankar · 11 years ago
  77. 3688b2d veyron/services/config/lib: Fix race by Asim Shankar · 11 years ago
  78. ceaefe9 veyron/services/wspr: Fix a data race in the test. It looks like we by Shyam Jayaraman · 11 years ago
  79. acc78f1 Merge "veyron/tools/naming/simulator: simple interprerter for building different veyron service configurations." by Cosmos Nicolaou · 11 years ago
  80. 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
  81. edb55a6 Merge "veyron/services/memstore/query: Add the sort function." by Ken Ashcraft · 11 years ago
  82. 20271d3 Merge "veyron/runtimes/google/vsync: New trace files to unit test blessed conflict resolution." by Himabindu Pucha · 11 years ago
  83. 9a26279 Merge "veyron/javascript/api: Added the ability to have void functions." by Shyam Jayaraman · 11 years ago
  84. 5cfcf1d veyron/runtimes/google/vsync: New trace files to unit test blessed by Himabindu Pucha · 11 years ago
  85. 53b6838 veyron/services/memstore/query: Add the sort function. by Ken Ashcraft · 11 years ago
  86. 4820234 veyron/runtimes/google/lib/follow, veyron/services/store/memstore: Miscellaneous fixes in follow and watch. by Tilak Sharma · 11 years ago
  87. 7c659ac veyron/tools/naming/simulator: simple interprerter for building by Cosmos Nicolaou · 11 years ago
  88. 7b95209 {veyron, veyron2}: updating VDL files to the latest version by Jiri Simsa · 11 years ago
  89. 3f7b999 Merge "Caveats for minting 3rd-party caveat discharges." by Asim Shankar · 11 years ago
  90. 318f021 Add missing register calls by Benjamin Prosnitz · 11 years ago
  91. 5212ad4 veyron/javascript/api: Added the ability to have void functions. by Shyam Jayaraman · 11 years ago
  92. 552aa07 Switch panics for not implemented store RPCS to return errors. by Benjamin Prosnitz · 11 years ago
  93. 0ea02ab veyron/runtimes/google/ipc/...: Proxy improvements. by Asim Shankar · 11 years ago
  94. 5eafdd4 Merge "veyron/services/mgmt/node: making the self-update logic of node manager robust to failures." by Jiri Simsa · 11 years ago
  95. 139e651 Merge "veyron/services/wspr: Lock around publish calls, so Listen doesn't get called multiple times." by Shyam Jayaraman · 11 years ago
  96. 3db40a1 Initial Store API by Benjamin Prosnitz · 11 years ago
  97. dde52bf Caveats for minting 3rd-party caveat discharges. by Andres Erbsen · 11 years ago
  98. 24e87aa veyron/services/mgmt/node: making the self-update logic of node by Jiri Simsa · 11 years ago
  99. 7fc6e87 veyron/lib/signals: fixing Go formatting by Jiri Simsa · 11 years ago
  100. 1002ba4 veyron/lib/signals: fixing logic to remove STOP from signals passed to by Bogdan Caprita · 11 years ago