]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2021-03-01  Michael Tremerparser: Handle "export" keyword
2021-03-01  Michael Tremerparser: Fix reference counting
2021-03-01  Michael Tremerparser: Unref parent only when set
2021-03-01  Michael Tremertests: Return number of failed test
2021-03-01  Michael Tremerparser: Have the merge() function return an integer
2021-03-01  Michael Tremerparser: Remove unused function
2021-03-01  Michael Tremerbuilder: Implement reading makefiles
2021-03-01  Michael Tremerparser: Create an error object when parsing failed
2021-03-01  Michael Tremerparser: Handle lines continued with backslash
2021-02-27  Michael Tremertests: makefile: Test if parsing macros works
2021-02-27  Michael TremerFix typo
2021-02-27  Michael Tremer_pakfire: Show path when mount/umount failed
2021-02-27  Michael Tremerparser: Allow empty lines after T_KEY to open a block
2021-02-27  Michael Tremertests: Parse beep.nm
2021-02-26  Michael Tremerutil: Refactor pakfire_string_partition
2021-02-26  Michael Tremerparser: Disable debugging
2021-02-26  Michael Tremerparser: Do not consider a READLINES block opening with...
2021-02-26  Michael Tremerparser: Allow reading empty keys
2021-02-26  Michael Tremerparser: Remove hack to match beginning of line
2021-02-25  Michael Tremerparser: Fixup readline
2021-02-25  Michael Tremerparser: Just ignore any "def" or "define" keywords
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
next