Skip to content
Snippets Groups Projects
  1. Sep 20, 2022
  2. Nov 26, 2019
  3. Sep 13, 2019
  4. Sep 10, 2019
  5. Sep 09, 2019
  6. Aug 29, 2019
  7. May 02, 2019
  8. Mar 05, 2019
  9. Feb 06, 2019
  10. Feb 03, 2019
  11. Feb 02, 2019
  12. Jan 31, 2019
  13. Dec 14, 2018
  14. Oct 11, 2018
  15. Jul 14, 2017
  16. Jan 26, 2017
  17. Dec 24, 2016
    • Ramin Yaghoubzadeh's avatar
      All languages: Using uint64 for RemoteServer call return values · 681dd1bf
      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.
      681dd1bf
  18. Sep 29, 2016
  19. Jan 29, 2016
  20. Jan 19, 2016
  21. Jan 07, 2016
Loading