Age | Commit message (Expand) | Author | Files | Lines |
2007-04-29 | Remove STRNCPY macro from libalpm | Dan McGee | 9 | -33/+29 |
2007-04-29 | Bump up the version numbers a bit for the development branch | Dan McGee | 1 | -3/+3 |
2007-04-29 | Remove 'removes' array from libalpm | Dan McGee | 6 | -46/+1 |
2007-04-28 | Set HTTP_USER_AGENT envvar in pacman | Dan McGee | 1 | -0/+20 |
2007-04-28 | Remove FREELISTPTR macro | Dan McGee | 7 | -22/+20 |
2007-04-28 | Add a cb_log call on segfaults | Dan McGee | 1 | -0/+2 |
2007-04-28 | Remove FREEPKG macro and correctly type _alpm_pkg_free | Dan McGee | 9 | -26/+35 |
2007-04-28 | Remove FREEHANDLE macro and correctly type _alpm_handle_free | Dan McGee | 3 | -8/+6 |
2007-04-28 | Remove FREESERVER macro and correctly type _alpm_server_free | Dan McGee | 4 | -8/+7 |
2007-04-28 | Remove FREEGRP macro and correctly type _alpm_grp_free | Dan McGee | 5 | -13/+7 |
2007-04-27 | Remove FREESYNC macro and correctly type _alpm_sync_free | Dan McGee | 4 | -11/+14 |
2007-04-27 | Remove FREETRANS macro and correctly type _alpm_trans_free | Dan McGee | 6 | -25/+19 |
2007-04-27 | Clean up gettext on the libalpm side | Dan McGee | 21 | -25/+6 |
2007-04-27 | Remove output.c and output.h | Dan McGee | 13 | -116/+39 |
2007-04-27 | Start of the newline fixes after switching over the output | Dan McGee | 3 | -44/+39 |
2007-04-27 | Set the correct type on the log callback function | Dan McGee | 4 | -4/+5 |
2007-04-26 | Add -pedantic flag to pacman (frontend) CFLAGS | Dan McGee | 3 | -3/+12 |
2007-04-26 | Remove ERR calls from the code | Dan McGee | 7 | -65/+88 |
2007-04-26 | Remove ERR, WARN, and pm_fprintf macros/functions | Dan McGee | 2 | -71/+1 |
2007-04-26 | Remove MSG output macro (#define and in code) | Dan McGee | 10 | -183/+158 |
2007-04-26 | Move log.c/h -> output.c/h to properly reflect what is contained | Dan McGee | 12 | -24/+24 |
2007-04-26 | Pacman side code consolidation- unify callback functions to one file | Dan McGee | 13 | -359/+277 |
2007-04-26 | More pacman side cleanup | Dan McGee | 9 | -86/+41 |
2007-04-26 | Allow sync search to work without arguments | Dan McGee | 2 | -29/+38 |
2007-04-25 | Update Doxyfile for v1.5.2 | Dan McGee | 1 | -5/+7 |
2007-04-25 | add.c and remove.c cleanup | Dan McGee | 3 | -42/+74 |
2007-04-25 | Remove more unnecessary stuff | Dan McGee | 14 | -21/+7 |
2007-04-25 | Remove unnecessary includes of downloadprog.h | Dan McGee | 3 | -3/+0 |
2007-04-25 | Remove single-function upgrade.c | Dan McGee | 4 | -48/+10 |
2007-04-25 | Merge single-function header files on pacman side | Dan McGee | 15 | -182/+37 |
2007-04-25 | repo-add: Fix bug where desc info was omitted if package in a group | Marcus Habernehl | 1 | -2/+2 |
2007-04-25 | Update the pot language files | Dan McGee | 2 | -269/+207 |
2007-04-25 | Update all translation po files | Dan McGee | 16 | -2151/+2139 |
2007-04-25 | Updated French Translation | Nam | 2 | -832/+881 |
2007-04-23 | Updating German Translation | Pierre Schmitz | 2 | -118/+120 |
2007-04-23 | Forward port NEWS file from 3.0.2 | Dan McGee | 1 | -0/+5 |
2007-04-23 | Add a pactest for IgnorePkg and force on same package | Dan McGee | 1 | -0/+14 |
2007-04-23 | rankmirrors: download first 50KB of DB to get more reliable numbers | Scott Horowitz | 1 | -2/+18 |
2007-04-23 | Using wrong variable for depend lookup in sortbydeps | Nagy Gabor | 1 | -1/+1 |
2007-04-23 | New archlinuxppc.org mirror added to mirrorlist | Aaron Griffin | 1 | -0/+1 |
2007-04-23 | Let IgnorePkg superceed the FORCE package flag | Chantry Xavier | 1 | -7/+9 |
2007-04-23 | Added Spanish translation | Juan Pablo González T | 4 | -4/+2636 |
2007-04-18 | Bug fix for FS#6944 | Alexander Baldeck | 1 | -1/+1 |
2007-04-17 | makepkg: unset LC_MESSAGES during builds | Dan McGee | 1 | -1/+1 |
2007-04-17 | Update German translation | Matthias Gorissen | 2 | -149/+146 |
2007-04-17 | Add Polish language translation | Mateusz Jędrasik | 4 | -0/+2586 |
2007-04-17 | ldconfig changes from CVS | Aaron Griffin | 4 | -1/+43 |
2007-04-17 | makepkg: remove grep calls from stripping binaries | Andrew Fyfe | 1 | -8/+9 |
2007-04-17 | Forward port 3.0.2 branch fixes | Dan McGee | 3 | -3/+3 |
2007-04-14 | Add void to functions with empty parameter list | Dan McGee | 2 | -3/+3 |