Age | Commit message (Expand) | Author | Files | Lines |
2008-03-02 | New alpm_version function | Nagy Gabor | 2 | -0/+6 |
2008-03-01 | Merge branch 'maint' | Dan McGee | 1 | -1/+1 |
2008-03-01 | Set a missing pm_errno in _alpm_pkg_load() | Nagy Gabor | 1 | -1/+1 |
2008-02-28 | libalpm: clean up of md5sum functions. | Chantry Xavier | 6 | -135/+55 |
2008-02-28 | Start removing some junk from the function template | Dan McGee | 2 | -23/+7 |
2008-02-28 | libalpm/dload.c : memleak fixes. | Chantry Xavier | 1 | -13/+20 |
2008-02-28 | clean up dltotal leftover from 81a2a06818d367f852. | Chantry Xavier | 1 | -9/+0 |
2008-02-26 | Merge branch 'maint' | Dan McGee | 4 | -14/+14 |
2008-02-26 | Update simplified chinese (zh_CN) translation. | 甘露(Lu.Gan) | 1 | -9/+9 |
2008-02-26 | fix two broken translated strings. | Chantry Xavier | 1 | -2/+2 |
2008-02-26 | xgettext : change pass-c-format flag to c-format. | Chantry Xavier | 1 | -2/+2 |
2008-02-25 | Remove pmserver_t abstraction | Dan McGee | 9 | -214/+38 |
2008-02-25 | Add new stub download functions for use throughout the code | Dan McGee | 4 | -31/+45 |
2008-02-25 | Move download code out of server.c | Dan McGee | 7 | -388/+464 |
2008-02-25 | More cleanup to alpm_list | Dan McGee | 1 | -20/+7 |
2008-02-25 | alpm_list.c clean-up | Nagy Gabor | 2 | -59/+63 |
2008-02-25 | libalpm/sync.c : fix poorly worded debug message. | Chantry Xavier | 1 | -1/+1 |
2008-02-24 | Merge branch 'maint' | Dan McGee | 3 | -3/+659 |
2008-02-24 | Update Russian translation | Sergey Tereschenko | 1 | -3/+3 |
2008-02-22 | Add new Simplified Chinese translation | 甘露(Lu.Gan) | 2 | -0/+656 |
2008-02-21 | Merge branch 'maint' | Dan McGee | 3 | -352/+333 |
2008-02-19 | Final updates to Polish translation | Mateusz Herych | 1 | -172/+161 |
2008-02-18 | Update libalpm russian translation. | Sergey Tereschenko | 1 | -178/+168 |
2008-02-18 | Do not warn about up to date package when downloading only | Allan McRae | 1 | -2/+4 |
2008-02-16 | Move pmgraph_t struct and functions to their own header file | Dan McGee | 6 | -38/+61 |
2008-02-16 | Merge branch 'maint' | Dan McGee | 8 | -57/+56 |
2008-02-15 | More small updates to German translation | Matthias Gorissen | 1 | -3/+5 |
2008-02-15 | Merge branch 'translations' into maint | Dan McGee | 2 | -44/+34 |
2008-02-14 | Ensure DESC infolevel is loaded before checking pkg->filename | Dan McGee | 2 | -7/+4 |
2008-02-12 | Updated Czech translation for 3.1.2 release | Vojtěch Gondžala | 1 | -35/+34 |
2008-02-12 | Update french translation. | Chantry Xavier | 1 | -9/+0 |
2008-02-12 | Move some translations to their generic language code | Dan McGee | 4 | -3/+3 |
2008-02-12 | ensure chk_fileconflicts reads entire file list | Dan McGee | 1 | -4/+10 |
2008-02-08 | Merge branch 'maint' | Dan McGee | 1 | -6/+4 |
2008-02-08 | Remove alpm_sync_get_newversion function | Nagy Gabor | 2 | -9/+0 |
2008-02-08 | alpm_sync_sysupgrade split | Nagy Gabor | 2 | -44/+66 |
2008-02-07 | libalpm/add.c : safety check for fixing FS#9235. | Chantry Xavier | 1 | -6/+4 |
2008-02-06 | libalpm/package.c : add _alpm_pkgname_pkg_cmp function. | Nagy Gabor | 3 | -4/+9 |
2008-02-06 | New remove option : -u / --unneeded (FS#6505). | Nagy Gabor | 4 | -7/+49 |
2008-01-27 | pmsyncpkg_t cleanup | Nagy Gabor | 3 | -70/+45 |
2008-01-27 | Fix PM_ERR_CONFLICTING_DEPS handling in sync.c | Nagy Gabor | 1 | -13/+14 |
2008-01-27 | New _alpm_conflict_dup function | Nagy Gabor | 2 | -0/+12 |
2008-01-27 | small sync.c code clean-up | Nagy Gabor | 1 | -16/+6 |
2008-01-24 | libalpm/sync.c : conflicts resolving cleanup. | Chantry Xavier | 1 | -153/+110 |
2008-01-24 | Fix flip-flopped parameters to CALLOC macro | Dan McGee | 1 | -2/+2 |
2008-01-24 | libalpm/cache.c : don't duplicate packages in pkgcache. | Chantry Xavier | 2 | -13/+5 |
2008-01-24 | Add new public alpm_checkdbconflicts function. | Chantry Xavier | 4 | -5/+11 |
2008-01-24 | small memleak fix in sync.c. | Chantry Xavier | 1 | -1/+2 |
2008-01-22 | conflict.c: move debug message out of inner loop | Dan McGee | 1 | -2/+2 |
2008-01-22 | Fix memleak found by add004.py | Dan McGee | 1 | -12/+8 |