summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* opkg: remove ChangeLog, add AUTHORS, remove maintainer-modeticktock352008-12-153-10/+9
* opkg: attached patch fixes build failures with gcc 4.3.2. patch by Enrico Sch...ticktock352008-12-152-11/+0
* [opkg] fixing typo & incompatible part to gcc 4.3.2ticktock352008-12-154-6/+7
* Patch from rwhitby to follow 302 redirects properly.ticktock352008-12-151-0/+1
* [opkg] trivial, remove unused variable resticktock352008-12-151-1/+0
* [opkg] Remove the orphan packages while upgradingticktock352008-12-151-0/+55
* [opkg] fix opkg crashes if PATH is unsetticktock352008-12-151-3/+14
* remove build error on gcc 3.4ticktock352008-12-153-1/+5
* opkg: fix the crashing issue.ticktock352008-12-153-2/+13
* opkg: mark one line that cause crash.ticktock352008-12-151-1/+2
* opkg: remove a serious memory leakticktock352008-12-151-1/+8
* opkg: make .opk as the default opkg file extensionticktock352008-12-156-6/+8
* opkg: balance the installed_files reference countticktock352008-12-153-0/+5
* opkg: fix some memory leak and double free issues.ticktock352008-12-152-9/+17
* opkg: Fix a bug that ap may undefined.ticktock352008-12-151-1/+3
* opkg: write the status change after actually updated.ticktock352008-12-151-0/+5
* opkg: adding repository check functionticktock352008-12-153-3/+78
* opkg: let args_init return 0 is successfulticktock352008-12-151-1/+4
* opkg: Don't attempt to check the validity of a repository if package did notticktock352008-12-151-14/+18
* opkg: Fix a small memory leak in opkg_download.ticktock352008-12-151-0/+2
* opkg: remove unused codeticktock352008-12-155-457/+6
* opkg: Convert "multiple packages" message to NOTICE rather than ERRORticktock352008-12-151-1/+1
* opkg: Consolidate error reporting from opkg_conf_init and ensure return value isticktock352008-12-157-24/+72
* opkg: update error messageticktock352008-12-151-2/+1
* opkg: consolidate error enums and add an error for when no package matchesticktock352008-12-1510-70/+87
* opkg.c moving the sig_file_name into the section of HAVE_GPGMEticktock352008-12-151-1/+2
* opkg: add some command line arguments to libopkg_testticktock352008-12-151-10/+116
* 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-152-2/+15
* opkg: improve opkg_install error reporting and include a check to verify repo...ticktock352008-12-155-33/+88
* opkg: add string versions of error codes to libopkg_testticktock352008-12-151-5/+16
* 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-157-25/+2
* opkg: strdup the command line arguments so we can free the struct properly laterticktock352008-12-151-2/+2
* opkg: (leak fixing, day 3) fixed final memory leaks fixed reported fromticktock352008-12-153-0/+6
* opkg: (leak fixing, day 2) lots and lots of memory leaks fixedticktock352008-12-1514-32/+82
* opkg: (leak fixing, day 1) lots and lots of memory leaks fixedticktock352008-12-157-9/+111
* opkg: set callbacks before opkg_conf_initticktock352008-12-151-3/+4
* opkg: remove verbose_wget optionticktock352008-12-154-15/+0
* opkg: re-read package lists after updateticktock352008-12-151-0/+3
* opkg: fix distcheckticktock352008-12-151-1/+1
* opkg: fix remaining accidental committicktock352008-12-151-1/+1
* opkg: revert unintended changes in src/Makefile.amticktock352008-12-151-3/+0
* opkg: add some error codes to libopkgticktock352008-12-153-11/+24
* opkg: * Add opkg-key utilityticktock352008-12-157-7/+105
* opkg: fix distcheck issuesticktock352008-12-153-5/+4
* opkg: remove per-target CFLAGSticktock352008-12-152-4/+1
* opkg: add default message handlerticktock352008-12-151-3/+10