libopkg: fix merging PKG_CONFFILES in pkg_merge()
[oweals/opkg-lede.git] / libopkg / Makefile.am
2017-02-10 Jo-Philipp Wichlibopkg: make MD5 support optional
2017-02-10 Jo-Philipp Wichlibopkg: drop support for Release files
2017-02-10 Jo-Philipp Wichbuild: statically link libopkg
2017-02-10 Jo-Philipp Wichbuild: allow overriding host cpu with make variable
2011-04-07 javiplx@gmail.comCode to handle the apt-alike configuration entries
2011-04-07 javiplx@gmail.comCreate parse_util with some of the non-public functions...
2009-12-28 pixdamixAdd a configure flag to specify the lockfile path
2009-12-21 graham.gowerInitial stab at untangling the #include maze. Probably...
2009-12-18 graham.gowerMove args.c contents into src/opkg-cl.c.
2009-12-18 graham.gowerMove libopkg.c out into the src dir. It shouldn't be...
2009-12-11 graham.gowerAllow use of opkg internals by libopkg users. Not inten...
2009-12-09 graham.gowerMerge commit 'grg' into HEAD
2009-12-04 graham.gowerRemove -Werror from libopkg CFLAGS.
2009-11-27 florian.boorFix typo in file name in order to fix distcheck.
2009-11-26 graham.gowerRemove str_util.{c,h}
2009-11-05 pixdamixAdd pathfinder support for certificate validation
2009-11-04 graham.gowerRemove unused opkg_set_current_state bits.
2009-11-03 pixdamixMake `curl' an instance variable and ssl support
2009-10-27 ticktock35Add sha256 ckecksums to okpg
2009-06-14 ticktock35adds a configure option so "/etc/opkg" can be
2008-12-15 ticktock35opkg: introduce the protype of active_list
2008-12-15 ticktock35opkg: fix distcheck issues
2008-12-15 ticktock35opkg: remove per-target CFLAGS
2008-12-15 ticktock35opkg: clean up libopkg Makefile.am a bit
2008-12-15 ticktock35opkg: fix header include path issues
2008-12-15 ticktock35opkg: various white space cleanups and implement opkg_u...
2008-12-15 ticktock35opkg: start new libopkg api in opkg.{c,h} and remove...
2008-12-15 ticktock35libopkg: stop exporting random symbols into the wild
2008-12-15 ticktock35opkg: remove opkg.h in preperation for new API
2008-12-15 ticktock35opkg: remove old opkg.c
2008-12-15 ticktock35=?utf-8?q?opkg:=20Fix=20md5=20sum=20on=20big=20endian...
2008-12-15 ticktock35opkg: enable -Werror in libopkg and fix resulting build...
2008-12-15 ticktock35opkg: remove redundant OPKG_LIB conditional code
2008-12-15 ticktock35opkg: distcheck fixes
2008-12-15 ticktock35opkg: move tests into a separate directory
2008-12-15 ticktock35opkg: re-arrange source code into sub-directories