xbps/lib
Piotr Wójcik b5954c80db lib/fetch: reuse http connection
With HTTP 1.1 persistent connection is default and Connection
header is not sent.
Before patch, for every file, including 512b signature, there was
done dns query, tls handshake etc.
2022-07-03 21:41:10 +00:00
..
compat Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00
external dewey.c: convert to UTF-8 2021-06-26 16:57:04 +02:00
fetch lib/fetch: reuse http connection 2022-07-03 21:41:10 +00:00
portableproplib Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00
archive.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
cb_util.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
conf.c conf: fix skipping empty lines 2021-09-10 14:31:57 +02:00
download.c lib/download.c: fix digestlen assert and add if condition to avoid misuse 2020-02-10 15:03:54 +01:00
initend.c lib/conf.c: cleanup a bit 2021-06-26 17:02:26 +02:00
log.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
Makefile lib: add binary package internalization step 2021-06-26 18:41:37 +02:00
package_alternatives.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
package_config_files.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
package_configure.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
package_fulldeptree.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
package_msg.c lib/package_msg: don't roundtrip data with fmemopen 2021-06-26 16:06:55 +02:00
package_orphans.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
package_register.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
package_remove.c lib: run all post/purge-remove scripts at the end of the transaction 2021-06-26 18:41:37 +02:00
package_script.c lib/package_script.c: xbps_pkg_exec_script: remove useless copy and free 2021-06-26 18:41:37 +02:00
package_state.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
package_unpack.c lib: drop libarchive compat macros and use non deprecated functions 2021-06-26 18:51:15 +02:00
pkgdb_conversion.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
pkgdb.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
plist_fetch.c lib/plist_fetch.c: don't abort on ARCHIVE_WARN in xbps_archive_fetch_file_into_fd 2021-12-28 15:42:25 +01:00
plist_find.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
plist_match.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
plist_remove.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
plist.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
proplib_wrapper.c proplib_wrapper: remove return from void functions. 2021-02-04 23:09:35 +01:00
pubkey2fp.c tree-wide: remove unnecessary __UNCONST usage. 2021-02-04 23:02:39 +01:00
repo_sync.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
repo.c lib: drop libarchive compat macros and use non deprecated functions 2021-06-26 18:51:15 +02:00
rpool.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
transaction_check_conflicts.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
transaction_check_replaces.c lib: make only manual install mode sticky when replacing packages 2021-10-23 16:09:02 +02:00
transaction_check_revdeps.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
transaction_check_shlibs.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
transaction_commit.c lib: run all post/purge-remove scripts at the end of the transaction 2021-06-26 18:41:37 +02:00
transaction_fetch.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
transaction_files.c lib/transaction_files.c: document some details 2021-06-26 18:58:55 +02:00
transaction_internalize.c lib/transaction_internalize.c: switch out deprecated libarchive function 2021-06-26 19:19:10 +02:00
transaction_ops.c lib/transaction_ops.c: do not change the transaction mode of unpacked packages 2021-06-26 18:46:56 +02:00
transaction_pkg_deps.c lib/transaction_pkg_deps.c: skipping queued removed or held dependencies makes no sense 2021-10-23 16:14:44 +02:00
transaction_prepare.c xbps-install: exclude hold packages from total download size 2022-06-21 13:40:45 +00:00
transaction_store.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
util_hash.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
util_path.c Revert "Use shared LICENSE file for all xbps code." 2020-04-29 14:12:10 +02:00
util.c lib/util.c: make is_revision match the code style 2021-06-26 17:14:23 +02:00
verifysig.c tree-wide: remove unnecessary __UNCONST usage. 2021-02-04 23:02:39 +01:00