index
:
pacman
master
threads
working
working-maint
Main repository is at http://projects.archlinux.org/pacman.git/
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-13
Create sync/ DB directory if it does not exist
Dan McGee
1
-0
/
+18
2010-12-13
Merge desc and depends files in local db
Allan McRae
3
-94
/
+61
2010-12-13
Attempt to stop installation when we encounter problems
Dan McGee
1
-32
/
+48
2010-12-13
Turn libarchive warnings into libalpm warnings
Dan McGee
2
-3
/
+3
2010-12-13
Make reading from any file possible in sync DB
Dan McGee
1
-12
/
+8
2010-12-13
diskspace style cleanups and small fixes
Dan McGee
2
-50
/
+55
2010-12-13
Refactor statfs/statvfs type check
Dan McGee
2
-41
/
+21
2010-12-13
Display progress bar for disk space checking
Allan McRae
3
-3
/
+27
2010-12-13
Add configuration option to control disk space checking
Allan McRae
4
-4
/
+24
2010-12-13
Implement disk space checking
Allan McRae
3
-1
/
+45
2010-12-13
Add functions to calculate approximate disk usage by packages
Allan McRae
1
-0
/
+100
2010-12-13
Add function to match file to mount point
Allan McRae
1
-0
/
+28
2010-12-13
Add function for listing system mount points
Allan McRae
2
-0
/
+139
2010-12-13
Prototype disk space checking functionality
Allan McRae
4
-0
/
+66
2010-12-13
Remove AC_TYPE_SIGNAL usage
Dan McGee
1
-1
/
+1
2010-12-13
dirent usage cleanup
Dan McGee
4
-4
/
+1
2010-12-13
Move MAX_DELTA_RATIO definition
Allan McRae
2
-3
/
+3
2010-12-13
Combine reading from depends and desc in sync db
Allan McRae
1
-7
/
+2
2010-12-13
alpm/remove.c : respect --dbonly during remove-upgrade
Xavier Chantry
1
-0
/
+5
2010-12-13
alpm: don't expose alpm_depcmp
Xavier Chantry
5
-9
/
+9
2010-12-13
alpm: kill alpm_deptest
Xavier Chantry
2
-26
/
+0
2010-12-13
alpm: add new alpm_find_satisfier function
Xavier Chantry
2
-0
/
+15
2010-12-13
Fix a few problems reported by clang-analyzer
Xavier Chantry
2
-9
/
+6
2010-12-13
Merge branch 'maint'
Dan McGee
1
-1
/
+1
2010-12-13
be_files: write EPOCH instead of FORCE
Xavier Chantry
1
-3
/
+4
2010-12-11
Fix possible null pointer deref in check_arch
Dan McGee
1
-1
/
+1
2010-10-18
Merge branch 'maint'
Dan McGee
2
-1
/
+7
2010-10-18
alpm/sync: very small memleak fix
Xavier Chantry
1
-1
/
+3
2010-10-18
libalpm/remove: fix funny progress bar problem with empty packages
Xavier Chantry
1
-0
/
+4
2010-10-15
be_package: read force entry and convert to epoch
Xavier Chantry
1
-0
/
+5
2010-10-14
Add epoch support to pacman/libalpm
Dan McGee
6
-22
/
+47
2010-10-14
Small tweaks after backend merge
Dan McGee
3
-19
/
+4
2010-10-14
Only write to local repos
Allan McRae
1
-53
/
+38
2010-10-14
Clean-up parsing sync database
Allan McRae
1
-26
/
+1
2010-10-14
Clean-up parsing local database
Allan McRae
1
-24
/
+3
2010-10-14
Remove lazy loading of deltas
Allan McRae
2
-26
/
+3
2010-10-14
Move and rename splitname
Allan McRae
6
-50
/
+49
2010-10-14
Restrict visibility of checkdbdir and get_pkgpath
Allan McRae
3
-39
/
+34
2010-10-14
Only download sync databases
Allan McRae
1
-163
/
+2
2010-10-14
Parse sync database
Allan McRae
2
-414
/
+132
2010-10-14
Populate sync db from archive
Allan McRae
3
-27
/
+42
2010-10-14
Completely separate local and sync db handling
Allan McRae
6
-77
/
+81
2010-10-14
Separate be_files into be_sync and be_local
Allan McRae
8
-325
/
+943
2010-10-13
Move db cache handling functions
Allan McRae
2
-242
/
+243
2010-10-13
Move database handling utility functions
Allan McRae
3
-74
/
+81
2010-10-13
Fix documentation syntax and typo
Allan McRae
2
-2
/
+2
2010-10-13
Initial hack at a DB operations struct
Dan McGee
3
-7
/
+29
2010-10-13
Move the cache stuff where it should be
Dan McGee
13
-335
/
+259
2010-10-13
Move changelog functions to callback struct
Dan McGee
3
-75
/
+175
2010-10-13
Complete rework of package accessor logic
Dan McGee
5
-92
/
+398
[next]