oweals/opkg-lede.git
2017-02-23 Pieter Smithpkg_depends: fix unsatisfied dependency installation...
2017-02-23 Jo-Philipp... libopkg: fix some overly aggressive line wrapping in...
2017-02-23 Jo-Philipp... libopkg: remove stray printf()
2017-02-22 Jo-Philipp... libopkg: switch to GPL2 SHA256 implementation
2017-02-22 Jo-Philipp... libopkg: initialize conffile list during status parsing
2017-02-20 Jo-Philipp... build: enable usign support
2017-02-18 Jo-Philipp... build: allow to pass version via CMake
2017-02-18 Jo-Philipp... libopkg: remove OpenSSL support
2017-02-18 Jo-Philipp... libopkg: remove Curl support
2017-02-18 Jo-Philipp... libopkg: remove GPG support
2017-02-18 Jo-Philipp... libopkg: remove x509 support
2017-02-18 Jo-Philipp... libopkg: drop custom md5 implementation, unconditionall...
2017-02-18 Jo-Philipp... libopkg: fix pkg_set_int(), pkg_get_int()
2017-02-18 Jo-Philipp... libopkg: properly fix parse_version()
2017-02-18 Jo-Philipp... build: fix handling of string options
2017-02-17 Jo-Philipp... libopkg: do not modify original version string in parse...
2017-02-17 Jo-Philipp... build: add install target for opkg-cl
2017-02-17 Jo-Philipp... build: enable SHA256 support
2017-02-17 Jo-Philipp... opkg-cl: remove config.h reference
2017-02-17 Jo-Philipp... libopkg: remove config.h references
2017-02-17 Jo-Philipp... build: infer VERSION from Git history
2017-02-17 Jo-Philipp... build: do not unconditionally link libpthread
2017-02-17 Jo-Philipp... opkg-cl: add missing include to import FNM_CASEFOLD
2017-02-17 Jo-Philipp... build: expose LOCK_FILE option
2017-02-17 Jo-Philipp... build: remove outdated files
2017-02-17 Jo-Philipp... build: remove automake/autoconf build system
2017-02-17 Jo-Philipp... .gitignore: ignore test executables
2017-02-17 Jo-Philipp... .gitignore: ignore CMake artifacts
2017-02-17 Jo-Philipp... tests: fix build of opkg_extract_test
2017-02-17 Jo-Philipp... build: add cmake build system
2017-02-16 Jo-Philipp... opkg-cl: stop preloading package feeds on install
2017-02-16 Jo-Philipp... libopkg: selectively load package feeds in opkg_info_st...
2017-02-16 Jo-Philipp... libopkg: immediately free packages not marked for detai...
2017-02-16 Jo-Philipp... libopkg: avoid aggregating multiple identical providers
2017-02-16 Jo-Philipp... libopkg: implement pkg_hash_load_package_details()...
2017-02-16 Jo-Philipp... libopkg: support passing default state flags in pkg_has...
2017-02-16 Jo-Philipp... libopkg: flag package with SF_NEED_DETAIL in pkg_init_f...
2017-02-16 Jo-Philipp... libopkg: fix printing provides in pkg_formatted_field()
2017-02-16 Jo-Philipp... libopkg: fix pkg_deinit() to properly free the resource...
2017-02-16 Jo-Philipp... libopkg: free old provides list in pkg_merge()
2017-02-16 Jo-Philipp... libopkg: fix merging PKG_CONFFILES in pkg_merge()
2017-02-16 Jo-Philipp... libopkg: fix pkg_set_ptr() to properly set NULL pointers
2017-02-16 Jo-Philipp... libopkg: allow passing common package state flags to...
2017-02-16 Jo-Philipp... libopkg: propagate SF_NEED_DETAIL from abstract to...
2017-02-16 Jo-Philipp... libopkg: do not clobber package flags during parsing
2017-02-16 Jo-Philipp... libopkg: propagate SF_NEED_DETAIL to related packages
2017-02-16 Jo-Philipp... libopkg: directly pass type to parseDepends()
2017-02-16 Jo-Philipp... libopkg: expose abstract_pkg_fetch_by_name()
2017-02-16 Jo-Philipp... libopkg: mark to-be-installed non-local, non-url packag...
2017-02-16 Jo-Philipp... libopkg: introduce SF_NEED_DETAIL flag
2017-02-16 Jo-Philipp... libopkg: make checksum_bin2hex() and checksum_hex2bin...
2017-02-16 Jo-Philipp... libopkg: fix unsatisfied dependency reporting
2017-02-16 Jo-Philipp... libopkg: fix hex encoding/decoding, add checksum getter...
2017-02-14 Jo-Philipp... libopkg: store checksums in binary form, use integer...
2017-02-13 Jo-Philipp... pkg: move active_list structure out of pkg_t
2017-02-13 Jo-Philipp... pkg: convert most other struct members into dynamic...
2017-02-13 Jo-Philipp... pkg: store size, installed size and installed time...
2017-02-13 Jo-Philipp... pkg: use a blob buffer in pkg_t to store variable fields
2017-02-10 Jo-Philipp... pkg: coalesce soem flag members into a packed bit field
2017-02-10 Jo-Philipp... treewrite: use Lindent to reformat to kernel coding...
2017-02-10 Jo-Philipp... libopkg: clarify messages and errors related to downloads
2017-02-10 Jo-Philipp... libopkg: run prerm scripts for the old version also...
2017-02-10 Jo-Philipp... libopkg: fix use-after-free with duplicate packages...
2017-02-10 Jo-Philipp... cli: implement --size
2017-02-10 Jo-Philipp... cli: implement --lists-dir
2017-02-10 Jo-Philipp... libopkg: fix --force-checksum to cover sha256sum cases...
2017-02-10 Jo-Philipp... libopkg: make MD5 support optional
2017-02-10 Jo-Philipp... libopkg: drop support for Release files
2017-02-10 Jo-Philipp... cli: implement --force-signature
2017-02-10 Jo-Philipp... libopkg: add support for signature checking through...
2017-02-10 Jo-Philipp... libopkg: pass PKG_UPGRADE variable to package scripts
2017-02-10 Jo-Philipp... cli: implement --force-checksum
2017-02-10 Jo-Philipp... libopkg: suppress empty provides
2017-02-10 Jo-Philipp... libopkg: discard empty control file fields
2017-02-10 Jo-Philipp... libopkg: store compressed package lists
2017-02-10 Jo-Philipp... libbb: use external gzip command as I/O layer
2017-02-10 Jo-Philipp... cli: implement find command
2017-02-10 Jo-Philipp... cli: implement --nocase flag
2017-02-10 Jo-Philipp... libopkg: line-wrap descriptions only on interactive...
2017-02-10 Jo-Philipp... libopkg: fix double-free crash on recursive package...
2017-02-10 Jo-Philipp... libopkg: do not rely on getline()
2017-02-10 Jo-Philipp... libopkg: print error messages to stderr
2017-02-10 Jo-Philipp... libopkg: strip trailing white space in conffile specifi...
2017-02-10 Jo-Philipp... cli: default to /etc/opkg.conf
2017-02-10 Jo-Philipp... cli: enforce argument to upgrade command
2017-02-10 Jo-Philipp... build: statically link libopkg
2017-02-10 Jo-Philipp... build: allow overriding host cpu with make variable
2017-02-10 Jo-Philipp... build: remove output shaving support
2017-02-10 Jo-Philipp... build: missing pkg.m4
2011-04-08 google@wwsnet.netFix compilation after r617
2011-04-08 graham.gower... Don'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... Fix opkg_re_read_config_files().
2011-02-22 graham.gower... Fix memory leak when !defined(HAVE_GPGME) and !defined...
next