Age | Commit message (Expand) | Author | Files | Lines |
2009-09-24 | repo-add: clean up options parsing | Dan McGee | 1 | -12/+1 |
2009-09-24 | repo-remove: create empty DB when all packages are removed | Dan McGee | 1 | -5/+11 |
2009-09-24 | repo-add: make sure we get size of target file | Dan McGee | 1 | -3/+3 |
2009-09-23 | Merge branch 'maint' | Dan McGee | 41 | -180/+4747 |
2009-09-23 | Update index.txt with new releasev3.3.1 | Dan McGee | 1 | -0/+1 |
2009-09-23 | makepkg: tidy usage output | Allan McRae | 1 | -10/+9 |
2009-09-23 | testdb : fix many memleaks | Xavier Chantry | 1 | -4/+14 |
2009-09-23 | Clean up translation file headers | Dan McGee | 37 | -100/+101 |
2009-09-23 | Add Swedish translation | Laszlo Papp | 5 | -3/+2297 |
2009-09-23 | Update Czech translation | Ondrej Kucera | 2 | -25/+22 |
2009-09-22 | Update Brazilian translation | Rodrigo Flores | 2 | -32/+26 |
2009-09-22 | Add Norwegian translation | Laszlo Papp | 5 | -0/+2284 |
2009-09-21 | Allow cache cleaning to process all cache directories | Dan McGee | 1 | -31/+32 |
2009-09-21 | Propagate return status up in DB cleaning code | Dan McGee | 1 | -4/+6 |
2009-09-21 | Add missing closedir calls in cache cleanup | Dan McGee | 1 | -1/+3 |
2009-09-20 | Update Polish translation | Mateusz Herych | 2 | -31/+27 |
2009-09-20 | Fully implement database lazy loading | Dan McGee | 6 | -55/+75 |
2009-09-20 | Merge branch 'maint' | Dan McGee | 42 | -448/+890 |
2009-09-20 | Ask user confirmation for -R operation, too | Nagy Gabor | 1 | -15/+11 |
2009-09-20 | delta : simple code refactoring | Xavier Chantry | 1 | -26/+41 |
2009-09-20 | sync.c : duplicate the target before modifying it | Xavier Chantry | 3 | -18/+19 |
2009-09-20 | Merge branch 'xav/trans' into maint | Dan McGee | 18 | -418/+396 |
2009-09-20 | Strndup usage and small typo fix | Laszlo Papp | 2 | -2/+2 |
2009-09-19 | Kill -F option for good in option parsing | Dan McGee | 1 | -1/+1 |
2009-09-18 | Update Italian translation | Giovanni Scafora | 2 | -41/+43 |
2009-09-18 | Update Ukrainian translation | Roman Kyrylych | 2 | -150/+148 |
2009-09-18 | Update Turkish translation | Samed Beyribey | 2 | -33/+30 |
2009-09-18 | Update Spanish translation | Juan Pablo González Tognarelli | 2 | -65/+67 |
2009-09-18 | Update Russian translation | Sergey Tereschenko | 2 | -26/+22 |
2009-09-18 | Update Romanian translation | Volodia Macovei | 2 | -24/+20 |
2009-09-18 | Update Kazakh translation | Baurzhan Muftakhidinov | 2 | -30/+23 |
2009-09-18 | Update Hungarian translation | Nagy Gabor | 2 | -23/+19 |
2009-09-18 | Update German translation | Matthias Gorissen | 2 | -26/+24 |
2009-09-17 | Updates in prep for 3.3.1 release | Dan McGee | 2 | -2/+14 |
2009-09-17 | Update en_GB translation | Dan McGee | 2 | -29/+25 |
2009-09-17 | Update french translation | Xavier Chantry | 2 | -26/+24 |
2009-09-17 | Update all pot and po files for 3.3.1 release | Xavier Chantry | 32 | -219/+677 |
2009-09-17 | String improvements | Xavier Chantry | 7 | -15/+15 |
2009-09-15 | Catch an untranslated warning in lib/remove.c | Nagy Gabor | 1 | -1/+1 |
2009-09-15 | Merge branch 'maint' | Dan McGee | 1 | -0/+2 |
2009-09-15 | Add makepkgopt to be_package.c | Nagy Gabor | 1 | -0/+2 |
2009-09-15 | Revert "Fix a memleak involving lazy DB loading" | Dan McGee | 1 | -1/+4 |
2009-09-12 | Change the interface for target loading | Xavier Chantry | 11 | -267/+205 |
2009-09-09 | Re-enable REMOVE_PKGS test in pactest suite | Nagy Gabor | 1 | -5/+5 |
2009-09-09 | Remove transaction type | Xavier Chantry | 15 | -505/+355 |
2009-09-09 | Use sync.c for upgrade transaction prepare and commit | Nagy Gabor | 11 | -174/+133 |
2009-09-09 | Do not remove conflict by default | Nagy Gabor | 16 | -21/+21 |
2009-09-09 | Re-add the non-user friendly --ask option | Xavier Chantry | 3 | -0/+15 |
2009-09-09 | Add a new reason field to pmconflict_t struct | Nagy Gabor | 7 | -16/+56 |
2009-09-09 | Change Y/n to y/N with REMOVE_PKGS (remove_unresolvable) callback | Nagy Gabor | 9 | -12/+12 |