index
:
pacman
master
pkgbase
[no description]
Johannes Löthberg
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libalpm
/
be_files.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-14
Separate be_files into be_sync and be_local
Allan McRae
1
-1228
/
+0
2010-10-13
Move db cache handling functions
Allan McRae
1
-242
/
+0
2010-10-13
Move database handling utility functions
Allan McRae
1
-74
/
+0
2010-10-13
Initial hack at a DB operations struct
Dan McGee
1
-1
/
+1
2010-10-13
Move the cache stuff where it should be
Dan McGee
1
-1
/
+243
2010-10-13
Move changelog functions to callback struct
Dan McGee
1
-0
/
+61
2010-10-13
Complete rework of package accessor logic
Dan McGee
1
-2
/
+245
2010-10-13
Allow local and sync db to be treated separately
Dan McGee
1
-1
/
+5
2010-10-11
Avoid stat call to determine is_directory if possible
Dan McGee
1
-10
/
+19
2010-08-23
fgets invocation cleanup
Dan McGee
1
-30
/
+29
2010-07-07
Download sync db into DBPath/sync
Allan McRae
1
-4
/
+8
2010-07-07
Remove DBEXT usage
Allan McRae
1
-4
/
+4
2010-07-07
Check return value of fgets calls
Allan McRae
1
-2
/
+6
2010-03-25
More consistent printing of off_t and time_t
Xavier Chantry
1
-3
/
+3
2010-03-15
Unbreak the database partial extraction code
Dan McGee
1
-13
/
+9
2010-03-14
fix a few warnings reported by clang
Xavier Chantry
1
-1
/
+1
2010-03-14
Reduce duplicate code in DB extraction
Dan McGee
1
-37
/
+26
2010-03-14
Only extract new DB entries
Xavier Chantry
1
-12
/
+154
2009-12-13
Print error on duplicated database entries
Nagy Gabor
1
-0
/
+7
2009-11-15
download: major refactor to address lingering issues
Dan McGee
1
-91
/
+5
2009-10-19
Size handling was changed in fgets() functions
Laszlo Papp
1
-24
/
+25
2009-10-11
Rework the alpm_unpack functions
Xavier Chantry
1
-1
/
+1
2009-10-11
cygwin fix : use unsigned char for ctype function
Xavier Chantry
1
-2
/
+2
2009-09-20
Fully implement database lazy loading
Dan McGee
1
-15
/
+24
2009-09-20
Merge branch 'maint'
Dan McGee
1
-1
/
+1
2009-09-16
String improvements
Xavier Chantry
1
-1
/
+1
2009-09-08
Remove transaction type
Xavier Chantry
1
-2
/
+1
2009-05-11
Fix non-C style comments in libalpm
Gerardo Exequiel Pozzi
1
-2
/
+2
2009-04-11
Add detail documentation for alpm_db_update()
Sebastian Nowicki
1
-0
/
+31
2009-03-15
be_files.c : use %jd instead of %ju for intmax_t
Xavier Chantry
1
-3
/
+3
2009-01-20
Delay the creation of local and sync db dir.
Xavier Chantry
1
-12
/
+31
2009-01-20
Remove some db abstraction crap.
Xavier Chantry
1
-32
/
+8
2009-01-12
Rename alpm_get_md5sum to alpm_compute_md5sum and alpm_dep_get_string to alpm...
Nagy Gabor
1
-1
/
+1
2009-01-02
Separate local db directory creation and db write
Allan McRae
1
-3
/
+21
2008-11-30
Add regex to delta code so we don't segfault when reading line
Dan McGee
1
-1
/
+4
2008-11-17
Minor code cleanups
Dan McGee
1
-3
/
+3
2008-06-15
Use access() instead of stat() when possible
Dan McGee
1
-3
/
+2
2008-06-04
Get rid of double / in database paths.
Xavier Chantry
1
-29
/
+61
2008-06-04
Use correct C type for file sizes
Dan McGee
1
-5
/
+5
2008-05-29
be_files : stores REPLACES and FORCE in desc.
Xavier Chantry
1
-11
/
+10
2008-05-29
Add some verbosity to _alpm_db_read.
Nagy Gabor
1
-2
/
+18
2008-05-13
Simplify _alpm_pkg_new()
Dan McGee
1
-1
/
+1
2008-05-13
Fix rewinddir regression by cleaning up db_scan
Xavier Chantry
1
-75
/
+31
2008-05-11
Remove some useless abstraction and start db cleanup
Dan McGee
1
-86
/
+149
2008-05-08
be_files.c: PATH_MAX cleanup
Dan McGee
1
-6
/
+13
2008-04-06
Remove unnecessary header file, move one macro to util.c
Dan McGee
1
-1
/
+0
2008-01-21
Move the deptest code from frontend to backend.
Chantry Xavier
1
-1
/
+1
2008-01-21
Convert deltas to dynamic allocation
Dan McGee
1
-1
/
+2
2008-01-12
Store replaces in the local DB too
Aaron Griffin
1
-28
/
+9
2008-01-11
Use dynamic string allocation in package structures
Dan McGee
1
-91
/
+103
[next]