libopkg: support passing default state flags in pkg_hash_load_feeds()
[oweals/opkg-lede.git] / libopkg / opkg.c
2017-02-16 Jo-Philipp Wichlibopkg: support passing default state flags in pkg_has...
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: 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 Wichlibopkg: add support for signature checking through...
2017-02-10 Jo-Philipp Wichlibopkg: store compressed package lists
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...
2010-11-15 graham.gower@gmail.comopkg_find_package() should not return garbage if it...
2010-09-21 graham.gower@gmail.comRevert "Don't call opkg_conf_deinit() if opkg_conf_init...
2010-09-21 graham.gower@gmail.comDon't call opkg_conf_deinit() if opkg_conf_init() fails.
2010-09-13 google@wwsnet.net- split the loading part of opkg_conf_init() out into...
2010-08-18 graham.gowerRemove trailing whitespace. Sorry if this breaks your...
2010-07-12 graham.gowerFix infinite loop in list_upgradable in libopkg.
2009-12-22 graham.gowerWrite out status files and file lists in opkg_upgrade_a...
2009-12-22 graham.gowerReturn negative error code from opkg_download(), not...
2009-12-21 graham.gowerInitial stab at untangling the #include maze. Probably...
2009-12-17 graham.gowerPrint \n where needed.
2009-12-14 graham.gowerSort packages before listing them.
2009-12-11 graham.gowerRemove args_t and cleanup unused stuff.
2009-12-11 graham.gowerMove loading of feeds and status files out of opkg_conf...
2009-12-10 graham.gowerPrint error messages instead of returning error codes.
2009-12-10 graham.gowerindent -kr -i8 -psl -hnl -l80 opkg.c
2009-12-09 graham.gowerGet rid of opkg_package_t.
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2009-11-27 graham.gowerRemove unused parameter from pkg_hash_fetch_best_instal...
2009-11-27 graham.gowerRemove enum opkg_error.
2009-11-17 graham.gowerUse the same tmp dir pattern as in opkg_update_cmd().
2009-11-16 graham.goweratexit() isn't really appropriate for a library.
2009-11-06 graham.gowerRemove some bogus error checking and return void instea...
2009-11-05 graham.gowers/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/
2009-11-04 graham.gowers/strndup/xstrndup/ - check memory allocations for...
2009-11-04 graham.gowers/strdup/xstrdup/ - check memory allocations for failure.
2009-11-02 graham.gowerCleanup error_list stuff a bit more.
2009-10-30 graham.gowerFix some memory leaks.
2009-10-27 ticktock35Opkg support for smime (pkcs7) packages list signing
2009-10-27 ticktock35Add sha256 ckecksums to okpg
2009-04-17 ticktock35adding new flag flag_maintainer
2009-03-26 ticktock35reduce a big memory leak
2008-12-28 ticktock35adding check_signature config
2008-12-27 ticktock35adding --enable-curl configuation to configure.ac
2008-12-18 ticktock35using list_head to handle the list
2008-12-15 ticktock35opkg: rename opkg_clone to pkg_t_to_opkg_package_t.
2008-12-15 ticktock35opkg: using active list to list upgradeable pkgs
2008-12-15 ticktock35opkg: trivial adding some comments
2008-12-15 ticktock35opkg: trivial rename old_pkg_to_new to pkg_clone as...
2008-12-15 ticktock35adding list_upgradable
2008-12-15 ticktock35opkg: adding the hash_table_remove API, not using yet.
2008-12-15 ticktock35opkg: adding cache support
2008-12-15 ticktock35[opkg] fixing typo & incompatible part to gcc 4.3.2
2008-12-15 ticktock35remove build error on gcc 3.4
2008-12-15 ticktock35opkg: remove a serious memory leak
2008-12-15 ticktock35opkg: write the status change after actually updated.
2008-12-15 ticktock35opkg: adding repository check function
2008-12-15 ticktock35opkg: Consolidate error reporting from opkg_conf_init...
2008-12-15 ticktock35opkg: consolidate error enums and add an error for...
2008-12-15 ticktock35opkg.c moving the sig_file_name into the section of...
2008-12-15 ticktock35opkg: run pre-install check before listing upgradable...
2008-12-15 ticktock35opkg: update error handling for opkg_update_pkg in...
2008-12-15 ticktock35opkg: improve opkg_install error reporting and include...
2008-12-15 ticktock35opkg: report errors from opkg_remove_pkg
2008-12-15 ticktock35opkg: fix typos
2008-12-15 ticktock35opkg: improve error reporting
2008-12-15 ticktock35opkg: remove redundant multiple_providers option and...
2008-12-15 ticktock35opkg: (leak fixing, day 2) lots and lots of memory...
2008-12-15 ticktock35opkg: re-read package lists after update
2008-12-15 ticktock35opkg: add some error codes to libopkg
2008-12-15 ticktock35opkg: download required packages before install and...
2008-12-15 ticktock35opkg: protect against NULL src
2008-12-15 ticktock35opkg: implement opkg_find_package()
2008-12-15 ticktock35opkg: add more attributes to opkg_package_t
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: prevent segfault if option is not found
2008-12-15 ticktock35opkg: implement package listing in new libopkg
2008-12-15 ticktock35opkg: minor white space and indent fixes
2008-12-15 ticktock35opkg: implement new opkg_upgrade_package and opkg_upgra...
2008-12-15 ticktock35opkg: improve download callback handling and integrate...
2008-12-15 ticktock35opkg: add some safety macros
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 ticktock35libopkg: add some checks for NULL strings
2008-12-15 ticktock35libopkg: add opkg_read_config_files() function
2008-12-15 ticktock35opkg: fix header include path issues
2008-12-15 ticktock35opkg: fix option array handling
2008-12-15 ticktock35opkg: various white space cleanups and implement opkg_u...
2008-12-15 ticktock35opkg: implement opkg_set_option() and opkg_get_option()
2008-12-15 ticktock35opkg: start new libopkg api in opkg.{c,h} and remove...
2008-12-15 ticktock35opkg: remove old opkg.c
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories