]> git.ipfire.org Git - pakfire.git/shortlog
pakfire.git
2021-04-27  Michael Tremerpackager: Use package function to generate filename
2021-04-27  Michael Tremerpackage: Reorder struct
2021-04-27  Michael Tremerpackage: Do not check for non-NULL pointer on unref
2021-04-27  Michael Tremerpackage: Do not export the package Id
2021-04-27  Michael Tremerpackage: Drop pakfire_package_solv_repo
2021-04-27  Michael Tremerpackage: Remove function that returns a handle which...
2021-04-27  Michael Tremerpackage: Make pakfire_package_create_from_solvable...
2021-04-27  Michael Tremerpackage: Drop helper function to access Pool*
2021-04-27  Michael Tremerpackages: Store paths locally and in SOLV data
2021-04-26  Michael Tremerpackage: Drop pakfire_package_set_repo
2021-04-26  Michael Tremerrequest: Implement downloading packages and packages...
2021-04-26  Michael Tremerdownloader: Allow overwriting the destination file...
2021-04-26  Michael Tremercgroup: Do not include NULL byte in random selection
2021-04-23  Michael Tremerdownloader: Apply proxy settings
2021-04-23  Michael Tremerconfig: Add reference counting
2021-04-23  Michael Tremerconf: Remove logging configuration
2021-04-23  Michael Tremerconf: Remove option to disable SSL certificate validation
2021-04-23  Michael Tremeripfire3: Tidy up repository configuration and assign...
2021-04-23  Michael Tremerbuilder: Move local repository into configuration
2021-04-23  Michael Tremerrepo: Scan local repositories instead of refresh
2021-04-23  Michael Tremerrepo: Refactor local detection and fix memory leak
2021-04-23  Michael Tremerbuilder: Make repolist work
2021-04-23  Michael TremerDrop PAKFIRE_SOLVABLE_FILEMARKER
2021-04-23  Michael Tremerlibpakfire: Drop filters
2021-04-23  Michael TremerDrop selectors
2021-04-23  Michael Tremerrequest: Drop unused functions
2021-04-23  Michael Tremerrequest: Add string-parsing functions for erase/update...
2021-04-23  Michael Tremerrequest: Refactor adding packages to the solver
2021-04-23  Michael Tremerbuilder: Temporarily add a local repository for debugging
2021-04-23  Michael Tremerprogressbar: Remove unnecessary padding from util
2021-04-23  Michael Tremerbuilder: Initialise environment only for some operations
2021-04-23  Michael Tremerutil: Commit forgotten pakfire_string_join function
2021-04-23  Michael Tremerrepo: Correctly set errno on invalid call
2021-04-23  Michael Tremerrepo: Use file:// protocol instead of dir://
2021-04-23  Michael Tremerrepo: Export scan operation to Python
2021-04-23  Michael Tremerbuilder: Run info with build environment fully initialised
2021-04-23  Michael Tremerpackage: Store groups in ID arrays
2021-04-23  Michael Tremerrequest: Match groups
2021-04-23  Michael Tremerrequest: Add some experimental code removing selectors
2021-04-23  Michael Tremerrequest: Rename install/erase/upgrade functions that...
2021-04-23  Michael Tremerpakfire: Enable debugging for pool/solver
2021-04-23  Michael Tremerpakfire: Log pool debugging to pakfire log
2021-04-23  Michael Tremerpakfire: Set pool path
2021-04-23  Michael Tremerrequest: Rename queue to jobs
2021-04-23  Michael Tremerrequest: Change type from PakfireRequest to struct...
2021-04-23  Michael Tremerprogressbar: Respond to resize events
2021-04-22  Michael Tremerdb: Clear repository when database load failed
2021-04-22  Michael Tremertransaction: Refactor some code without functional...
2021-04-22  Michael TremerDisable use of sparse files
2021-04-22  Michael Tremersnapshots: Fix hardlink paths when extracting
2021-04-22  Michael Tremersnapshot: Do not alter block size
2021-04-22  Michael Tremerexecute: Fix spacing for cgroup
2021-04-22  Michael Tremerprogressbar: Redraw only once every 250ms
2021-04-22  Michael Tremersnapshots: Add progressbar when extracting
2021-04-22  Michael Tremerpakfire: bind: Ensure that the source directory exists
2021-04-22  Michael Tremerbuilder: Use distro information in snapshot path
2021-04-22  Michael Tremerpakfire: Export pakfire_make_cache_path to Python
2021-04-21  Michael TremerUse a proper dummy repository which does not try to...
2021-04-21  Michael Tremerdist: Include build dependencies in source packages
2021-04-21  Michael Tremerparser: Set default architecture when creating a package
2021-04-21  Michael Tremerparser: Break when reading empty values
2021-04-21  Michael Tremerprogressbar: Remove bar when finished to not clutter...
2021-04-21  Michael Tremerarchive: Show progress when extracting
2021-04-21  Michael Tremerprogressbar: Make increment function take a value
2021-04-21  Michael Tremerhttp: Use C progressbar implementation
2021-04-21  Michael Tremerprogressbar: Implement using in Python context
2021-04-21  Michael Tremerpython: Add bindings for Progressbar
2021-04-21  Michael Tremertests: Remove Pakfire argument from progressbar
2021-04-21  Michael Tremerprogressbar: Export functions
2021-04-21  Michael Tremerprogressbar: Remove reference to Pakfire
2021-04-21  Michael Tremertests: Update downloader function calls
2021-04-20  Michael Tremerarchive: Read supplements + enhances
2021-04-20  Michael Tremerutil: Drop more unused functions
2021-04-20  Michael Tremerhttp: Drop dependency on configuration
2021-04-20  Michael Tremerprogressbar: Use pakfire_string_* functions
2021-04-20  Michael TremerRun ldconfig only when we have extracted .so files
2021-04-20  Michael Tremerconfig: Drop everything we no longer need
2021-04-20  Michael Tremerpython: Drop old distro module
2021-04-20  Michael Tremerbuilder: Drop exporting distro environment variables
2021-04-20  Michael Tremerfile: Drop including tar.h
2021-04-20  Michael Tremerfile: Use pakfire_string_* functions
2021-04-20  Michael Tremerarchive: Do not fail when there have been warnings...
2021-04-20  Michael Tremerarchive: Keep filelist when extracting files
2021-04-20  Michael Tremerutil: Change behaviour of pakfire_path_join
2021-04-20  Michael Tremerarchive: Some cosmetic changes when extracting files
2021-04-20  Michael Tremerarchive: Always extract payload
2021-04-20  Michael Tremerdownloader: Hide progressbar when downloading metadata
2021-04-20  Michael Tremerdownloader: Add title to transfers
2021-04-20  Michael Tremerrepo: Make pakfire_repo_internalize private
2021-04-20  Michael Tremerrepo: Do not fail when solv file could not be read...
2021-04-20  Michael Tremerrepo: Drop automatic setting of priority
2021-04-20  Michael Tremerrepo: Do not keep a downloader
2021-04-20  Michael Tremerdownloader: Move baseurl into transfer
2021-04-19  Michael Tremerstep: Only unref archive when it was initialised
2021-04-19  Michael Tremerprogressbar: Reset array with results
2021-04-19  Michael Tremerprogressbar: Allow restart when in finished status
2021-04-19  Michael Tremerbuilder: Pass configuration file through for distribution
2021-04-19  Michael Tremerpakfire: Add more error messages when reading configura...
2021-04-19  Michael Tremerconfig: Terminate array each round for search
2021-04-19  Michael TremerDrop builder.conf
next