Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugs in file_descriptor and gzip-zlib-bzip2 filters #17

Merged
merged 8 commits into from
Dec 5, 2016

Commits on Sep 14, 2015

  1. Ticket #7810

    zlib_error::check throws on Z_BUF_ERROR
    yanikibo committed Sep 14, 2015
    Configuration menu
    Copy the full SHA
    82e5005 View commit details
    Browse the repository at this point in the history
  2. Ticket #7810

    zlib_error::check throws on Z_BUF_ERROR
    yanikibo committed Sep 14, 2015
    Configuration menu
    Copy the full SHA
    2d9e91b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2015

  1. Update file_descriptor.cpp

    Openmode compatibility to C++ standard
    yanikibo committed Sep 16, 2015
    Configuration menu
    Copy the full SHA
    1fd38cd View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2015

  1. Update zlib.hpp

    int buffer_size -> std::streamsize buffer_size
    yanikibo committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    78d2c4b View commit details
    Browse the repository at this point in the history
  2. Update gzip.hpp

    int buffer_size -> std::streamsize buffer_size
    yanikibo committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    59b1167 View commit details
    Browse the repository at this point in the history
  3. Update bzip2.hpp

    int buffer_size -> std::streamsize buffer_size
    yanikibo committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    6eb9c62 View commit details
    Browse the repository at this point in the history
  4. Update symmetric.hpp

    int buffer_size -> std::streamsize buffer_size
    yanikibo committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    b9e1d1d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2015

  1. Update code_converter.hpp

    int buffer_size -> std::streamsize buffer_size
    ibrahim.yaniklar committed Oct 2, 2015
    Configuration menu
    Copy the full SHA
    cf7c922 View commit details
    Browse the repository at this point in the history