Aurelien Foret
e3cc4150f6
added a missing commentary from pacman 2.9.x code
2006-01-13 21:02:33 +00:00
Aurelien Foret
4232cd9cca
fixed a possible memory corruption
2006-01-13 20:59:57 +00:00
Aurelien Foret
365e440e80
code cleanup
2006-01-13 20:54:36 +00:00
Aurelien Foret
ca67579656
code cleanup
2006-01-13 20:47:13 +00:00
Aurelien Foret
c305bf670b
updated README and download comments about mtimes support
2006-01-10 22:09:47 +00:00
Aurelien Foret
325d297739
made use of the new ALLDEPS transaction flag to handle "makepkg -s"
2006-01-10 18:45:32 +00:00
Aurelien Foret
ec305c1443
code cleanup
2006-01-10 17:55:17 +00:00
Aurelien Foret
86e5c8bc06
sync_commit can now return conflicting files with a trans_prepare like data structure (patch from VMiklos <vmiklos@frugalware.org>)
2006-01-07 18:42:44 +00:00
Aurelien Foret
fce68beaaf
code cleanup
2006-01-07 18:11:37 +00:00
Aurelien Foret
59edbdd4cf
code cleanup
2006-01-07 17:50:20 +00:00
Aurelien Foret
52346fc121
- removed uid checks (CYGWIN)
...
- fixed indentation in parseargs
2006-01-07 10:01:19 +00:00
Aurelien Foret
f3a4197e34
code cleanup (mainly removed line spaces at the beginning of lines by tabulations)
2006-01-07 09:42:48 +00:00
Aurelien Foret
7dfe0ca0ae
pacman_sync: handle trans_prepare error cases (patch from VMiklos <vmiklos@frugalware.org>)
2006-01-06 23:14:21 +00:00
Aurelien Foret
11b6a69266
moved pacman_deptest function in its own file
2006-01-06 22:19:14 +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
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
Aurelien Foret
5eb29e2127
fixed a corrupted argument
2006-01-02 20:48:40 +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
db0df44598
code cleanup
2006-01-02 13:26:30 +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
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
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
Judd Vinet
953e7e5d3e
VMiklos: --noconfirm fix
2005-12-20 23:58:27 +00:00
Judd Vinet
9a7190dfff
verbosity fix from VMiklos
2005-12-20 23:37:22 +00:00
Judd Vinet
15689bddbf
added Frugalware patch: -Q --foreign to display packages not found in sync repos
2005-12-14 02:23:14 +00:00
Aurelien Foret
2ab57b6022
fixed compilation warnings
2005-11-07 13:14:19 +00:00
Aurelien Foret
096e531236
removed the declaration of an unused variable
2005-11-07 09:21:42 +00:00
Aurelien Foret
bbfe57b95a
fixed parseconfig usage
2005-10-29 07:18:40 +00:00
Aurelien Foret
617263a605
fixed a compilation warning
2005-10-29 07:18:11 +00:00
Aurelien Foret
36da65c468
fixed some compilation warnings
2005-10-29 07:17:43 +00:00
Aurelien Foret
48c6090098
added PACCONF, PACDB and PACROOT defines
2005-10-29 07:09:48 +00:00
Aurelien Foret
44fc71396f
renamed pmconfig_t to config_t
2005-10-29 07:00:56 +00:00
Aurelien Foret
98df67cd18
added pmconfig_t structure to hold all the configuration
...
(patch from VMiklos <vmiklos@frugalware.org>)
2005-10-28 12:20:40 +00:00
Aurelien Foret
83fca950bc
added a missing line feed in a MSG call
2005-10-22 08:31:12 +00:00
Judd Vinet
ff50305a02
improved the Replace question format a bit
2005-10-20 23:31:14 +00:00