Aurelien Foret
|
4b11a9b1ce
|
code cleanup
|
2005-05-02 07:50:51 +00:00 |
|
Aurelien Foret
|
5a13de80a1
|
fixed the format of %REASON% entry when writing it
|
2005-04-24 11:27:35 +00:00 |
|
Aurelien Foret
|
cdd81bf177
|
- fixed a cut'n'paste bug with %REASON% entry
- factorized code between %SIZE% and %CSIZE% reading
|
2005-04-24 11:24:18 +00:00 |
|
Aurelien Foret
|
80bae750cd
|
- added 'lastupdate' field to pmdb_t
- added a new public function alpm_db_getinfo
- added a public parameter PM_PKG_DB for PM_PKG struct
|
2005-04-02 23:20:00 +00:00 |
|
Aurelien Foret
|
d30333756a
|
put back 3 _alpm_log() calls
|
2005-03-29 20:58:43 +00:00 |
|
Aurelien Foret
|
e5389ddc62
|
clearer string length for a strncpy call
|
2005-03-29 17:20:43 +00:00 |
|
Aurelien Foret
|
6063424c82
|
Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when copying strings
|
2005-03-29 17:18:59 +00:00 |
|
Aurelien Foret
|
56917dc304
|
improved logs (use _alpm_log instead of fprintf)
|
2005-03-28 08:21:17 +00:00 |
|
Aurelien Foret
|
221bda7972
|
moved db_find_conflicts from db.c to conflict.c
|
2005-03-22 20:21:12 +00:00 |
|
Aurelien Foret
|
8179f7cbaa
|
- added db_setlastupdate to db.c
- moved db_update from db.c to alpm.c
|
2005-03-22 20:14:49 +00:00 |
|
Aurelien Foret
|
1b7b6e47a1
|
replaced rewinddir() calls by db_rewind()
|
2005-03-20 14:21:19 +00:00 |
|
Aurelien Foret
|
72c2439576
|
Added support for .lastupdate files (from pacman 2.9.1)
|
2005-03-20 09:22:03 +00:00 |
|
Aurelien Foret
|
0a072b57c5
|
Removed an hardcoded string length
|
2005-03-19 17:56:22 +00:00 |
|
Aurelien Foret
|
0d69a4aeb0
|
Removed an hardcoded string length
|
2005-03-19 17:55:57 +00:00 |
|
Aurelien Foret
|
ad4ab9e50c
|
Bring back db_scan() modifications from pacman 2.9.1
(to cope with .lastupdate files in the db path)
|
2005-03-16 21:49:18 +00:00 |
|
Aurelien Foret
|
22c0037a08
|
Added DB_TREENAME_LEN define to avoid hardcoded length for database string
|
2005-03-16 20:23:50 +00:00 |
|
Aurelien Foret
|
49415cb675
|
Added a missing argument in db_create()
|
2005-03-16 20:04:17 +00:00 |
|
Aurelien Foret
|
fac045a958
|
Removed a hardcoded reference to the 'local' database in db_create()
|
2005-03-16 19:36:15 +00:00 |
|
Aurelien Foret
|
606c70fdc9
|
Added a db_update() function to manage sync databases updates.
The API provides a wrapper alpm_db_update().
|
2005-03-16 19:31:20 +00:00 |
|
Judd Vinet
|
d04baabafa
|
Initial revision
|
2005-03-15 01:51:43 +00:00 |
|