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
/
sync.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-03
Move all callbacks up to the handle level
Dan McGee
1
-34
/
+30
2011-09-03
Make delta validation/application more logical
Dan McGee
1
-11
/
+19
2011-09-03
Clean up handling of size fields
Dan McGee
1
-7
/
+6
2011-08-30
Scale package integrity progress bar/percentage by package size
Dan McGee
1
-2
/
+17
2011-08-29
Refactor some args out of pkg_load_internal
Dan McGee
1
-2
/
+1
2011-08-23
sync: halt file discovery if repo has no servers
Dave Reisner
1
-0
/
+8
2011-08-20
dload: rename payload->filename to payload->remote_name
Dave Reisner
1
-4
/
+4
2011-08-19
Be more robust when copying package data
Dan McGee
1
-1
/
+5
2011-08-19
sync: fix garbled output in conflict prompt
Dave Reisner
1
-1
/
+1
2011-08-18
Fix replacement of provider issue
Dan McGee
1
-1
/
+2
2011-08-18
Replacements refactor: extract check_replacers()
Dan McGee
1
-57
/
+73
2011-08-18
Replacements refactor: extract check_literal()
Dan McGee
1
-33
/
+46
2011-08-18
Remove use of no-op accessor functions in library
Dan McGee
1
-7
/
+6
2011-08-18
Enhance and utilize database status flags
Dan McGee
1
-1
/
+4
2011-08-17
dload: zero out pm_errno in curl_download_internal
Dave Reisner
1
-10
/
+3
2011-08-15
lib/sync: ignore download errors for as long as possible
Dave Reisner
1
-11
/
+13
2011-08-15
Further fixes to replacement iteration
Dan McGee
1
-10
/
+4
2011-08-15
Parse conflicts/provides/replaces at database load time
Dan McGee
1
-5
/
+2
2011-08-15
Validate the sha256sum if available
Dan McGee
1
-2
/
+2
2011-08-15
lib/sync: reset flag after rejecting a replace
Dave Reisner
1
-0
/
+3
2011-08-09
Parse replaces strings as dep strings with version specs
Dan McGee
1
-10
/
+17
2011-08-09
Add reason to corrupted package callback
Dan McGee
1
-4
/
+6
2011-08-09
Attempt to fix up some of the brokenness around failed package loads
Dan McGee
1
-16
/
+16
2011-07-06
absorb some _alpm_download params into payload struct
Dave Reisner
1
-1
/
+3
2011-07-06
lib/dload: prevent large file attacks
Dave Reisner
1
-14
/
+23
2011-07-06
dload: handle irregular URLs
Dave Reisner
1
-1
/
+1
2011-07-05
Allow invalid sync DBs to be returned by the library
Dan McGee
1
-0
/
+8
2011-07-05
signing: move to new signing verification and return scheme
Dan McGee
1
-3
/
+3
2011-07-01
Prefix _alpm_errno_t members with ALPM
Allan McRae
1
-15
/
+15
2011-07-01
Prefix alpm_transprog_t members with ALPM
Allan McRae
1
-2
/
+2
2011-07-01
Prefix alpm_transconv_t members with ALPM
Allan McRae
1
-5
/
+5
2011-07-01
Prefix alpm_transevt_t members with ALPM
Allan McRae
1
-18
/
+18
2011-07-01
Prefix alpm_transflag_t members with ALPM
Allan McRae
1
-5
/
+5
2011-07-01
Prefix alpm_loglevel_t members with ALPM
Allan McRae
1
-39
/
+39
2011-07-01
Prefix alpm_pkgreason_t members with ALPM
Allan McRae
1
-3
/
+3
2011-06-30
Make alpm_db_get_sigverify_level() public
Dan McGee
1
-1
/
+1
2011-06-29
Rename public functions with grp in their name
Allan McRae
1
-2
/
+2
2011-06-28
Rename pmdelta_t to alpm_delta_t
Allan McRae
1
-3
/
+3
2011-06-28
Rename pmgrp_t to alpm_group_t
Allan McRae
1
-1
/
+1
2011-06-28
Rename pmconflict_t to alpm_conflict_t
Allan McRae
1
-4
/
+4
2011-06-28
Rename pmdepend_t to alpm_depend_t
Allan McRae
1
-2
/
+2
2011-06-28
Rename pmtrans_t to alpm_trans_t
Allan McRae
1
-6
/
+6
2011-06-28
Rename pmpkg_t to alpm_pkg_t
Allan McRae
1
-25
/
+25
2011-06-28
Rename pmdb_t to alpm_db_t
Allan McRae
1
-6
/
+6
2011-06-28
Rename pmhandle_t to alpm_handle_t
Allan McRae
1
-7
/
+7
2011-06-16
Make pmgrp_t public
Dan McGee
1
-1
/
+1
2011-06-16
Make pmdelta_t public
Dan McGee
1
-5
/
+3
2011-06-14
Ensure handle is valid and pm_errno is reset when calling into API
Dan McGee
1
-3
/
+4
2011-06-14
Small handle related cleanups
Dan McGee
1
-1
/
+1
2011-06-14
Add handle argument to _alpm_pkg_should_ignore()
Dan McGee
1
-7
/
+7
[prev]
[next]