1. 27 1月, 2019 1 次提交
  2. 22 1月, 2019 4 次提交
  3. 21 1月, 2019 1 次提交
  4. 20 1月, 2019 3 次提交
  5. 19 1月, 2019 1 次提交
  6. 30 9月, 2018 1 次提交
  7. 11 8月, 2018 1 次提交
  8. 10 8月, 2018 1 次提交
    • J
      It is now possible to supply to the library a custom key loader to replace the... · 3e6da5ad
      João Sousa 提交于
      It is now possible to supply to the library a custom key loader to replace the original RSA key loader.
      This is useful for applications that also need to use and manage the same structure of keys as the library and/or to use different public key algorithms/providers.
      This was done by creating a new interface "KeyLoader" and extending the ServiceProxy and ServiceReplica constructors with parameters to pass objects that implement the interface.
      If a null object is passed, the library will simply load the default RSA key loader.
      3e6da5ad
  9. 07 8月, 2018 1 次提交
  10. 14 11月, 2017 1 次提交
  11. 04 11月, 2017 1 次提交
  12. 10 3月, 2016 1 次提交
    • J
      Fixed a bug in the AsynchServiceProxy class that would case a race condition... · d413671f
      Joao Sousa 提交于
      Fixed a bug in the AsynchServiceProxy class that would case a race condition between the client and the servers: the client would store its sequence number after sending its requests, but if the servers responded quickly enough for the client to parse the replies before storing the sequence number, the messages would be discarded.
      
      Also edited a logging message and added another one.
      d413671f
  13. 08 3月, 2016 1 次提交
  14. 30 12月, 2015 1 次提交
  15. 16 6月, 2015 1 次提交
  16. 18 12月, 2014 1 次提交