index
:
gh_mirror/jhunkeler/stasis.git
2025-copyright
add-convience-funcs
add-get-version-spec
add-multiprocessing
add-no-export
add-strlist-contains
allow-hashes-as-version
breakdown
broken-rt-test
bug-fix-leaks-indexer
bug-fixes-again
but_why
check-release-jf
ci-add-pandoc
cibuildwheel
clone-existing-delivery
codename-for-all-missions
combine-provides
conda-get-active-environment
delivery-lib
delivery-wheel-index-basename
dynamic-commands
errant-extra-index
extra-spec
fail-on-baked-in-vcs-requirements
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
fix-strcmp-len
free-mem
huge-changeset
implement-release-notes
indexer-buffer-overlow
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
pip-dynamic
pip-dynamic2
pip-dynamic3
pypi-existence-check
rebrand
regression-test-generic
remove-copytree
remove-package-from-delivery
render-bootstrap
requirement_from_test-type
restructure-the-world
retry-download
safety-and-convenience
sanitize-docker-archive-name
semaphore
split-delivery-code
support-git-schema-in-package-list
system-calls-fixup
test-recipe
testable-entrypoint
timeout-hours-bug
timeout-in-test-block
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
wheel-parser
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing includes for libzip
Joseph Hunkeler
2026-02-04
1
-0
/
+1
*
QOL: Fix ambiguous error message when mission directory does not exist
Joseph Hunkeler
2026-02-04
1
-1
/
+1
*
Implement wheel package parser
Joseph Hunkeler
2026-02-04
5
-0
/
+1560
*
Rename wheel.c and wheel.h to wheelinfo.c and wheelinfo.h
Joseph Hunkeler
2026-02-04
5
-17
/
+17
*
Merge pull request #121 from jhunkeler/timeout-in-test-block
Joseph Hunkeler
2026-01-20
3
-0
/
+19
|
\
|
*
Allow per-test timeouts
Joseph Hunkeler
2026-01-18
3
-0
/
+19
*
|
Fixes number of seconds in an hour. Oops.
timeout-hours-bug
Joseph Hunkeler
2026-01-16
1
-1
/
+1
|
/
*
Trying to fix a buffer overflow reported by the CI
Joseph Hunkeler
2026-01-03
3
-14
/
+18
*
Consolidate timer data
Joseph Hunkeler
2026-01-02
2
-22
/
+23
*
Move utility functions to utils.c
Joseph Hunkeler
2026-01-02
5
-48
/
+50
*
Update multiprocessing to use semaphore
Joseph Hunkeler
2025-12-31
6
-69
/
+1233
*
Fix broken header guard
Joseph Hunkeler
2025-12-30
1
-0
/
+1
*
Implement task timeout
Joseph Hunkeler
2025-12-30
7
-0
/
+51
*
Fix undefined PSEMNAMLEN on Darwin
Joseph Hunkeler
2025-12-24
1
-0
/
+5
*
Remove blank line
Joseph Hunkeler
2025-11-18
1
-1
/
+0
*
Add destroy to example
Joseph Hunkeler
2025-11-18
1
-0
/
+2
*
Enforce maximum buffer length of `name`
Joseph Hunkeler
2025-11-18
1
-1
/
+8
*
Remove debugging code
Joseph Hunkeler
2025-11-17
1
-4
/
+0
*
Do not print error from within function
Joseph Hunkeler
2025-11-17
1
-1
/
+0
*
Document semaphore usage
Joseph Hunkeler
2025-11-17
2
-1
/
+43
*
Integrate --no-task-logging CLI argument
Joseph Hunkeler
2025-11-14
2
-11
/
+27
*
Add --no-task-logging CLI argument
Joseph Hunkeler
2025-11-14
4
-0
/
+5
*
Decrease length of semaphore name
Joseph Hunkeler
2025-11-14
1
-1
/
+1
*
Flush buffers
Joseph Hunkeler
2025-11-14
1
-0
/
+3
*
Integrate semaphore
Joseph Hunkeler
2025-11-14
1
-1
/
+3
*
Integrate semaphore
Joseph Hunkeler
2025-11-14
1
-0
/
+11
*
Integrate semaphore
Joseph Hunkeler
2025-11-14
2
-3
/
+19
*
Add semaphore wrapper
Joseph Hunkeler
2025-11-14
3
-0
/
+44
*
The release list should use the full count of releases, not nelem_real
indexer-buffer-overlow
Joseph Hunkeler
2025-11-10
1
-1
/
+1
*
Squelch unused argument warnings
Joseph Hunkeler
2025-11-06
2
-0
/
+4
*
Delivery context is constant
Joseph Hunkeler
2025-11-06
1
-1
/
+1
*
Duplicate tests
Joseph Hunkeler
2025-11-06
1
-0
/
+17
*
Duplicate jfrog_auth
Joseph Hunkeler
2025-11-06
1
-0
/
+11
*
Move docker struct duplication down to jfrog struct duplication
Joseph Hunkeler
2025-11-06
1
-9
/
+9
*
Delivery context is not modified
Joseph Hunkeler
2025-11-06
1
-1
/
+1
*
Fix buffer overflow while building command string
Joseph Hunkeler
2025-11-06
1
-2
/
+2
*
Initialize character arrays to zero
Joseph Hunkeler
2025-11-04
1
-7
/
+3
*
Fix System struct comment positions
Joseph Hunkeler
2025-11-04
1
-4
/
+2
*
Duplicate upload context
Joseph Hunkeler
2025-11-04
1
-1
/
+43
*
Fix incorrect formatter in SYSERROR call
Joseph Hunkeler
2025-11-04
1
-1
/
+1
*
Convert context manipulation from stack+heap to just heap
Joseph Hunkeler
2025-11-04
10
-76
/
+85
*
Fix possible overflow in command string
Joseph Hunkeler
2025-11-04
1
-3
/
+3
*
get_latest_deliveries() now optionally returns the count of elements in the r...
Joseph Hunkeler
2025-11-04
2
-3
/
+8
*
Add delivery_duplicate() and strdup_maybe() helper
Joseph Hunkeler
2025-11-04
2
-0
/
+110
*
Increase lines_on_error from 100 to 1000
breakdown
Joseph Hunkeler
2025-07-08
1
-1
/
+1
*
Bugfix: Remove errant else block
Joseph Hunkeler
2025-07-08
1
-10
/
+15
*
Free errmsg after use
Joseph Hunkeler
2025-07-08
1
-0
/
+1
*
Bugfix: HTTP_ERROR did not check for negative values
Joseph Hunkeler
2025-07-08
1
-1
/
+1
*
Debug messages
Joseph Hunkeler
2025-07-08
2
-0
/
+9
*
Write error message correctly to the buffer
Joseph Hunkeler
2025-07-08
1
-3
/
+3
[next]