summaryrefslogtreecommitdiffstats
path: root/libopkg/opkg.c
Commit message (Expand)AuthorAgeFilesLines
* Write out status files and file lists in opkg_upgrade_all().graham.gower2009-12-211-0/+4
* Return negative error code from opkg_download(), not curl error codes.graham.gower2009-12-211-16/+5
* Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower2009-12-201-1/+4
* Print \n where needed.graham.gower2009-12-171-0/+1
* Sort packages before listing them.graham.gower2009-12-141-0/+17
* Remove args_t and cleanup unused stuff.graham.gower2009-12-101-8/+1
* Move loading of feeds and status files out of opkg_conf_init().graham.gower2009-12-101-17/+31
* Print error messages instead of returning error codes.graham.gower2009-12-101-54/+60
* indent -kr -i8 -psl -hnl -l80 opkg.cgraham.gower2009-12-101-712/+673
* Get rid of opkg_package_t.graham.gower2009-12-091-83/+15
* Merge commit 'grg' into HEADgraham.gower2009-12-081-197/+92
* Remove unused parameter from pkg_hash_fetch_best_installation_candidate().graham.gower2009-11-271-2/+4
* Remove enum opkg_error.graham.gower2009-11-261-25/+2
* Use the same tmp dir pattern as in opkg_update_cmd().graham.gower2009-11-161-4/+2
* atexit() isn't really appropriate for a library.graham.gower2009-11-151-0/+3
* Remove some bogus error checking and return void instead of int.graham.gower2009-11-051-7/+1
* s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/graham.gower2009-11-041-4/+4
* s/strndup/xstrndup/ - check memory allocations for failure.graham.gower2009-11-031-1/+1
* s/strdup/xstrdup/ - check memory allocations for failure.graham.gower2009-11-031-18/+14
* Cleanup error_list stuff a bit more.graham.gower2009-11-011-2/+0
* Fix some memory leaks.graham.gower2009-10-301-1/+0
* Opkg support for smime (pkcs7) packages list signingticktock352009-10-271-1/+1
* Add sha256 ckecksums to okpgticktock352009-10-271-0/+2
* adding new flag flag_maintainerticktock352009-04-171-0/+1
* reduce a big memory leakticktock352009-03-261-0/+1
* adding check_signature configticktock352008-12-281-32/+34
* adding --enable-curl configuation to configure.acticktock352008-12-271-0/+6
* using list_head to handle the listticktock352008-12-181-12/+10
* opkg: rename opkg_clone to pkg_t_to_opkg_package_t.ticktock352008-12-151-10/+10
* opkg: using active list to list upgradeable pkgsticktock352008-12-151-14/+9
* opkg: trivial adding some commentsticktock352008-12-151-0/+6
* opkg: trivial rename old_pkg_to_new to pkg_clone as a more readable name.ticktock352008-12-151-10/+15
* adding list_upgradableticktock352008-12-151-32/+18
* opkg: adding the hash_table_remove API, not using yet.ticktock352008-12-151-5/+4
* opkg: adding cache supportticktock352008-12-151-0/+6
* [opkg] fixing typo & incompatible part to gcc 4.3.2ticktock352008-12-151-1/+1
* remove build error on gcc 3.4ticktock352008-12-151-0/+2
* opkg: remove a serious memory leakticktock352008-12-151-1/+8
* opkg: write the status change after actually updated.ticktock352008-12-151-0/+5
* opkg: adding repository check functionticktock352008-12-151-0/+65
* opkg: Consolidate error reporting from opkg_conf_init and ensure return value isticktock352008-12-151-2/+17
* opkg: consolidate error enums and add an error for when no package matchesticktock352008-12-151-16/+17
* opkg.c moving the sig_file_name into the section of HAVE_GPGMEticktock352008-12-151-1/+2
* opkg: run pre-install check before listing upgradable packages to ensure allticktock352008-12-151-0/+3
* opkg: update error handling for opkg_update_pkg in opkg.c and bump version nu...ticktock352008-12-151-1/+14
* opkg: improve opkg_install error reporting and include a check to verify repo...ticktock352008-12-151-13/+25
* opkg: report errors from opkg_remove_pkgticktock352008-12-151-5/+3
* opkg: fix typosticktock352008-12-151-2/+3
* opkg: improve error reportingticktock352008-12-151-4/+21
* opkg: remove redundant multiple_providers option and also remove redundant fa...ticktock352008-12-151-1/+0