index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-03 | libalpm/md5: Fix license header | Dan McGee | |
This was mistakenly referencing the LGPL even after the XySSL code bump, so fix the license clause to be correct. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2008-05-08 | Update md5 routines | Dan McGee | |
XySSL 0.9 was released; sync our code with the upstream source. Note that there weren't any real changes besides renaming of macros, so nothing much to see here. The biggest change may be the licence- it is now GPL/BSD software rather than LGPL/BSD. The license header is changed to reflect this. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-12-10 | Update GNU GPL boilerplate and copyright dates | Dan McGee | |
Update the GPL boilerplate to direct people to the GNU website for a copy of the license, as well as bump all of Judd's copyrights to 2007. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-11-16 | War on whitespace | Dan McGee | |
Run the kernel's cleanfile script on all of our source files. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-09-28 | libalpm: Optimize/inline the md5 functionality | Dan McGee | |
The md5 routines are one of the chokepoints of libalpm (main chokepoint being archive extraction). Although IO delay causes a lot of it, we can at least inline some of the md5 stuff as we aren't that concerned about space and eliminate quite a few function calls. Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-08-20 | Add const qualifier to md5_file and alpm_get_md5sum | Dan McGee | |
Signed-off-by: Dan McGee <dan@archlinux.org> | |||
2007-08-16 | Clean up MD5 code. | Andrew Fyfe | |
* 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-05 | This commit looks much more monumental than it is. Almost all just #include | Dan McGee | |
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. | |||
2006-10-15 | Merged frugalware changes (too many to list). Also added some config file | Aaron Griffin | |
handling changes (support [sections] to carry over to included files - this helps with backwards compatibility with existing pacman config files) | |||
2005-10-18 | added patch to use the system memcpy for md5 stuff | Judd Vinet | |
2005-03-15 | Initial revision | Judd Vinet | |