/[osn-commons]/trunk
ViewVC logotype

Log of /trunk

View Directory Listing Directory Listing


Sticky Revision:

Revision 69 - Directory Listing
Modified Sun Feb 16 17:51:44 2025 UTC (5 weeks, 2 days ago) by rakinar2
feat(utils): tmpcat program

This program allows you to create a temporary file and open your editor
to edit it. Then once you exit out of the editor, it will echo the data
in the file to stdout, which can then be piped to another process or used
in other ways.


Revision 68 - Directory Listing
Modified Tue Sep 17 18:35:11 2024 UTC (6 months, 1 week ago) by rakinar2
fix: issues in addlicense script

Revision 67 - Directory Listing
Modified Thu Sep 12 14:14:57 2024 UTC (6 months, 1 week ago) by rakinar2
chore: update readme


Revision 64 - Directory Listing
Modified Thu Sep 12 14:08:19 2024 UTC (6 months, 1 week ago) by rakinar2
chore: update changelog


Revision 63 - Directory Listing
Modified Thu Sep 12 14:07:24 2024 UTC (6 months, 1 week ago) by rakinar2
feat: add srcstats program


Revision 62 - Directory Listing
Modified Wed Sep 11 13:25:11 2024 UTC (6 months, 1 week ago) by rakinar2
feat: add releasemail script


Revision 61 - Directory Listing
Modified Tue Sep 10 14:47:37 2024 UTC (6 months, 2 weeks ago) by rakinar2
style: update license comments


Revision 60 - Directory Listing
Modified Tue Sep 10 14:47:23 2024 UTC (6 months, 2 weeks ago) by rakinar2
feat: add addlicense script


Revision 59 - Directory Listing
Modified Sat Sep 7 18:04:06 2024 UTC (6 months, 2 weeks ago) by rakinar2
chore: remove freehttpd


Revision 58 - Directory Listing
Modified Sat Sep 7 18:03:39 2024 UTC (6 months, 2 weeks ago) by rakinar2
chore: remove uar


Revision 57 - Directory Listing
Modified Sat Sep 7 15:02:56 2024 UTC (6 months, 2 weeks ago) by rakinar2
chore: update files


Revision 56 - Directory Listing
Modified Fri Aug 30 11:55:09 2024 UTC (6 months, 3 weeks ago) by rakinar2
fix(git:genchangelog): git command fails due to reaching max memory buffer size

Revision 55 - Directory Listing
Modified Fri Aug 30 11:42:33 2024 UTC (6 months, 3 weeks ago) by rakinar2
feat(git:genchangelog): complete rewrite of the changelog generation script


Revision 54 - Directory Listing
Modified Thu Aug 29 06:17:33 2024 UTC (6 months, 3 weeks ago) by rakinar2
feat(git:genchangelog): now supporting `-f` option

The `-f` or `--format` option can change the output format
of the script. It currently accepts "plain" and "markdown"
as values and defaults to "plain".


Revision 53 - Directory Listing
Modified Wed Aug 28 06:40:53 2024 UTC (6 months, 3 weeks ago) by rakinar2
feat(git): add git-sync utility script

Revision 52 - Directory Listing
Modified Fri Aug 16 18:35:22 2024 UTC (7 months, 1 week ago) by rakinar2
chore: remove unneeded files


Revision 51 - Directory Listing
Modified Fri Aug 16 18:34:43 2024 UTC (7 months, 1 week ago) by rakinar2
feat: add basic utilities and more system calls


Revision 50 - Directory Listing
Modified Fri Aug 16 18:33:14 2024 UTC (7 months, 1 week ago) by rakinar2
feat(uar): add self-extraction tools (incomplete)


Revision 49 - Directory Listing
Modified Fri Aug 16 18:32:50 2024 UTC (7 months, 1 week ago) by rakinar2
feat(uar): add self-extraction tools (incomplete)


Revision 48 - Directory Listing
Modified Fri Aug 16 18:32:12 2024 UTC (7 months, 1 week ago) by rakinar2
chore: update .gitignore


Revision 47 - Directory Listing
Modified Thu Aug 15 18:10:51 2024 UTC (7 months, 1 week ago) by rakinar2
feat: add plibc to the project

Revision 46 - Directory Listing
Modified Mon Aug 12 16:55:32 2024 UTC (7 months, 1 week ago) by rakinar2
feat(freehttpd): better error handling

Revision 45 - Directory Listing
Modified Sun Aug 11 17:35:46 2024 UTC (7 months, 1 week ago) by rakinar2
feat(freehttpd): file serving and directory indexing


Revision 44 - Directory Listing
Modified Sat Aug 10 18:33:37 2024 UTC (7 months, 2 weeks ago) by rakinar2
feat: add freehttpd source files to the project


Revision 43 - Directory Listing
Modified Sat Aug 10 18:31:52 2024 UTC (7 months, 2 weeks ago) by rakinar2
chore: update .clang-{format,tidy}

Revision 42 - Directory Listing
Modified Sat Aug 10 14:44:44 2024 UTC (7 months, 2 weeks ago) by rakinar2
chore: update .gitignore

Revision 41 - Directory Listing
Modified Sat Aug 10 14:44:34 2024 UTC (7 months, 2 weeks ago) by rakinar2
chore: update .editorconfig

