]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2021-02-25  Michael Tremerparser: Add a hack for "template NAME" lines
2021-02-25  Michael Tremerparser: Remove hack to detect "end"
2021-02-25  Michael Tremerparser: Add support for named subparsers and variables
2021-02-25  Michael Tremerparser: Only treat keywords as such when they are at...
2021-02-25  Michael Tremerparser: Handle empty else statement returning NULL
2021-02-25  Michael Tremertests: parser: Add a simple if clause
2021-02-25  Michael Tremerparser: Remove any leading whitespace from values
2021-02-25  Michael Tremerparser: Change handling of namespace
2021-02-25  Michael Tremertests: Show received string as well as expected string
2021-02-25  Michael Tremerparser: Drop unused function
2021-02-25  Michael Tremerparser: Introduce new data type for declarations
2021-02-24  Michael Tremerparser: Add support for conditionals
2021-02-24  Michael Tremerparser: Do not define yyunput
2021-02-24  Michael Tremerparser: Remove some debugging output
2021-02-24  Michael Tremerparser: Allow empty lines in READLINES
2021-02-24  Michael Tremerparser: Add keywords that open a new parser
2021-02-24  Michael Tremerparser: Jump into an extra context when we could not...
2021-02-24  Michael Tremerparser: Use yyless(0) instead of unput(*yytext)
2021-02-24  Michael Tremerparser: Move test cases into many smaller files
2021-02-24  Michael Tremerparser: Ignore empty lines
2021-02-23  Michael Tremerparser: Parse multi-line definitions
2021-02-23  Michael Tremerparser: Implement appending strings with +=
2021-02-23  Michael Tremerparser: Start from scratch
2021-02-23  Michael Tremerrepo: Increase XZ work buffer from 1 byte to 1 megabyte
2021-02-15  Michael Tremerparser: Remove more useless directives
2021-02-15  Michael Tremerparser: Move cleaning up the parser out of debug block
2021-02-15  Michael Tremerparser: Revert back to GLR mode
2021-02-15  Michael Tremerparser: Remove ineffective directives
2021-02-15  Michael Tremerconfigure: Fix raw bison and call it directly
2021-02-15  Michael Tremerparser: Fix path of source files after move
2021-02-14  Michael Tremerconfigure: Use bison instead of POSIX yacc
2021-02-14  Michael Tremerpython: Export pakfire_make_path()
2021-02-14  Michael Tremerparser: Disable useless code when compiling without...
2021-02-14  Michael Tremerparser: Do not use pakfire's own memory allocation...
2021-02-14  Michael Tremerbison: Update %error-verbose directive
2021-02-13  Michael Tremerpython: parser: Extend and let it read from file
2021-02-13  Michael Tremerpython: Add simply Parser module
2021-02-13  Michael Tremerpakfire: Skip deactivation when running in /
2021-02-13  Michael Tremerparser: Remove declaration limit and allocate memory...
2021-02-13  Michael Tremerbuilder: Extract packages into the build environment
2021-02-13  Michael TremerDrop unused compression module
2021-02-13  Michael Tremersystem: Drop loads of unused mountpoint code
2021-02-13  Michael Tremer_pakfire: Drop unused sync() function
2021-02-13  Michael Tremer_pakfire: Drop unused constants
2021-02-13  Michael Tremerbuilder: Add mount/umount to _pakfire to avoid calling...
2021-02-13  Michael Tremerbuilder: Remove ccache settings in environment
2021-02-13  Michael Tremerbuilder: Do not lock build environments
2021-02-13  Michael TremerMove populating /dev to libpakfire
2021-02-12  Michael Tremermount: Allow execution from /tmp
2021-02-12  Michael TremerUpdate translations
2021-02-12  Michael Tremerlibpakfire: Implement nested activation
2021-02-12  Michael Tremerlibpakfire: Add pakfire_activate/deactivate
2021-02-12  Michael Tremerarch: Null-terminate array
2021-02-12  Michael Tremerarch: Add support for RISC-V 64
2021-02-12  Michael TremerDrop unused filelist module
2021-02-12  Michael Tremerpackages: Drop old code that read archives and installe...
2021-02-12  Michael TremerDrop unused progressbar module
2021-02-12  Michael TremerDrop old repository template code
2021-02-12  Michael TremerRemove unused python directory repository code
2021-02-12  Michael TremerDrop PakfireServer
2021-02-12  Michael TremerDrop unused arch.py
2021-02-12  Michael Tremerrepo: Add function to scan repos for archives
2021-02-11  Michael Tremertests: Prepare repository tests
2021-02-11  Michael Tremerpakfire: Rename local repository to @system
2021-02-11  Michael Tremerdb: Read install time back from database
2021-02-11  Michael Tremerpackage: Give build_host/build_time proper names and...
2021-02-11  Michael Tremerpackages: Capitalize headlines
2021-02-11  Michael Tremerrelationlists: Sort before printing them
2021-02-11  Michael Tremerpackages: Add weak dependencies supplements/enhances
2021-02-11  Michael Tremerpackages: dump: Process dependencies in a big loop
2021-02-11  Michael Tremerpackages: Truncate dependencies correctly at the markers
2021-02-11  Michael Tremerpackage: Use solvable_*_deparray instead of idarray
2021-02-11  Michael Tremerdb: Time how long the import takes
2021-02-11  Michael Tremerpakfire: Improve performance when importing relation...
2021-02-11  Michael TremerDrop Python implementation of the local repository
2021-02-11  Michael Tremerrequest: Check whether installed repository is set
2021-02-11  Michael Tremerdb: Load dependencies
2021-02-11  Michael Tremerpackage: Rename pakfire_package_create2 to pakfire_pack...
2021-02-11  Michael Tremerpackage: Keep a copy of the repository
2021-02-10  Michael Tremerpackage: Rename pakfire_package_create to pakfire_packa...
2021-02-10  Michael Tremerdb: Load filelists
2021-02-10  Michael Tremerdb: Import more text fields into the package database
2021-02-09  Michael Tremerdb: Internalize repository after load
2021-02-09  Michael Tremerdb: Load a couple of attributes for packages into repo
2021-02-09  Michael Tremerpakfire: Automatically create the installed repository
2021-02-09  Michael Tremerpakfire: Tidy up initialisation
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_strdup
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_realloc
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_malloc
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_calloc
2021-02-08  Michael Tremerlibpakfire: Drop pakfire_free
2021-02-07  Michael Tremerlibpakfire: Run scriptlets from database
2021-02-07  Michael Tremerscriptlets: Constify list of scriptlet types
2021-02-07  Michael Tremerdb: Create a unique index over package UUIDs
2021-02-07  Michael Tremerdb: Implement removing packages
2021-02-07  Michael Tremerdb: Fix field number for vendor (and do not overwrite...
2021-02-07  Michael Tremerdb: Add function which returns how many packages are...
2021-02-07  Michael Tremerdb: Add test for add_package()
2021-02-07  Michael Tremerrepo: Do not call pakfire_repo_identical() without...
2021-02-06  Michael Tremerrelationlists: Rename _count() and _get_clone()
next