Age | Commit message (Expand) | Author | Files | Lines |
2007-03-06 | * Oops, that last commit had some debug stuff in it. Removed it and added | Dan McGee | 1 | -5/+0 |
2007-03-06 | * -Qs was returning an error if no package found, which is not the same behav... | Dan McGee | 2 | -2/+20 |
2007-03-06 | * Slight updates of Hungarian translation | Dan McGee | 1 | -8/+7 |
2007-03-06 | * Sorry tranlators, another string update. .pacorig was displayed twice in | Dan McGee | 1 | -1/+1 |
2007-03-06 | * Fix FS #6534- unclear IgnorePkg message. Sorry translators, had to update | Dan McGee | 1 | -1/+2 |
2007-03-06 | * Updated Italian translation | Dan McGee | 1 | -308/+313 |
2007-03-06 | * Remove sha1 checksums for now from the INTEGRITY_CHECK array. | Dan McGee | 1 | -1/+1 |
2007-03-06 | Trying to fix up this autotools stuff a bit more. | Dan McGee | 12 | -87/+18887 |
2007-03-06 | * Fix the double package name URL when using XferCommand | Aaron Griffin | 3 | -10/+12 |
2007-03-06 | * Added missing header include guards in md5.h and sha1.h. | Dan McGee | 19 | -20/+32 |
2007-03-05 | This commit looks much more monumental than it is. Almost all just #include | Dan McGee | 43 | -104/+219 |
2007-03-05 | * Failure to #include config.h cost us here, we lost all NLS in alpm.c. | Dan McGee | 1 | -0/+1 |
2007-03-05 | Added this test to check the XferCommand functionality | Aaron Griffin | 1 | -0/+20 |
2007-03-05 | * Fixed an issue with globbing the --test argument | Aaron Griffin | 6 | -15/+34 |
2007-03-05 | * Removed a mirrorlist that codemac says is quite outdated. | Dan McGee | 1 | -1/+0 |
2007-03-05 | * rankmirrors updates from Scott Horowitz <stonecrest@gmail.com>. | Dan McGee | 1 | -17/+26 |
2007-03-04 | * Hopefully the LAST big update of the language files before release.v3.0.0-rc1 | Dan McGee | 12 | -321/+441 |
2007-03-04 | * Update distcheck flags, we no longer need to pass --disable-fakeroot. | Dan McGee | 1 | -4/+2 |
2007-03-04 | * By Roman's request - proactive backup=() entry test case | Aaron Griffin | 1 | -0/+17 |
2007-03-04 | * Fixed the handle realroot stuff | Aaron Griffin | 2 | -5/+8 |
2007-03-04 | * Fixed a whole mess of extra '/' pathing issues when a different root is | Aaron Griffin | 9 | -77/+78 |
2007-03-04 | * handle changes: callbacks should check handle first, as there's a few | Aaron Griffin | 16 | -1587/+1789 |
2007-03-04 | * libtool fixes for building against the right libs | Aaron Griffin | 1 | -2/+2 |
2007-03-04 | * Maybe that call to _alpm_trans_update_depends was necessary. Added it back | Dan McGee | 2 | -2/+10 |
2007-03-04 | Added a test for checking 'requiredby' removal | Aaron Griffin | 1 | -0/+18 |
2007-03-03 | * Remove unnecessary call to _alpm_trans_update_depends that was erroring | Dan McGee | 3 | -14/+21 |
2007-03-03 | * Updated Italian translation | Dan McGee | 3 | -628/+674 |
2007-03-03 | * file utility was updated to version 4.20, removing code that was there to | Dan McGee | 1 | -12/+6 |
2007-03-03 | Minor changes | Aaron Griffin | 1 | -7/+0 |
2007-03-03 | * A little more hacking with wchar_t output, but nothing really changed in | Dan McGee | 6 | -83/+108 |
2007-03-03 | Big commit this time: | Aaron Griffin | 24 | -576/+655 |
2007-03-01 | * Oops- I need to learn to count in hex. | Dan McGee | 1 | -1/+1 |
2007-03-01 | * Slight documentation update. | Dan McGee | 1 | -6/+10 |
2007-03-01 | * Updated Italian translation | Dan McGee | 2 | -89/+127 |
2007-03-01 | * Modified values of INFRQ_* options so we start at 0x01 and not 0x00. This | Dan McGee | 7 | -26/+44 |
2007-03-01 | * Comment clarification | Aaron Griffin | 1 | -1/+2 |
2007-03-01 | * Switched some functions to alpm_pkg_get_* usage as I came across them | Aaron Griffin | 6 | -20/+113 |
2007-03-01 | * REQUIREDBY test was reversed (pkg3 requiredby pkg1, not pkg1 requiredby pkg3) | Aaron Griffin | 1 | -3/+3 |
2007-03-01 | *** empty log message *** | Aaron Griffin | 2 | -5/+23 |
2007-03-01 | * Just a note for future reference | Aaron Griffin | 1 | -0/+4 |
2007-03-01 | * Updated Italian translation | Dan McGee | 2 | -93/+102 |
2007-03-01 | * Silly mistake on making sync895 and sync896- I didn't create the field | Dan McGee | 2 | -0/+4 |
2007-03-01 | * Fix up _alpm_db_free, remove use of void*. | Dan McGee | 3 | -6/+3 |
2007-02-28 | * Unifying placement of REPLACES in desc file, as pacman2 does. We'll worry | Dan McGee | 7 | -33/+42 |
2007-02-28 | * Implemented Douglas' suggestion from the ML- print all integrity checks | Dan McGee | 1 | -3/+7 |
2007-02-28 | * Added another test as suggested by Nagy on the ML- a package both provides | Dan McGee | 10 | -56/+68 |
2007-02-27 | * Some new tests. That bring new failures. :) | Dan McGee | 3 | -4/+42 |
2007-02-27 | * Added another test- I believe it is a possible situation and one we need to | Dan McGee | 2 | -1/+25 |
2007-02-27 | * Prevent this error when creating empty packages. | Dan McGee | 1 | -1/+2 |
2007-02-27 | * Updated description of test upgrade052. | Dan McGee | 4 | -342/+32 |