libopkg: allow passing common package state flags to pkg_hash_add_from_file()
[oweals/opkg-lede.git] / tests /
2017-02-14 Jo-Philipp Wichlibopkg: store checksums in binary form, use integer...
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 Wichtreewrite: use Lindent to reformat to kernel coding...
2017-02-10 Jo-Philipp Wichlibbb: use external gzip command as I/O layer
2017-02-10 Jo-Philipp Wichbuild: statically link libopkg
2011-02-21 graham.gower@gmail.comAdd regress test for the bug from r605.
2010-12-23 graham.gower@gmail.comCreate the regress offline_root from scratch.
2010-12-23 graham.gower@gmail.comAdd regress test for issue72.
2010-12-13 graham.gower@gmail.comRemove stray exit() in the regress test.
2010-09-15 graham.gowerAdd simple regression testing code and tests for some...
2010-09-13 google@wwsnet.netfix compile issues on OS X and FreeBSD
2010-08-18 graham.gowerRemove trailing whitespace. Sorry if this breaks your...
2009-12-21 graham.gowerInitial stab at untangling the #include maze. Probably...
2009-12-11 graham.gowerPrint full version, not just pkg->version.
2009-12-10 graham.gowerPrint error messages instead of returning error codes.
2009-12-09 graham.gowerImplement list all command. Print full version string.
2009-12-09 graham.gowerAnd make the install command work. WTF?
2009-12-09 graham.gowerMake the "update" command work. Previously, you had...
2009-12-09 graham.gowerRemove opkg_package_t from libopkg_test.c. Also, use...
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2008-12-19 ticktock35remove the active_list_test target
2008-12-19 ticktock35Turn off the active_list_test app by default. Use it...
2008-12-17 ticktock35introduce the active_list for searching.
2008-12-15 ticktock35opkg: implment active_list_clear()
2008-12-15 ticktock35opkg: implement active_list_prev and test cases.
2008-12-15 ticktock35opkg: refactory active_list_next remove unnecessary...
2008-12-15 ticktock35opkg: active_list tests
2008-12-15 ticktock35opkg: introduce the protype of active_list
2008-12-15 ticktock35opkg: adding repository check function
2008-12-15 ticktock35opkg: add some command line arguments to libopkg_test
2008-12-15 ticktock35opkg: improve opkg_install error reporting and include...
2008-12-15 ticktock35opkg: add string versions of error codes to libopkg_test
2008-12-15 ticktock35opkg: (leak fixing, day 2) lots and lots of memory...
2008-12-15 ticktock35opkg: fix distcheck issues
2008-12-15 ticktock35opkg: implement opkg_find_package()
2008-12-15 ticktock35opkg: add extra data to libopkg progress callbacks
2008-12-15 ticktock35opkg: implement opkg_list_upgradable_packages function
2008-12-15 ticktock35opkg: implement package listing in new libopkg
2008-12-15 ticktock35opkg: Add upgrade and upgrade_all functions to libopkg_test
2008-12-15 ticktock35opkg: fix problems in opkg_install_package and implemen...
2008-12-15 ticktock35opkg: add progress callbacks to libopkg api
2008-12-15 ticktock35opkg: add opkg_read_config_files() to libopkg_test
2008-12-15 ticktock35opkg: add update packages lists call to libopkg_test
2008-12-15 ticktock35opkg: add libopkg test application
2008-12-15 ticktock35opkg: distcheck fixes
2008-12-15 ticktock35opkg: move tests into a separate directory