aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/file_util.c
AgeCommit message (Expand)Author
2022-08-15libopkg: support multiple packages installing a directory or a symlink to oneShruthi Ravichandran
2020-04-02file_util.c: fix possible bad memory access in file_read_line_alloc()Jo-Philipp Wich
2019-10-25add SPDX License identifierYann CARDAILLAC
2019-01-31file_util.c: file_mkdir_hier(): Avoid overly permissive umaskHaris Okanovic
2018-02-19src, libopkg: don't use non-portable malloc.hMichał Łyszczek
2017-12-12file_gz_compress: addAlejandro del Castillo
2017-02-23opkg_install: Allow packages to provide the same symlink if it is identicalMichael Hansen
2017-02-14libopkg: Fix #11033 by checking package's file type against existing file.Michael Hansen
2016-02-16file_move: remove unused functionAlejandro del Castillo
2015-11-12sha256: Add sha256_to_string functionPaul Barker
2015-11-12md5: Add md5_to_string functionPaul Barker
2014-12-18file_util: Improve logic in file_copyPaul Barker
2014-12-15libopkg: Avoid assingment in if statementsPaul Barker
2014-12-15libopkg: Avoid functions with side effects in if statementsPaul Barker
2014-12-15libopkg: Tidy up reformatted C filesPaul Barker
2014-12-15Initial reformat with 'indent'Paul Barker
2014-10-11file_util: Add file_link functionPaul Barker
2014-05-30Add vim modelines to all .c and .h filesPaul Barker
2014-04-01file_util: Use opkg_archive functions in file_decompress()Paul Barker
2014-02-23pkg_extract, file_util: Support only gzip compressionPaul Barker
2014-02-16file_util: Add file_is_symlink functionPaul Barker
2014-02-05xfuncs.c: Move to libopkg and remove empty libbbPaul Barker
2014-02-05libopkg: Fixup header inclusionPaul Barker
2014-02-05file_copy: Merge in copy_file functionPaul Barker
2014-02-05file_mkdir_hier: Merge make_directory functionPaul Barker
2014-02-04file_util: Add file_decompress functionPaul Barker
2010-09-21A proper fix this time. From Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc>.graham.gower@gmail.com
2010-08-18Remove trailing whitespace. Sorry if this breaks your patches.graham.gower
2009-12-21Include config.h to pull in HAVE_* macros where needed.graham.gower
2009-12-21Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower
2009-12-11I've made substantial changes to these files. Add new copyright line.graham.gower
2009-12-09Merge commit 'grg' into HEADgraham.gower
2009-11-26Fix problem introduced in r382. Pointed out by jlc, thanks!graham.gower
2009-11-26file_util.c cleanups. Remove redundant str_chomp from str_util.c.graham.gower
2009-11-16Add a function for recursive directory removal and use that instead of xsystem.graham.gower
2009-11-05s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/graham.gower
2009-11-04Remove some strdup abuse.graham.gower
2009-10-27Add sha256 ckecksums to okpgticktock35
2008-12-15opkg: adding the hash_table_remove API, not using yet.ticktock35
2008-12-15opkg: remove opkg.h in preperation for new APIticktock35
2008-12-15opkg: enable -Werror in libopkg and fix resulting build failuresticktock35
2008-12-15opkg: re-arrange source code into sub-directoriesticktock35