Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Clean up MD5 code. | Andrew Fyfe | 2007-08-16 |
| | | | | | | | | | | | | | | * Move alpm md5 functions to lib/libalpm/util.c * Remove unneeded includes for md5.h * Replace md5 implementation with one from http://www.xyssl.org Dan: clean up XySSL code by removing parts we don't use, and add a note saying what changed. Dan: fix alpm_get_md5sum, off by one error on the malloc call and other small things. Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Dan McGee <dan@archlinux.org> | ||
* | This commit looks much more monumental than it is. Almost all just #include | Dan McGee | 2007-03-05 |
| | | | | | | | | reordering and adding ones that were forgotten (noticed when trying to compile after reordering). * Updated the HACKING file to include information on #include usage. * print -> vprint in "making dir" function in pactest. | ||
* | Merged frugalware changes (too many to list). Also added some config file | Aaron Griffin | 2006-10-15 |
| | | | | | handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files) | ||
* | added patch to use the system memcpy for md5 stuff | Judd Vinet | 2005-10-18 |
| | |||
* | Initial revision | Judd Vinet | 2005-03-15 |