1. 10 Apr, 2013 1 commit
  2. 30 Mar, 2013 1 commit
  3. 18 Mar, 2013 1 commit
  4. 03 Mar, 2013 1 commit
    • Add socket timeout to uri module. · cd51c7f2
      The uri module can be configured to abort after a specified timeout if
      it cannot connect to the configured uri. This prevents a uri action from
      hanging indefinitely when the remote endpoint cannot be reached because
      it is unavailable, there is a firewall in place etc. The default behavior
      is left unchanged: timeout=None
      
      This change also introduces a new type for module_parameters: int
      Code was added to perform conversion from string -> int type in
      module_common.py.
      
      The new type was required in order to play nice with httplib2 which
      refuses to accept (and convert) anything other than a numeric type for
      the timeout value.
      Grant Gavares committed
  5. 23 Feb, 2013 2 commits
  6. 20 Feb, 2013 1 commit
  7. 18 Feb, 2013 2 commits
  8. 16 Feb, 2013 5 commits