Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
10 days | Fix path_entry() not to fail for non-existent drives on Windows | Karen Arutyunov | 1 | -4/+6 | |
11 days | Add comments parameter to string_parser functions | Karen Arutyunov | 4 | -12/+79 | |
2024-10-28 | Make regex_replace_search() not to match empty substrings in non-empty strings | Karen Arutyunov | 3 | -1/+43 | |
2024-10-09 | Fix issue in previous commit | Boris Kolpackov | 1 | -5/+16 | |
2024-10-09 | Retry to create process after EAGAIN error | Karen Arutyunov | 1 | -31/+54 | |
2024-10-09 | Retry to create builtin thread after EAGAIN error | Karen Arutyunov | 1 | -15/+41 | |
2024-10-05 | Fix 'reference to value_type is ambiguous' error for ↵ | Karen Arutyunov | 3 | -0/+3 | |
small_{vector,list,forward_list} types | |||||
2024-09-30 | Fix find builtin to dereference symlink argument if terminated with ↵ | Karen Arutyunov | 2 | -1/+31 | |
directory separator (GH issue #434) | |||||
2024-09-09 | Fix path_entry() not to fail for non-existent drives on Windows | Karen Arutyunov | 1 | -1/+9 | |
2024-09-04 | Add ability to customize/disable multi-value separator in JSON serializer | Boris Kolpackov | 3 | -30/+57 | |
2024-08-08 | Suppress -Wno-unused-function Clang warning on Windows | Karen Arutyunov | 1 | -1/+1 | |
2024-08-01 | Update odb submodule to version 2.5.0-b.28.z | Boris Kolpackov | 4 | -17/+17 | |
2024-08-01 | Update sqlite submodule to version 3.45.3 | Boris Kolpackov | 1 | -0/+0 | |
2024-07-31 | Add disabled test for butl::optional use case described in libstud-optional ↵ | Karen Arutyunov | 1 | -4/+22 | |
GH issue #1 | |||||
2024-07-31 | Serialize manifest using new-fashioned multi-line mode introducer (as in ↵ | Karen Arutyunov | 6 | -54/+49 | |
'foo:<newline>\<newline>') | |||||
2024-07-31 | Add curl::version() function | Karen Arutyunov | 2 | -1/+70 | |
2024-06-20 | Fix pager's 'broken pipe' error | Karen Arutyunov | 2 | -22/+99 | |
2024-06-19 | Change version to 0.18.0-a.0.z | Boris Kolpackov | 1 | -1/+1 | |
2024-06-17 | Release version 0.17.0v0.17.0 | Boris Kolpackov | 1 | -3/+3 | |
2024-06-12 | Update odb submodule to v2.5.0-b.27 | Boris Kolpackov | 3 | -16/+16 | |
2024-06-12 | Update libpkg-config submodule to v0.1.2 | Boris Kolpackov | 2 | -7/+7 | |
2024-06-06 | Use -pthread instead of -lpthread | Boris Kolpackov | 3 | -3/+3 | |
2024-05-29 | Suppress bogus GCC 14 -Wstringop-overread for sqlite3.c | Boris Kolpackov | 1 | -0/+6 | |
2024-05-21 | Add notion of thread-specific current working directory | Boris Kolpackov | 5 | -3/+70 | |
2024-05-21 | Improve path::normalize() documentation | Boris Kolpackov | 1 | -12/+15 | |
2024-05-14 | Update upstream/libpkg-config submodule | Boris Kolpackov | 2 | -5/+5 | |
2024-05-09 | Fix fdterm() mis-classification of nul on Windows with GetConsoleMode() call | Boris Kolpackov | 1 | -1/+7 | |
2024-05-09 | Add test for fdterm(/dev/null) | Boris Kolpackov | 1 | -0/+5 | |
2024-05-07 | Add missing dllexport declaration when compiling SQLite source file | Boris Kolpackov | 1 | -0/+3 | |
2024-05-06 | Update license informationodb | Boris Kolpackov | 2 | -4/+21 | |
2024-05-06 | Add libbutl-pkg-config source subdirectory | Boris Kolpackov | 24 | -12/+223 | |
This is an additional (to libbutl) utility library which contains the source code of libpkg-config configured and tuned for our needs. | |||||
2024-05-06 | Add libpkg-config as submodule | Boris Kolpackov | 3 | -1/+5 | |
2024-05-06 | Add libbutl-odb source subdirectory | Boris Kolpackov | 206 | -5/+559 | |
This is an additional (to libbutl) utility library which contains the source code of libodb, libodb-sqlite, and libsqlite3 configured and tuned for our needs. | |||||
2024-05-02 | Update upstream/odb submodule | Boris Kolpackov | 1 | -0/+0 | |
2024-05-02 | Add libsqlite3 as submodule | Boris Kolpackov | 2 | -0/+3 | |
2024-05-02 | Add ODB as submodule | Boris Kolpackov | 4 | -1/+6 | |
2024-03-21 | Add next_word() overload that doesn't skip consecutive delimiters | Boris Kolpackov | 4 | -0/+135 | |
In particular, this version can be used to parse lines while observing blanks. | |||||
2024-02-27 | Fix curl constructor for nullfd input for HTTP POST method | Karen Arutyunov | 3 | -4/+18 | |
2024-02-26 | Add curl constructors which allow to adjust curl command line | Karen Arutyunov | 8 | -27/+170 | |
2024-02-26 | Allow nullfd input for HTTP POST method in curl class constructor | Karen Arutyunov | 3 | -2/+11 | |
2024-02-26 | Add read_http_status(), parse_http_status_code(), and ↵ | Karen Arutyunov | 3 | -3/+157 | |
read_http_response_line() static functions to curl class | |||||
2024-02-15 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2024-02-15 | Update pdjson.c with bugfixes | Boris Kolpackov | 1 | -5/+26 | |
2024-02-12 | Add base64url_encode() | Francois Kritzinger | 3 | -9/+155 | |
2023-11-02 | Avoid bcopy/bzero macro redefinition in sha1.c | Boris Kolpackov | 1 | -2/+8 | |
2023-10-11 | Canonicalize Clang's *-w64-windows-gnu to *-w64-mingw32 (GH issue #288) | Boris Kolpackov | 3 | -0/+7 | |
Note that config.guess doesn't recognize *-w64-windows-gnu as a valid target triplet: Invalid configuration 'x86_64-w64-windows-gnu': Kernel 'windows' not known to work with OS 'gnu'. | |||||
2023-10-10 | Replace builds value host with all:&host | Boris Kolpackov | 1 | -1/+1 | |
2023-08-29 | Add fdterm_color() function for testing/enabling terminal color support | Boris Kolpackov | 2 | -2/+61 | |
2023-07-05 | Change version to 0.17.0-a.0.z | Boris Kolpackov | 1 | -1/+1 | |
2023-06-30 | Release version 0.16.0v0.16.0 | Boris Kolpackov | 1 | -3/+3 | |