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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't need \n for perrors.
graham.gower
2009-12-14
2
-2/+2
*
Sort packages before listing them.
graham.gower
2009-12-14
1
-0/+17
*
Allow use of opkg internals by libopkg users. Not intended to be permanent.
graham.gower
2009-12-11
2
-3/+3
*
I've made substantial changes to these files. Add new copyright line.
graham.gower
2009-12-10
2
-2/+4
*
Rewrite the error paths.
graham.gower
2009-12-10
1
-145/+208
*
Not all ERROR messages are in paths that return as an error. Print them anyway.
graham.gower
2009-12-10
1
-0/+3
*
Remove args_t and cleanup unused stuff.
graham.gower
2009-12-10
6
-75/+47
*
Move loading of feeds and status files out of opkg_conf_init().
graham.gower
2009-12-10
7
-118/+133
*
Print error messages instead of returning error codes.
graham.gower
2009-12-10
2
-69/+60
*
indent -kr -i8 -psl -hnl -l80 opkg.c
graham.gower
2009-12-10
1
-712/+673
*
Remove struct _opkg_package_t.
graham.gower
2009-12-10
1
-13/+0
*
Fix infinite loop created when I removed the masked variable i.
graham.gower
2009-12-09
1
-3/+3
*
Remove opkg_package_t from libopkg_test.c. Also, use OFFLINE_ROOT env var.
graham.gower
2009-12-09
1
-0/+3
*
Get rid of opkg_package_t.
graham.gower
2009-12-09
2
-90/+22
*
Fix lock_fd... How did I manage to break that?
graham.gower
2009-12-09
1
-7/+5
*
Merge commit 'grg' into HEAD
graham.gower
2009-12-08
49
-2320/+1671
*
Remove -Werror from libopkg CFLAGS.
graham.gower
2009-12-03
1
-1/+1
*
Fix truncation problem when reading in long lines. Found by Koen Kooi.
graham.gower
2009-12-02
1
-3/+4
*
Free memory when there are unresolved dependencies.
graham.gower
2009-12-02
2
-1/+6
*
patch for opkg_download.c compile abort
pixdamix
2009-12-01
1
-10/+10
*
Fix typo in file name in order to fix distcheck.
florian.boor
2009-11-27
1
-1/+1
*
Remove unused parameter from pkg_hash_fetch_best_installation_candidate().
graham.gower
2009-11-27
7
-19/+20
*
Finding a provider which is has an incompatible arch should not prevent
graham.gower
2009-11-27
1
-5/+14
*
Remove enum opkg_error.
graham.gower
2009-11-26
8
-134/+65
*
Be slightly less verbose by default.
graham.gower
2009-11-26
1
-1/+1
*
Fix some errno abuse.
graham.gower
2009-11-26
4
-13/+6
*
Provide error checking for users of pkg_extract_* functions.
graham.gower
2009-11-26
5
-23/+80
*
Add error checking to deb_extract(), unarchive(), extract_archive(). et al.
graham.gower
2009-11-26
1
-54/+45
*
Add __FUNCTION__ to the error mesage.
graham.gower
2009-11-26
1
-2/+2
*
Name it after what it does: s/extract_to_stdout/extract_to_stream/
graham.gower
2009-11-26
1
-1/+1
*
Add missing include
pixdamix
2009-11-26
1
-0/+1
*
Fix problem introduced in r382. Pointed out by jlc, thanks!
graham.gower
2009-11-26
1
-3/+7
*
Remove str_util.{c,h}
graham.gower
2009-11-25
11
-96/+14
*
file_util.c cleanups. Remove redundant str_chomp from str_util.c.
graham.gower
2009-11-25
7
-79/+64
*
malloc -> xmalloc
graham.gower
2009-11-25
1
-2/+2
*
Minor cleanup for opkg_upgrade.c
graham.gower
2009-11-25
1
-17/+25
*
Propagate errors upwards.
graham.gower
2009-11-25
2
-11/+27
*
Various clean ups.
graham.gower
2009-11-25
2
-286/+255
*
Return void, not int.
graham.gower
2009-11-25
2
-5/+3
*
Plug leaks found when using --force-removal-of-dependent-packages.
graham.gower
2009-11-25
1
-3/+5
*
Various cleanups in opkg_remove.{c,h}
graham.gower
2009-11-25
3
-86/+47
*
Various cleanups for pkg.{c,h}.
graham.gower
2009-11-24
2
-253/+260
*
Remove unused functions. Shuffle things around and remove forward declarations.
graham.gower
2009-11-24
2
-685/+516
*
Make a couple of functions static, and return void since they cannot fail.
graham.gower
2009-11-24
3
-35/+20
*
Fix warning on 64bit arches.
graham.gower
2009-11-24
1
-1/+1
*
Clean up opkg_depends_cmd() and opkg_what_depends_conflicts_cmd().
graham.gower
2009-11-24
1
-132/+132
*
Do the right thing if we have a version but no constraint.
graham.gower
2009-11-24
1
-2/+2
*
Provide a more useful comment.
graham.gower
2009-11-24
1
-2/+6
*
Remove the purge command. Undocumented and only duplicates remove functionality.
graham.gower
2009-11-23
3
-40/+0
*
Remove list_pending command. Undocumented and the pending_dir was unpopulated.
graham.gower
2009-11-23
3
-46/+0
[next]