Changes between Version 23 and Version 24 of FileCompression


Ignore:
Timestamp:
Dec 19, 2016, 1:44:49 PM (7 years ago)
Author:
Juha
Comment:

typo fix & file name updates

Legend:

Unmodified
Added
Removed
Modified
  • FileCompression

    v23 v24  
    66
    77The BOINC client can handle compressed downloads
    8 using both the mod_gzip and mod_default mechanisms provided by Apache.
     8using both the mod_gzip and mod_deflate mechanisms provided by Apache.
    99However, resumption of interrupted downloads doesn't work
    1010with either of these methods, so we don't recommend using them.
     
    8989Also, please note that boinc_zip relies on some BOINC functions that you will need
    9090(and will most likely be in your app already since they are handy) --
    91 namely `boinc/lib/filesys.C` and `boinc/lib/util.C`.
     91namely `boinc/lib/filesys.cpp` and `boinc/lib/util.cpp`.
    9292
    9393==== Using ==== #boinc-zip-using
     
    148148There is a `ziptest` Project for Windows provided to experiment,
    149149which can also be run (the "ziptest.cpp") on Unix & Mac to experiment
    150 with how `boinc_zip` work (just g++ with the `boinc/lib/filesys.C` & `util.C` as described above).
     150with how `boinc_zip` work (just g++ with the `boinc/lib/filesys.cpp` & `util.cpp` as described above).
    151151
    152152=== Using gzip (zlib) === #gzip