aboutsummaryrefslogtreecommitdiff
path: root/libbutl
AgeCommit message (Expand)AuthorFilesLines
2020-08-18Add ability to create empty process_envBoris Kolpackov1-0/+2
2020-08-06Revert Windows rm/mv sharing violation retries increaseBoris Kolpackov1-2/+2
2020-08-05Increase Windows rm/mv sharing violation retries to 60s for testingBoris Kolpackov1-2/+4
2020-07-29Work around glibc bug #14898 (GitHub issue #2)Boris Kolpackov2-8/+33
2020-07-16On Windows increase fdopen() retry timeout on ERROR_SHARING_VIOLATION up to 2...Karen Arutyunov2-6/+6
2020-07-14Override TERM environment variable on Windows when running lessBoris Kolpackov1-1/+15
2020-07-07On Windows make fdopen() to retry for a second on ERROR_SHARING_VIOLATION errorKaren Arutyunov2-4/+37
2020-06-30Expose command_run()'s @-substitution functionalityBoris Kolpackov2-63/+121
2020-06-29Add path::combine(string,separator)Boris Kolpackov2-13/+87
2020-06-26Improve std::optional to better deal with lack of copy/move constructorsKaren Arutyunov1-6/+77
2020-06-24Restructure touch_file() control flow to produce consistent failuresBoris Kolpackov1-52/+56
2020-06-24Don't use utime() on WindowsBoris Kolpackov2-26/+76
2020-06-19Fix terminologyBoris Kolpackov1-3/+3
2020-06-19Get rid of deprecated use of enums in bitmasksBoris Kolpackov1-24/+22
2020-06-18Complete NetBSD compatibilityBoris Kolpackov9-28/+32
2020-06-18Add NetBSD compatibilitymagenbluten5-5/+15
2020-06-11Add date builtinKaren Arutyunov5-0/+444
2020-06-11Add workaround for MinGW GCC bug so to_stream(timestamp) properly handles %e ...Karen Arutyunov2-17/+52
2020-06-03Add builtin weightKaren Arutyunov3-28/+48
2020-05-30Fix process_path() constructorKaren Arutyunov2-2/+9
2020-05-28Regenerate options parsing codeBoris Kolpackov1-41/+42
2020-05-25Add putback depth char_scanner template parameterKaren Arutyunov3-42/+42
2020-05-18Add sensitize_strlit() for sanitizing C string literalsBoris Kolpackov2-0/+36
2020-04-14Improve process_path::empty()Boris Kolpackov1-4/+6
2020-04-10Add process_path(effect) constructorBoris Kolpackov2-2/+13
2020-04-07Add ability to print process_env environmentBoris Kolpackov3-1/+140
2020-04-01Add daytime() functionKaren Arutyunov2-0/+38
2020-03-17Fix mkanylink() to complete relative target against link directory when creat...Karen Arutyunov5-9/+23
2020-03-17Fix ln builtin not to complete relative target against working directoryKaren Arutyunov1-18/+32
2020-03-17Add readsymlink(), followsymlink(), and try_followsymlink()Karen Arutyunov3-244/+640
2020-03-11Fix race in dir_iterator::next() for 'ignore dangling symlinks' modeKaren Arutyunov1-54/+110
2020-03-11On Windows try to create directory symlink and fallback to creating junction ...Karen Arutyunov2-53/+51
2020-03-10Fix directory symlink tests failing on Windows in Developer ModeKaren Arutyunov1-9/+2
2020-03-09Add more support for symlinks on WindowsKaren Arutyunov8-522/+856
2020-03-09Fix file_empty() to follow symlinksKaren Arutyunov1-1/+1
2020-03-09Fix few typosBoris Kolpackov1-2/+2
2020-03-03Revert previous (erroneously pushed to master) commitKaren Arutyunov1-100/+5
2020-03-02BackupKaren Arutyunov1-5/+100
2020-02-26Add notion of validator to char_scanner and make sure manifest is UTF-8Karen Arutyunov20-584/+1439
2020-02-18New LICENSE/AUTHORS arrangementBoris Kolpackov2-4/+2
2020-02-12Rename fdnull() to fdopen_null()Karen Arutyunov7-19/+19
2020-02-06Drop copyright notice from source codeBoris Kolpackov133-133/+4
2020-01-28Fix utf8() function descriptionKaren Arutyunov1-1/+1
2020-01-28Add utf8() predicateKaren Arutyunov3-6/+411
2020-01-05Fix 'cast between incompatible function types' MinGW GCC warningKaren Arutyunov1-2/+5
2019-11-26Use switch in buildfileBoris Kolpackov1-23/+25
2019-11-16Try to re-exec POSIX process after "text file busy" failure for 450msKaren Arutyunov1-6/+21
2019-11-15Add path_name_view structBoris Kolpackov3-49/+150
2019-11-14Add to_stream(ostream, path, bool)Karen Arutyunov3-6/+38
2019-11-13Add add constructor and remove comparison for path_name_value classKaren Arutyunov2-24/+13