summaryrefslogtreecommitdiffstats
path: root/libopkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove response_callback bits. Forgot to commit this before.graham.gower2009-11-032-25/+15
* Remove some code duplication, check for realloc failure.graham.gower2009-11-031-6/+9
* Clean up pkg_vec_insert.graham.gower2009-11-031-4/+8
* Remove prototype for deleted function.graham.gower2009-11-021-1/+0
* Stop my eyes from bleeding.graham.gower2009-11-023-497/+111
* Remove unused callbacks, a legacy of the now removed ipkg API.graham.gower2009-11-023-74/+1
* Stop using opkg_cb_message.graham.gower2009-11-022-18/+13
* Clean up some _cmd functions, in particular remove use of print callbacks.graham.gower2009-11-021-121/+34
* Remove unused code: if pkg was NULL, we would already have segfaulted.graham.gower2009-11-021-3/+0
* opkg: fix nullpointer dereferencepixdamix2009-11-021-1/+1
* opkg: fix the -force_space optionpixdamix2009-11-021-0/+3
* Cleanup error_list stuff a bit more.graham.gower2009-11-017-84/+60
* Free memory if we fail to remove a package due to it having dependents.graham.gower2009-11-011-0/+1
* Avoid reading past the end of the array.graham.gower2009-11-011-1/+1
* pkg_init_from_file() already does this strdup(), so stop another leak.graham.gower2009-11-012-4/+0
* Free memory used when parsing a control file.graham.gower2009-11-011-2/+8
* free() temporary string.graham.gower2009-11-011-0/+1
* Missing free in sha256 hash verificationpixdamix2009-10-301-0/+1
* Add missing free (again)pixdamix2009-10-301-0/+7
* Fix some memory leaks.graham.gower2009-10-304-10/+8
* The compiler almost certainly knows better.graham.gower2009-10-303-16/+16
* Fix problems in error listpixdamix2009-10-294-15/+33
* Removed a unused variable warningpixdamix2009-10-281-0/+4
* Add error messages in case of signature errorpixdamix2009-10-281-1/+6
* Adding sha256.[ch]ticktock352009-10-282-0/+645
* Opkg support for smime (pkcs7) packages list signingticktock352009-10-277-9/+155
* Add sha256 ckecksums to okpgticktock352009-10-2710-2/+116
* Improve install candidate selectionticktock352009-10-051-9/+20
* Fix Segmentation fault while data in Package.gz is not goodticktock352009-09-221-0/+4
* Adding error message for the lock file.ticktock352009-09-171-1/+10
* Fix issue on "Segmentation fault on package removal"ticktock352009-07-031-2/+3
* adds a configure option so "/etc/opkg" can beticktock352009-06-144-8/+11
* adding new flag flag_maintainerticktock352009-04-176-12/+29
* using pkg->dest->root_dirticktock352009-04-031-2/+4
* Try to avoid long unsigned int overflow.ticktock352009-04-032-9/+17
* Thanks to Keon's notify.ticktock352009-03-261-1/+1
* Due to deb_extract's defect that I cannot tell if an extraction isticktock352009-03-261-9/+12
* reduce a memory leak of closing dirticktock352009-03-261-0/+1
* reduce a big memory leakticktock352009-03-266-31/+48
* because of the file_hash_set_file_owner may break the file list of pkgsticktock352009-03-092-10/+21
* thanks to Koen, a memory leak were fond and fixed here.ticktock352009-02-281-2/+10
* reduce a meory leakticktock352009-02-031-2/+5
* Initial the 'err' valaible in opkg_install_by_name , or it may be used withoutticktock352009-02-011-1/+1
* Thanks to: Per Hansen <spamhans@yahoo.de>ticktock352009-01-241-1/+1
* fix a buffer overflow bug that causeticktock352009-01-192-4/+32
* Making the status_file singleton, every package is using the same file,ticktock352009-01-091-25/+20
* opkg the config file dir to that one actually worksticktock352008-12-281-1/+1
* adding check_signature configticktock352008-12-286-61/+69