Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-08-16 | Clean up MD5 code. | Andrew Fyfe | 1 | -42/+80 | |
* 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> | |||||
2007-03-06 | * Added missing header include guards in md5.h and sha1.h. | Dan McGee | 1 | -2/+5 | |
* Some header cleanup on the pacman side of things - we had alpm.h instead alpm_list.h in a few headers. * removed an extra slash in path-building snprintf in server.c. | |||||
2006-10-15 | Merged frugalware changes (too many to list). Also added some config file | Aaron Griffin | 1 | -6/+5 | |
handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files) | |||||
2005-10-08 | Merging in recent fixes/additions from 2.9.7 | Judd Vinet | 1 | -1/+1 | |
2005-03-15 | Initial revision | Judd Vinet | 1 | -0/+51 | |