summaryrefslogtreecommitdiffstats
path: root/libopkg
Commit message (Expand)AuthorAgeFilesLines
* Improve the opkg_{get,set}_option() C API.graham.gower@gmail.com2011-05-253-36/+35
* Modify Release file parsing to use parse_from_stream_nomallocjaviplx@gmail.com2011-04-261-18/+9
* Introduce a specific pointer typedef for parse_line functionsjaviplx@gmail.com2011-04-265-15/+16
* Move pkg_parse_from_stream_nomalloc into parse_utiljaviplx@gmail.com2011-04-265-90/+99
* Fix compilation after r617google@wwsnet.net2011-04-081-1/+1
* Don't include the source URI in the cached filename.graham.gower@gmail.com2011-04-081-4/+17
* Read the contents of lists files coming from 'dist' entriesjaviplx@gmail.com2011-04-072-1/+63
* Download all the valid Packages files for dist entriesjaviplx@gmail.com2011-04-071-0/+37
* Introduce a new pkg_src list in global configuration to store the contents of...javiplx@gmail.com2011-04-072-5/+35
* Fix mistype in define clausejaviplx@gmail.com2011-04-071-1/+1
* Code to handle the apt-alike configuration entriesjaviplx@gmail.com2011-04-077-0/+686
* Create parse_util with some of the non-public functions from pkg_parse.cjaviplx@gmail.com2011-04-074-65/+122
* Add flag in opkg_download calls to reduce the severity of the 'failed downloa...javiplx@gmail.com2011-04-074-14/+14
* Fix opkg_re_read_config_files().graham.gower@gmail.com2011-02-211-14/+6
* Fix memory leak when !defined(HAVE_GPGME) and !defined(HAVE_OPENSSL).graham.gower@gmail.com2011-02-211-1/+1
* Get the owner of the file_name after the offline root has been stripped.graham.gower@gmail.com2011-02-201-1/+2
* Delete package sources that fail the signature check.graham.gower@gmail.com2011-02-131-0/+6
* Call gpgme_check_version() before using other gpgpe functions.graham.gower@gmail.com2011-02-131-0/+2
* Add overlay_root config option. Opkg checks this location for available space.graham.gower@gmail.com2011-02-133-3/+17
* Add missing space.graham.gower@gmail.com2011-02-131-1/+1
* Fixed a bug causing segfaults when an upgraded package has less dependencies ...pixdamix2011-02-011-1/+1
* Fix potential undefined references to FILE, for libopkg users.graham.gower@gmail.com2010-12-221-0/+2
* Don't print the function name when just outputting a \n.graham.gower@gmail.com2010-12-222-3/+3
* Abort package removal if the prerm script of a package returns non zero.graham.gower@gmail.com2010-11-232-8/+23
* Print the package name corresponding to a failed script.graham.gower@gmail.com2010-11-221-1/+2
* Fix formatting issues found with the last commit.graham.gower@gmail.com2010-11-193-4/+4
* Use printf format specifier attribute for opkg_message().graham.gower@gmail.com2010-11-191-1/+2
* Remove an unnecessary allocation.graham.gower@gmail.com2010-11-181-2/+2
* Check return codes from vsnprintf and vfprintf.graham.gower@gmail.com2010-11-181-4/+19
* Rewrite sprintf_alloc.graham.gower@gmail.com2010-11-182-35/+19
* Fix indentation.graham.gower@gmail.com2010-11-181-33/+33
* opkg_find_package() should not return garbage if it cannot find the package.graham.gower@gmail.com2010-11-151-1/+3
* This is not a bug any longer.graham.gower@gmail.com2010-11-151-1/+1
* Implement "list-changed-conffiles" command - based on patch by Yann Lopez <ya...google@wwsnet.net2010-10-051-0/+35
* Remove dead code, sprintf_alloc() cannot fail. Opkg will exit instead.graham.gower@gmail.com2010-09-201-5/+0
* A proper fix this time. From Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc>.graham.gower@gmail.com2010-09-202-11/+32
* Revert "Don't call opkg_conf_deinit() if opkg_conf_init() fails."graham.gower@gmail.com2010-09-201-6/+5
* Don't call opkg_conf_deinit() if opkg_conf_init() fails.graham.gower@gmail.com2010-09-201-5/+6
* Use uppercase M for printing maintainer field, to be consistent.graham.gower2010-09-141-1/+1
* mask && PFM_FOO should instead be mask & PFM_FOO.graham.gower2010-09-141-9/+8
* - split the loading part of opkg_conf_init() out into opkg_conf_load()google@wwsnet.net2010-09-123-20/+29
* fix compile issues on OS X and FreeBSDgoogle@wwsnet.net2010-09-122-0/+2
* implement --force-postinstall option, this allows forcing the execution of po...google@wwsnet.net2010-09-123-1/+3
* Accept a leading "./" for the control file name, but don't mandate it.graham.gower2010-08-241-2/+1
* Remove stray semicolon.graham.gower2010-08-241-1/+1
* Add Recommended packages to the depended_upon_by field.graham.gower2010-08-181-32/+38
* Ensure Pre-Depended and Recommended packages can be autoremoved.graham.gower2010-08-181-1/+3
* Allow blacklisting a package in the status file.graham.gower2010-08-182-4/+9
* Remove trailing whitespace. Sorry if this breaks your patches.graham.gower2010-08-1734-239/+239
* Remove outdated comment regarding an old bug.graham.gower2010-08-171-1/+1