index
:
gh_mirror/jhunkeler/stasis.git
2025-copyright
add-convience-funcs
add-get-version-spec
add-multiprocessing
add-no-export
add-strlist-contains
broken-rt-test
bug-fix-leaks-indexer
but_why
check-release-jf
ci-add-pandoc
clone-existing-delivery
codename-for-all-missions
combine-provides
conda-get-active-environment
delivery-lib
delivery-wheel-index-basename
extra-spec
fix-bare-package-arguments
fix-botched-pr-19
fix-build-system
fix-conda-default-env-var
fix-conda-forge-build
fix-delivery-conda-show
fix-deprecated-docker-env-declaration
fix-docker-add
fix-dockerfile-pypi-index
fix-download-auth
fix-git-clone-return
fix-index-junitxml-report
fix-leaks
fix-pandoc-arguments
fix-parallel-clobbering
fix-reactivation-var
fix-readme-typos
fix-sefault-null-key
free-mem
huge-changeset
implement-release-notes
indexer-dir-regression
indexer-fixups
indexer-minor-fixups
indexer-tlc
ini-list-indent
its-backwards
jf-upload-fix-spec-pattern
leaks-and-squeaks
master
memfixes
minimum-viable-tools
more-rt
more-tests
more-unit-tests
move-mkdirs
optional-artifactory-build-info
order-matters
order-of-battle
pandoc-improvements
per-mission-base-env
pypi-existence-check
rebrand
regression-test-generic
remove-copytree
remove-package-from-delivery
render-bootstrap
requirement_from_test-type
restructure-the-world
safety-and-convenience
sanitize-docker-archive-name
split-delivery-code
support-git-schema-in-package-list
system-calls-fixup
test-recipe
testable-entrypoint
unclean-before-coe
undo-dockerfile-add-separation
unindent-scripts
unit-tests
unit-tests-again
update-doc-pytest-funcs
update-mission-configs
update-readme
update-tests
version-in-package-name
wheel-funcs-clean-up
windows-support
with-indexer-tlc
without-extras-in-spec
workaround-shebang-nightmare
A pipeline delivery generator
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass .ci_support/plat_arch_.yaml to conda-build (#8)
Joseph Hunkeler
2024-06-24
1
-0
/
+7
*
Rebrand OhMyCal (OMC) as STASIS (#7)
Joseph Hunkeler
2024-06-21
1
-26
/
+26
*
Unit tests (#6)
Joseph Hunkeler
2024-06-20
1
-18
/
+20
*
Consolidate OMC_COLOR_ defines
Joseph Hunkeler
2024-05-21
1
-7
/
+0
*
Documentation
Joseph Hunkeler
2024-05-17
1
-0
/
+30
*
Move listdir to utils.c and export prototype
Joseph Hunkeler
2024-05-02
1
-0
/
+21
*
Convert ohmycal to a library
Joseph Hunkeler
2024-05-02
1
-2
/
+0
*
Move artifactory authentication redaction code into its own function: redact_...
Joseph Hunkeler
2024-04-15
1
-0
/
+28
*
xmkstemp falls back to /tmp when globals are not yet initialized
Joseph Hunkeler
2024-04-10
1
-3
/
+12
*
Changes to ini_write() behavior:
Joseph Hunkeler
2024-04-02
1
-1
/
+1
*
Fix up result [de]allocation in fix_tox_conf
Joseph Hunkeler
2024-03-24
1
-4
/
+4
*
Error messages
Joseph Hunkeler
2024-03-22
1
-4
/
+2
*
Fix bad realloc
Joseph Hunkeler
2024-03-22
1
-1
/
+9
*
Consolidate pointer assignment to if-statement
Joseph Hunkeler
2024-03-22
1
-5
/
+2
*
Replace free() with guard_* macros
Joseph Hunkeler
2024-03-22
1
-0
/
+2
*
Move collapse_whitespace to utils.c / utils.h
Joseph Hunkeler
2024-03-22
1
-0
/
+25
*
Add missing cleanup
Joseph Hunkeler
2024-03-18
1
-1
/
+1
*
Add fix_tox_conf function
Joseph Hunkeler
2024-03-14
1
-1
/
+57
*
Pretty-print pytest xml results (if xmllint is present)
Joseph Hunkeler
2024-03-14
1
-0
/
+58
*
Allow path_store function to replace existing path elements without causing m...
Joseph Hunkeler
2024-03-14
1
-0
/
+4
*
Zero out the mkstemp template string to avoid garbage in file names
Joseph Hunkeler
2024-03-14
1
-1
/
+1
*
Use do/while in guard_* macros to make them behave more like functions
Joseph Hunkeler
2024-03-10
1
-4
/
+4
*
Reset console color before writing
Joseph Hunkeler
2024-03-06
1
-0
/
+1
*
Fix path_basename
Joseph Hunkeler
2024-03-06
1
-1
/
+1
*
Prototypes documentation
Joseph Hunkeler
2024-03-04
1
-37
/
+19
*
xmkstemp allow setting file mode
Joseph Hunkeler
2024-03-04
1
-2
/
+2
*
Extract git repository information
Joseph Hunkeler
2024-02-18
1
-1
/
+21
*
Add path_store function
Joseph Hunkeler
2024-02-12
1
-0
/
+42
*
General improvements
Joseph Hunkeler
2024-01-30
1
-3
/
+3
*
guard_free() all pointers
Joseph Hunkeler
2023-12-10
1
-5
/
+4
*
Use OMC_DIRSTACK_MAX instead of magic numbers
Joseph Hunkeler
2023-12-10
1
-1
/
+1
*
Add isempty_dir() function
Joseph Hunkeler
2023-12-10
1
-0
/
+19
*
Add path_dirname() function
Joseph Hunkeler
2023-12-10
1
-0
/
+22
*
Use TMPDIR, and fail when script cannot be executed within that filesystem
Joseph Hunkeler
2023-11-20
1
-1
/
+1
*
Fix warnings and add xmkstemp
Joseph Hunkeler
2023-11-20
1
-6
/
+21
*
Use globals
Joseph Hunkeler
2023-11-20
1
-0
/
+5
*
Replaces BUFSIZ with OMC_BUFSIZ
Joseph Hunkeler
2023-11-20
1
-4
/
+4
*
Rebrand for the last time
Joseph Hunkeler
2023-11-20
1
-1
/
+3
*
msg() function is now type void
Joseph Hunkeler
2023-10-31
1
-2
/
+9
*
Initial commit
Joseph Hunkeler
2023-10-26
1
-0
/
+417