1. 11 Aug, 2011 5 commits
  2. 04 Aug, 2011 1 commit
  3. 03 Aug, 2011 3 commits
  4. 02 Aug, 2011 5 commits
  5. 28 Jul, 2011 1 commit
  6. 27 Jul, 2011 5 commits
  7. 24 Jul, 2011 4 commits
  8. 22 Jul, 2011 1 commit
  9. 21 Jul, 2011 2 commits
  10. 20 Jul, 2011 1 commit
    • Lucas Carvalho's avatar
      Renamed some variables. · 59620375
      Lucas Carvalho authored
      Renamed signature_private_file to signature_private_key_file.
      And also signature_public_file to signature_certificate_file.
      59620375
  11. 18 Jul, 2011 1 commit
  12. 06 Jul, 2011 7 commits
  13. 05 Jul, 2011 3 commits
  14. 01 Jul, 2011 1 commit
    • 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