libopkg: fix hex encoding/decoding, add checksum getter/setter
[oweals/opkg-lede.git] / libopkg / file_util.c
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-10 Jo-Philipp Wichtreewrite: use Lindent to reformat to kernel coding...
2017-02-10 Jo-Philipp Wichlibopkg: make MD5 support optional
2010-09-21 graham.gower@gmail.comA proper fix this time. From Sergey 'Jin' Bostandzhyan...
2010-08-18 graham.gowerRemove trailing whitespace. Sorry if this breaks your...
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-11 graham.gowerI've made substantial changes to these files. Add new...
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2009-11-26 graham.gowerFix problem introduced in r382. Pointed out by jlc...
2009-11-26 graham.gowerfile_util.c cleanups. Remove redundant str_chomp from...
2009-11-16 graham.gowerAdd a function for recursive directory removal and...
2009-11-05 graham.gowers/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/
2009-11-04 graham.gowerRemove some strdup abuse.
2009-10-27 ticktock35Add sha256 ckecksums to okpg
2008-12-15 ticktock35opkg: adding the hash_table_remove API, not using yet.
2008-12-15 ticktock35opkg: remove opkg.h in preperation for new API
2008-12-15 ticktock35opkg: enable -Werror in libopkg and fix resulting build...
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories