Sort packages before listing them.
[oweals/opkg-lede.git] / libopkg / opkg.c
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