index
:
users/pehjota/opkg.git
feature/multiarch-coinstallation
feature/multiarch-coinstallation-v0.1
opkg-0.2.x
opkg
Patrick McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libopkg
/
opkg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Don't call opkg_conf_deinit() if opkg_conf_init() fails."
graham.gower@gmail.com
2010-09-20
1
-6/+5
*
Don't call opkg_conf_deinit() if opkg_conf_init() fails.
graham.gower@gmail.com
2010-09-20
1
-5/+6
*
- split the loading part of opkg_conf_init() out into opkg_conf_load()
google@wwsnet.net
2010-09-12
1
-0/+3
*
Remove trailing whitespace. Sorry if this breaks your patches.
graham.gower
2010-08-17
1
-2/+2
*
Fix infinite loop in list_upgradable in libopkg.
graham.gower
2010-07-12
1
-1/+1
*
Write out status files and file lists in opkg_upgrade_all().
graham.gower
2009-12-21
1
-0/+4
*
Return negative error code from opkg_download(), not curl error codes.
graham.gower
2009-12-21
1
-16/+5
*
Initial stab at untangling the #include maze. Probably needs a second pass.
graham.gower
2009-12-20
1
-1/+4
*
Print \n where needed.
graham.gower
2009-12-17
1
-0/+1
*
Sort packages before listing them.
graham.gower
2009-12-14
1
-0/+17
*
Remove args_t and cleanup unused stuff.
graham.gower
2009-12-10
1
-8/+1
*
Move loading of feeds and status files out of opkg_conf_init().
graham.gower
2009-12-10
1
-17/+31
*
Print error messages instead of returning error codes.
graham.gower
2009-12-10
1
-54/+60
*
indent -kr -i8 -psl -hnl -l80 opkg.c
graham.gower
2009-12-10
1
-712/+673
*
Get rid of opkg_package_t.
graham.gower
2009-12-09
1
-83/+15
*
Merge commit 'grg' into HEAD
graham.gower
2009-12-08
1
-197/+92
*
Remove unused parameter from pkg_hash_fetch_best_installation_candidate().
graham.gower
2009-11-27
1
-2/+4
*
Remove enum opkg_error.
graham.gower
2009-11-26
1
-25/+2
*
Use the same tmp dir pattern as in opkg_update_cmd().
graham.gower
2009-11-16
1
-4/+2
*
atexit() isn't really appropriate for a library.
graham.gower
2009-11-15
1
-0/+3
*
Remove some bogus error checking and return void instead of int.
graham.gower
2009-11-05
1
-7/+1
*
s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/
graham.gower
2009-11-04
1
-4/+4
*
s/strndup/xstrndup/ - check memory allocations for failure.
graham.gower
2009-11-03
1
-1/+1
*
s/strdup/xstrdup/ - check memory allocations for failure.
graham.gower
2009-11-03
1
-18/+14
*
Cleanup error_list stuff a bit more.
graham.gower
2009-11-01
1
-2/+0
*
Fix some memory leaks.
graham.gower
2009-10-30
1
-1/+0
*
Opkg support for smime (pkcs7) packages list signing
ticktock35
2009-10-27
1
-1/+1
*
Add sha256 ckecksums to okpg
ticktock35
2009-10-27
1
-0/+2
*
adding new flag flag_maintainer
ticktock35
2009-04-17
1
-0/+1
*
reduce a big memory leak
ticktock35
2009-03-26
1
-0/+1
*
adding check_signature config
ticktock35
2008-12-28
1
-32/+34
*
adding --enable-curl configuation to configure.ac
ticktock35
2008-12-27
1
-0/+6
*
using list_head to handle the list
ticktock35
2008-12-18
1
-12/+10
*
opkg: rename opkg_clone to pkg_t_to_opkg_package_t.
ticktock35
2008-12-15
1
-10/+10
*
opkg: using active list to list upgradeable pkgs
ticktock35
2008-12-15
1
-14/+9
*
opkg: trivial adding some comments
ticktock35
2008-12-15
1
-0/+6
*
opkg: trivial rename old_pkg_to_new to pkg_clone as a more readable name.
ticktock35
2008-12-15
1
-10/+15
*
adding list_upgradable
ticktock35
2008-12-15
1
-32/+18
*
opkg: adding the hash_table_remove API, not using yet.
ticktock35
2008-12-15
1
-5/+4
*
opkg: adding cache support
ticktock35
2008-12-15
1
-0/+6
*
[opkg] fixing typo & incompatible part to gcc 4.3.2
ticktock35
2008-12-15
1
-1/+1
*
remove build error on gcc 3.4
ticktock35
2008-12-15
1
-0/+2
*
opkg: remove a serious memory leak
ticktock35
2008-12-15
1
-1/+8
*
opkg: write the status change after actually updated.
ticktock35
2008-12-15
1
-0/+5
*
opkg: adding repository check function
ticktock35
2008-12-15
1
-0/+65
*
opkg: Consolidate error reporting from opkg_conf_init and ensure return value is
ticktock35
2008-12-15
1
-2/+17
*
opkg: consolidate error enums and add an error for when no package matches
ticktock35
2008-12-15
1
-16/+17
*
opkg.c moving the sig_file_name into the section of HAVE_GPGME
ticktock35
2008-12-15
1
-1/+2
*
opkg: run pre-install check before listing upgradable packages to ensure all
ticktock35
2008-12-15
1
-0/+3
*
opkg: update error handling for opkg_update_pkg in opkg.c and bump version nu...
ticktock35
2008-12-15
1
-1/+14
[next]