Revision 40 - Directory Listing
Modified Sat Aug 10 14:44:20 2024 UTC (7 months, 2 weeks ago) by rakinar2
feat(uar): finalize extraction/creation/listing of archives

Revision 39 - Directory Listing
Modified Thu Aug 8 19:16:02 2024 UTC (7 months, 2 weeks ago) by rakinar2
chore: update changelog


Revision 38 - Directory Listing
Modified Thu Aug 8 19:15:05 2024 UTC (7 months, 2 weeks ago) by rakinar2
chore: remove unneeded files


Revision 37 - Directory Listing
Modified Thu Aug 8 19:13:53 2024 UTC (7 months, 2 weeks ago) by rakinar2
chore: update .clang-format


Revision 36 - Directory Listing
Modified Thu Aug 8 19:13:26 2024 UTC (7 months, 2 weeks ago) by rakinar2
feat(uar): better content listing; including owner and group info

Revision 35 - Directory Listing
Modified Thu Aug 8 19:12:20 2024 UTC (7 months, 2 weeks ago) by rakinar2
chore: update todos

Revision 34 - Directory Listing
Modified Thu Aug 8 18:23:21 2024 UTC (7 months, 2 weeks ago) by rakinar2
fix(genchangelog): unexpected zero based month numbers

Revision 33 - Directory Listing
Modified Thu Aug 8 16:57:39 2024 UTC (7 months, 2 weeks ago) by rakinar2
fix(uar): better error messages during archive creation


Revision 32 - Directory Listing
Modified Wed Aug 7 18:57:45 2024 UTC (7 months, 2 weeks ago) by rakinar2
refactor(uar): better I/O strategies to decrease memory usage

Revision 31 - Directory Listing
Modified Tue Aug 6 14:24:52 2024 UTC (7 months, 2 weeks ago) by rakinar2
chore: update todos

Revision 30 - Directory Listing
Modified Tue Aug 6 14:24:41 2024 UTC (7 months, 2 weeks ago) by rakinar2
fix(uar): io logging

Revision 29 - Directory Listing
Modified Tue Aug 6 13:10:19 2024 UTC (7 months, 2 weeks ago) by rakinar2
chore: clang format config

Revision 28 - Directory Listing
Modified Tue Aug 6 13:10:02 2024 UTC (7 months, 2 weeks ago) by rakinar2
chore: add uar/.gitignore

Revision 27 - Directory Listing
Modified Tue Aug 6 13:09:44 2024 UTC (7 months, 2 weeks ago) by rakinar2
chore: fixup files

Revision 26 - Directory Listing
Modified Tue Aug 6 13:07:51 2024 UTC (7 months, 2 weeks ago) by rakinar2
chore: update readme

Revision 25 - Directory Listing
Modified Tue Aug 6 13:06:45 2024 UTC (7 months, 2 weeks ago) by rakinar2
fix(uar): memory corruption issues and segmentation faults

Revision 24 - Directory Listing
Modified Mon Aug 5 17:16:42 2024 UTC (7 months, 2 weeks ago) by rakinar2
chore: update changelog

Revision 23 - Directory Listing
Modified Mon Aug 5 17:15:48 2024 UTC (7 months, 2 weeks ago) by rakinar2
feat: add programs implementing the universal archive format

Revision 22 - Directory Listing
Modified Sun Aug 4 17:32:41 2024 UTC (7 months, 2 weeks ago) by rakinar2
fix(mkdist): incorrect root directory name for created tarballs

Revision 21 - Directory Listing
Modified Sun Aug 4 17:32:21 2024 UTC (7 months, 2 weeks ago) by rakinar2
fix(distupload): correct default remote url in help text

Revision 20 - Directory Listing
Modified Sun Aug 4 13:06:22 2024 UTC (7 months, 3 weeks ago) by rakinar2
chore: correct mailing list

Revision 19 - Directory Listing
Modified Sun Aug 4 05:19:39 2024 UTC (7 months, 3 weeks ago) by rakinar2
chore: add .gitignore

Revision 18 - Directory Listing
Modified Sun Aug 4 05:18:37 2024 UTC (7 months, 3 weeks ago) by rakinar2
chore: add .editorconfig

Revision 16 - Directory Listing
Modified Sat Aug 3 16:04:55 2024 UTC (7 months, 3 weeks ago) by rakinar2
chore: add changelog

Revision 15 - Directory Listing
Modified Sat Aug 3 16:04:38 2024 UTC (7 months, 3 weeks ago) by rakinar2
fix(git:genchangelog): ignore branch and PR merge commit messages

Revision 14 - Directory Listing
Modified Sat Aug 3 16:04:18 2024 UTC (7 months, 3 weeks ago) by rakinar2
chore: add .prettierrc

Revision 13 - Directory Listing
Modified Sat Aug 3 15:55:05 2024 UTC (7 months, 3 weeks ago) by rakinar2
chore: update svn:ignore prop

Revision 11 - Directory Listing
Modified Sat Aug 3 15:50:38 2024 UTC (7 months, 3 weeks ago) by rakinar2
chore: add project files back to trunk

Revision 10 - Directory Listing
Added Sat Aug 3 15:49:39 2024 UTC (7 months, 3 weeks ago) by rakinar2
chore: restructure directories

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26