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
/
libalpm
/
be_sync.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-09
Simplify package validation info output for sync packages
Allan McRae
1
-0
/
+24
2012-03-09
Hook new optdepend structures up
Benedikt Morbach
1
-1
/
+1
2012-02-20
Update copyright years
Allan McRae
1
-1
/
+1
2012-02-13
use _alpm_access in a few more places for increased debugging info
Florian Pritz
1
-1
/
+1
2012-01-08
Fix segfaults on opening invalid archive files
Dan McGee
1
-2
/
+3
2012-01-07
Update sync database size estimation values
Dan McGee
1
-36
/
+13
2012-01-03
pkghash improvements/modifications
Dan McGee
1
-2
/
+1
2012-01-02
Minor optimization on likely sync package lookup
Dan McGee
1
-1
/
+2
2012-01-02
Only compile delta regex once
Dan McGee
1
-1
/
+2
2011-12-22
include config.h via Makefiles
Dave Reisner
1
-2
/
+0
2011-11-16
Add helper method for creating and opening archive object
Dan McGee
1
-20
/
+3
2011-11-01
Convert package and database archive reads to use file descriptors
Dan McGee
1
-21
/
+33
2011-10-27
Introduce ALPM_BUFFER_SIZE constant
Dan McGee
1
-1
/
+1
2011-09-28
Refactor download payload reset and free
Dan McGee
1
-19
/
+23
2011-09-28
be_sync: fetch only entry mode, not full stat struct
Dan McGee
1
-5
/
+2
2011-09-22
Ensure database validity flags are set in invalid signature case
Dan McGee
1
-0
/
+3
2011-09-20
signing: add a process and retry loop for database signatures
Dan McGee
1
-6
/
+15
2011-09-20
Allow our PGP helper method to pass back the signature results
Dan McGee
1
-1
/
+6
2011-09-03
Clean up handling of size fields
Dan McGee
1
-8
/
+0
2011-08-30
Parse > 2GiB file sizes correctly
Dan McGee
1
-2
/
+2
2011-08-29
Database read optimizations
Dan McGee
1
-1
/
+4
2011-08-29
be_sync.c: Fix memory leak in alpm_db_update()
Lukas Fleischer
1
-0
/
+2
2011-08-25
Remove argument from check_pgp_helper
Dan McGee
1
-1
/
+2
2011-08-20
Remove alpm_option_get_* usage from backend
Dan McGee
1
-4
/
+3
2011-08-19
dload: add 'unlink_on_fail' to payload struct
Dave Reisner
1
-0
/
+1
2011-08-18
Enhance and utilize database status flags
Dan McGee
1
-13
/
+35
2011-08-15
Only check necessary signatures and checksums
Dan McGee
1
-1
/
+1
2011-08-15
Parse conflicts/provides/replaces at database load time
Dan McGee
1
-9
/
+10
2011-08-15
Load and allow access to sha256sum
Dan McGee
1
-2
/
+1
2011-08-02
Don't trim whitespace when reading database entries
Dan McGee
1
-5
/
+7
2011-07-19
Clean up my debug logger mess
Dan McGee
1
-2
/
+0
2011-07-19
Fix test suite when GPGME is disabled
Dan McGee
1
-0
/
+8
2011-07-06
absorb some _alpm_download params into payload struct
Dave Reisner
1
-4
/
+8
2011-07-06
lib/dload: prevent large file attacks
Dave Reisner
1
-7
/
+15
2011-07-06
dload: handle irregular URLs
Dave Reisner
1
-2
/
+2
2011-07-05
Allow invalid sync DBs to be returned by the library
Dan McGee
1
-5
/
+1
2011-07-05
signing: move to new signing verification and return scheme
Dan McGee
1
-17
/
+13
2011-07-03
Merge remote-tracking branch 'allan/ALPM'
Dan McGee
1
-33
/
+33
2011-07-03
be_sync: make READ_NEXT() a no-arg macro
Dan McGee
1
-12
/
+12
2011-07-01
Prefix _alpm_errno_t members with ALPM
Allan McRae
1
-14
/
+14
2011-07-01
Prefix alpm_loglevel_t members with ALPM
Allan McRae
1
-19
/
+19
2011-06-30
Make alpm_db_get_sigverify_level() public
Dan McGee
1
-2
/
+2
2011-06-30
Add an alpm_db_get_valid() public function
Dan McGee
1
-0
/
+1
2011-06-28
Rename pmpkg_t to alpm_pkg_t
Allan McRae
1
-7
/
+7
2011-06-28
Rename pmdb_t to alpm_db_t
Allan McRae
1
-9
/
+9
2011-06-28
Rename pmhandle_t to alpm_handle_t
Allan McRae
1
-3
/
+3
2011-06-24
Make sync DB reading a bit more flexible
Dan McGee
1
-62
/
+66
2011-06-24
Don't require a transaction for sync DB updates
Dan McGee
1
-18
/
+24
2011-06-24
Add a 'valid' flag to the database object
Dan McGee
1
-1
/
+11
2011-06-24
Move database 'version' check to registration time
Dan McGee
1
-6
/
+0
[next]