1. 1b3594d ipc/server: reimplement roaming. by Cosmos Nicolaou · 10 years ago
  2. 97d67a9 veyron2: Remove the Get/Set logger routines. by Matt Rosencrantz · 10 years ago
  3. 08a2e08 veyron/profiles/chrome: Add a default listenspec to chrome profile. by Suharsh Sivakumar · 10 years ago
  4. ba470a5 core: Compelete the runtimex->runtime transition by renaming everything to non-x variants. by Matt Rosencrantz · 10 years ago
  5. d68949c core: Remove old profiles and make new profiles parse flags for runtime. by Suharsh Sivakumar · 10 years ago
  6. 1932912 veyron/runtimes/fake: Create a fake runtime and profile. by Matt Rosencrantz · 10 years ago
  7. 1b79391 core: Remove remaining uses of veyron2/rt package and delete it. by Matt Rosencrantz · 10 years ago
  8. 19fbf99 core: Change rt.New to veyron2.Init. by Suharsh Sivakumar · 10 years ago
  9. fa3082c veyron/services/mgmt: Update the management services to use veyron2.Init() by Matt Rosencrantz · 10 years ago
  10. 0a22b45 Add support for handling "unknown" protocols. by Nicolas LaCasse · 10 years ago
  11. d5049b7 veyron/runtimes/google/rt: Make tests use veyron2.Init. by Suharsh Sivakumar · 10 years ago
  12. 99cc06e veyron2: Panic if the user tries to use the runtime when it is not set. by Matt Rosencrantz · 10 years ago
  13. f6d9eef runtimes/google/ipc/protocols: Add wsh_nacl protocol init. by Nicolas LaCasse · 10 years ago
  14. eb0e296 veyron/profiles/roaming: Correctly attach listenspec. by Suharsh Sivakumar · 10 years ago
  15. 3bb5a3f Merge "veyron/runtimes/google/rt: RuntimeX.Init should be a function instead of a method." by Matt Rosencrantz · 10 years ago
  16. 3f0eaf9 veyron/profiles/roaming: Add missing build tag and comment. by Suharsh Sivakumar · 10 years ago
  17. 96d952a veyron/runtimes/google/rt: RuntimeX.Init should be a function instead of a method. by Matt Rosencrantz · 10 years ago
  18. 77c6f6e veyron/profiles: TBR Fix import mistake. by Suharsh Sivakumar · 10 years ago
  19. d9d89b9 veyron/profiles: Fix redeclaration of flags. by Suharsh Sivakumar · 10 years ago
  20. b8a8fe8 veyron/profiles/gce: TBR: Add missing build tag. by Suharsh Sivakumar · 10 years ago
  21. 98aa48c veyron/profiles: Create profile init functions. by Suharsh Sivakumar · 10 years ago
  22. aeed5d5 veyron/runtimes/google/rt: Add code to synchronously clean up the runtime. by Matt Rosencrantz · 10 years ago
  23. 628a8ee veyron2: veyron2.Init function for new API. by Suharsh Sivakumar · 10 years ago
  24. 8ddbcc1 Merge "core: Remove Logger related methods from the Runtime and use the RuntimeX variants." by Matt Rosencrantz · 10 years ago
  25. 4b8e379 Merge "veyron/google/rt/runtimex: Add preferred protocols to runtime init for profile to call." by Suharsh Sivakumar · 10 years ago
  26. 033c9bc Merge "veyron2/ipc,veyron/runtimes/google/ipc: remove ipc.LeafDispatcher" by Bogdan Caprita · 10 years ago
  27. 6013214 veyron/google/rt/runtimex: Add preferred protocols to runtime by Suharsh Sivakumar · 10 years ago
  28. 97eb540 core: Remove Logger related methods from the Runtime and use the RuntimeX variants. by Matt Rosencrantz · 10 years ago
  29. 5f98d94 core: Refactor vtrace to allow starting new traces from user code. by Matt Rosencrantz · 10 years ago
  30. 7590a6d veyron2/ipc,veyron/runtimes/google/ipc: remove ipc.LeafDispatcher by Bogdan Caprita · 10 years ago
  31. 354fe2c core: Change runtime.Profile calls to veyron2.GetProfile(ctx) by Suharsh Sivakumar · 10 years ago
  32. ac9feed veyron/runtimes/google/rt: Change runtime.Publisher calls to veyron2.GetPublisher(ctx). by Suharsh Sivakumar · 10 years ago
  33. 033a30e veyron/profiles,veyron/runtimes/google/rt/runtimex.go: Create profiles by Suharsh Sivakumar · 10 years ago
  34. 764efb7 Reorganization of VANADIUM_ROOT relative paths. by Jiri Simsa · 10 years ago
  35. c0a2865 Replacing veyron.io with v.io. by Jiri Simsa · 10 years ago
  36. 3c50ac4 runtimes/google/ipc: rework 'hybrid' websocket protocol support. by Cosmos Nicolaou · 10 years ago
  37. ae8dd21 veyron2/ipc: modify ListenSpec to accept a slice of addresses. by Cosmos Nicolaou · 10 years ago
  38. 0f5986f Revert "veyron/veyron/profiles: reserved name registration" by James Ring · 10 years ago
  39. 407d900 veyron/veyron/profiles: reserved name registration by James Ring · 10 years ago
  40. 3e8f964 veyron/lib/appcycle: remove rt argument from appcycle.New by Bogdan Caprita · 10 years ago
  41. 454030b veyron2/rt: make it an error and panic if multiple profiles are registered. by Cosmos Nicolaou · 10 years ago
  42. 0610a23 veyron: Remove all remaining uses of rt.R()/rt.Init() in the core repository. by Matt Rosencrantz · 10 years ago
  43. 67f8d99 TBR: Add runtime to chrome profile. by Nicolas LaCasse · 10 years ago
  44. 87c0a55 veyron2/ipc: force all protocols, including tcp, to be registered. by Cosmos Nicolaou · 10 years ago
  45. 39e3ae5 veyron2: move the AppCycle implementation out of the runtime. by Cosmos Nicolaou · 10 years ago
  46. 4e8da64 runtimes/google/ipc: client side RPC improvements: by Cosmos Nicolaou · 10 years ago
  47. 1fe7cdd veyron2/vdl,ipc: Enable reflection to capture stream types. by Todd Wang · 10 years ago
  48. 15d179e veyron/profiles/internal/gce: rename android file to work with head Go. by Srdjan Petrovic · 10 years ago
  49. b30286b veyron/services/mgmt/debug: Export vtrace information in the debug dispatcher. by Matt Rosencrantz · 10 years ago
  50. 6413c99 veyron2: can no longer specify a specific prefix for the ReservedNameDispatcher. by Cosmos Nicolaou · 10 years ago
  51. 8246a8b veyron2: make it possible to specify a 'reserved name' dispatcher. by Cosmos Nicolaou · 10 years ago
  52. 69381a9 veyron.io/veyron/veyron/runtimes/google/ipc: Bugfix. dhcpListener was never triggered, even for ":0" addresses. by Srdjan Petrovic · 10 years ago
  53. d811b07 veyron/lib/flags: add flag groups. by Cosmos Nicolaou · 10 years ago
  54. bdc917c veyron/lib/flags: define all common flags and associated types here. by Cosmos Nicolaou · 10 years ago
  55. f8d4c2b rename ipc.ListenX to ipc.Listen. by Cosmos Nicolaou · 10 years ago
  56. e9861a1 TBR: profiles/static: fix the build. by Cosmos Nicolaou · 10 years ago
  57. 3c8fdff services/identity/identityd: use ListenX and the 'static' profile. by Cosmos Nicolaou · 10 years ago
  58. 260dc6a Merge "veyron/profiles/static: add a profile for static IP servers." by Cosmos Nicolaou · 10 years ago
  59. c9c41fb veyron/profiles/static: add a profile for static IP servers. by Cosmos Nicolaou · 10 years ago
  60. f889c73 veyron2: break dependency between veyron2/rt and the runtime implementation. by Cosmos Nicolaou · 10 years ago
  61. 4d71d34 android/profiles: Don't build GCE profile for android by Benjamin Prosnitz · 10 years ago
  62. 43b9535 veyron/services: continue migration to ListenX and associated changes. by Cosmos Nicolaou · 10 years ago
  63. 1e71110 veyron.io/veyron/veyron/profiles: Add build tag for platform_nacl.go file. by Srdjan Petrovic · 10 years ago
  64. fdfbf7b ipc: Add some type checking statements by Benjamin Prosnitz · 10 years ago
  65. a375b91 wspr/nacl: Changes to run WSPR in nacl by Benjamin Prosnitz · 10 years ago
  66. 9348da6 veyron/services: continue the migration to ListenX. by Cosmos Nicolaou · 10 years ago
  67. 66bc120 veyron2/ipc: incorporate routing information into network address selection. by Cosmos Nicolaou · 10 years ago
  68. d6c3c9c veyron: start the transition to using ListenX. by Cosmos Nicolaou · 10 years ago
  69. 809fe28 veyron/profiles: Fix build on Darwin by Asim Shankar · 10 years ago
  70. 82c6a04 Add a more detailed description about the credential used to attest platform identity. by Gautham · 10 years ago
  71. 3655789 veyron: fixed depcop files so that some rules are enforced by Mehrdad Afshari · 10 years ago
  72. c0e4b79 veyron/profiles/roaming: minor tweaks to get roaming working. by Cosmos Nicolaou · 10 years ago
  73. 682d7fd veyron2/model: profile.Init now returns an error. by Cosmos Nicolaou · 10 years ago
  74. ae260e4 veyron/profiles/roaming: Move ListenSpec initialization by Robin Thellend · 11 years ago
  75. 767b62d veyron2/ipc: move the publisher stream into the ListenSpec as per Asim's suggestion. by Cosmos Nicolaou · 11 years ago
  76. 519c507 updating the veyron import paths by Jiri Simsa · 11 years ago
  77. 778cb7e veyron2/ipc: reworked ListenX API to support roaming, non-roaming and proxy. by Cosmos Nicolaou · 11 years ago
  78. ef323db veyron2/ipc: add RoamingListen support. by Cosmos Nicolaou · 11 years ago
  79. f7a11d9 veyron/lib/netstate,netconfig: move netconfig out of the runtime and create netstate. by Cosmos Nicolaou · 11 years ago
  80. de99f7c Merge "veyron/profiles/net/bluetooth: move to the roadmap directory." by Cosmos Nicolaou · 11 years ago
  81. 49f4c0e veyron/profiles/net/bluetooth: move to the roadmap directory. by Cosmos Nicolaou · 11 years ago
  82. b82cedb veyron/profiles/net: initial pass at dhcp support. by Cosmos Nicolaou · 11 years ago
  83. 4746c6a TBR: veyron/profiles/net/bluetooth: fix build breakage. by Cosmos Nicolaou · 11 years ago
  84. 29ed982 TBR: veyron/profiles/net: fix build breakage. by Cosmos Nicolaou · 11 years ago
  85. c73e903 veyron/profiles/net/bluetooth: first stab at bluetooth profiles. by Cosmos Nicolaou · 11 years ago
  86. 57e6353 TBR: veyron/profiles/net: fix the build. by Cosmos Nicolaou · 11 years ago
  87. 8feb306 veyron/profiles: fix the build. by Cosmos Nicolaou · 11 years ago
  88. 9869807 veyron/profiles: fix the build - the files below were dropped by mistake. by Cosmos Nicolaou · 11 years ago
  89. 6c6fa11 veyron/profiles: first pass at implementing profiles. by Cosmos Nicolaou · 11 years ago