Age | Commit message (Expand) | Author | Files | Lines |
2021-11-12 | Add missing header inclusion | Karen Arutyunov | 1 | -0/+1 |
2021-11-05 | Improve prefix multiple support | Boris Kolpackov | 3 | -2/+93 |
2021-10-22 | Fortify fdopen() against Windows ERROR_USER_MAPPED_FILE | Boris Kolpackov | 1 | -4/+10 |
2021-10-20 | Change to version 0.15.0-a.0.z | Boris Kolpackov | 1 | -1/+1 |
2021-10-16 | Release version 0.14.0v0.14.0 | Boris Kolpackov | 1 | -3/+3 |
2021-09-30 | Few post-mxx cleanups | Boris Kolpackov | 2 | -3/+1 |
2021-09-29 | Factor path::{sub,sup}() to path_traits::{sub,sup}() | Boris Kolpackov | 2 | -40/+59 |
2021-09-28 | Get rid of C++ modules related code and rename *.mxx files to *.hxx | Karen Arutyunov | 163 | -2990/+548 |
2021-09-24 | Fortify tests against NDEBUG | Karen Arutyunov | 47 | -91/+141 |
2021-09-09 | Use binary mode in lz4::?stream usage examples | Boris Kolpackov | 1 | -2/+2 |
2021-09-09 | Improve LZ4 exception descriptions | Boris Kolpackov | 3 | -22/+22 |
2021-09-09 | Fix bug in lz4::ostream usage example | Boris Kolpackov | 1 | -1/+1 |
2021-09-09 | Implement lz4::{istream,ostream} | Boris Kolpackov | 5 | -50/+675 |
2021-09-08 | Factor "buffered streambuf" interface from fdbuf to bufstreambuf | Boris Kolpackov | 14 | -97/+169 |
2021-09-08 | Expose low-level, iterative LZ4 compression/decompression API | Boris Kolpackov | 2 | -197/+409 |
2021-09-02 | Fix b-info test | Karen Arutyunov | 1 | -1/+1 |
2021-08-30 | Quote []() in Windows arguments to help Cygwin/MSYS2 | Boris Kolpackov | 1 | -4/+9 |
2021-08-18 | Add b_info() overload that returns information for multiple projects | Karen Arutyunov | 2 | -39/+113 |
2021-08-17 | Fix assertion in strptime() implementation for VC | Karen Arutyunov | 1 | -1/+3 |
2021-08-06 | Fix small_vector(small_vector&&) to clear object it moves from | Karen Arutyunov | 2 | -0/+6 |
2021-08-06 | Add support for option positions to load_default_options() | Karen Arutyunov | 4 | -16/+138 |
2021-08-05 | Convert default_options_start() to template function which accepts iterators ... | Karen Arutyunov | 4 | -79/+58 |
2021-08-03 | Regenerate options parsing files | Boris Kolpackov | 3 | -14/+90 |
2021-08-02 | Add version_string, list of modules to b_info() result | Boris Kolpackov | 4 | -11/+48 |
2021-07-22 | Change manifest builds value from all to host | Boris Kolpackov | 1 | -1/+1 |
2021-07-08 | Also disable GCC -Wstringop-overread in tests | Boris Kolpackov | 1 | -1/+2 |
2021-07-07 | Disable GCC -Wstringop-overread (false positives in GCC 11, bug 101361) | Boris Kolpackov | 1 | -3/+4 |
2021-07-06 | Clear errno before calling strto*() functions | Boris Kolpackov | 5 | -1/+4 |
2021-07-02 | Add note on process exit codes | Boris Kolpackov | 1 | -0/+20 |
2021-06-21 | Add missing std:: qualification | Boris Kolpackov | 1 | -2/+2 |
2021-06-10 | Add path::try_relative() | Karen Arutyunov | 2 | -3/+19 |
2021-06-04 | Make regex_replace_match_results() part of public API | Boris Kolpackov | 3 | -4/+24 |
2021-05-28 | Apply fix for LZ4 CVE-2021-3520 (upstream commit 8301a2177) | Boris Kolpackov | 1 | -1/+1 |
2021-04-20 | Disable bunch of bogus GCC warnings | Boris Kolpackov | 3 | -12/+9 |
2021-04-20 | Optimize getenv() for const char* name | Boris Kolpackov | 2 | -7/+13 |
2021-04-15 | Disable bogus GCC maybe used uninitialized warning with pragma | Boris Kolpackov | 2 | -12/+35 |
2021-04-15 | Fix 'timestamp from_string()' function that erroneously succeeds in some cases | Karen Arutyunov | 1 | -14/+74 |
2021-04-09 | Escape additional characters (=,;) if running batch file | Boris Kolpackov | 2 | -12/+26 |
2021-03-31 | Add notion of thread environment | Boris Kolpackov | 5 | -117/+316 |
2021-03-30 | Fix occasionally failing terminate process test | Karen Arutyunov | 1 | -15/+17 |
2021-03-27 | Fix occasionally failing timeout builtin test | Karen Arutyunov | 1 | -2/+2 |
2021-03-26 | Add regex_replace_parse() overloads | Karen Arutyunov | 7 | -79/+211 |
2021-03-19 | Add prefix_map::find_sup_if() | Boris Kolpackov | 2 | -0/+82 |
2021-03-18 | Add fdstat()fdstat | Boris Kolpackov | 5 | -18/+76 |
2021-03-18 | Add try_rmfile_ignore_error() | Boris Kolpackov | 3 | -7/+35 |
2021-03-12 | Disable use of _tzcnt_u64() in lz4.c for Clang targeting MSVC version 9 | Boris Kolpackov | 1 | -2/+5 |
2021-03-12 | Add support for compressing/decompressing fdstreams with LZ4 | Boris Kolpackov | 20 | -5/+9809 |
2021-03-08 | Add recognition of *-apple-ios* target triplets, ios target class | Boris Kolpackov | 3 | -2/+41 |
2021-03-08 | Update copyright | Karen Arutyunov | 1 | -1/+1 |
2021-03-08 | Fix sed builtin to preserve line endings | Karen Arutyunov | 1 | -7/+27 |