author | ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | |
Mon, 15 Dec 2008 04:25:08 +0000 (04:25 +0000) | ||
committer | ticktock35 <ticktock35@e8e0d7a0-c8d9-11dd-a880-a1081c7ac358> | |
Mon, 15 Dec 2008 04:25:08 +0000 (04:25 +0000) | ||
commit | 4b0b7ca249bfa4ecc099c2ca56527eb91776f198 | |
tree | db5d2602d75a69cc9e1f7f30cbac584f0ab45c45 | tree | snapshot |
parent | 868cbd739052719d5e0580a0fda6101dada1ce1e | commit | diff |
Makefile.am | diff | blob | history | |
args.c | [deleted file] | blob | history |
args.h | [deleted file] | blob | history |
conffile.c | [deleted file] | blob | history |
conffile.h | [deleted file] | blob | history |
conffile_list.c | [deleted file] | blob | history |
conffile_list.h | [deleted file] | blob | history |
configure.ac | diff | blob | history | |
file_util.c | [deleted file] | blob | history |
file_util.h | [deleted file] | blob | history |
hash_table.c | [deleted file] | blob | history |
hash_table.h | [deleted file] | blob | history |
includes.h | [deleted file] | blob | history |
libopkg.c | [deleted file] | blob | history |
libopkg.h | [deleted file] | blob | history |
libopkg/Makefile.am | [new file with mode: 0644] | blob |
libopkg/args.c | [new file with mode: 0644] | blob |
libopkg/args.h | [new file with mode: 0644] | blob |
libopkg/conffile.c | [new file with mode: 0644] | blob |
libopkg/conffile.h | [new file with mode: 0644] | blob |
libopkg/conffile_list.c | [new file with mode: 0644] | blob |
libopkg/conffile_list.h | [new file with mode: 0644] | blob |
libopkg/file_util.c | [new file with mode: 0644] | blob |
libopkg/file_util.h | [new file with mode: 0644] | blob |
libopkg/hash_table.c | [new file with mode: 0644] | blob |
libopkg/hash_table.h | [new file with mode: 0644] | blob |
libopkg/includes.h | [new file with mode: 0644] | blob |
libopkg/libopkg.c | [new file with mode: 0644] | blob |
libopkg/libopkg.h | [new file with mode: 0644] | blob |
libopkg/md5.c | [new file with mode: 0644] | blob |
libopkg/md5.h | [new file with mode: 0644] | blob |
libopkg/nv_pair.c | [new file with mode: 0644] | blob |
libopkg/nv_pair.h | [new file with mode: 0644] | blob |
libopkg/nv_pair_list.c | [new file with mode: 0644] | blob |
libopkg/nv_pair_list.h | [new file with mode: 0644] | blob |
libopkg/opkg.c | [new file with mode: 0644] | blob |
libopkg/opkg.h | [new file with mode: 0644] | blob |
libopkg/opkg_cmd.c | [new file with mode: 0644] | blob |
libopkg/opkg_cmd.h | [new file with mode: 0644] | blob |
libopkg/opkg_conf.c | [new file with mode: 0644] | blob |
libopkg/opkg_conf.h | [new file with mode: 0644] | blob |
libopkg/opkg_configure.c | [new file with mode: 0644] | blob |
libopkg/opkg_configure.h | [new file with mode: 0644] | blob |
libopkg/opkg_download.c | [new file with mode: 0644] | blob |
libopkg/opkg_download.h | [new file with mode: 0644] | blob |
libopkg/opkg_extract_test.c | [new file with mode: 0644] | blob |
libopkg/opkg_hash_test.c | [new file with mode: 0644] | blob |
libopkg/opkg_install.c | [new file with mode: 0644] | blob |
libopkg/opkg_install.h | [new file with mode: 0644] | blob |
libopkg/opkg_message.c | [new file with mode: 0644] | blob |
libopkg/opkg_message.h | [new file with mode: 0644] | blob |
libopkg/opkg_remove.c | [new file with mode: 0644] | blob |
libopkg/opkg_remove.h | [new file with mode: 0644] | blob |
libopkg/opkg_state.c | [new file with mode: 0644] | blob |
libopkg/opkg_state.h | [new file with mode: 0644] | blob |
libopkg/opkg_upgrade.c | [new file with mode: 0644] | blob |
libopkg/opkg_upgrade.h | [new file with mode: 0644] | blob |
libopkg/opkg_utils.c | [new file with mode: 0644] | blob |
libopkg/opkg_utils.h | [new file with mode: 0644] | blob |
libopkg/pkg.c | [new file with mode: 0644] | blob |
libopkg/pkg.h | [new file with mode: 0644] | blob |
libopkg/pkg_depends.c | [new file with mode: 0644] | blob |
libopkg/pkg_depends.h | [new file with mode: 0644] | blob |
libopkg/pkg_dest.c | [new file with mode: 0644] | blob |
libopkg/pkg_dest.h | [new file with mode: 0644] | blob |
libopkg/pkg_dest_list.c | [new file with mode: 0644] | blob |
libopkg/pkg_dest_list.h | [new file with mode: 0644] | blob |
libopkg/pkg_extract.c | [new file with mode: 0644] | blob |
libopkg/pkg_extract.h | [new file with mode: 0644] | blob |
libopkg/pkg_hash.c | [new file with mode: 0644] | blob |
libopkg/pkg_hash.h | [new file with mode: 0644] | blob |
libopkg/pkg_parse.c | [new file with mode: 0644] | blob |
libopkg/pkg_parse.h | [new file with mode: 0644] | blob |
libopkg/pkg_src.c | [new file with mode: 0644] | blob |
libopkg/pkg_src.h | [new file with mode: 0644] | blob |
libopkg/pkg_src_list.c | [new file with mode: 0644] | blob |
libopkg/pkg_src_list.h | [new file with mode: 0644] | blob |
libopkg/pkg_vec.c | [new file with mode: 0644] | blob |
libopkg/pkg_vec.h | [new file with mode: 0644] | blob |
libopkg/sprintf_alloc.c | [new file with mode: 0644] | blob |
libopkg/sprintf_alloc.h | [new file with mode: 0644] | blob |
libopkg/str_list.c | [new file with mode: 0644] | blob |
libopkg/str_list.h | [new file with mode: 0644] | blob |
libopkg/str_util.c | [new file with mode: 0644] | blob |
libopkg/str_util.h | [new file with mode: 0644] | blob |
libopkg/user.c | [new file with mode: 0644] | blob |
libopkg/user.h | [new file with mode: 0644] | blob |
libopkg/void_list.c | [new file with mode: 0644] | blob |
libopkg/void_list.h | [new file with mode: 0644] | blob |
libopkg/xregex.c | [new file with mode: 0644] | blob |
libopkg/xregex.h | [new file with mode: 0644] | blob |
libopkg/xsystem.c | [new file with mode: 0644] | blob |
libopkg/xsystem.h | [new file with mode: 0644] | blob |
md5.c | [deleted file] | blob | history |
md5.h | [deleted file] | blob | history |
nv_pair.c | [deleted file] | blob | history |
nv_pair.h | [deleted file] | blob | history |
nv_pair_list.c | [deleted file] | blob | history |
nv_pair_list.h | [deleted file] | blob | history |
opkg-frontend.c | [deleted file] | blob | history |
opkg.c | [deleted file] | blob | history |
opkg.h | [deleted file] | blob | history |
opkg_cmd.c | [deleted file] | blob | history |
opkg_cmd.h | [deleted file] | blob | history |
opkg_conf.c | [deleted file] | blob | history |
opkg_conf.h | [deleted file] | blob | history |
opkg_configure.c | [deleted file] | blob | history |
opkg_configure.h | [deleted file] | blob | history |
opkg_download.c | [deleted file] | blob | history |
opkg_download.h | [deleted file] | blob | history |
opkg_extract_test.c | [deleted file] | blob | history |
opkg_hash_test.c | [deleted file] | blob | history |
opkg_install.c | [deleted file] | blob | history |
opkg_install.h | [deleted file] | blob | history |
opkg_message.c | [deleted file] | blob | history |
opkg_message.h | [deleted file] | blob | history |
opkg_remove.c | [deleted file] | blob | history |
opkg_remove.h | [deleted file] | blob | history |
opkg_state.c | [deleted file] | blob | history |
opkg_state.h | [deleted file] | blob | history |
opkg_upgrade.c | [deleted file] | blob | history |
opkg_upgrade.h | [deleted file] | blob | history |
opkg_utils.c | [deleted file] | blob | history |
opkg_utils.h | [deleted file] | blob | history |
pkg.c | [deleted file] | blob | history |
pkg.h | [deleted file] | blob | history |
pkg_depends.c | [deleted file] | blob | history |
pkg_depends.h | [deleted file] | blob | history |
pkg_dest.c | [deleted file] | blob | history |
pkg_dest.h | [deleted file] | blob | history |
pkg_dest_list.c | [deleted file] | blob | history |
pkg_dest_list.h | [deleted file] | blob | history |
pkg_extract.c | [deleted file] | blob | history |
pkg_extract.h | [deleted file] | blob | history |
pkg_hash.c | [deleted file] | blob | history |
pkg_hash.h | [deleted file] | blob | history |
pkg_parse.c | [deleted file] | blob | history |
pkg_parse.h | [deleted file] | blob | history |
pkg_src.c | [deleted file] | blob | history |
pkg_src.h | [deleted file] | blob | history |
pkg_src_list.c | [deleted file] | blob | history |
pkg_src_list.h | [deleted file] | blob | history |
pkg_vec.c | [deleted file] | blob | history |
pkg_vec.h | [deleted file] | blob | history |
sprintf_alloc.c | [deleted file] | blob | history |
sprintf_alloc.h | [deleted file] | blob | history |
src/Makefile.am | [new file with mode: 0644] | blob |
src/opkg-frontend.c | [new file with mode: 0644] | blob |
str_list.c | [deleted file] | blob | history |
str_list.h | [deleted file] | blob | history |
str_util.c | [deleted file] | blob | history |
str_util.h | [deleted file] | blob | history |
user.c | [deleted file] | blob | history |
user.h | [deleted file] | blob | history |
void_list.c | [deleted file] | blob | history |
void_list.h | [deleted file] | blob | history |
xregex.c | [deleted file] | blob | history |
xregex.h | [deleted file] | blob | history |
xsystem.c | [deleted file] | blob | history |
xsystem.h | [deleted file] | blob | history |