| Commit message (Expand) | Author | Age | Files | Lines |
* | file_util: Add file_is_symlink function | Paul Barker | 2014-03-18 | 2 | -0/+12 |
|
|
* | pkg_hash: Fix invalid architecture notices | Paul Barker | 2014-03-18 | 1 | -1/+9 |
|
|
* | opkg_install_check_downgrade: Refactor and improve | Paul Barker | 2014-02-23 | 1 | -51/+70 |
|
|
* | opkg_prepare_url_for_install: Handle force_reinstall as upgrade | Paul Barker | 2014-02-23 | 2 | -10/+21 |
|
|
* | pkg: Add per-package force_reinstall flag | Paul Barker | 2014-02-23 | 2 | -17/+27 |
|
|
* | libopkg: cleanup inside the public header files | Carsten Schoenert | 2013-12-17 | 36 | -107/+96 |
|
|
* | libopkg: ensure symbol name mangling for C++ | Carsten Schoenert | 2013-12-17 | 38 | -0/+299 |
|
|
* | config.h: remove needless inclusion in the libopkg header files | Carsten Schoenert | 2013-12-17 | 3 | -5/+0 |
|
|
* | libopkg: Don't install opkg_pathfinder.h | Paul Barker | 2013-12-17 | 1 | -1/+42 |
|
|
* | libopkg: Drop config checks from structures in headers | Paul Barker | 2013-12-17 | 3 | -9/+8 |
|
|
* | opkg_download: Drop config check from header | Paul Barker | 2013-12-17 | 2 | -3/+10 |
|
|
* | opkg_install.c: Fix typo | paul.betafive@gmail.com | 2013-08-11 | 1 | -1/+1 |
|
|
* | sha256: Switch to GPLv2+ code | paul.betafive@gmail.com | 2013-08-05 | 2 | -48/+37 |
|
|
* | Apply patch by Paul Barker <paul@paulbarker.me.uk> | florian.boor@gmail.com | 2013-06-28 | 1 | -1/+1 |
|
|
* | Do not call sync wen installing into an offline root | pixdamix@gmail.com | 2012-11-22 | 1 | -1/+2 |
|
|
* | Don't print provides if nothing is provided | pixdamix@gmail.com | 2012-11-22 | 1 | -1/+2 |
|
|
* | Fix: RRECOMMENDS and RDEPENDS being basically the same | pixdamix@gmail.com | 2012-11-22 | 1 | -2/+1 |
|
|
* | pkg_depends: fix version_constraints_satisfied | pixdamix@gmail.com | 2012-11-22 | 1 | -1/+2 |
|
|
* | pkg_depends: fix version constraints | pixdamix@gmail.com | 2012-11-22 | 3 | -51/+59 |
|
|
* | Add the --prefer-arch-to-version option | pixdamix@gmail.com | 2012-11-22 | 2 | -3/+16 |
|
|
* | merge newpkg->provides even when oldpkg->provides existed | pixdamix@gmail.com | 2012-11-22 | 1 | -4/+2 |
|
|
* | detect circular dependencies | pixdamix@gmail.com | 2012-11-22 | 5 | -2/+13 |
|
|
* | Do not read /etc/opkg/*.conf if -f is specified | pixdamix@gmail.com | 2012-11-22 | 1 | -27/+28 |
|
|
* | Failed postinst script is not fatal with conf->offline_root | pixdamix@gmail.com | 2012-11-22 | 3 | -4/+9 |
|
|
* | Fix dependency issues for preinst scripts | pixdamix@gmail.com | 2012-11-22 | 3 | -0/+104 |
|
|
* | add opkg_compare_versions function | pixdamix@gmail.com | 2012-11-22 | 2 | -0/+16 |
|
|
* | Fixed opkg losing auto_installed flag on upgrading | pixdamix@gmail.com | 2012-01-19 | 1 | -0/+3 |
|
|
* | Fix a possible double-free of pkg vectors in opkg_remove_dependent_pkgs(), re... | google@wwsnet.net | 2011-10-14 | 1 | -3/+1 |
|
|
* | Reverse the test for __dummy__ in the extra data. | graham.gower@gmail.com | 2011-10-12 | 1 | -1/+1 |
|
|
* | Remove comment for a proposed feature that will never be implemented. | graham.gower@gmail.com | 2011-10-12 | 1 | -2/+0 |
|
|
* | Don't configure packages when in offline root mode. | graham.gower@gmail.com | 2011-10-12 | 1 | -0/+4 |
|
|
* | Don't use conf->offline_root directly, it might be NULL. | graham.gower@gmail.com | 2011-09-11 | 1 | -1/+1 |
|
|
* | Fix issue-79: Opkg can remove a package even if another still depends on it. | pixdamix@gmail.com | 2011-07-13 | 1 | -1/+1 |
|
|
* | Don't filter out directories when claiming ownership of a file. | graham.gower@gmail.com | 2011-07-05 | 1 | -4/+0 |
|
|
* | sync() after writing out the status info. | graham.gower@gmail.com | 2011-05-25 | 1 | -0/+1 |
|
|
* | Improve the opkg_{get,set}_option() C API. | graham.gower@gmail.com | 2011-05-25 | 3 | -36/+35 |
|
|
* | Modify Release file parsing to use parse_from_stream_nomalloc | javiplx@gmail.com | 2011-04-26 | 1 | -18/+9 |
|
|
* | Introduce a specific pointer typedef for parse_line functions | javiplx@gmail.com | 2011-04-26 | 5 | -15/+16 |
|
|
* | Move pkg_parse_from_stream_nomalloc into parse_util | javiplx@gmail.com | 2011-04-26 | 5 | -90/+99 |
|
|
* | Fix compilation after r617 | google@wwsnet.net | 2011-04-08 | 1 | -1/+1 |
|
|
* | Don't include the source URI in the cached filename. | graham.gower@gmail.com | 2011-04-08 | 1 | -4/+17 |
|
|
* | Read the contents of lists files coming from 'dist' entries | javiplx@gmail.com | 2011-04-07 | 2 | -1/+63 |
|
|
* | Download all the valid Packages files for dist entries | javiplx@gmail.com | 2011-04-07 | 1 | -0/+37 |
|
|
* | Introduce a new pkg_src list in global configuration to store the contents of... | javiplx@gmail.com | 2011-04-07 | 2 | -5/+35 |
|
|
* | Fix mistype in define clause | javiplx@gmail.com | 2011-04-07 | 1 | -1/+1 |
|
|
* | Code to handle the apt-alike configuration entries | javiplx@gmail.com | 2011-04-07 | 7 | -0/+686 |
|
|
* | Create parse_util with some of the non-public functions from pkg_parse.c | javiplx@gmail.com | 2011-04-07 | 4 | -65/+122 |
|
|
* | Add flag in opkg_download calls to reduce the severity of the 'failed downloa... | javiplx@gmail.com | 2011-04-07 | 4 | -14/+14 |
|
|
* | Fix opkg_re_read_config_files(). | graham.gower@gmail.com | 2011-02-21 | 1 | -14/+6 |
|
|
* | Fix memory leak when !defined(HAVE_GPGME) and !defined(HAVE_OPENSSL). | graham.gower@gmail.com | 2011-02-21 | 1 | -1/+1 |
|
|