libopkg/opkg_cmd.c: more robust PATH handling
[oweals/opkg-lede.git] / libopkg /
2017-03-15 Glenn Strausslibopkg/opkg_cmd.c: more robust PATH handling
2017-03-15 Glenn Strausslibopkg: specify "/bin/sh" instead of "sh"
2017-02-28 Jo-Philipp Wichpkg: forward "provided_by_hand" flag in pkg_merge()
2017-02-28 Jo-Philipp Wichpkg: mark bit fields in pkg_t unsigned
2017-02-27 Jo-Philipp Wichopkg_cmd: avoid null pointer dereference in opkg_what_d...
2017-02-27 Jo-Philipp Wichopkg_cmd: fix endless loop in whatprovides/whatreplaces
2017-02-27 Jo-Philipp Wichpkg_depends: propagate virtual provided detail flag...
2017-02-23 Pieter Smithpkg_depends: fix unsatisfied dependency installation...
2017-02-23 Jo-Philipp Wichlibopkg: fix some overly aggressive line wrapping in...
2017-02-23 Jo-Philipp Wichlibopkg: remove stray printf()
2017-02-22 Jo-Philipp Wichlibopkg: switch to GPL2 SHA256 implementation
2017-02-22 Jo-Philipp Wichlibopkg: initialize conffile list during status parsing
2017-02-18 Jo-Philipp Wichlibopkg: remove OpenSSL support
2017-02-18 Jo-Philipp Wichlibopkg: remove Curl support
2017-02-18 Jo-Philipp Wichlibopkg: remove GPG support
2017-02-18 Jo-Philipp Wichlibopkg: remove x509 support
2017-02-18 Jo-Philipp Wichlibopkg: drop custom md5 implementation, unconditionall...
2017-02-18 Jo-Philipp Wichlibopkg: fix pkg_set_int(), pkg_get_int()
2017-02-18 Jo-Philipp Wichlibopkg: properly fix parse_version()
2017-02-17 Jo-Philipp Wichlibopkg: do not modify original version string in parse...
2017-02-17 Jo-Philipp Wichlibopkg: remove config.h references
2017-02-17 Jo-Philipp Wichbuild: remove automake/autoconf build system
2017-02-17 Jo-Philipp Wichbuild: add cmake build system
2017-02-16 Jo-Philipp Wichlibopkg: selectively load package feeds in opkg_info_st...
2017-02-16 Jo-Philipp Wichlibopkg: immediately free packages not marked for detai...
2017-02-16 Jo-Philipp Wichlibopkg: avoid aggregating multiple identical providers
2017-02-16 Jo-Philipp Wichlibopkg: implement pkg_hash_load_package_details()...
2017-02-16 Jo-Philipp Wichlibopkg: support passing default state flags in pkg_has...
2017-02-16 Jo-Philipp Wichlibopkg: flag package with SF_NEED_DETAIL in pkg_init_f...
2017-02-16 Jo-Philipp Wichlibopkg: fix printing provides in pkg_formatted_field()
2017-02-16 Jo-Philipp Wichlibopkg: fix pkg_deinit() to properly free the resource...
2017-02-16 Jo-Philipp Wichlibopkg: free old provides list in pkg_merge()
2017-02-16 Jo-Philipp Wichlibopkg: fix merging PKG_CONFFILES in pkg_merge()
2017-02-16 Jo-Philipp Wichlibopkg: fix pkg_set_ptr() to properly set NULL pointers
2017-02-16 Jo-Philipp Wichlibopkg: allow passing common package state flags to...
2017-02-16 Jo-Philipp Wichlibopkg: propagate SF_NEED_DETAIL from abstract to...
2017-02-16 Jo-Philipp Wichlibopkg: do not clobber package flags during parsing
2017-02-16 Jo-Philipp Wichlibopkg: propagate SF_NEED_DETAIL to related packages
2017-02-16 Jo-Philipp Wichlibopkg: directly pass type to parseDepends()
2017-02-16 Jo-Philipp Wichlibopkg: expose abstract_pkg_fetch_by_name()
2017-02-16 Jo-Philipp Wichlibopkg: mark to-be-installed non-local, non-url packag...
2017-02-16 Jo-Philipp Wichlibopkg: introduce SF_NEED_DETAIL flag
2017-02-16 Jo-Philipp Wichlibopkg: make checksum_bin2hex() and checksum_hex2bin...
2017-02-16 Jo-Philipp Wichlibopkg: fix unsatisfied dependency reporting
2017-02-16 Jo-Philipp Wichlibopkg: fix hex encoding/decoding, add checksum getter...
2017-02-14 Jo-Philipp Wichlibopkg: store checksums in binary form, use integer...
2017-02-13 Jo-Philipp Wichpkg: move active_list structure out of pkg_t
2017-02-13 Jo-Philipp Wichpkg: convert most other struct members into dynamic...
2017-02-13 Jo-Philipp Wichpkg: store size, installed size and installed time...
2017-02-13 Jo-Philipp Wichpkg: use a blob buffer in pkg_t to store variable fields
2017-02-10 Jo-Philipp Wichpkg: coalesce soem flag members into a packed bit field
2017-02-10 Jo-Philipp Wichtreewrite: use Lindent to reformat to kernel coding...
2017-02-10 Jo-Philipp Wichlibopkg: clarify messages and errors related to downloads
2017-02-10 Jo-Philipp Wichlibopkg: run prerm scripts for the old version also...
2017-02-10 Jo-Philipp Wichlibopkg: fix use-after-free with duplicate packages...
2017-02-10 Jo-Philipp Wichcli: implement --size
2017-02-10 Jo-Philipp Wichlibopkg: fix --force-checksum to cover sha256sum cases...
2017-02-10 Jo-Philipp Wichlibopkg: make MD5 support optional
2017-02-10 Jo-Philipp Wichlibopkg: drop support for Release files
2017-02-10 Jo-Philipp Wichcli: implement --force-signature
2017-02-10 Jo-Philipp Wichlibopkg: add support for signature checking through...
2017-02-10 Jo-Philipp Wichlibopkg: pass PKG_UPGRADE variable to package scripts
2017-02-10 Jo-Philipp Wichcli: implement --force-checksum
2017-02-10 Jo-Philipp Wichlibopkg: suppress empty provides
2017-02-10 Jo-Philipp Wichlibopkg: discard empty control file fields
2017-02-10 Jo-Philipp Wichlibopkg: store compressed package lists
2017-02-10 Jo-Philipp Wichcli: implement find command
2017-02-10 Jo-Philipp Wichcli: implement --nocase flag
2017-02-10 Jo-Philipp Wichlibopkg: line-wrap descriptions only on interactive...
2017-02-10 Jo-Philipp Wichlibopkg: fix double-free crash on recursive package...
2017-02-10 Jo-Philipp Wichlibopkg: do not rely on getline()
2017-02-10 Jo-Philipp Wichlibopkg: print error messages to stderr
2017-02-10 Jo-Philipp Wichlibopkg: strip trailing white space in conffile specifi...
2017-02-10 Jo-Philipp Wichcli: enforce argument to upgrade command
2017-02-10 Jo-Philipp Wichbuild: statically link libopkg
2017-02-10 Jo-Philipp Wichbuild: allow overriding host cpu with make variable
2011-04-08 google@wwsnet.netFix compilation after r617
2011-04-08 graham.gower@gmail.comDon't include the source URI in the cached filename.
2011-04-07 javiplx@gmail.comRead the contents of lists files coming from 'dist...
2011-04-07 javiplx@gmail.comDownload all the valid Packages files for dist entries
2011-04-07 javiplx@gmail.comIntroduce a new pkg_src list in global configuration...
2011-04-07 javiplx@gmail.comFix mistype in define clause
2011-04-07 javiplx@gmail.comCode to handle the apt-alike configuration entries
2011-04-07 javiplx@gmail.comCreate parse_util with some of the non-public functions...
2011-04-07 javiplx@gmail.comAdd flag in opkg_download calls to reduce the severity...
2011-02-22 graham.gower@gmail.comFix opkg_re_read_config_files().
2011-02-22 graham.gower@gmail.comFix memory leak when !defined(HAVE_GPGME) and !defined...
2011-02-21 graham.gower@gmail.comGet the owner of the file_name after the offline root...
2011-02-14 graham.gower@gmail.comDelete package sources that fail the signature check.
2011-02-14 graham.gower@gmail.comCall gpgme_check_version() before using other gpgpe...
2011-02-14 graham.gower@gmail.comAdd overlay_root config option. Opkg checks this locati...
2011-02-14 graham.gower@gmail.comAdd missing space.
2011-02-01 pixdamixFixed a bug causing segfaults when an upgraded package...
2010-12-23 graham.gower@gmail.comFix potential undefined references to FILE, for libopkg...
2010-12-23 graham.gower@gmail.comDon't print the function name when just outputting...
2010-11-24 graham.gower@gmail.comAbort package removal if the prerm script of a package...
2010-11-22 graham.gower@gmail.comPrint the package name corresponding to a failed script.
2010-11-19 graham.gower@gmail.comFix formatting issues found with the last commit.
2010-11-19 graham.gower@gmail.comUse printf format specifier attribute for opkg_message().
2010-11-19 graham.gower@gmail.comRemove an unnecessary allocation.
next