Skip to content
Snippets Groups Projects
  1. Jan 05, 2012
  2. Dec 22, 2011
  3. Dec 21, 2011
  4. Nov 21, 2011
  5. Nov 14, 2011
  6. Nov 08, 2011
  7. Nov 07, 2011
  8. Nov 02, 2011
  9. 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
  10. Oct 26, 2011
  11. Oct 07, 2011
  12. Aug 30, 2011
  13. Aug 25, 2011
  14. Aug 24, 2011
  15. Aug 19, 2011
  16. Jul 13, 2011
  17. 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
  18. Mar 22, 2011
  19. Feb 24, 2011
  20. Jan 18, 2011
  21. Dec 01, 2010
  22. Nov 30, 2010
  23. Nov 25, 2010
  24. Nov 24, 2010
  25. Nov 15, 2010
  26. Nov 09, 2010
  27. Sep 14, 2010
  28. Sep 07, 2010
Loading