aboutsummaryrefslogtreecommitdiffstats
path: root/libopkg/opkg_conf.c
AgeCommit message (Expand)Author
2010-01-12Don't print an error if trying to write status file to a read only filesystem.graham.gower
2010-01-12Don't try to close the file if its not open.graham.gower
2010-01-05Add an option to download packages but do not install/upgrade anythingpixdamix
2009-12-28Add a configure flag to specify the lockfile pathpixdamix
2009-12-21Include config.h to pull in HAVE_* macros where needed.graham.gower
2009-12-21Initial stab at untangling the #include maze. Probably needs a second pass.graham.gower
2009-12-18Move args.c contents into src/opkg-cl.c.graham.gower
2009-12-17Allow GLOB_NOMATCH, which also occurs if the leading dir does not exist.graham.gower
2009-12-16Don't mask variable of wider scope.graham.gower
2009-12-11Rewrite the error paths.graham.gower
2009-12-11Remove args_t and cleanup unused stuff.graham.gower
2009-12-11Move loading of feeds and status files out of opkg_conf_init().graham.gower
2009-12-09Remove opkg_package_t from libopkg_test.c. Also, use OFFLINE_ROOT env var.graham.gower
2009-12-09Fix lock_fd... How did I manage to break that?graham.gower
2009-12-09Merge commit 'grg' into HEADgraham.gower
2009-11-27Remove enum opkg_error.graham.gower
2009-11-26Remove str_util.{c,h}graham.gower
2009-11-26file_util.c cleanups. Remove redundant str_chomp from str_util.c.graham.gower
2009-11-25Propagate errors upwards.graham.gower
2009-11-24Remove list_pending command. Undocumented and the pending_dir was unpopulated.graham.gower
2009-11-23Add opkg config file option for tmp_dir.graham.gower
2009-11-19Simplify hash_table somewhat.graham.gower
2009-11-17Avoid some warn_unused_result warningpixdamix
2009-11-17Use vfork()/execvp() instead of system().graham.gower
2009-11-16Add a function for recursive directory removal and use that instead of xsystem.graham.gower
2009-11-15Write out status files for the correct pkg->dest, instead of the default.graham.gower
2009-11-13Fix the case where -o is used, but no conf file is passed.graham.gower
2009-11-13Free the lock, close the file descriptor.graham.gower
2009-11-13Remove status_file_tmp_name. This code does not improve robustness.graham.gower
2009-11-13Make opkg_conf_parse_file() return -1 for error, as expected where it is called.graham.gower
2009-11-13Some cleanup of opkg_conf_init/opkg_conf_deinit.graham.gower
2009-11-12Don't clobber errno, so that we can provide a useful error message.graham.gower
2009-11-10Ensure that the hash_table messages show useful information.graham.gower
2009-11-06Remove some bogus error checking and return void instead of int.graham.gower
2009-11-05Some refactoring of pathfinder supportpixdamix
2009-11-05s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/graham.gower
2009-11-04s/strndup/xstrndup/ - check memory allocations for failure.graham.gower
2009-11-04s/strdup/xstrdup/ - check memory allocations for failure.graham.gower
2009-11-03Make `curl' an instance variable and ssl supportpixdamix
2009-11-03Remove unused code: if pkg was NULL, we would already have segfaulted.graham.gower
2009-11-02opkg: fix the -force_space optionpixdamix
2009-10-30Add missing free (again)pixdamix
2009-10-30The compiler almost certainly knows better.graham.gower
2009-10-27Opkg support for smime (pkcs7) packages list signingticktock35
2009-09-18Adding error message for the lock file.ticktock35
2009-06-14adds a configure option so "/etc/opkg" can beticktock35
2009-04-17adding new flag flag_maintainerticktock35
2009-01-09Making the status_file singleton, every package is using the same file,ticktock35
2008-12-28adding check_signature configticktock35
2008-12-18using list_head to handle the listticktock35