1 file changed
+1
-1
lines changed- build/Jamfile.v2+4-2
- doc/classes/file_descriptor.html+150-21
- doc/classes/gzip.html+1-1
- doc/classes/mapped_file.html+114-12
- include/boost/iostreams/categories.hpp+2-2
- include/boost/iostreams/detail/adapter/concept_adapter.hpp+4-7
- include/boost/iostreams/detail/resolve.hpp+2-1
- include/boost/iostreams/detail/streambuf/direct_streambuf.hpp+1
- include/boost/iostreams/detail/streambuf/indirect_streambuf.hpp+1
- include/boost/iostreams/device/file.hpp+10-2
- include/boost/iostreams/device/file_descriptor.hpp+3-3
- include/boost/iostreams/filter/aggregate.hpp+3-3
- include/boost/iostreams/filter/bzip2.hpp+24-7
- include/boost/iostreams/filter/gzip.hpp+82-17
- include/boost/iostreams/filter/symmetric.hpp+15-9
- include/boost/iostreams/filter/test.hpp+54-10
- include/boost/iostreams/filter/zlib.hpp+11-2
- src/bzip2.cpp+13
- src/file_descriptor.cpp+37-22
- src/mapped_file.cpp+6-1
- src/zlib.cpp+3-2
- test/Jamfile.v2+3-3
- test/bzip2_test.cpp+53
- test/detail/verification.hpp+7
- test/file_descriptor_test.cpp+312-3
- test/gzip_test.cpp+11
- test/regex_filter_test.cpp+154
- test/symmetric_filter_test.cpp+40-2
- test/zlib_test.cpp+16
0 commit comments