]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2020-12-25  Michael Tremerbase: Drop loading unused filelist module
2020-12-25  Michael Tremerarch: Add string attribute
2020-12-25  Michael TremerDrop old actions implementation
2020-12-25  Michael TremerDownload all sources using HTTPS
2020-12-25  Michael Tremerpo: Update translations
2020-12-25  Michael Tremergettext: Automatically generate POTFILES.in
2020-12-25  Michael Tremergettext: Do not save location in po files
2020-12-25  Michael Tremererrors: Rename NotAnIPFireSystemError to NotIPFireError
2019-06-30  Michael Tremerlibpakfire: Run ldconfig after erasing/extracting files
2019-06-13  Michael Tremerlibpakfire: Add function to run commands in chroot()
2019-06-12  Michael Tremerlibpakfire: Add scaffolding to run shell scripts
2019-06-11  Michael Tremerlibpakfire: Implement reading scriptlets
2019-06-11  Michael Tremerlibpakfire: archive: Evaluate options when we could...
2019-06-11  Michael Tremerlibpakfire: Implement extracting archives in a transaction
2019-06-11  Michael Tremerlibpakfire: archive: Implement extracting hardlinks
2019-06-11  Michael Tremerlibpakfire: archive: Be more verbose on extraction...
2019-06-11  Michael Tremertests: Fix refcounting issues in archive test
2019-06-11  Michael Tremertests: Fix refcounting issues in keys test
2019-06-11  Michael Tremerlibpakfire: parser: Drop reference of parent when creat...
2019-06-11  Michael Tremertests: Check if reference counting is working
2019-06-11  Michael Tremerlibpakfire: parser: The data won't be NULL-terminated
2019-06-11  Michael Tremerlibpakfire: util: Fix data type for a string
2019-06-11  Michael Tremerlibpakfire: util: Remove some debug output
2019-06-11  Michael Tremerlibpakfire: Remove goto statement in step handling
2019-06-10  Michael Tremerlibpakfire: Move cachiing Archive from Package to Step
2019-06-10  Michael Tremerlibpakfire: archive: Close archive after reading all...
2019-06-10  Michael TremerFix typo in comment
2019-06-10  Michael TremerDownload via HTTPS only
2019-06-10  Michael Tremerbuild: Support reading from archives
2019-06-10  Michael Tremerlibpakfire: Raise and log better errors when a package...
2019-06-10  Michael Tremerpython: Implement getting a Package from Archive
2019-06-10  Michael TremerParse relations in libpakfire
2019-06-10  Michael Tremerlibpakfire: archive: Drop own implementation of extende...
2019-06-10  Michael Tremerlibpakfire: archive: Re-enable logging of extraction...
2019-06-10  Michael Tremerlibpakfire: Do not try to join path when one argument...
2019-06-10  Michael TremerImplement extracting archives from Python
2019-06-10  Michael Tremerlibpakfire: archive: Correctly set arch for source...
2019-06-10  Michael Tremerlibpakfire: Have pakfire_basename/dirname return a...
2019-06-10  Michael Tremertests: libpakfire: Test pakfire_basename/dirname
2019-06-10  Michael Tremercli: Use correct function to print search result
2019-06-10  Michael Tremerdownloaders: Continue when mirrorlist download fails
2019-06-08  Michael Tremerlibpakfire: Remove unused function
2019-06-08  Michael Tremertests: Enable debug logging
2019-06-08  Michael Tremerlibpakfire: archive: Import filelist
2019-06-08  Michael Tremerlibpakfire: archive: Import filename
2019-06-08  Michael Tremerlibpakfire: Constify pakfire_basename/dirname
2019-06-08  Michael Tremerpython: Drop set_capabilities function
2019-06-08  Michael TremerSilence another compiler warning about the turn value
2019-06-08  Michael TremerMakefile: Silence python function cast warnings in...
2019-06-08  Michael Tremerlibpakfire: Correctly declare and export pakfire_packag...
2019-06-08  Michael Tremerlibpakfire: Parse dependency data from packages
2019-06-08  Michael Tremerlibpakfire: parser: Return NULL for empty values
2019-06-08  Michael Tremerlibpakfire: archive: Parse more data
2019-06-08  Michael Tremerlibpakfire: Import package size
2019-06-08  Michael Tremerlibpakfire: Store groups in an array
2019-06-08  Michael Tremerlibpakfire: repo.h: Include missing stdio.h header
2019-06-08  Michael Tremerlibpakfire: tests: Add test to import a package
2019-06-08  Michael Tremerlibpakfire: Fix release delimiter
2019-06-08  Michael TremerFix whitespace
2019-06-08  Michael Tremerlibpakfire: Add function to import an archive to a...
2019-06-08  Michael Tremerlibpakfire: Fix dumping empty packages
2019-06-08  Michael Tremer_pakfire: Allow to automatically remove a repository...
2019-06-08  Michael Tremerpakfire: Pass on offline switch to Pakfire instance
2019-06-01  Michael Tremerlibpakfire: parser: Drop unused struct
2019-06-01  Michael Tremerlibpakfire: parser: Add module tests for the parser
2019-06-01  Michael Tremerlibpakfire: parser: Fix behaviour of append
2019-06-01  Michael Tremerlibpakfire: parser: Export pakfire_parser_merge
2019-06-01  Michael Tremerlibpakfire: parser: Skip expansion when possible
2019-06-01  Michael Tremerlibpakfire: parser: Log time it takes for the parser...
2019-06-01  Michael Tremerlibpakfire: parser: Drop unused cleanup function
2019-06-01  Michael Tremerlibpakfire: parser: Refactor typing
2019-06-01  Michael Tremerlibpakfire: parser: Refactor if/else handling
2019-06-01  Michael Tremerlibpakfire: parser: Move freeing parsers to helper...
2019-06-01  Michael Tremerlibpakfire: parser: Disable running in debug mode ...
2019-06-01  Michael Tremerlibpakfire: parser: Log in which parser we are searching
2019-06-01  Michael Tremerlibpakfire: parser: Do not automatically search recursively
2019-06-01  Michael Tremerlibpakfire: parser: Log parent parser
2019-06-01  Michael Tremerlibpakfire: parser: Drop dead code
2019-06-01  Michael Tremerlibpakfire: parser: Put declarations into the large...
2019-06-01  Michael Tremerlibpakfire: parser: Handle that namespace can be NULL
2019-06-01  Michael Tremerlibpakfire: parser: End loop when all declarations...
2019-06-01  Michael Tremerlibpakfire: parser: Fix refcounting
2019-06-01  Michael Tremerlibpakfire: parser: Only merge into the top parser...
2019-06-01  Michael Tremerlibpakfire: parser: Free all parts of declarations
2019-06-01  Michael Tremerlibpakfire: parser: Drastically simplify the grammar
2019-06-01  Michael Tremerlibpakfire: parser: Handle template in package blocks
2019-06-01  Michael Tremerlibpakfire: parser: Remove obsolete comment
2019-06-01  Michael Tremerlibpakfire: parser: NULL can be passed all the way...
2019-06-01  Michael Tremerlibpakfire: parser: Tidy up top grammar
2019-06-01  Michael Tremerlibpakfire: parser: Fix when namespace is NULL
2019-06-01  Michael Tremerlibpakfire: parser: Use parser-internal namespacing
2019-05-31  Michael Tremerlibpakfire: parser: Move namespaces into parsers
2019-05-31  Michael Tremerlibpakfire: parser: Add missing const
2019-05-31  Michael Tremerlibpakfire: parser: Avoid passing empty parsers up...
2019-05-31  Michael Tremerlibpakfire: parser: Handle else statements
2019-05-31  Michael Tremerlibpakfire: parser: Remove some duplicated code
2019-05-31  Michael Tremerlibpakfire: parser: Handle package
2019-05-31  Michael Tremerlibpakfire: parser: Handle scripts
2019-05-31  Michael Tremerlibpakfire: parser: Handle templates
2019-05-31  Michael Tremerlibpakfire: parser: Allow nested blocks
next