| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove some code duplication, check for realloc failure. | graham.gower | 2009-11-03 | 1 | -6/+9 |
|
|
* | Clean up pkg_vec_insert. | graham.gower | 2009-11-03 | 1 | -4/+8 |
|
|
* | Remove prototype for deleted function. | graham.gower | 2009-11-02 | 1 | -1/+0 |
|
|
* | Stop my eyes from bleeding. | graham.gower | 2009-11-02 | 3 | -497/+111 |
|
|
* | Remove unused callbacks, a legacy of the now removed ipkg API. | graham.gower | 2009-11-02 | 3 | -74/+1 |
|
|
* | Stop using opkg_cb_message. | graham.gower | 2009-11-02 | 2 | -18/+13 |
|
|
* | Clean up some _cmd functions, in particular remove use of print callbacks. | graham.gower | 2009-11-02 | 1 | -121/+34 |
|
|
* | Remove unused code: if pkg was NULL, we would already have segfaulted. | graham.gower | 2009-11-02 | 1 | -3/+0 |
|
|
* | opkg: fix nullpointer dereference | pixdamix | 2009-11-02 | 1 | -1/+1 |
|
|
* | opkg: fix the -force_space option | pixdamix | 2009-11-02 | 1 | -0/+3 |
|
|
* | Cleanup error_list stuff a bit more. | graham.gower | 2009-11-01 | 7 | -84/+60 |
|
|
* | Free memory if we fail to remove a package due to it having dependents. | graham.gower | 2009-11-01 | 1 | -0/+1 |
|
|
* | Avoid reading past the end of the array. | graham.gower | 2009-11-01 | 1 | -1/+1 |
|
|
* | pkg_init_from_file() already does this strdup(), so stop another leak. | graham.gower | 2009-11-01 | 2 | -4/+0 |
|
|
* | Free memory used when parsing a control file. | graham.gower | 2009-11-01 | 1 | -2/+8 |
|
|
* | free() temporary string. | graham.gower | 2009-11-01 | 1 | -0/+1 |
|
|
* | Missing free in sha256 hash verification | pixdamix | 2009-10-30 | 1 | -0/+1 |
|
|
* | Add missing free (again) | pixdamix | 2009-10-30 | 1 | -0/+7 |
|
|
* | Fix some memory leaks. | graham.gower | 2009-10-30 | 4 | -10/+8 |
|
|
* | The compiler almost certainly knows better. | graham.gower | 2009-10-30 | 3 | -16/+16 |
|
|
* | Fix problems in error list | pixdamix | 2009-10-29 | 4 | -15/+33 |
|
|
* | Removed a unused variable warning | pixdamix | 2009-10-28 | 1 | -0/+4 |
|
|
* | Add error messages in case of signature error | pixdamix | 2009-10-28 | 1 | -1/+6 |
|
|
* | Adding sha256.[ch] | ticktock35 | 2009-10-28 | 2 | -0/+645 |
|
|
* | Opkg support for smime (pkcs7) packages list signing | ticktock35 | 2009-10-27 | 7 | -9/+155 |
|
|
* | Add sha256 ckecksums to okpg | ticktock35 | 2009-10-27 | 10 | -2/+116 |
|
|
* | Improve install candidate selection | ticktock35 | 2009-10-05 | 1 | -9/+20 |
|
|
* | Fix Segmentation fault while data in Package.gz is not good | ticktock35 | 2009-09-22 | 1 | -0/+4 |
|
|
* | Adding error message for the lock file. | ticktock35 | 2009-09-17 | 1 | -1/+10 |
|
|
* | Fix issue on "Segmentation fault on package removal" | ticktock35 | 2009-07-03 | 1 | -2/+3 |
|
|
* | adds a configure option so "/etc/opkg" can be | ticktock35 | 2009-06-14 | 4 | -8/+11 |
|
|
* | adding new flag flag_maintainer | ticktock35 | 2009-04-17 | 6 | -12/+29 |
|
|
* | using pkg->dest->root_dir | ticktock35 | 2009-04-03 | 1 | -2/+4 |
|
|
* | Try to avoid long unsigned int overflow. | ticktock35 | 2009-04-03 | 2 | -9/+17 |
|
|
* | Thanks to Keon's notify. | ticktock35 | 2009-03-26 | 1 | -1/+1 |
|
|
* | Due to deb_extract's defect that I cannot tell if an extraction is | ticktock35 | 2009-03-26 | 1 | -9/+12 |
|
|
* | reduce a memory leak of closing dir | ticktock35 | 2009-03-26 | 1 | -0/+1 |
|
|
* | reduce a big memory leak | ticktock35 | 2009-03-26 | 6 | -31/+48 |
|
|
* | because of the file_hash_set_file_owner may break the file list of pkgs | ticktock35 | 2009-03-09 | 2 | -10/+21 |
|
|
* | thanks to Koen, a memory leak were fond and fixed here. | ticktock35 | 2009-02-28 | 1 | -2/+10 |
|
|
* | reduce a meory leak | ticktock35 | 2009-02-03 | 1 | -2/+5 |
|
|
* | Initial the 'err' valaible in opkg_install_by_name , or it may be used without | ticktock35 | 2009-02-01 | 1 | -1/+1 |
|
|
* | Thanks to: Per Hansen <spamhans@yahoo.de> | ticktock35 | 2009-01-24 | 1 | -1/+1 |
|
|
* | fix a buffer overflow bug that cause | ticktock35 | 2009-01-19 | 2 | -4/+32 |
|
|
* | Making the status_file singleton, every package is using the same file, | ticktock35 | 2009-01-09 | 1 | -25/+20 |
|
|
* | opkg the config file dir to that one actually works | ticktock35 | 2008-12-28 | 1 | -1/+1 |
|
|
* | adding check_signature config | ticktock35 | 2008-12-28 | 6 | -61/+69 |
|
|
* | adding --enable-curl configuation to configure.ac | ticktock35 | 2008-12-27 | 2 | -0/+30 |
|
|
* | when configure with --disable-gpg, no message complain about the signature st... | ticktock35 | 2008-12-26 | 2 | -3/+1 |
|
|
* | using hash_table reduce an O(n^2) algorithm to O(n) | ticktock35 | 2008-12-19 | 1 | -14/+13 |
|
|