2009-11-12 |
graham.gower | Don't prompt for user input from stdin if it's not... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
graham.gower | Cleanup the rest of pkg_parse.c. Give some functions... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
graham.gower | Don't clobber errno, so that we can provide a useful... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
graham.gower | Fix parsing of Conffiles lines in status files. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
graham.gower | Cleanup version string handling. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
graham.gower | Fix leak when downgrading a package. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
graham.gower | Remove a debugging fprintf I accidentally left in. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
graham.gower | Cleanup parsing of packages. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
graham.gower | Dead code removal. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
graham.gower | Don't try to rerun control scripts, problems caused... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
graham.gower | More cleanup in error paths to plug leaks found while... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
pixdamix | Update name in copyrights + minor changes |
commit | commitdiff | tree | snapshot |
2009-11-10 |
graham.gower | Cleanup trim_alloc(). |
commit | commitdiff | tree | snapshot |
2009-11-10 |
graham.gower | Remove opkg_internal_use_only and fix associated assump... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
graham.gower | Remove the assumption that pkg fields have been allocat... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
graham.gower | Ensure that the hash_table messages show useful informa... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
graham.gower | Use xsystem() to be consistent. Some minor cleanup... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | Put update temp directory in with the others. Also... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | Use mkdtemp() to create a unique directory instead... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | More dead code removal. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | Remove if (0 && ...) ... statements. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | Remove more unused code. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | Remove unused function. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | Remove dead code. We would segfault before following... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | Remove some bogus error checking and return void instea... |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | Specify --enable-pathfinder instead of --with-pathfinder. |
commit | commitdiff | tree | snapshot |
2009-11-06 |
graham.gower | I hate autotools. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
pixdamix | Some refactoring of pathfinder support |
commit | commitdiff | tree | snapshot |
2009-11-05 |
pixdamix | Removed a bunch of if(0) and dead code |
commit | commitdiff | tree | snapshot |
2009-11-05 |
pixdamix | Add pathfinder support for certificate validation |
commit | commitdiff | tree | snapshot |
2009-11-05 |
graham.gower | These functions cannot fail, so return void. |
commit | commitdiff | tree | snapshot |
2009-11-05 |
graham.gower | s/malloc/xmalloc/ s/calloc/xcalloc/ s/realloc/realloc/ |
commit | commitdiff | tree | snapshot |
2009-11-05 |
graham.gower | Don't set PATH="/dev/null". Shuffle things around while... |
commit | commitdiff | tree | snapshot |
2009-11-05 |
graham.gower | Remove code path which cannot be executed. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
graham.gower | s/strndup/xstrndup/ - check memory allocations for... |
commit | commitdiff | tree | snapshot |
2009-11-04 |
graham.gower | s/strdup/xstrdup/ - check memory allocations for failure. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
graham.gower | Remove some strdup abuse. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
graham.gower | Remove str_dup_safe() in favour of xstrdup() from libbb. |
commit | commitdiff | tree | snapshot |
2009-11-04 |
graham.gower | Remove unused opkg_set_current_state bits. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
pixdamix | Make `curl' an instance variable and ssl support |
commit | commitdiff | tree | snapshot |
2009-11-03 |
graham.gower | The list-installed command does not exist. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
graham.gower | Remove response_callback bits. Forgot to commit this... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
graham.gower | Remove some code duplication, check for realloc failure. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
graham.gower | Clean up pkg_vec_insert. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
graham.gower | Remove prototype for deleted function. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
graham.gower | Stop my eyes from bleeding. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
graham.gower | Remove unused callbacks, a legacy of the now removed... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
graham.gower | Stop using opkg_cb_message. |
commit | commitdiff | tree | snapshot |
2009-11-03 |
graham.gower | Clean up some _cmd functions, in particular remove... |
commit | commitdiff | tree | snapshot |
2009-11-03 |
graham.gower | Remove unused code: if pkg was NULL, we would already... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
pixdamix | opkg: fix nullpointer dereference |
commit | commitdiff | tree | snapshot |
2009-11-02 |
pixdamix | opkg: fix the -force_space option |
commit | commitdiff | tree | snapshot |
2009-11-02 |
graham.gower | Cleanup error_list stuff a bit more. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
graham.gower | Free memory if we fail to remove a package due to it... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
graham.gower | Avoid reading past the end of the array. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
graham.gower | pkg_init_from_file() already does this strdup(), so... |
commit | commitdiff | tree | snapshot |
2009-11-02 |
graham.gower | Free memory used when parsing a control file. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
graham.gower | Fix memory leaks. |
commit | commitdiff | tree | snapshot |
2009-11-02 |
graham.gower | free() temporary string. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
pixdamix | Missing free in sha256 hash verification |
commit | commitdiff | tree | snapshot |
2009-10-30 |
pixdamix | Add missing free (again) |
commit | commitdiff | tree | snapshot |
2009-10-30 |
graham.gower | Fix some memory leaks. |
commit | commitdiff | tree | snapshot |
2009-10-30 |
graham.gower | The compiler almost certainly knows better. |
commit | commitdiff | tree | snapshot |
2009-10-29 |
pixdamix | Fix problems in error list |
commit | commitdiff | tree | snapshot |
2009-10-28 |
pixdamix | Removed a unused variable warning |
commit | commitdiff | tree | snapshot |
2009-10-28 |
pixdamix | Add error messages in case of signature error |
commit | commitdiff | tree | snapshot |
2009-10-28 |
pixdamix | Fix implicit declaration of strndup |
commit | commitdiff | tree | snapshot |
2009-10-28 |
ticktock35 | Adding sha256.[ch] |
commit | commitdiff | tree | snapshot |
2009-10-27 |
pixdamix | Improve the poor man's fseek in unarchive.c |
commit | commitdiff | tree | snapshot |
2009-10-27 |
ticktock35 | Opkg support for smime (pkcs7) packages list signing |
commit | commitdiff | tree | snapshot |
2009-10-27 |
ticktock35 | Add sha256 ckecksums to okpg |
commit | commitdiff | tree | snapshot |
2009-10-06 |
ticktock35 | Improve install candidate selection |
commit | commitdiff | tree | snapshot |
2009-09-22 |
ticktock35 | Fix Segmentation fault while data in Package.gz is... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
ticktock35 | Fix opkg doesn't handle long link/path names in tar... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
ticktock35 | Adding error message for the lock file. |
commit | commitdiff | tree | snapshot |
2009-07-04 |
ticktock35 | Fix issue on "Segmentation fault on package removal" |
commit | commitdiff | tree | snapshot |
2009-06-26 |
ticktock35 | Thanks to claudyus84 and Gilles |
commit | commitdiff | tree | snapshot |
2009-06-14 |
ticktock35 | adds a configure option so "/etc/opkg" can be |
commit | commitdiff | tree | snapshot |
2009-04-17 |
ticktock35 | adding new flag flag_maintainer |
commit | commitdiff | tree | snapshot |
2009-04-03 |
ticktock35 | using pkg->dest->root_dir |
commit | commitdiff | tree | snapshot |
2009-04-03 |
ticktock35 | Try to avoid long unsigned int overflow. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
ticktock35 | Thanks to Keon's notify. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
ticktock35 | Due to deb_extract's defect that I cannot tell if an... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
ticktock35 | reduce a memory leak of closing dir |
commit | commitdiff | tree | snapshot |
2009-03-26 |
ticktock35 | reduce a big memory leak |
commit | commitdiff | tree | snapshot |
2009-03-26 |
ticktock35 | Thanks to Antonio |
commit | commitdiff | tree | snapshot |
2009-03-09 |
ticktock35 | because of the file_hash_set_file_owner may break the... |
commit | commitdiff | tree | snapshot |
2009-03-04 |
ticktock35 | Thanks to Krzysztof Kotlenga <pocek@users.sf.net>: |
commit | commitdiff | tree | snapshot |
2009-02-28 |
ticktock35 | thanks to Koen, a memory leak were fond and fixed here. |
commit | commitdiff | tree | snapshot |
2009-02-12 |
ticktock35 | Thanks to |
commit | commitdiff | tree | snapshot |
2009-02-03 |
ticktock35 | reduce a meory leak |
commit | commitdiff | tree | snapshot |
2009-02-01 |
ticktock35 | Initial the 'err' valaible in opkg_install_by_name... |
commit | commitdiff | tree | snapshot |
2009-01-24 |
ticktock35 | Thanks to: Per Hansen <spamhans@yahoo.de> |
commit | commitdiff | tree | snapshot |
2009-01-19 |
ticktock35 | fix a buffer overflow bug that cause |
commit | commitdiff | tree | snapshot |
2009-01-09 |
ticktock35 | Making the status_file singleton, every package is... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
ticktock35 | opkg the config file dir to that one actually works |
commit | commitdiff | tree | snapshot |
2008-12-28 |
ticktock35 | adding check_signature config |
commit | commitdiff | tree | snapshot |
2008-12-27 |
ticktock35 | revert R190, keep R191 |
commit | commitdiff | tree | snapshot |
2008-12-27 |
ticktock35 | adding --enable-curl configuation to configure.ac |
commit | commitdiff | tree | snapshot |
2008-12-27 |
ticktock35 | Thanks for Mike Westerhof <mwester@dls.net> |
commit | commitdiff | tree | snapshot |
next |