Age | Commit message (Expand) | Author | Files | Lines |
2008-04-15 | More non-Linux build updates, mostly Darwin | Dan McGee | 1 | -0/+1 |
2008-04-15 | Fix gettext on non-Linux platforms | Dan McGee | 1 | -2/+1 |
2008-04-08 | Add check for swprintf() and a workaround when it is missing | Dan McGee | 1 | -0/+10 |
2008-04-08 | Add *.exe ignores for certain other platforms | Dan McGee | 2 | -0/+4 |
2008-03-23 | strsplit(): memleak fix | Dan McGee | 1 | -1/+1 |
2008-03-09 | Use sigaction instead of signal. | Chantry Xavier | 1 | -4/+19 |
2008-03-09 | src/pacman/pacman.c : split cleanup function. | Chantry Xavier | 1 | -18/+25 |
2008-03-07 | New alpm_version function | Nagy Gabor | 1 | -3/+3 |
2008-03-01 | testpkg rework | Nagy Gabor | 1 | -17/+31 |
2008-02-25 | Remove done and failed msg when loading targets. | Chantry Xavier | 2 | -6/+2 |
2008-02-24 | Add some NULL checks into recently modified output functions | Dan McGee | 2 | -9/+16 |
2008-02-23 | A few more wide character output fixes | Dan McGee | 2 | -22/+55 |
2008-02-23 | Fix wide character output for add/remove/upgrade/conflict progress | Dan McGee | 1 | -16/+33 |
2008-02-23 | Fix wide character output for download progress | Dan McGee | 1 | -6/+33 |
2008-02-20 | Lock the database on -Sc operation. | Chantry Xavier | 1 | -1/+12 |
2008-02-20 | Add new sync_trans_init and sync_trans_release. | Chantry Xavier | 1 | -22/+28 |
2008-02-19 | When cleaning DBs, only look at directories | Dan McGee | 1 | -3/+11 |
2008-02-18 | Fix conflict progress bar with UTF-8 chars | Chantry Xavier | 1 | -24/+8 |
2008-02-17 | Add gettext call to 2 'failed' messages | Dan McGee | 2 | -2/+2 |
2008-02-12 | setlibpaths(): remove a stray set_option line | Dan McGee | 1 | -6/+10 |
2008-02-06 | Don't follow symlinks with -Qo. | Chantry Xavier | 1 | -4/+11 |
2008-02-06 | pacman/util.c: add mdirname function | Dan McGee | 2 | -0/+29 |
2008-02-03 | Clarify the "failed to add target" errors. | Chantry Xavier | 3 | -5/+6 |
2008-01-27 | Clarify the "cancel current operation" message. | Chantry Xavier | 1 | -6/+3 |
2008-01-20 | two string fixes. | Chantry Xavier | 2 | -2/+2 |
2008-01-20 | Remove frontend translation of "debug:" message | Dan McGee | 1 | -2/+2 |
2008-01-15 | Revert "Fix case where pacman asks for confirmation when it should not" | Chantry Xavier | 1 | -2/+1 |
2008-01-14 | Disallow a NULL section in _parseconfig | Dan McGee | 1 | -2/+2 |
2008-01-13 | Notify of package replacements when using noconfirm | Allan McRae | 1 | -5/+13 |
2008-01-12 | Make the user-agent string a bit less verbose | Dan McGee | 1 | -4/+2 |
2008-01-11 | Output a single newline on receipt of a SIGINT | Dan McGee | 1 | -5/+6 |
2008-01-11 | Rename -t --orphans to -t --unrequired (FS#9144). | Chantry Xavier | 3 | -7/+7 |
2008-01-10 | Move the fallback on providers from backend to frontend. | Chantry Xavier | 1 | -3/+31 |
2008-01-08 | Remove upgradedelay and all code associated with it | Dan McGee | 1 | -5/+0 |
2007-12-29 | Fix case where pacman asks for confirmation when it should not | Karolina Lindqvist | 1 | -1/+2 |
2007-12-21 | Check ignored packages in _alpm_sync_addtarget(). | Nathan Jones | 1 | -1/+1 |
2007-12-21 | testdb : fix wrong usage of checkdeps. | Chantry Xavier | 1 | -2/+1 |
2007-12-18 | Allow unreadable Include files to be non-fatal | Aaron Griffin | 1 | -6/+3 |
2007-12-18 | Only query pacman upgrade when performing actual upgrade | Allan McRae | 1 | -36/+38 |
2007-12-11 | Update GNU GPL boilerplate and copyright dates | Dan McGee | 18 | -61/+25 |
2007-12-09 | Improve changelog handling through addition of open/read/close functions | Dan McGee | 3 | -26/+23 |
2007-12-09 | src/pacman/: use the FREELIST macro when possible. | Chantry Xavier | 4 | -9/+4 |
2007-12-09 | testdb.c : add vim modeline according to HACKING, and reindent the file. | Chantry Xavier | 1 | -98/+100 |
2007-12-06 | pacman/sync.c : improve the sync db cleanup feature. | Chantry Xavier | 1 | -10/+14 |
2007-12-04 | Update some errors in messages found during localization | Dan McGee | 1 | -2/+2 |
2007-12-04 | pacman/sync.c: mark sync_trans as static | Dan McGee | 1 | -1/+1 |
2007-12-04 | Oops- forgot to ever set init to 1 in setlibpaths() | Dan McGee | 1 | -0/+1 |
2007-12-04 | Delay output during progress bar | Chantry Xavier | 3 | -3/+65 |
2007-12-02 | parseconfig: refactor duplicate code out into a function | Dan McGee | 1 | -66/+39 |
2007-12-02 | Remove "done" messages from frontend callback function | Dan McGee | 1 | -31/+16 |