Aurelien Foret
45720f32e9
fixed the usage of 4 list_is_in calls (should have been list_is_strin)
2006-01-06 20:47:26 +00:00
Aurelien Foret
2c22045ba8
- fixed a regression with pacman 2.x (reworked patch from VMiklos <vmiklos@frugalware.org>):
...
if pacman is desiganted as a target in a sysupgrade operation, it should be able to upgrade itself first upon user request.
- removed uneeded sanity checks in alpm interface calls
- replaced printf by MSG in pacman
2006-01-06 14:00:03 +00:00
Aurelien Foret
4585060a5a
code cleanup
2006-01-06 12:29:51 +00:00
Aurelien Foret
5fc2e009dc
- started to rename list_XXX calls to _alpm_list_XXX
...
- fixed 2 compilation warnings
2006-01-05 21:49:42 +00:00
Aurelien Foret
ef8bbd2ac4
various code cleanup
2006-01-05 21:29:36 +00:00
Aurelien Foret
13cb20aeab
added a missing cachedir registration
2006-01-05 21:02:08 +00:00
Aurelien Foret
522b407687
tweaked a log (patch from VMiklos <vmiklos@frugalware.org>)
2006-01-05 20:56:12 +00:00
Aurelien Foret
7858f4c9b4
- fix for sync conflicts (patch from VMiklos <vmiklos@frugalware.org>)
...
- sync code cleanup
- added the deps check for targets to be removed in sync_prepare()
2006-01-05 20:53:41 +00:00
Aurelien Foret
a6923f9aae
fixed a regression
2006-01-05 19:49:08 +00:00
Aurelien Foret
4819d21c74
terminated .lastupdate implementation for HTTP protocol
2006-01-05 19:37:54 +00:00
Aurelien Foret
9d55476c9c
added .lastudate support for HTTP protocol
...
known limitation: do not work when connected to some web servers (lighttpd)
2006-01-04 23:52:26 +00:00
Judd Vinet
2adc46df26
added Miklos and Christian
2006-01-03 07:34:32 +00:00
Judd Vinet
97462f676d
Added AUTHORS file
2006-01-03 07:27:18 +00:00
Judd Vinet
d7a9e277aa
renamed ChangeLog to NEWS
2006-01-03 07:24:25 +00:00
Judd Vinet
fcd8cf4e22
renamed configure.in to configure.ac
2006-01-03 07:23:45 +00:00
Aurelien Foret
9ad7b1a4a8
fixed a segfault in removdeps
...
updated removedeps to keep in sync with pacman 2.9.x
2006-01-02 23:13:42 +00:00
Aurelien Foret
f48aced5b2
code cleanup
2006-01-02 21:33:58 +00:00
Aurelien Foret
5eb29e2127
fixed a corrupted argument
2006-01-02 20:48:40 +00:00
Aurelien Foret
5839652c41
code cleanup
2006-01-02 20:28:46 +00:00
Judd Vinet
96de3501ab
patch from VMiklos - use PACKAGE_VERSION instead of PACMAN_VERSION
2006-01-02 19:55:35 +00:00
Aurelien Foret
656a887d35
more sanity checks: do not add or remove databases while a trasaction is running
2006-01-02 16:20:50 +00:00
Aurelien Foret
316cd2b573
code cleanup
2006-01-02 16:20:01 +00:00
Aurelien Foret
db0df44598
code cleanup
2006-01-02 13:26:30 +00:00
Aurelien Foret
cd2daa5189
fixed possible memory corruption
2006-01-02 13:15:08 +00:00
Aurelien Foret
64055e0f74
fixed various memory leaks
2006-01-02 13:14:00 +00:00
Aurelien Foret
d7f4350c29
fixed a typo
2006-01-02 13:01:58 +00:00
Aurelien Foret
d2ce54df86
code cleanup
2006-01-02 12:46:28 +00:00
Aurelien Foret
6b75a4f312
Added Cygwin target defines
2006-01-02 12:31:22 +00:00
Aurelien Foret
ee5625ae67
fixed a possible memory leak
2006-01-02 12:19:22 +00:00
Aurelien Foret
07a38db48d
fixed a possible memory corruption
2006-01-02 10:16:27 +00:00
Aurelien Foret
7ff3ad054b
- reworked verbose levels
...
- fixed the handling of command line errors when no operation is specified
2006-01-01 15:12:20 +00:00
Aurelien Foret
15bc6e5508
removed some overlapping pm_errno assignments
2006-01-01 12:42:33 +00:00
Aurelien Foret
55a76279c5
- fixed a regression with pacman 2.x (patch from VMiklos <vmiklos@frugalware.org>)
...
- code reowrk to ensure the /tmp/alpm_foo directory is always removed
2006-01-01 12:20:36 +00:00
Aurelien Foret
d28415a3b7
renamed error titles from XXX to xxx
2006-01-01 10:18:22 +00:00
Aurelien Foret
5a0565cf24
*** empty log message ***
2006-01-01 10:06:28 +00:00
Aurelien Foret
bfa0853acb
fixed a segfault and added more verbose outputs in group handling (patch from VMiklos <vmiklos@frugalware.org>)
2005-12-31 17:59:28 +00:00
Aurelien Foret
2c0530e634
added a missing code chunk of the ignore command line option (patch from VMiklos <vmiklos@frugalware.org>)
2005-12-31 17:58:22 +00:00
Aurelien Foret
0c696200ae
don't complain on PM_ERR_DB_UPTODATE errors (patch from VMiklos <vmiklos@frugalware.org>)
2005-12-31 17:36:45 +00:00
Aurelien Foret
146ec957a7
do not consider duplicated targets as an error (patch from VMiklos <vmiklos@frugalware.org>)
2005-12-31 17:07:32 +00:00
Aurelien Foret
289b75d576
used defines from alpm.h instead of local ones (patch from VMiklos <vmiklos@frugalware.org>)
2005-12-31 17:03:48 +00:00
Aurelien Foret
0fe69d030b
removed an uneeded call to strtrim
2005-12-31 16:57:53 +00:00
Aurelien Foret
922bab599f
added a debug log when freeing the package cache
2005-12-31 16:54:57 +00:00
Judd Vinet
3992e7eac8
Added .tbz2 extension to makepkg
2005-12-30 19:14:56 +00:00
Aurelien Foret
7df7ca1738
Allowed C++ usage (patch from VMiklos <vmiklos@frugalware.org>)
2005-12-28 10:38:12 +00:00
Aurelien Foret
a1b005d239
Fixed a typo (spelling) fix (patch from VMiklos <vmiklos@frugalware.org>)
2005-12-28 10:31:23 +00:00
Aurelien Foret
cc1c5b163b
Fixed some logging issues (patch from VMiklos <vmiklos@frugalware.org>)
2005-12-28 10:27:01 +00:00
Aurelien Foret
b062a21d2e
Fixed some memory leaks (patch from Essien Ita Essien <essiene@datavibe.net>)
2005-12-28 10:15:55 +00:00
Judd Vinet
6bd15469b1
renamed rpmvercmp to versioncmp, added some fixes from isteve@bofh.cz
2005-12-26 16:48:37 +00:00
Judd Vinet
58c9d5d663
applied first try at sync conflict handling (VMiklos) plus a couple changes
2005-12-26 06:40:29 +00:00
Judd Vinet
a074ddb85b
VMiklos: add STRNCPY macro from alpm to pacman
2005-12-20 23:59:56 +00:00