| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | opkg: adding cache support | ticktock35 | 2008-12-15 | 1 | -0/+5 |
|
|
* | opkg: remove unused code | ticktock35 | 2008-12-15 | 1 | -22/+0 |
|
|
* | opkg: Consolidate error reporting from opkg_conf_init and ensure return value is | ticktock35 | 2008-12-15 | 1 | -9/+28 |
|
|
* | opkg: remove redundant multiple_providers option and also remove redundant fa... | ticktock35 | 2008-12-15 | 1 | -5/+0 |
|
|
* | opkg: (leak fixing, day 2) lots and lots of memory leaks fixed | ticktock35 | 2008-12-15 | 1 | -1/+2 |
|
|
* | opkg: (leak fixing, day 1) lots and lots of memory leaks fixed | ticktock35 | 2008-12-15 | 1 | -1/+4 |
|
|
* | opkg: remove verbose_wget option | ticktock35 | 2008-12-15 | 1 | -5/+0 |
|
|
* | opkg: implement opkg_set_option() and opkg_get_option() | ticktock35 | 2008-12-15 | 1 | -1/+0 |
|
|
* | opkg: 's/itsy/opkg/' | ticktock35 | 2008-12-15 | 1 | -1/+1 |
|
|
* | opkg: remove opkg.h in preperation for new API | ticktock35 | 2008-12-15 | 1 | -3/+4 |
|
|
* | opkg: enable -Werror in libopkg and fix resulting build failures | ticktock35 | 2008-12-15 | 1 | -2/+2 |
|
|
* | opkg: add autoremove command line option | ticktock35 | 2008-12-14 | 1 | -0/+3 |
|
|
* | opkg: re-arrange source code into sub-directories | ticktock35 | 2008-12-14 | 1 | -0/+717 |
|
|