]> git.ipfire.org Git - thirdparty/util-linux.git/history - libsmartcols/src
Merge branch 'PR/libsmartcols-reduce-fix' of github.com:karelzak/util-linux-work
[thirdparty/util-linux.git] / libsmartcols / src /
3 days ago  Karel ZakMerge branch 'PR/libsmartcols-reduce-fix' of github... master
5 days ago  Karel Zaklibsmartcols: fix column reduction
13 days ago  Karel ZakMerge branch 'typofix' of https://github.com/uudiin...
13 days ago  Karel ZakMerge branch 'fix' of https://github.com/DaanDeMeyer...
13 days ago  Karel ZakMerge branch 'lsns--filter-option-in-usage' of https...
13 days ago  Karel ZakMerge branch 'meson-build-dmesg' of https://github...
13 days ago  Karel ZakMerge branch 'meson-fix-absolute-check' of https:/...
13 days ago  Karel Zaklsblk: simplify SOURCES code
2024-04-18  Karel ZakMerge branch 'uuid/variant' of https://github.com/t...
2024-04-18  Karel ZakMerge branch 'PR/fdisk-trim' of github.com:karelzak...
2024-04-17  Karel ZakMerge branch 'sed' of https://github.com/t-8ch/util...
2024-04-17  Karel ZakMerge branch 'PR/libsmartcols-fix-wrap' of github.com...
2024-04-16  Karel ZakMerge branch 'lsfd-cmd--dir' of https://github.com...
2024-04-16  Karel ZakMerge branch 'getwc' of https://github.com/t-8ch/util...
2024-04-16  Karel ZakMerge branch 'awk' of https://github.com/t-8ch/util...
2024-04-16  Karel ZakMerge branch 'patch-1' of https://github.com/I-use...
2024-04-16  Karel Zaklibsmartcols: reset wrap after calculation
2024-04-15  Karel Zaklibsmartcols: (filter) emulate YYerror for old Bison
2024-04-15  Karel Zaklibsmartcols: (filter) check vasprintf() return value
2024-04-15  Karel Zaklibsmartcols: (filter) accept prefixes like k, M, G...
2024-04-15  Karel Zaklibsmartcols: (filter) use variable argument lists...
2024-04-15  Karel Zaklibsmartcols; (filter) make libscols_filter accessible...
2024-04-08  Karel ZakMerge branch 'test_mkfds-sockdiag-for-master' of https...
2024-04-08  Karel ZakMerge branch 'xry111/pidfs' of https://github.com/xry11...
2024-04-08  Karel ZakMerge branch 'lsns--opened-ns' of https://github.com...
2024-04-05  Karel ZakMerge branch 'meson-optional-rt' of https://github...
2024-04-05  Karel ZakMerge branch 'PR/libsmartcols-json-empty' of github...
2024-04-03  Karel Zaklibsmartcols: print empty arrays in better way
2024-01-23  Karel ZakMerge branch 'lastlog2' of https://github.com/schubi2...
2024-01-23  Karel ZakMerge branch 'master' of https://github.com/biubiuzy...
2024-01-23  Karel ZakMerge branch 'lsfd--fix-2691' of https://github.com...
2024-01-23  Karel ZakMerge branch 'PR/libmount-utab-masking' of github.com...
2024-01-23  Karel ZakMerge branch 'remove-geteuid-ctrlaltdel' of https:...
2024-01-22  Karel ZakMerge branch 'lsfd--cosmetic-fix' of https://github...
2024-01-22  Karel ZakMerge branch 'fallocate--retval' of https://github...
2024-01-19  Karel Zaklibsmartcols: fix columns reduction
2024-01-04  Karel ZakMerge branch 'PR/dmesg-timestamps' of github.com:karelz...
2023-12-14  Karel ZakMerge branch 'fix-getsz-verbose-output' of https:/...
2023-12-14  Karel Zaklibsmartcols: fix typo in comment
2023-12-14  Karel ZakMerge branch 'PR/libsmartcols-cell-data' of github...
2023-12-13  Karel Zaklibsmartcols: fix memory leak on filter parser error
2023-12-12  Karel Zaklibsmartcols: make cell data printing more robust
2023-12-05  Karel ZakMerge branch 'unshare-maps' of https://github.com/arach...
2023-12-05  Karel ZakMerge branch 'unblockable-kill' of https://github.com...
2023-11-29  Karel ZakMerge branch 'chsh-getusershell' of https://github...
2023-11-24  Karel ZakMerge branch 'minor-changes-about-new-filter' of https...
2023-11-24  Karel ZakMerge branch 'lslocks--co-holders' of https://github...
2023-11-24  Karel Zaklibsmartcols: (filter) fix dereferences and leaks ...
2023-11-23  Karel ZakMerge branch 'PR/libsmartcols-filter' of github.com...
2023-11-20  Karel Zaklibsmartcols: improve and fix scols_column_set_properties()
2023-11-20  Karel Zaklibsmartcols: fix filter param copying
2023-11-20  Karel Zakautotools: use stamp file to build filter parser, impro...
2023-11-20  Karel Zaklibsmartcols: fix typo in parser tokens
2023-11-20  Karel Zaklibsmartcols: add scols-filter.5 man page
2023-11-20  Karel Zaklibsmartcols: (filter) add upper case EQ,NE,LE,LT,GT...
2023-11-20  Karel Zaklibsmartcols: build filter scanner and parser header...
2023-11-20  Karel Zakgithub: fix build with clang and in ubuntu build-root
2023-11-20  Karel Zaklibsmartcols: improve parser error messages
2023-11-20  Karel Zaklibsmartcols: prefer float in filter expression
2023-11-20  Karel Zaklibsmartcols: fix filter parser initialization
2023-11-20  Karel Zaklibsmartcols: accept also '/' in column name for filters
2023-11-20  Karel Zaklibsmartcols: accept '%:-' in column name for filters
2023-11-20  Karel Zaklibsmartcols: add filter API docs
2023-11-20  Karel Zaklibsmartcols: cleanup datafunc() API
2023-11-20  Karel Zaklibsmartcols: don't directly access struct members
2023-11-20  Karel Zaklibsmartcols: (filter) normalize param strings
2023-11-20  Karel Zaklibsmartcols: (filter) cleanup __filter_new_node()
2023-11-20  Karel Zaklibsmartcols: (filter) fix regex deallocation
2023-11-20  Karel Zaklibsmartcols: (filter) use also rpmatch() for boolean
2023-11-20  Karel Zaklibsmartcols: (filter) improve holder use
2023-11-20  Karel Zaklibsmartcols: (filter) support period in identifier
2023-11-20  Karel Zaklibsmartcols: (filter) improve holder status
2023-11-20  Karel Zaklibsmartcols: accept apostrophe as quote for strings...
2023-11-20  Karel Zaklibsmartcols: introduce column type
2023-11-20  Karel Zaklibsmartcols: Export internally used types to API
2023-11-20  Karel Zaklibsmartcols: search also by normalized column names...
2023-11-20  Karel Zaklibsmartcols: make sure counter is initialized
2023-11-20  Karel Zaklibsmartcols: implement filter based counters
2023-11-20  Karel Zaklibsmartcols: (filter) Add on-demand data filler
2023-11-20  Karel Zaklibsmartcols: (filter) add regular expression operators
2023-11-20  Karel Zaklibsmartcols: (filter) move struct filter_param
2023-11-20  Karel Zaklibsmartcols: (filter) move struct filter_expr
2023-11-20  Karel Zaklibsmartcols: (filter) support empty values
2023-11-20  Karel Zaklibsmartcols: (filter) improve scols_filter_assign_column()
2023-11-20  Karel Zaklibsmartcols: support SCOLS_JSON_FLOAT in print API
2023-11-20  Karel Zaklibsmartcols: (filter) add ability to cast data
2023-11-20  Karel Zaklibsmartcols: (filter) cleanup function arguments
2023-11-20  Karel Zaklibsmartcols: (filter) implement data basic operators
2023-11-20  Karel Zaklibsmartcols (filter) fetch data from columns
2023-11-20  Karel Zaklibsmartcols: (filter) param data refactoring
2023-11-20  Karel Zaklibsmartcols: (filter) make holders API more generic
2023-11-20  Karel Zaklibsmartcols: (filter) cleanup data types
2023-11-20  Karel Zaklibsmartcols: (filter) implement logical operators
2023-11-20  Karel Zaklibsmartcols: (filter) evaluate params
2023-11-20  Karel Zaklibsmartcols: update gitignore
2023-11-20  Karel Zaklibsmartcols: (filter) split code
2023-11-20  Karel Zaklibsmartcols: add API to join filter and columns
2023-11-20  Karel Zaklibsmartcols: add parser header files
2023-11-20  Karel Zaklibsmartcols: improve filter integration, use JSON...
2023-11-20  Karel Zaklibsmartcols: introduce basic files for filter implemen...
next