Age | Commit message (Expand) | Author | Files | Lines |
2020-03-09 | Add more support for symlinks on Windows | Karen Arutyunov | 16 | -701/+1532 |
2020-03-09 | Fix file_empty() to follow symlinks | Karen Arutyunov | 1 | -1/+1 |
2020-03-09 | Add workaround for MinGW GCC bug #84583 (produces CRCRLF sequences in preproc... | Karen Arutyunov | 1 | -34/+17 |
2020-03-09 | Don't mention CONTRIBUTING.md in buildfile | Karen Arutyunov | 2 | -3/+3 |
2020-03-09 | Fix few typos | Boris Kolpackov | 1 | -2/+2 |
2020-03-03 | Revert previous (erroneously pushed to master) commit | Karen Arutyunov | 5 | -162/+22 |
2020-03-02 | Backup | Karen Arutyunov | 5 | -22/+162 |
2020-02-28 | Add .gitattributes file | Karen Arutyunov | 1 | -0/+19 |
2020-02-26 | Add notion of validator to char_scanner and make sure manifest is UTF-8 | Karen Arutyunov | 24 | -596/+1696 |
2020-02-18 | Reformat LICENSE | Boris Kolpackov | 1 | -18/+17 |
2020-02-18 | New LICENSE/AUTHORS arrangement | Boris Kolpackov | 7 | -20/+28 |
2020-02-12 | Fix curl testscript | Karen Arutyunov | 1 | -8/+8 |
2020-02-12 | Rename fdnull() to fdopen_null() | Karen Arutyunov | 11 | -29/+30 |
2020-02-10 | Distribute and install COPYRIGHT file | Karen Arutyunov | 1 | -1/+3 |
2020-02-07 | Update last year in COPYRIGHT file | Karen Arutyunov | 1 | -1/+1 |
2020-02-07 | Add COPYRIGHT file | Karen Arutyunov | 2 | -1/+14 |
2020-02-06 | Drop copyright notice from source code | Boris Kolpackov | 260 | -260/+4 |
2020-02-05 | Minor tweaks to LICENSE file | Boris Kolpackov | 1 | -2/+2 |
2020-01-28 | Fix utf8() function description | Karen Arutyunov | 1 | -1/+1 |
2020-01-28 | Add utf8() predicate | Karen Arutyunov | 5 | -6/+575 |
2020-01-05 | Fix 'cast between incompatible function types' MinGW GCC warning | Karen Arutyunov | 1 | -2/+5 |
2019-11-26 | Use switch in buildfile | Boris Kolpackov | 1 | -23/+25 |
2019-11-21 | Change version to 0.13.0-a.0.z | Boris Kolpackov | 1 | -1/+1 |
2019-11-19 | Release version 0.12.0v0.12.0 | Boris Kolpackov | 1 | -3/+3 |
2019-11-16 | Try to re-exec POSIX process after "text file busy" failure for 450ms | Karen Arutyunov | 1 | -6/+21 |
2019-11-15 | Add path_name_view struct | Boris Kolpackov | 3 | -49/+150 |
2019-11-14 | Add to_stream(ostream, path, bool) | Karen Arutyunov | 4 | -12/+60 |
2019-11-13 | Add add constructor and remove comparison for path_name_value class | Karen Arutyunov | 2 | -24/+13 |
2019-11-12 | Fix basic_path_name_value::operator=() overloads to return *this | Karen Arutyunov | 1 | -0/+4 |
2019-11-11 | Add path_name_value struct | Karen Arutyunov | 3 | -3/+94 |
2019-11-07 | Add path_name struct, open_file_or{stdin,stdout}() functions | Boris Kolpackov | 4 | -12/+116 |
2019-10-31 | Fix unhandled invalid_path exception in path_search() | Karen Arutyunov | 1 | -13/+16 |
2019-10-29 | Only enable backtrace support on Linux if using glibc | Boris Kolpackov | 3 | -7/+10 |
2019-10-09 | Define small_size constant in small containers | Boris Kolpackov | 3 | -0/+6 |
2019-10-08 | Fix 'unused variable' warning issued by Clang on Windows | Karen Arutyunov | 1 | -0/+3 |
2019-10-08 | Make path_traits::*_separator constants initialization constexpr | Boris Kolpackov | 1 | -4/+4 |
2019-10-08 | Add process_path::clear_recall() | Boris Kolpackov | 2 | -1/+19 |
2019-10-07 | Adapt tests for building with Clang on Windows | Karen Arutyunov | 1 | -3/+3 |
2019-10-07 | Add ability to specify custom path list in process::path_search() | Boris Kolpackov | 3 | -28/+56 |
2019-10-06 | Adapt for building with Clang on Windows | Karen Arutyunov | 1 | -3/+3 |
2019-10-05 | Add sha{1,256}::reset() | Boris Kolpackov | 4 | -8/+20 |
2019-10-05 | Add sha{1,256}::empty() | Boris Kolpackov | 4 | -4/+28 |
2019-10-02 | Add CONTRIBUTING.md that points to our Community page | Boris Kolpackov | 2 | -1/+4 |
2019-10-01 | Move path match to path-pattern.?xx | Karen Arutyunov | 8 | -742/+840 |
2019-09-28 | Swap entry and pattern parameters in path_match() | Karen Arutyunov | 4 | -172/+175 |
2019-09-28 | Rename casecmp() function and case_compare_[c_]string structs to icasecmp() a... | Karen Arutyunov | 7 | -46/+44 |
2019-09-27 | Add support for bracket expressions in wildcard pattern matching | Karen Arutyunov | 4 | -49/+632 |
2019-09-27 | Add support for builtin escaping to command running API | Karen Arutyunov | 3 | -1/+26 |
2019-09-27 | Add builtins support to command running API | Karen Arutyunov | 4 | -42/+124 |
2019-09-27 | Add builtins support | Karen Arutyunov | 23 | -2/+9027 |