1. 16 Aug, 2011 3 commits
  2. 10 Aug, 2011 7 commits
  3. 09 Aug, 2011 1 commit
  4. 03 Aug, 2011 2 commits
  5. 01 Aug, 2011 10 commits
  6. 29 Jul, 2011 5 commits
    • Lucas Carvalho's avatar
      Fixed the test. · cba740a0
      Lucas Carvalho authored
      This test must prove that when the signature_certificate_file_list
      has a path to the file system and urls, the file system path has high
      priority over the urls.
      cba740a0
    • Lucas Carvalho's avatar
      NetworkcacheClient must use libconnection · f2ed2e68
      Lucas Carvalho authored
      To download contents in a correct way, it must use the
      libnetworkcache.
      f2ed2e68
    • Lucas Carvalho's avatar
      Moved the method parseUrl to a utils file. · 00e24d33
      Lucas Carvalho authored
      This file must provide all the utils function, to avoid duplicating
      code.
      00e24d33
    • Lucas Carvalho's avatar
      Added utils file. · 3b4bc05a
      Lucas Carvalho authored
      This file must provide all the utils function, to avoid duplicating
      code.
      3b4bc05a
    • Lucas Carvalho's avatar
      Created a new library libconnection. · a6be7424
      Lucas Carvalho authored
      This library aims to handle all the possibles way to do a GET to an http
      server.
      
      So, it must contains all the code related to HTTP calls to avoid to
      polute the NetworkcacheClient class with this kind of code.
      
      The NetworkcacheClient should use this library to download any kind of
      file which is necessary.
      
      Using this library NetworkcacheClient must be able to:
       - download a file under HTTP without authentication
       - download a file under HTTP with basic authentication
       - download a file under HTTPS CA (Certificate Authority)
       - download a file under HTTPS CA with basic authentication
       - download a file under HTTPS with Certification Authentication
      
      So currently, this library only provides a way to:
        - download a file under HTTPS CA (Certificate Authority)
        - download a file under HTTPS CA with basic authentication
      
      (work in progress)
      a6be7424
  7. 27 Jul, 2011 1 commit
  8. 22 Jul, 2011 2 commits
  9. 21 Jul, 2011 9 commits