summaryrefslogtreecommitdiffstats
path: root/libopkg
Commit message (Expand)AuthorAgeFilesLines
...
* Add an option to download packages but do not install/upgrade anythingpixdamix2010-01-053-12/+27
* Add a configure flag to specify the lockfile pathpixdamix2009-12-282-3/+3
* Write out status files and file lists in opkg_upgrade_all().graham.gower2009-12-211-0/+4
* Return negative error code from opkg_download(), not curl error codes.graham.gower2009-12-212-18/+7
* Set the arch_priority when parsing the Architecture.graham.gower2009-12-203-46/+18
* Include config.h to pull in HAVE_* macros where needed.graham.gower2009-12-209-1/+15
* Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower2009-12-2043-141/+63
* Move args.c contents into src/opkg-cl.c.graham.gower2009-12-184-290/+1
* Running a script does not change the state, modifying the state flags does.graham.gower2009-12-172-1/+1
* Move libopkg.c out into the src dir. It shouldn't be part of the library.graham.gower2009-12-174-153/+1
* Allow GLOB_NOMATCH, which also occurs if the leading dir does not exist.graham.gower2009-12-171-2/+14
* Spacing.graham.gower2009-12-171-1/+1
* Add a message callback function to the config struct for libopkg users.graham.gower2009-12-172-3/+18
* Be slightly less verbose at INFO message level.graham.gower2009-12-171-3/+3
* Print \n where needed.graham.gower2009-12-172-1/+2
* Don't mask variable of wider scope.graham.gower2009-12-151-2/+1
* Fix what I broke in r468.graham.gower2009-12-141-2/+2
* Don't need \n for perrors.graham.gower2009-12-142-2/+2
* Sort packages before listing them.graham.gower2009-12-141-0/+17
* Allow use of opkg internals by libopkg users. Not intended to be permanent.graham.gower2009-12-112-3/+3
* I've made substantial changes to these files. Add new copyright line.graham.gower2009-12-102-2/+4
* Rewrite the error paths.graham.gower2009-12-101-145/+208
* Not all ERROR messages are in paths that return as an error. Print them anyway.graham.gower2009-12-101-0/+3
* Remove args_t and cleanup unused stuff.graham.gower2009-12-106-75/+47
* Move loading of feeds and status files out of opkg_conf_init().graham.gower2009-12-107-118/+133
* Print error messages instead of returning error codes.graham.gower2009-12-102-69/+60
* indent -kr -i8 -psl -hnl -l80 opkg.cgraham.gower2009-12-101-712/+673
* Remove struct _opkg_package_t.graham.gower2009-12-101-13/+0
* Fix infinite loop created when I removed the masked variable i.graham.gower2009-12-091-3/+3
* Remove opkg_package_t from libopkg_test.c. Also, use OFFLINE_ROOT env var.graham.gower2009-12-091-0/+3
* Get rid of opkg_package_t.graham.gower2009-12-092-90/+22
* Fix lock_fd... How did I manage to break that?graham.gower2009-12-091-7/+5
* Merge commit 'grg' into HEADgraham.gower2009-12-0849-2320/+1671
* Remove -Werror from libopkg CFLAGS.graham.gower2009-12-031-1/+1
* Fix truncation problem when reading in long lines. Found by Koen Kooi.graham.gower2009-12-021-3/+4
* Free memory when there are unresolved dependencies.graham.gower2009-12-022-1/+6
* patch for opkg_download.c compile abortpixdamix2009-12-011-10/+10
* Fix typo in file name in order to fix distcheck.florian.boor2009-11-271-1/+1
* Remove unused parameter from pkg_hash_fetch_best_installation_candidate().graham.gower2009-11-277-19/+20
* Finding a provider which is has an incompatible arch should not preventgraham.gower2009-11-271-5/+14
* Remove enum opkg_error.graham.gower2009-11-268-134/+65
* Be slightly less verbose by default.graham.gower2009-11-261-1/+1
* Fix some errno abuse.graham.gower2009-11-264-13/+6
* Provide error checking for users of pkg_extract_* functions.graham.gower2009-11-265-23/+80
* Add error checking to deb_extract(), unarchive(), extract_archive(). et al.graham.gower2009-11-261-54/+45
* Add __FUNCTION__ to the error mesage.graham.gower2009-11-261-2/+2
* Name it after what it does: s/extract_to_stdout/extract_to_stream/graham.gower2009-11-261-1/+1
* Add missing includepixdamix2009-11-261-0/+1
* Fix problem introduced in r382. Pointed out by jlc, thanks!graham.gower2009-11-261-3/+7
* Remove str_util.{c,h}graham.gower2009-11-2511-96/+14