This is the multi-page printable view of this section. Click here to print.
C
C projects
- 1: Bazel targets
- 2: Changelog
- 3: Misc
- 3.1: Bazel targets
- 3.2: Changelog
- 4: Openssl
- 4.1: Bazel targets
- 4.2: Changelog
- 5: SRI
- 5.1: Bazel targets
- 5.2: Changelog
1 - Bazel targets
| Name | Info | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| changelog |
|
||||||||||
| changelog.changelog |
|
||||||||||
| changelog.changelog_data |
|
||||||||||
| changelog.changelog_files |
|
||||||||||
| changelog.template |
|
||||||||||
| readme |
|
||||||||||
| readme.srcs |
|
||||||||||
| readme.with_children |
|
2 - Changelog
- Move changelog rules to bzl/rules/git, improve ansible rules (c94123)
- Move changelog rules to bzl/rules/changelog (4d59d6)
- Move readme rules to bzl/rules/readme (95ea8d)
- Move bzl rules to bzl/rules/bzl (57930e)
- Fix segfaults in c/sri, add more test cases (4fd95e)
- Add changelog for all packages (a6ebf9)
- Add bzl_target_doc (c5636e)
- Add al_vial_submissions macro, update titles and descriptions (79c826)
- Update books, update some readmes (26fa79)
- Use argp in sri, add help to sri readme (dcc5df)
- Add heading anchors, add theme toggle, add search, add taxonomies (f79db8)
- Use subpackages() to build docs instead of writing queries to the tree (ba7b67)
- Add md targets for all md files, add bzl/vars/readmes.bzl (a39482)
- Add tests to c/sri (b79549)
- Rewrite c/sri to accept files instead of strings (73a311)
- Fix sri calculations in c/sri (5a1b6d)
- Rename c/sri, add error handling to c/sri (1888d6)
- Add calculator.c to c/subresource-integrity-calculator (cec47f)
- Fix openssl test, rename c/utils to c/misc (678144)
- Add c/utils/base64 (47b37a)
- Add
al_readmeplugin, split variables in /bzl/vars (9212dc) - Move all custom build files to
starlark/bazel/build-files(ccc1f7) - Delete bazel-tool-runner, add subresource-integrity-calculator (4c6421)
- Fix openssl build, add glossary to knowledge (d6edc6)
- Add
perl, addc/openssl(092342) - Add getopt to bazel-tool-runner, add copts, add brace insertion (1c8085)
- Fix npm dependencies, add new ones (aba702)
- Add
c/bazel-tool-runner, add .clang-format (f3b021)
3 - Misc
Random C code
3.1 - Bazel targets
| Name | Info | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| base64 |
|
||||||||||
| changelog |
|
||||||||||
| changelog.changelog |
|
||||||||||
| changelog.changelog_data |
|
||||||||||
| changelog.changelog_files |
|
||||||||||
| changelog.template |
|
||||||||||
| readme |
|
||||||||||
| readme.srcs |
|
||||||||||
| readme.with_children |
|
3.2 - Changelog
- Move changelog rules to bzl/rules/git, improve ansible rules (c94123)
- Move changelog rules to bzl/rules/changelog (4d59d6)
- Move readme rules to bzl/rules/readme (95ea8d)
- Move bzl rules to bzl/rules/bzl (57930e)
- Add changelog for all packages (a6ebf9)
- Add bzl_target_doc (c5636e)
- Update books, update some readmes (26fa79)
- Use subpackages() to build docs instead of writing queries to the tree (ba7b67)
- Add md targets for all md files, add bzl/vars/readmes.bzl (a39482)
- Fix openssl test, rename c/utils to c/misc (678144)
4 - Openssl
Openssl build
4.1 - Bazel targets
| Name | Info | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| build-test |
|
||||||||||
| build-test_0__deps |
|
||||||||||
| build-test_1__deps |
|
||||||||||
| changelog |
|
||||||||||
| changelog.changelog |
|
||||||||||
| changelog.changelog_data |
|
||||||||||
| changelog.changelog_files |
|
||||||||||
| changelog.template |
|
||||||||||
| openssl |
|
||||||||||
| openssl-bin |
|
||||||||||
| openssl-launch-test |
|
||||||||||
| openssl-test |
|
||||||||||
| openssl-test-suite |
|
||||||||||
| readme |
|
||||||||||
| readme.srcs |
|
||||||||||
| readme.with_children |
|
4.2 - Changelog
- Move changelog rules to bzl/rules/git, improve ansible rules (c94123)
- Move changelog rules to bzl/rules/changelog (4d59d6)
- Move readme rules to bzl/rules/readme (95ea8d)
- Move bzl rules to bzl/rules/bzl (57930e)
- Add changelog for all packages (a6ebf9)
- Add bzl_target_doc (c5636e)
- Add al_vial_submissions macro, update titles and descriptions (79c826)
- Use subpackages() to build docs instead of writing queries to the tree (ba7b67)
- Add md targets for all md files, add bzl/vars/readmes.bzl (a39482)
- Fix openssl test, rename c/utils to c/misc (678144)
- Add c/utils/base64 (47b37a)
- Move all custom build files to
starlark/bazel/build-files(ccc1f7) - Fix openssl build, add glossary to knowledge (d6edc6)
- Add
perl, addc/openssl(092342)
5 - SRI
Cli app for subresource integrity calculation
Links
Help
Usage: sri [OPTION...]
Generate sri of a file
Example:
bazel run //c/sri:bin -- --digest sha256 --file ${PWD}/README.md
-d, --digest=String Digest type (sha256, for example)
-f, --file=Path Path to the file to parse
-?, --help Give this help list
--usage Give a short usage message
5.1 - Bazel targets
| Name | Info | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bin |
|
||||||||||
| changelog |
|
||||||||||
| changelog.changelog |
|
||||||||||
| changelog.changelog_data |
|
||||||||||
| changelog.changelog_files |
|
||||||||||
| changelog.template |
|
||||||||||
| cmd |
|
||||||||||
| errors |
|
||||||||||
| lib |
|
||||||||||
| readme |
|
||||||||||
| readme.srcs |
|
||||||||||
| readme.with_children |
|
||||||||||
| sri |
|
||||||||||
| sri-test |
|
||||||||||
| tests |
|
5.2 - Changelog
- Move changelog rules to bzl/rules/git, improve ansible rules (c94123)
- Move changelog rules to bzl/rules/changelog (4d59d6)
- Move readme rules to bzl/rules/readme (95ea8d)
- Move bzl rules to bzl/rules/bzl (57930e)
- Fix segfaults in c/sri, add more test cases (4fd95e)
- Add changelog for all packages (a6ebf9)
- Add bzl_target_doc (c5636e)
- Add al_vial_submissions macro, update titles and descriptions (79c826)
- Use argp in sri, add help to sri readme (dcc5df)
- Use subpackages() to build docs instead of writing queries to the tree (ba7b67)
- Add md targets for all md files, add bzl/vars/readmes.bzl (a39482)
- Add tests to c/sri (b79549)
- Rewrite c/sri to accept files instead of strings (73a311)
- Fix sri calculations in c/sri (5a1b6d)
- Rename c/sri, add error handling to c/sri (1888d6)