An open API service providing commit metadata for open source projects.

GitHub / microsoft/uutils-coreutils / commits

SHA Message Author Date Stats
af368691 installation.md: improve AUR docs oech3 <7****3@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
71ba69a2 chore(deps): update rust crate jiff to v0.2.28 renovate[bot] <2****]@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
e50a1783 tee: restrict to NamedReader oech3 <7****3@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
89742960 chore(deps): update rust crate ctor to v1.0.7 renovate[bot] <2****]@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
b22013ab ls: `ls -lF` symlink target indicators (#11554)
Co-authored-by: Guillem L. Jara <4****0@t****m>, Sylvestre Ledru <s****e@d****g>
joknarf <j****f@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
179b977b ln: add WASI support via symlink_path (#11713) Anthony <a****y@d****g>
Committed by: GitHub <n****y@g****m>
3 months ago
55549fa8 wc: remove a nest by loop{} oech3 <7****3@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
89cf5831 ls: simplify symlink target indicator logic Sylvestre Ledru <s****e@d****g>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
c7cf6fd8 make.yml: try to fix Cygwin CI oech3 <7****3@u****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
77bb522c prepare release 0.9.0 Sylvestre Ledru <s****e@d****g>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
aaf4a353 tee: simplify code oech3 <7****3@u****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
2c37153c mktemp: ensure that "-q XX" shows error msg Daniel Hofstetter <d****r@4****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
e451ddf7 simplify uucore::pipes::send_n_bytes oech3 <>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
712a31f4 chore(deps): update rust crate memchr to v2.8.1 renovate[bot] <2****]@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
8de3238d buf_copy: remove thin wrapper & useless conversion oech3 <7****3@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
fa6d68d6 refactor(sync): remove unnecessary files move hlsxx <h****o@g****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
a17c0be2 pipes.rs: alias std::io::Result<Result<(), ()>> oech3 <7****3@u****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
65103b2b chore(deps): update rust crate jiff to v0.2.27 renovate[bot] <2****]@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
f13b92e6 chore: remove duplicate words in six comments Matt Van Horn <4****n@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
4254d7af chore(deps): update rust crate jiff to v0.2.26 renovate[bot] <2****]@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
76c63ee6 install: update comments and tests
Signed-off-by: Etienne Cordonnier <e****r@s****m>
Etienne Cordonnier <e****r@s****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
21fda8cd fix(install): follow symlink components in destination path with -D Jake Abendroth <c****t@j****t>
Committed by: GitHub <n****y@g****m>
3 months ago
f8bad1fd chore(deps): update rust crate jiff to v0.2.25 renovate[bot] <2****]@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
be801865 sort: fix incorrect sort ordering with long line inputs Dima Gerasimov <k****s@g****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
565f118f sort: add a test reproducing failure during sort --merge Dima Gerasimov <k****s@g****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
a8d51a2c mkdir: simplify umask shaping and add regression tests Sylvestre Ledru <s****e@d****g>
Committed by: Dorian Péron <7****n@u****m>
3 months ago
83a5cd95 tail: avoid unnecessary pipe2 syscall when stdout is already a pipe dragutreis <2****s@u****m>
Committed by: Dorian Péron <7****n@u****m>
3 months ago
913c6c2e tee: don't print EINTR oech3 <7****3@u****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
2ce00f93 chore(deps): update rust crate similar to v3.1.1 renovate[bot] <2****]@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
223fcaef yes: dedup tee() oech3 <7****3@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
259813f9 Improve documents for splice modules oech3 <7****3@u****m>
Committed by: Dorian Péron <7****n@u****m>
3 months ago
5dd9f377 pipes.rs: replace bool by Result<(),()> oech3 <7****3@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
bdd71ece pipes.rs: add missing count on fallback oech3 <7****3@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
7d29aeab pipes.rs: dedup code by including fallback to splice_exact oech3 <7****3@u****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
af0c5857 wc: reduce lines of code oech3 <7****3@u****m>
Committed by: Dorian Péron <7****n@u****m>
3 months ago
dddf0a34 pipes.rs: avoid usage of bool oech3 <7****3@u****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
4f9a39b3 pipes.rs: remove fcntl overhead from splice_unbounded (#12422) oech3 <7****3@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
8e4c21be chore(deps): update rust crate divan to v4.7.0 renovate[bot] <2****]@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
563fe4df timeout: replace nix with rustix gabrielhnf <g****1@g****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
29fdaa6a pipes.rs: deduplicate many cfg's oech3 <7****3@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
3af25aec yes: fix confusing 1.. and comment oech3 <7****3@u****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
02768bce pipes.rs: simplify by io::copy & doc the case it cannot be used oech3 <7****3@u****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
58dae46a uucore::pipes::splice_exact: improve document oech3 <7****3@u****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
c8af53a7 ls: track permissions column width independently Sylvestre Ledru <s****e@d****g> 3 months ago
a20214d0 pipes.rs: simplify dev_null & remove crate name from comment oech3 <7****3@u****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
24e3d0d3 fix(selinux): add missing os checks xtqqczze <4****e@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
3a4c2f69 cat: remove splice.rs oech3 <7****3@u****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
5807760a du: honor LC_NUMERIC for decimal separator (#12357) Eyüp Can Akman <e****n@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
a2d29c02 dd: fix OOM panic with skip=1 oech3 <7****3@u****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
83b09a4b pipes.rs: simplify trait and match oech3 <7****3@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
471c68da feat(sum): use larger buffer in bsd_sum and sysv_sum xtqqczze <4****e@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
bd908f01 deny.toml: remove two crates from skip list
Co-authored-by: xtqqczze <4****e@u****m>
Daniel Hofstetter <d****r@4****m> 3 months ago
547a4902 chore(deps): update rust crate digest to v0.11.3 renovate[bot] <2****]@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
2a8ce671 od, uucore: Allow reusing RawReader (#12385) oech3 <7****3@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
d41c56bd docs: update tools in DEVELOPMENT.md xtqqczze <4****e@u****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
af3e2cfe ci: update macOS job features in code quality workflow xtqqczze <4****e@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
f28d8280 wc: reduce some nest oech3 <7****3@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
7cd4bbee tests_tail.rs: remove nix oech3 <7****3@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
1db0a453 tests_sort.rs: remove nix oech3 <7****3@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
a9cf5018 tests_ls.rs: remove nix oech3 <7****3@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
3a4de968 sort: remove nix from dep oech3 <7****3@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
85a81756 build: exclude chcon and runcon from util_map for non-Linux targets xtqqczze <4****e@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
4da10681 cargo: move SELinux dependency to target-specific section xtqqczze <4****e@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
7449705a fix(tests): refine feature checks for SELinux xtqqczze <4****e@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
fb8e4b16 fix: correct feature flag name for SELinux context test xtqqczze <4****e@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
8a271f57 yes: avoid ambiguous PAGE_SIZE oech3 <7****3@u****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
b0bb693f docs: update clippy section in DEVELOPMENT.md xtqqczze <4****e@u****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
b1bf13f1 ignore-intermittent.txt: add 3 tests oech3 <7****3@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
18782704 uucore: upgrade md-5, sha1, sha2, sha3, digest to latest versions yor1xd <g****1@g****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
57135cb9 refactor: replace rustix::pipe with std::io::pipe xtqqczze <4****e@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
9e218fca deny.toml: remove redox_syscall from skip list Daniel Hofstetter <d****r@4****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
43c1e7b1 fix(sort): reject leading '+' in numeric (-n) sort wuyangfan <1****3@q****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
be00b370 buf_copy.rs: don't test a trivial io::copy wrapper (#12344) oech3 <7****3@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
c170a189 chore(deps): update rust crate ctor to v1.0.6 renovate[bot] <2****]@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
aa9332b4 buf_copy/linux.rs: drop unused trait oech3 <>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
acd51ef1 nohup: create nohup.out with mode 0600
Signed-off-by: Charlie Tonneslan <c****0@g****m>
Charlie Tonneslan <c****0@g****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
c90f1eac process: replace getuid with rustix::process::getuid (#12094) Franklin-Qi <4****i@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
34e71a62 test(tail): fix flaky test_follow_name_multiple on macOS (#9636) Cả thế giới là Rust <9****9@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
eaf670d0 fix(logname): return error exit code when there is an error (#9313) Rodrigo Tavares <1****3@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
8db22772 echo: add benchmark (#12091) oech3 <7****3@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
454832b2 mknod: avoid 2>/dev/full SIGABRT (#12059) oech3 <7****3@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
f1e051b8 nl: continue if a file can't be opened (#11983) Daniel Hofstetter <d****r@4****m>
Committed by: GitHub <n****y@g****m>
3 months ago
dd80f636 chore(deps): update rust crate filetime to v0.2.29 (#12201)
Co-authored-by: renovate[bot] <2****]@u****m>
renovate[bot] <2****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
e408b5ac uucore::pipes: merge pipe_with_size to pipe and catch fcntl err (#12285) oech3 <7****3@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
ab328d17 coreutils: fix panic on linux < 6.4 when /proc is not mounted (#12104) oech3 <7****3@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
9e3ab200 uucore: remove unsafe make_fifo (#12243) oech3 <7****3@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
dfd62976 date: re-zone trailing TZ abbreviation input to local timezone (#12327) 0xSoftBoi <t****0@g****m>
Committed by: GitHub <n****y@g****m>
3 months ago
7ea12112 fix: unused import on redox xtqqczze <4****e@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
db7b8a6e stdbuf: build on Windows (depending on cygwin dll) oech3 <7****3@u****m>
Committed by: Etienne Cordonnier <e****r@s****m>
3 months ago
597a42ab mktemp: build for wasip1 oech3 <7****3@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
34c3d438 wc: remove splice_exact oech3 <7****3@u****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago
9d3bafc2 mktemp: fix hidden file creation with dot prefix yor1xd <g****1@g****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
40c36f6e uucore/build.rs: use functional style in fn (#12250)
Co-authored-by: xtqqczze <4****e@u****m>
Daniel Hofstetter <d****r@4****m>
Committed by: GitHub <n****y@g****m>
3 months ago
d09f351c date: fix build for cygwin oech3 <7****3@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
873a7c75 README.md: update compatibility (#12302) oech3 <7****3@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
b2c5b33b Add CI for cygwin except for date (#12304) oech3 <7****3@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
cb5a84e2 tee: improve throughput by raw syscall - 17x perf win (#12131) oech3 <7****3@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
546e233e head/tail: use OPTION rather than FLAG (#12301) Frédéric Nadeau <f****u@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
645c1e37 yes: reduce lines by cfg oech3 <7****3@u****m>
Committed by: Daniel Hofstetter <d****r@4****m>
3 months ago
ef5155aa yes: don't mix buffered write and zero-copy oech3 <7****3@u****m>
Committed by: Sylvestre Ledru <s****e@d****g>
3 months ago

← Back to repository