- Feb 10, 2017
-
-
Ramin Yaghoubzadeh Torky authored
-
- Dec 24, 2016
-
-
Ramin Yaghoubzadeh authored
Recent addition of IntegerConverter in rsb0.14 seems flaky (it seems Python will always send 64bit, and no conversion can be made), -> now using 64bit types for transport everywhere revision numbers are exchanged as an RPC result, i.e. all RemoteIU modifications and ResendRequests (Also disabled our own legacy IntConverters). Note: the ipaaca.proto Protobuf definition has not been changed, for compatibility reasons. Java version contains explicit (int) casts when protobuf objects are built. (TODO Discuss proto->64bit) Tests between all three languages work (Netboot, rsb0.14, protobuf2.6.1, spread4.4), tested with WOz+Cere+Billie.
-
- Dec 04, 2016
-
-
Ramin Yaghoubzadeh Torky authored
-
- Dec 02, 2016
-
-
Ramin Yaghoubzadeh Torky authored
-
- Sep 29, 2016
-
-
Ramin Yaghoubzadeh Torky authored
Also re-renamed the other two back to --rsb-host and --rsb-port ;)
-
- Jan 07, 2016
-
-
Ramin Yaghoubzadeh Torky authored
-
Ramin Yaghoubzadeh Torky authored
-
- Dec 04, 2015
-
-
Ramin Yaghoubzadeh Torky authored
-
Ramin Yaghoubzadeh Torky authored
-
- Dec 03, 2015
-
-
Ramin Yaghoubzadeh Torky authored
-
- Apr 08, 2015
-
-
Ramin Yaghoubzadeh Torky authored
Use with Locker, possible in a dedicated stack frame, like this: // ... code ... { // open stack frame Locker locker(iu->payload()); iu->payload()["a"] = "string"; iu->payload()["b"] = "simultaneouslySentString"; } // close stack frame, sending the update
-
- Mar 28, 2015
-
-
Ramin Yaghoubzadeh Torky authored
Also renamed some functions (preserving old names as deprecated aliases)
-
- Feb 23, 2015
-
-
Ramin Yaghoubzadeh Torky authored
Sniffer: only display quotes for string-type payload values Injector: using unicode() and catching errors
-
Ramin Yaghoubzadeh Torky authored
-
- Feb 20, 2015
-
-
Ramin Yaghoubzadeh Torky authored
TODO: compatibility with STR legacy payloads; more varied access to inner payload objects (e.g. push_back)
-
Ramin Yaghoubzadeh Torky authored
-
- Feb 14, 2015
-
-
Ramin Yaghoubzadeh Torky authored
-
- Feb 09, 2015
-
-
Ramin Yaghoubzadeh Torky authored
-
- Feb 05, 2015
-
-
Ramin Yaghoubzadeh Torky authored
-
- Jan 30, 2015
-
-
Ramin Yaghoubzadeh Torky authored
-
Ramin Yaghoubzadeh Torky authored
-