summaryrefslogtreecommitdiffstats
path: root/libopkg
Commit message (Expand)AuthorAgeFilesLines
* Fix leak in error path.graham.gower2009-11-151-0/+1
* Write out status files for the correct pkg->dest, instead of the default.graham.gower2009-11-142-11/+19
* Fix the case where -o is used, but no conf file is passed.graham.gower2009-11-131-1/+1
* Remove unused variable.graham.gower2009-11-132-8/+0
* Remove local variable which was masking a static one.graham.gower2009-11-121-1/+0
* Free the lock, close the file descriptor.graham.gower2009-11-121-0/+3
* Remove status_file_tmp_name. This code does not improve robustness.graham.gower2009-11-123-27/+8
* Make opkg_conf_parse_file() return -1 for error, as expected where it is called.graham.gower2009-11-121-5/+6
* Some cleanup of opkg_conf_init/opkg_conf_deinit.graham.gower2009-11-122-114/+97
* Compare verbosity to a message_level_t.graham.gower2009-11-122-7/+5
* Fix copy/pasto in error message.graham.gower2009-11-121-1/+1
* Of course, that should be !isatty().graham.gower2009-11-121-1/+1
* Don't prompt for user input from stdin if it's not a tty.graham.gower2009-11-122-3/+8
* Cleanup the rest of pkg_parse.c. Give some functions more appropriate names too.graham.gower2009-11-126-163/+172
* Don't clobber errno, so that we can provide a useful error message.graham.gower2009-11-121-2/+3
* Fix parsing of Conffiles lines in status files.graham.gower2009-11-122-18/+10
* Cleanup version string handling.graham.gower2009-11-122-69/+44
* Fix leak when downgrading a package.graham.gower2009-11-121-0/+2
* Remove a debugging fprintf I accidentally left in.graham.gower2009-11-101-3/+0
* Cleanup parsing of packages.graham.gower2009-11-106-284/+312
* Dead code removal.graham.gower2009-11-101-24/+7
* Don't try to rerun control scripts, problems caused by circular dependencies.graham.gower2009-11-101-0/+3
* Update name in copyrights + minor changespixdamix2009-11-102-9/+5
* Cleanup trim_alloc().graham.gower2009-11-102-19/+10
* Remove opkg_internal_use_only and fix associated assumptions RE pkg->provides.graham.gower2009-11-105-139/+19
* Remove the assumption that pkg fields have been allocated and need free()ing.graham.gower2009-11-101-101/+139
* Ensure that the hash_table messages show useful information.graham.gower2009-11-101-7/+7
* Use xsystem() to be consistent. Some minor cleanup too.graham.gower2009-11-101-13/+10
* Put update temp directory in with the others. Also, don't confuse returninggraham.gower2009-11-061-6/+4
* Use mkdtemp() to create a unique directory instead of a goto loop.graham.gower2009-11-061-23/+19
* More dead code removal.graham.gower2009-11-055-13/+1
* Remove if (0 && ...) ... statements.graham.gower2009-11-051-5/+0
* Remove more unused code.graham.gower2009-11-054-86/+25
* Remove unused function.graham.gower2009-11-052-27/+0
* Remove dead code. We would segfault before following this code path.graham.gower2009-11-051-4/+3
* Remove some bogus error checking and return void instead of int.graham.gower2009-11-055-19/+6
* Some refactoring of pathfinder supportpixdamix2009-11-054-17/+33
* Removed a bunch of if(0) and dead codepixdamix2009-11-054-43/+0
* Add pathfinder support for certificate validationpixdamix2009-11-054-3/+159
* These functions cannot fail, so return void.graham.gower2009-11-0412-76/+51
* s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/graham.gower2009-11-0421-219/+80
* Don't set PATH="/dev/null". Shuffle things around while here.graham.gower2009-11-041-31/+27
* Remove code path which cannot be executed.graham.gower2009-11-041-2/+0
* s/strndup/xstrndup/ - check memory allocations for failure.graham.gower2009-11-032-8/+8
* s/strdup/xstrdup/ - check memory allocations for failure.graham.gower2009-11-0314-72/+64
* Remove some strdup abuse.graham.gower2009-11-034-21/+30
* Remove str_dup_safe() in favour of xstrdup() from libbb.graham.gower2009-11-035-29/+21
* Remove unused opkg_set_current_state bits.graham.gower2009-11-0310-142/+10
* Make `curl' an instance variable and ssl supportpixdamix2009-11-034-31/+191
* The list-installed command does not exist.graham.gower2009-11-031-1/+0