oweals/opkg-lede.git
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...
2011-02-21 graham.gower... Add regress test for the bug from r605.
2011-02-21 graham.gower... List some sub-commands that were missing from the ...
2011-02-21 graham.gower... Get the owner of the file_name after the offline root...
2011-02-18 graham.gower... Allow vfork()ing an external gunzip binary instead...
2011-02-14 graham.gower... Delete package sources that fail the signature check.
2011-02-14 graham.gower... Call gpgme_check_version() before using other gpgpe...
2011-02-14 graham.gower... Add overlay_root config option. Opkg checks this locati...
2011-02-14 graham.gower... Add missing space.
2011-02-02 graham.gower... Fix depmod intercept. Patch from Andreas Oberritter.
2011-02-01 pixdamixFixed a bug causing segfaults when an upgraded package...
2010-12-23 graham.gower... Create the regress offline_root from scratch.
2010-12-23 graham.gower... Fix potential undefined references to FILE, for libopkg...
2010-12-23 graham.gower... Don't truncate long symlink paths.
2010-12-23 graham.gower... Add regress test for issue72.
2010-12-23 graham.gower... Don't gitignore the regress Makefile.
2010-12-23 graham.gower... Don't print the function name when just outputting...
2010-12-13 graham.gower... Remove stray exit() in the regress test.
2010-12-13 graham.gower... Fix missing declarations, found by Clang.
2010-12-13 graham.gower... Fix if statement with empty body due to stray semicolon.
2010-11-24 graham.gower... Abort package removal if the prerm script of a package...
2010-11-22 graham.gower... Print the package name corresponding to a failed script.
2010-11-19 graham.gower... Fix formatting issues found with the last commit.
2010-11-19 graham.gower... Use printf format specifier attribute for opkg_message().
2010-11-19 graham.gower... Remove an unnecessary allocation.
2010-11-19 graham.gower... Check return codes from vsnprintf and vfprintf.
2010-11-19 graham.gower... Rewrite sprintf_alloc.
2010-11-19 graham.gower... Fix indentation.
2010-11-15 graham.gower... opkg_find_package() should not return garbage if it...
2010-11-15 graham.gower... This is not a bug any longer.
2010-11-11 graham.gower... Remove an erroneous comment.
2010-10-05 google@wwsnet.netImplement "list-changed-conffiles" command - based...
2010-09-21 graham.gower... Remove dead code, sprintf_alloc() cannot fail. Opkg...
2010-09-21 graham.gower... A proper fix this time. From Sergey 'Jin' Bostandzhyan...
2010-09-21 graham.gower... Revert "Don't call opkg_conf_deinit() if opkg_conf_init...
2010-09-21 graham.gower... Don't call opkg_conf_deinit() if opkg_conf_init() fails.
2010-09-20 graham.gower... Disable sha256 code by default. This makes opkg GPLv2...
2010-09-15 graham.gowerAdd simple regression testing code and tests for some...
2010-09-15 graham.gowerUse uppercase M for printing maintainer field, to be...
2010-09-15 graham.gowermask && PFM_FOO should instead be mask & PFM_FOO.
2010-09-13 google@wwsnet.netupdate manpages to reflect r559 and r562
2010-09-13 google@wwsnet.net- utilize opkg_conf_init() to initialize the pair lists...
2010-09-13 google@wwsnet.net- split the loading part of opkg_conf_init() out into...
2010-09-13 google@wwsnet.netfix compile issues on OS X and FreeBSD
2010-09-13 google@wwsnet.netimplement --force-postinstall option, this allows forci...
2010-08-24 graham.gowerAccept a leading "./" for the control file name, but...
2010-08-24 graham.gowerRemove stray semicolon.
2010-08-19 graham.gowerAdd Recommended packages to the depended_upon_by field.
2010-08-19 graham.gowerEnsure Pre-Depended and Recommended packages can be...
2010-08-18 graham.gowerAdd generated man pages to .gitignore.
2010-08-18 graham.gowerAllow blacklisting a package in the status file.
2010-08-18 graham.gowerRemove trailing whitespace. Sorry if this breaks your...
2010-08-18 graham.gowerRemove outdated comment regarding an old bug.
2010-08-12 graham.gowerFix segfault using the --verbosity option.
2010-08-10 graham.gowerAnd remove the autogenerated files...
2010-08-10 graham.gowerForgot these two files in the last commit. Oops.
2010-08-10 graham.gowerAdd man pages for opkg-cl and opkg-keys. From David...
2010-08-10 graham.gowerThis will never be done, offline roots often point...
2010-08-10 graham.gowerThis was done some time ago.
2010-08-04 graham.gowerFix creation of symlinks to files with long names ...
2010-07-12 graham.gowerFix infinite loop in list_upgradable in libopkg.
2010-07-08 graham.gowerDon't unlink the lock file in the event that it cannot...
2010-06-29 graham.gowerBe consistent in how to check return codes for these...
2010-06-29 graham.gowerImprove error propagation.
2010-06-28 graham.gowers/ipkgetcdir/opkgetcdir/
2010-06-21 graham.gowerFix --force-reinstall by removing special case code...
next