Skip to content
Snippets Groups Projects
  1. Nov 07, 2011
  2. Nov 02, 2011
  3. Nov 01, 2011
    • Michael Hanselmann's avatar
      rpc: Improve argument definitions · cd40dc53
      Michael Hanselmann authored
      
      Instead of in-place code now each argument has an (optional) kind
      assigned. The RPC client will then take care of encoding each argument
      according to its definition. A new base (_RpcClientBase) is added to
      take care of encoding and dispatching calls.
      
      Future patches will also use these definitions in the node daemon.
      
      A nice side-effect of this change is the ability to use stand-alone
      functions, as opposed to class member methods, for most of the encoding.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarRené Nussbaumer <rn@google.com>
      cd40dc53
  4. Oct 26, 2011
  5. Oct 07, 2011
  6. Aug 30, 2011
  7. Aug 25, 2011
  8. Aug 24, 2011
  9. Aug 19, 2011
  10. Jul 13, 2011
  11. May 24, 2011
    • Iustin Pop's avatar
      Implement conversion of Python constants to Haskell · d99d1e36
      Iustin Pop authored
      
      With the merge of the repositories, we can now auto-generate the code
      for Haskell constants from the Python code.
      
      Currently this only handles the basic types (strings and
      integers). Handling containers such as lists and dictionaries is only
      possible if we would use a parser such that we recognise the element
      names. We could extend the convert-constants script if that becomes
      necessary, right now I'm looking at just the simple constants such as
      Iallocator modes, instance states, etc.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      d99d1e36
  12. Mar 22, 2011
  13. Feb 24, 2011
  14. Jan 18, 2011
  15. Dec 01, 2010
  16. Nov 30, 2010
  17. Nov 25, 2010
  18. Nov 24, 2010
  19. Nov 15, 2010
  20. Nov 09, 2010
  21. Sep 14, 2010
  22. Sep 07, 2010
  23. Jul 15, 2010
  24. Jun 02, 2010
  25. Mar 23, 2010
  26. Mar 15, 2010
  27. Mar 12, 2010
  28. Mar 09, 2010
Loading