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