Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/lib/libalpm/db.c
AgeCommit message (Expand)Author
2005-03-29clearer string length for a strncpy callAurelien Foret
2005-03-29Replaced snprintf calls by the SNPRINTF macro to avoid buffer overflows when ...Aurelien Foret
2005-03-28improved logs (use _alpm_log instead of fprintf)Aurelien Foret
2005-03-22moved db_find_conflicts from db.c to conflict.cAurelien Foret
2005-03-22- added db_setlastupdate to db.cAurelien Foret
2005-03-20replaced rewinddir() calls by db_rewind()Aurelien Foret
2005-03-20Added support for .lastupdate files (from pacman 2.9.1)Aurelien Foret
2005-03-19Removed an hardcoded string lengthAurelien Foret
2005-03-19Removed an hardcoded string lengthAurelien Foret
2005-03-16Bring back db_scan() modifications from pacman 2.9.1Aurelien Foret
2005-03-16Added DB_TREENAME_LEN define to avoid hardcoded length for database stringAurelien Foret
2005-03-16Added a missing argument in db_create()Aurelien Foret
2005-03-16Removed a hardcoded reference to the 'local' database in db_create()Aurelien Foret
2005-03-16Added a db_update() function to manage sync databases updates.Aurelien Foret
2005-03-15Initial revisionJudd Vinet