opkg: Fix -Wformat-overflow warning
[project/opkg-lede.git] / libopkg / opkg_install.c
2020-01-21 Rosen Penevopkg: Fix -Wformat-overflow warning
2019-01-31 Jo-Philipp Wichlibopkg: only perform size check when information is...
2019-01-31 Jo-Philipp Wichlibopkg: check for file size mismatches
2019-01-18 Jo-Philipp WichRevert "libopkg: check installed reverse dependencies...
2019-01-15 Jo-Philipp Wichlibopkg: check installed reverse dependencies upon...
2018-10-30 Jo-Philipp Wichlibopkg: don't print unresolved dependencies twice
2017-03-15 Alejandro del Castillocheck_data_file_clashes_change: remove duplicated offli...
2017-03-15 Alejandro del Castilloset_flags_from_control: remove function
2017-02-18 Jo-Philipp Wichlibopkg: remove OpenSSL support
2017-02-18 Jo-Philipp Wichlibopkg: remove GPG support
2017-02-18 Jo-Philipp Wichlibopkg: drop custom md5 implementation, unconditionall...
2017-02-17 Jo-Philipp Wichlibopkg: remove config.h references
2017-02-16 Jo-Philipp Wichlibopkg: fix hex encoding/decoding, add checksum getter...
2017-02-14 Jo-Philipp Wichlibopkg: store checksums in binary form, use integer...
2017-02-13 Jo-Philipp Wichpkg: convert most other struct members into dynamic...
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 Wichlibopkg: run prerm scripts for the old version also...
2017-02-10 Jo-Philipp Wichlibopkg: fix --force-checksum to cover sha256sum cases...
2017-02-10 Jo-Philipp Wichlibopkg: make MD5 support optional
2017-02-10 Jo-Philipp Wichcli: implement --force-signature
2017-02-10 Jo-Philipp Wichlibopkg: add support for signature checking through...
2017-02-10 Jo-Philipp Wichlibopkg: pass PKG_UPGRADE variable to package scripts
2017-02-10 Jo-Philipp Wichcli: implement --force-checksum
2017-02-10 Jo-Philipp Wichlibopkg: strip trailing white space in conffile specifi...
2011-02-14 graham.gower@gmail.comAdd overlay_root config option. Opkg checks this locati...
2011-02-01 pixdamixFixed a bug causing segfaults when an upgraded package...
2010-12-23 graham.gower@gmail.comDon't print the function name when just outputting...
2010-11-19 graham.gower@gmail.comFix formatting issues found with the last commit.
2010-08-18 graham.gowerRemove trailing whitespace. Sorry if this breaks your...
2010-08-18 graham.gowerRemove outdated comment regarding an old bug.
2010-06-21 graham.gowerFix --force-reinstall by removing special case code...
2010-06-11 graham.gowerClaim ownership of a file if the previous owner has...
2010-06-11 graham.gowerPromote file removal message from INFO to NOTICE.
2010-06-10 graham.gowerCorrectly update the obs_file_hash in offline root...
2010-06-10 graham.gowerFix check_data_file_clashes() for offline root mode...
2010-04-29 graham.gowerAdd a message for the case that no installation candida...
2010-03-04 graham.gowerUpgrade message from NOTICE to ERROR.
2010-02-09 graham.gowerMake the error message easier to read for multiple...
2010-01-27 graham.gowerPropagate errors up the call stack. Patch by Jens...
2010-01-12 graham.gowers/dependences/dependencies/ Pointed out by klemmster...
2010-01-05 pixdamix--download-only download using original names
2010-01-05 pixdamixAdd an option to download packages but do not install...
2009-12-21 graham.gowerInclude config.h to pull in HAVE_* macros where needed.
2009-12-21 graham.gowerInitial stab at untangling the #include maze. Probably...
2009-12-17 graham.gowerPrint \n where needed.
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2009-12-03 graham.gowerFree memory when there are unresolved dependencies.
2009-11-27 graham.gowerRemove unused parameter from pkg_hash_fetch_best_instal...
2009-11-27 graham.gowerRemove enum opkg_error.
2009-11-27 graham.gowerFix some errno abuse.
2009-11-27 graham.gowerProvide error checking for users of pkg_extract_* funct...
2009-11-26 graham.gowerRemove str_util.{c,h}
2009-11-26 graham.gowerfile_util.c cleanups. Remove redundant str_chomp from...
2009-11-25 graham.gowerVarious cleanups in opkg_remove.{c,h}
2009-11-25 graham.gowerRemove unused functions. Shuffle things around and...
2009-11-24 graham.gowerFix a leak found when using --force-reinstall.
2009-11-23 pixdamixAllow to install a package from a read-only dir
2009-11-20 graham.gowerIterate the whole depends array, in the unlikely event...
2009-11-20 graham.gowerClean up pkg_remove_orphan_dependent() and remove_autoi...
2009-11-17 graham.gowerUse vfork()/execvp() instead of system().
2009-11-17 graham.gowerPass the correct file to diff when using an offline_root.
2009-11-16 graham.gowerFix pkg_get_installed_files() to work with an offline_r...
2009-11-16 graham.gowerRemove redundant function.
2009-11-12 graham.gowerDon't prompt for user input from stdin if it's not...
2009-11-12 graham.gowerFix leak when downgrading a package.
2009-11-11 graham.gowerDead code removal.
2009-11-11 graham.gowerDon't try to rerun control scripts, problems caused...
2009-11-06 graham.gowerMore dead code removal.
2009-11-06 graham.gowerRemove dead code. We would segfault before following...
2009-11-05 pixdamixRemoved a bunch of if(0) and dead code
2009-11-05 graham.gowers/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/
2009-11-04 graham.gowers/strdup/xstrdup/ - check memory allocations for failure.
2009-11-04 graham.gowerRemove some strdup abuse.
2009-11-04 graham.gowerRemove unused opkg_set_current_state bits.
2009-11-02 graham.gowerpkg_init_from_file() already does this strdup(), so...
2009-10-30 pixdamixMissing free in sha256 hash verification
2009-10-28 pixdamixAdd error messages in case of signature error
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-04-03 ticktock35using pkg->dest->root_dir
2009-03-09 ticktock35because of the file_hash_set_file_owner may break the...
2009-02-28 ticktock35thanks to Koen, a memory leak were fond and fixed here.
2009-02-01 ticktock35Initial the 'err' valaible in opkg_install_by_name...
2008-12-28 ticktock35adding check_signature config
2008-12-19 ticktock35using hash_table reduce an O(n^2) algorithm to O(n)
2008-12-18 ticktock35using list_head to handle the list
2008-12-15 ticktock35opkg: trivial adding some comments
2008-12-15 ticktock35opkg: fixing some trivial defects while reviewing code
2008-12-15 ticktock35opkg: adding the hash_table_remove API, not using yet.
2008-12-15 ticktock35opkg: trivial, clean up obsolete code, and some typo
2008-12-15 ticktock35[opkg] Remove the orphan packages while upgrading
2008-12-15 ticktock35remove build error on gcc 3.4
2008-12-15 ticktock35opkg: make .opk as the default opkg file extension
2008-12-15 ticktock35opkg: balance the installed_files reference count
2008-12-15 ticktock35opkg: Don't attempt to check the validity of a reposito...
2008-12-15 ticktock35opkg: consolidate error enums and add an error for...
2008-12-15 ticktock35opkg: improve opkg_install error reporting and include...
next