]> git.ipfire.org Git - people/ms/pakfire.git/history - src/_pakfire
jail: Only try to restore file descriptors if they are still open
[people/ms/pakfire.git] / src / _pakfire /
2023-11-01  Michael Tremer_pakfire: Remove the default context and require manual...
2023-11-01  Michael Tremer_pakfire: Create scaffolding for a context object
2023-11-01  Michael Tremer_pakfire: Set PY_SSIZE_T_CLEAN
2023-11-01  Michael Tremer_pakfire: Remove trailing newline on log messages
2023-11-01  Michael Tremer_pakfire: Remove forgotten logger argument
2023-11-01  Michael Tremer_pakfire: Implement set_cache_path()
2023-11-01  Michael Tremerbuildservice: Add function to signal finished build...
2023-10-31  Michael Tremer_pakfire: Drop unused native_arch function
2023-10-31  Michael Tremerbuildservice: Move submitting stats into C
2023-10-27  Michael Tremer_pakfire: Add method to configure the log level
2023-10-27  Michael Tremer_pakfire: Don't deallocate the context after successful...
2023-10-27  Michael Tremerbuildservice: Export the URL
2023-10-27  Michael Tremer_pakfire: Create Python abstraction for the build service
2023-10-27  Michael Tremerkey: Anchor on context instead of pakfire
2023-10-20  Michael Tremerpackagelist: Decouple for the pakfire object
2023-10-16  Michael Tremerctx: Move the OFFLINE flag into the context
2023-10-16  Michael Tremerctx: Read the configuration
2023-10-16  Michael Tremerpakfire: Drop the DEBUG flag which now does nothing
2023-10-16  Michael Tremerctx: Move the confirm callback into the context
2023-10-16  Michael Tremer_pakfire: Drop the old Python logging callback
2023-10-16  Michael Tremer_pakfire: Setup a default logging callback
2023-10-16  Michael Tremerpakfire: Remove logging callback
2023-10-16  Michael Tremerpakfire: Remove logging stuff in favour of the context
2023-10-15  Michael Tremerctx: Add log level
2023-10-15  Michael Tremerctx: Require the new context when creating a Pakfire...
2023-10-06  Michael Tremerarchive: read: Add option to follow symlinks
2023-10-01  Michael Tremer_pakfire: Drop the Python wrapper for the progress bar
2023-09-27  Michael Tremerlibpakfire: Move loglevel into flags on create for...
2023-09-25  Michael Tremerlibpakfire: Remove the unused copy_in/copy_out functions
2023-09-25  Michael Tremerlibpakfire: Remove pakfire_install/_update/_sync/_erase
2023-09-23  Michael Tremertransaction: Remove option to perform a dry-run
2023-09-23  Michael Tremerproblems: Refactor fetching problems and solutions
2023-09-22  Michael Tremertransaction: Merge requests into the transaction
2023-09-18  Michael Tremerpackage: Treat sizes as unsigned long long
2023-09-17  Michael Tremer_pakfire: Correctly handle it no configuration was...
2023-09-14  Michael Tremer_pakfire: util: Fix SEGV when we could not read from...
2023-08-31  Michael Tremer_pakfire: package: Fix cleaning up build arches
2023-08-31  Michael Tremerpackages: Store groups as array
2023-08-30  Michael Tremer_pakfire: package: Export Build IDs as string
2023-08-30  Michael Tremer_pakfire: Fix multiple issues in a utility function
2023-08-29  Michael Tremerpackages: Export build architectures in Python
2023-08-02  Michael Tremerpakfire: Read configuration from a file descriptor
2023-08-02  Michael Tremer_pakfire: util: Refactor PyObject_AsFileHandle using...
2023-07-25  Michael Tremer_pakfire: Consume any exceptions in log callback
2023-07-25  Michael Tremerlibpakfire: archive: Return better return codes
2023-07-25  Michael Tremerlibpakfire: pakfire_create: Return a better return...
2023-07-21  Michael Tremer_pakfire: Add version_compare() that does not require...
2023-06-14  Michael Tremerbuild: mkimage: Take a fd for the output
2023-06-14  Michael Tremerbuild: Add scaffolding to create images
2023-06-01  Michael Tremerkeys: Carry the comment with us and require it
2023-06-01  Michael Tremer_pakfire: Import/export keys as strings
2023-06-01  Michael Tremerkeys: Export signing/verification routines in Python
2023-06-01  Michael Tremerkeys: Convert the key ID to integer in Python
2023-06-01  Michael Tremer_pakfire: Implement loading keys
2023-06-01  Michael Tremerkeys: Make the ID an array of bytes again
2023-06-01  Michael Tremer_pakfire: keys: Fix error handling when returning algorithm
2023-06-01  Michael Tremer_pakfire: Export the key algorithm constants
2023-06-01  Michael Tremer_pakfire: keys: Treat IDs as integers
2023-06-01  Michael Tremer_pakfire: Drop listing keys
2023-06-01  Michael Tremerkeys: Drop delete operation
2023-06-01  Michael Tremerrepos: Implement creating a detached signature for...
2023-06-01  Michael Tremerrepos: Drop flags argument from compose function
2023-06-01  Michael Tremerkeys: Replace usage of PGP by signify
2023-06-01  Michael Tremerlibpakfire: Drop fetching PGP keys from keyservers
2023-05-25  Michael Tremerarchive: Implement extracting archives into arbitrary...
2023-05-08  Michael Tremerinstallcheck: Add a function that checks whether a...
2023-05-08  Michael Tremer_pakfire: archive: Allow opening packages in any repository
2023-04-28  Michael Tremerbuild: Allow setting a different ccache path
2023-04-28  Michael Tremer_pakfire: Improve Python exception raising on build
2023-04-28  Michael Tremerbuild: Drop pakfire_build legacy function
2023-04-22  Michael Tremer_pakfire: Define PY_SSIZE_T_CLEAN
2023-03-22  Michael Tremer_pakfire: Make File objects immutable
2023-03-22  Michael Tremer_pakfire: Fix potential SEGV when accesing File attributes
2023-03-22  Michael Tremer_pakfire: Fix repr() output for File objects
2023-03-21  Michael Tremerarchive: Return a file descriptor for any archive files
2023-03-19  Michael Tremerjail: Move flags to individual exec commands
2023-03-19  Michael Tremerfile: Export capabilities in Python
2023-03-15  Michael Tremerpython: Release and acquire the GIL when we need it
2023-03-11  Michael Tremerarchive: Store MIME type of files
2023-03-10  Michael Tremerarchive: Drop support for legacy package formats
2023-02-28  Michael Tremerpackagelist: Refactor the whole thing
2023-02-28  Michael TremerCLI: requires: Search for all reverse dependencies
2023-02-28  Michael Tremersearch: Consolidate using Dataiterator and add file...
2023-02-28  Michael Tremerpakfire_whatprovides/requires: Write to an existant...
2023-02-21  Michael Tremerfilelists: Rename *_append() to *_add()
2023-02-21  Michael Tremerpython: Drop performance_index function
2023-02-21  Michael Tremerfilelists: Rename *_size() -> *_length()
2022-12-06  Michael Tremerbuild: Pass filelists into dependency scripts
2022-12-06  Michael Tremerjail: Add new way to communicate with child processes
2022-11-24  Michael Tremer_pakfire: Fix SEGV on repr(repo)
2022-11-24  Michael Tremerbuild: Allow creating shells without a snapshot
2022-11-19  Michael Tremer_pakfire: Make packages hashable
2022-11-09  Michael Tremer_pakfire: Fix parsing arguments for Pakfire.update()
2022-11-09  Michael TremerUI: Move confirm callback into the CLI client
2022-11-04  Michael Tremerpakfire-builder: Make it possible to run builds interac...
2022-11-04  Michael Tremerrequests: Make them private
2022-11-04  Michael Tremer_pakfire: Remove some dead code
2022-11-03  Michael Tremer_pakfire: Pass target for build()
2022-11-03  Michael Tremerpackages: Replace maintainers with packagers
2022-11-01  Michael Tremerproblems: Drop pakfire_problem_get_solutions in favour...
next