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
/
deps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-18
* Fix version comparisons when one pkgrel doesn't exist (this ony fails on an ==
Aaron Griffin
1
-3
/
+3
2007-02-16
* Removed unnecessary #define
Dan McGee
1
-0
/
+1
2007-01-31
Switched an int to an enum
Aaron Griffin
1
-1
/
+1
2007-01-31
Debug logging changes:
Aaron Griffin
1
-2
/
+2
2007-01-30
K. Piche <kevin.piche@cgi.com>
Aaron Griffin
1
-0
/
+22
2007-01-30
K. Piche <kpiche@rogers.com>
Aaron Griffin
1
-5
/
+5
2007-01-30
* Remove -fno-strict-aliasing as it is now unnecessary to compile.
Dan McGee
1
-7
/
+6
2007-01-30
Discussed on IRC for a bit, this makes the following changes for clarity:
Dan McGee
1
-3
/
+3
2007-01-26
Dan McGee <dpmcgee@gmail.com>
Aaron Griffin
1
-2
/
+2
2007-01-24
This mainly deals with code clarity- removing currently unneeded
Aaron Griffin
1
-15
/
+24
2007-01-19
Preliminary checkin for alpm_list conversion
Aaron Griffin
1
-43
/
+43
2007-01-18
Dan McGee <dpmcgee@gmail.com>
Aaron Griffin
1
-0
/
+4
2006-12-05
Corrected -Rsc operation - dependancy info was not being read from the DB
Aaron Griffin
1
-0
/
+3
2006-12-01
* Fixed the bug where -R pkgA pkgB failed when pkgA depended on pkgB
Aaron Griffin
1
-9
/
+20
2006-12-01
* Cosmetic changes and typo fixes
Aaron Griffin
1
-2
/
+3
2006-11-24
* Fixed some error output for "-Sd" and "-Rsc" dealing with missing/ignored
Aaron Griffin
1
-1
/
+2
2006-11-22
* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)
Aaron Griffin
1
-90
/
+51
2006-10-31
Numerous changes:
Aaron Griffin
1
-2
/
+23
2006-10-21
Fixes from frugalware: few 'typos' included while patching
Aaron Griffin
1
-12
/
+28
2006-10-20
A handful of minor changes:
Aaron Griffin
1
-23
/
+23
2006-10-15
Merged frugalware changes (too many to list). Also added some config file
Aaron Griffin
1
-37
/
+55
2006-07-04
bugfix: when looking at provides, defer to the new, to-be-installed package's...
Judd Vinet
1
-12
/
+27
2006-05-15
first stage of i18n stuff from VMiklos
Judd Vinet
1
-18
/
+19
2006-03-07
removed an unexpected log
Aurelien Foret
1
-1
/
+0
2006-03-02
reworked the db object to prepare future integration with different backends
Aurelien Foret
1
-8
/
+6
2006-03-01
added ERROR logs in case of malloc failures (patch from VMiklos <vmiklos@frug...
Aurelien Foret
1
-1
/
+4
2006-02-17
prepend library function names with _alpm (helped with the patch from VMiklos...
Aurelien Foret
1
-57
/
+57
2006-02-07
code cleanup
Aurelien Foret
1
-8
/
+0
2006-01-21
resolvedeps: return the depmiss info to the frontend in case of failure
Aurelien Foret
1
-4
/
+23
2006-01-18
more code cleanup yet
Aurelien Foret
1
-89
/
+53
2006-01-17
fixed detection for duplicate entries in list of deps/conflicts
Aurelien Foret
1
-3
/
+18
2006-01-15
pulled out conflict checkings from checkdeps() in its own function: checkconf...
Aurelien Foret
1
-232
/
+102
2006-01-14
checkdeps:
Aurelien Foret
1
-9
/
+50
2006-01-09
- merged pkg_new and pkg_dummy functions
Aurelien Foret
1
-2
/
+2
2006-01-08
cleanup
Judd Vinet
1
-3
/
+0
2006-01-08
removed old/disable provides-conflict checking code
Judd Vinet
1
-29
/
+1
2006-01-08
In the database-against-targets conflict checks, scan db packages' provides
Judd Vinet
1
-3
/
+52
2006-01-07
added more debug logs in the sync conflict/replace code
Aurelien Foret
1
-4
/
+10
2006-01-05
- started to rename list_XXX calls to _alpm_list_XXX
Aurelien Foret
1
-1
/
+0
2006-01-03
fixed a segfault in removdeps
Aurelien Foret
1
-5
/
+31
2006-01-02
patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION
Judd Vinet
1
-1
/
+1
2005-12-28
Fixed a typo (spelling) fix (patch from VMiklos <vmiklos@frugalware.org>)
Aurelien Foret
1
-1
/
+1
2005-12-26
renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.cz
Judd Vinet
1
-5
/
+5
2005-10-21
bugfix: before searching databases for a dependency, make sure one of the pac...
Judd Vinet
1
-1
/
+17
2005-10-09
added conversation callback support for transactions
Judd Vinet
1
-5
/
+5
2005-05-04
fixed a memory leak and avoided to modify a read-only parameter
Aurelien Foret
1
-30
/
+25
2005-04-24
got ride of an ORE tag in resolvedeps()
Aurelien Foret
1
-6
/
+3
2005-04-24
use the cache instead of calling db_scan()
Aurelien Foret
1
-13
/
+8
2005-04-23
renamed list_is_ptrin() in list_is_in()
Aurelien Foret
1
-6
/
+6
2005-04-20
avoided two calls to db_scan() in checkdeps()
Aurelien Foret
1
-9
/
+5
[next]