Age | Commit message (Expand) | Author | Files | Lines |
2010-03-24 | Show 'Required By' in -Sii output | Dan McGee | 3 | -11/+13 |
2010-03-19 | Strip extension off all package compression types | Dan McGee | 1 | -1/+1 |
2010-03-15 | Bump copyright dates to 2010 | Dan McGee | 17 | -18/+18 |
2010-03-15 | fix a few warnings reported by clang | Xavier Chantry | 3 | -3/+5 |
2010-03-15 | Mark two functions static | Dan McGee | 1 | -2/+2 |
2010-03-15 | Add new --print operation for all operations | Xavier Chantry | 8 | -40/+151 |
2010-03-15 | print installed packages | Xavier Chantry | 1 | -2/+22 |
2010-03-15 | callback: use variable length for progressbar text | Xavier Chantry | 1 | -4/+15 |
2010-03-15 | callback.c : less magic progress bars | Xavier Chantry | 1 | -10/+13 |
2010-03-15 | delta : add external cleanup script | Xavier Chantry | 3 | -1/+142 |
2010-01-20 | Do not print installed size when only downloading | Allan McRae | 1 | -1/+3 |
2010-01-20 | Print "there is nothing to do" with NOOP transactions | Nagy Gabor | 3 | -1/+3 |
2009-12-14 | add some more sanity check for optarg | Xavier Chantry | 1 | -1/+15 |
2009-12-14 | refactor _parseoptions | Xavier Chantry | 1 | -138/+170 |
2009-12-14 | Remove trailing whitespace on all lines in list_display | Dan McGee | 1 | -4/+6 |
2009-11-16 | download: major refactor to address lingering issues | Dan McGee | 1 | -1/+10 |
2009-11-16 | Refactor do/while cycle and multiple while cycles | Laszlo Papp | 1 | -1/+3 |
2009-11-11 | Merge branch 'maint' | Dan McGee | 1 | -1/+2 |
2009-10-28 | Fix opendir error condition checks | Dan McGee | 1 | -1/+2 |
2009-10-19 | Size handling was changed in fgets() functions | Laszlo Papp | 1 | -1/+2 |
2009-10-13 | Replace hardcoded option numbers with enumeration | Laszlo Papp | 2 | -28/+46 |
2009-10-11 | Remove makepath function from frontend | Laszlo Papp | 2 | -37/+0 |
2009-10-11 | cygwin fix : use unsigned char for ctype function | Xavier Chantry | 1 | -3/+3 |
2009-10-11 | Minor scope/typing cleanups | Dan McGee | 2 | -4/+4 |
2009-10-11 | Merge branch 'maint' | Dan McGee | 1 | -4/+14 |
2009-10-04 | callback.c : fallback to normal download with bogus size | Xavier Chantry | 1 | -4/+14 |
2009-09-23 | testdb : fix many memleaks | Xavier Chantry | 1 | -4/+14 |
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 | Fully implement database lazy loading | Dan McGee | 1 | -4/+1 |
2009-09-20 | Merge branch 'maint' | Dan McGee | 4 | -9/+9 |
2009-09-20 | Ask user confirmation for -R operation, too | Nagy Gabor | 1 | -15/+11 |
2009-09-20 | sync.c : duplicate the target before modifying it | Xavier Chantry | 1 | -16/+18 |
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-17 | String improvements | Xavier Chantry | 3 | -6/+6 |
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 | 3 | -92/+35 |
2009-09-09 | Remove transaction type | Xavier Chantry | 5 | -51/+20 |
2009-09-09 | Use sync.c for upgrade transaction prepare and commit | Nagy Gabor | 1 | -17/+42 |
2009-09-09 | Do not remove conflict by default | Nagy Gabor | 1 | -2/+2 |
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 | 3 | -9/+33 |
2009-09-09 | Change Y/n to y/N with REMOVE_PKGS (remove_unresolvable) callback | Nagy Gabor | 1 | -1/+1 |
2009-09-09 | Allow '-Su foo' operation | Xavier Chantry | 1 | -64/+71 |
2009-09-09 | Fix a memleak involving lazy DB loading | Xavier Chantry | 1 | -4/+1 |
2009-09-07 | rewrite strreplace | Xavier Chantry | 1 | -32/+49 |
2009-09-07 | use strreplace in the xfercommand code | Xavier Chantry | 1 | -23/+12 |
2009-09-07 | fix small memleak in an error case | Xavier Chantry | 1 | -0/+1 |