1. 0595d6f veyron/services/wspr: returning from an error case to prevent panic by Ali Ghassemi · 11 years ago
  2. de18128 veyron/services/wspr: Setting NoTimeout for WSPR RPC calls. by Ali Ghassemi · 11 years ago
  3. 0ecdd7a veyron2/val veyron2/vdl: Part 1 - reorganization of val and vdl by Todd Wang · 11 years ago
  4. 2dde85c Merge "veyron/services/wspr/wsprd: Added identity store for wspr." by Shyam Jayaraman · 11 years ago
  5. 535bad0 veyron/services/wspr/wsprd: Added identity store for wspr. by Shyam Jayaraman · 11 years ago
  6. d1b3796 javascript/api: Updated javascript api to match the new serve api in go. by Shyam Jayaraman · 11 years ago
  7. 948d6fa Merge "veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup." by Bogdan Caprita · 11 years ago
  8. d9281a3 veyron,veyron2: replace Veyron name by Object name everywhere. by Bogdan Caprita · 11 years ago
  9. 4258d88 veyron,veyron2: rename runtime.Shutdown to runtime.Cleanup. by Bogdan Caprita · 11 years ago
  10. 07dc703 veyron/services/wspr/wsrpd/lib: fix build breakage by Cosmos Nicolaou · 11 years ago
  11. fdc838b veyron/runtimes/google/ipc: new Serve method to replace Register+Publish. by Cosmos Nicolaou · 11 years ago
  12. 6a65d28 veyron/runtimes/google/rt: Each ipc.Server has its own RoutingID (and stream.Manager). by Asim Shankar · 11 years ago
  13. 34ba199 Merge "veyron2/services/watch: Split up Watch interface by request type." by Tilak Sharma · 11 years ago
  14. 8b83105 global rename of MOUNTTABLE_ROOT to NAMESPACE_ROOT. This affects by Cosmos Nicolaou · 11 years ago
  15. 8657132 veyron2/services/watch: Split up Watch interface by request type. by Tilak Sharma · 11 years ago
  16. fe19fb9 Merge "veyron/services/wspr: Implementing Stop() functionality for servers." by Ali Ghassemi · 11 years ago
  17. 2cd91ab veyron/services/wspr: Implementing Stop() functionality for servers. by Ali Ghassemi · 11 years ago
  18. 2ecddca veyron/services/wspr/wsprd: bind to localhost by Robin Thellend · 11 years ago
  19. 4e02997 veyron2/naming: renaming MountTable to Namespace by Cosmos Nicolaou · 11 years ago
  20. 1815cc8 veyron/services/wspr/wsprd: Fix the stream type id. by Robin Thellend · 11 years ago
  21. 3a93e70 Merge "veyron/services/wspr/wsprd: Transcode stream messages" by Robin Thellend · 11 years ago
  22. 892aac4 veyron/services/wspr/wsprd: Register vom types for rock-paper-scissors. by Robin Thellend · 11 years ago
  23. 877fec5 veyron/services/wspr/wsprd: Transcode stream messages by Robin Thellend · 11 years ago
  24. 12ebd64 Merge "veyron/services/wspr: Cleaned up formatting and the logging so they are more consistent." by Shyam Jayaraman · 11 years ago
  25. 0c24a49 Merge "veyron/runtimes/google/ipc/stream/proxy: Add publish address" by Robin Thellend · 11 years ago
  26. 2a1f954 veyron/services/wspr: Cleaned up formatting and the logging so they are by Shyam Jayaraman · 11 years ago
  27. 020cd22 veyron/runtimes/google/ipc/stream/proxy: Add publish address by Robin Thellend · 11 years ago
  28. ceaefe9 veyron/services/wspr: Fix a data race in the test. It looks like we by Shyam Jayaraman · 11 years ago
  29. 9a26279 Merge "veyron/javascript/api: Added the ability to have void functions." by Shyam Jayaraman · 11 years ago
  30. 318f021 Add missing register calls by Benjamin Prosnitz · 11 years ago
  31. 5212ad4 veyron/javascript/api: Added the ability to have void functions. by Shyam Jayaraman · 11 years ago
  32. 139e651 Merge "veyron/services/wspr: Lock around publish calls, so Listen doesn't get called multiple times." by Shyam Jayaraman · 11 years ago
  33. 3db40a1 Initial Store API by Benjamin Prosnitz · 11 years ago
  34. 29147f7 veryon2/naming: Pipe contexts through the mounttable client library. by Matt Rosencrantz · 11 years ago
  35. 264ec83 veyron/services/wspr: Fix a race condition in test. by Shyam Jayaraman · 11 years ago
  36. 717eaad veyron/services/wspr: Lock around publish calls, so Listen doesn't get by Shyam Jayaraman · 11 years ago
  37. f59818f Merge "veyron2/naming: prevent annoying last-step RPC for name resolution." by Cosmos Nicolaou · 11 years ago
  38. e6e87f1 veyron2/naming: prevent annoying last-step RPC for name resolution. by Cosmos Nicolaou · 11 years ago
  39. dcd1e1a veyron/services/wspr: Fix a bug where we incremented flow id by 1 insteas of 2. by Shyam Jayaraman · 11 years ago
  40. fbb050a Merge "veyron/services/wspr/wsprd: Refactored the wspr code, so that the js server logic is in its own file." by Shyam Jayaraman · 11 years ago
  41. f5afcaf all: Create a new client context parameter that will be the first argument of every RPC call. by Matt Rosencrantz · 11 years ago
  42. 1c90420 veyron/services/wspr/wsprd: Refactored the wspr code, so that the js by Shyam Jayaraman · 11 years ago
  43. 8deb14e veyron/services/wspr: Added js server wspr tests. by Shyam Jayaraman · 11 years ago
  44. 53492c2 veyron/services/wspr: Adding a temporary ACL authorizer for WSPR until we by Ali Ghassemi · 11 years ago
  45. e5d67b4 veyron2/vdl: Move all *.idl files to *.vdl, re-generate all by Todd Wang · 11 years ago
  46. 598309d veyron/services/wspr: Fixing flaky test. by Ali Ghassemi · 11 years ago
  47. c0fd35e veyron/services/wspr: Remove idlManager; the functionality is by Todd Wang · 11 years ago
  48. d123fa3 Fix the build. by Ryan Brown · 11 years ago
  49. b1b16a8 veyron/servies/wspr: Added test in go for javascript publish. by Shyam Jayaraman · 11 years ago
  50. 14f86eb Get list of mounttable roots by Benjamin Prosnitz · 11 years ago
  51. cb1219e Merge "veyron/services/wspr: made signature_manager_test less flaky Squashed commit of the following:" by Shyam Jayaraman · 11 years ago
  52. c0b0d8a veyron/services/wspr: made signature_manager_test less flaky by Shyam Jayaraman · 11 years ago
  53. c514bb1 veyron/servies/wspr/wsprd: Fix broken tests due to mounttable and by Shyam Jayaraman · 11 years ago
  54. 5293dcb TBR by Jiri Simsa · 11 years ago