1. 25 Aug, 2011 2 commits
    • Lucas Carvalho's avatar
      Renamed some variables. · 18705c55
      Lucas Carvalho authored
      Renamed signature_private_file to signature_private_key_file.
      And also signature_public_file to signature_certificate_file.
      18705c55
    • Lucas Carvalho's avatar
      Add new params: signature_public_file & signature_private_file · 14302088
      Lucas Carvalho authored
      Both files must be generated by opensssl.
      - signature_public_file: used to verify if the content is trustable by
        libnetworkcache
      - signature_private_file: used to generate the signature before uploading
        the content to shadir by libnetworkcache.
      14302088
  2. 06 Jul, 2011 10 commits
  3. 05 Jul, 2011 3 commits
  4. 01 Jul, 2011 2 commits
    • Lucas Carvalho's avatar
      Use shutil to copy the file content. · 059d01bb
      Lucas Carvalho authored
      When you use 'for line in file', it uses the next method under the hood.
      And such method can load very big pieces of the binary file into the RAM
      memory.
      
      The shutil method will copy the file using smalls chunks, so the
      RAM memory is gonna be safe.
      059d01bb
    • Lucas Carvalho's avatar
      Select method returns a file descriptor. · 71255840
      Lucas Carvalho authored
      So it needs to write the file content in the correct path which must
      be used by buildout.
      71255840
  5. 24 Jun, 2011 3 commits
  6. 23 Jun, 2011 20 commits