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
/
ini.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor directory structure
Joseph Hunkeler
2024-10-14
1
-678
/
+0
*
ini.c: fix realloc(s)
Joseph Hunkeler
2024-10-09
1
-8
/
+8
*
Add template convience functions (and bug fixes) (#29)
Joseph Hunkeler
2024-08-15
1
-0
/
+5
*
More unit tests (and fixing bugs) (#23)
Joseph Hunkeler
2024-08-12
1
-2
/
+1
*
Return of the INI refactor (#20)
Joseph Hunkeler
2024-08-08
1
-94
/
+117
*
Refactor ini getter and setter usage (#19)
Joseph Hunkeler
2024-08-07
1
-10
/
+154
*
Add github.c and github.h (#9)
Joseph Hunkeler
2024-07-06
1
-1
/
+1
*
Rebrand OhMyCal (OMC) as STASIS (#7)
Joseph Hunkeler
2024-06-21
1
-6
/
+6
*
Unit tests (#6)
Joseph Hunkeler
2024-06-20
1
-1
/
+1
*
Stop iteration on match
Joseph Hunkeler
2024-04-15
1
-0
/
+3
*
Add ini_has_key() and expose ini_section_search() function
Joseph Hunkeler
2024-04-15
1
-9
/
+53
*
Add ini_setval() function
Joseph Hunkeler
2024-04-15
1
-0
/
+18
*
Fix invalid read on operator
Joseph Hunkeler
2024-04-12
1
-1
/
+5
*
Fix size of data array in section
Joseph Hunkeler
2024-04-12
1
-4
/
+4
*
Changes to ini_write() behavior:
Joseph Hunkeler
2024-04-02
1
-7
/
+20
*
Lock output behind DEBUG define
Joseph Hunkeler
2024-04-02
1
-0
/
+9
*
Close handle
Joseph Hunkeler
2024-03-25
1
-0
/
+1
*
Fix up section->data realloc
Joseph Hunkeler
2024-03-24
1
-4
/
+17
*
Duplicate keys and values instead of copying their pointers.
Joseph Hunkeler
2024-03-22
1
-15
/
+31
*
Fix size of realloc'd data
Joseph Hunkeler
2024-03-22
1
-6
/
+12
*
Move collapse_whitespace to utils.c / utils.h
Joseph Hunkeler
2024-03-22
1
-11
/
+0
*
Replace ini_show with ini_write
Joseph Hunkeler
2024-03-14
1
-4
/
+23
*
Use do/while in guard_* macros to make them behave more like functions
Joseph Hunkeler
2024-03-10
1
-11
/
+11
*
Fixes several memory leaks
Joseph Hunkeler
2024-02-26
1
-1
/
+0
*
* Fix segmentation fault in ini_data_get() when section_name is not found
Joseph Hunkeler
2024-01-30
1
-25
/
+25
*
guard_free() all pointers
Joseph Hunkeler
2023-12-10
1
-14
/
+11
*
Remove trailing whitespace from key name
Joseph Hunkeler
2023-12-10
1
-2
/
+4
*
Fix segfault when section is not present
Joseph Hunkeler
2023-12-10
1
-0
/
+4
*
Fix segfault on invalid section name
Joseph Hunkeler
2023-12-10
1
-0
/
+7
*
Bugfix: Test for a comment first, then act accordingly, instead of testing on...
Joseph Hunkeler
2023-11-21
1
-3
/
+3
*
Fixes:
Joseph Hunkeler
2023-11-20
1
-47
/
+53
*
Implements slightly improved error handling
Joseph Hunkeler
2023-11-20
1
-8
/
+17
*
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
/
+1
*
Only truncate value when length is greater than zero
Joseph Hunkeler
2023-10-31
1
-67
/
+6
*
Initial commit
Joseph Hunkeler
2023-10-26
1
-0
/
+409