Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revert back to long long since they're of same size anyways and we avoid ↵ | Per Øyvind Karlsen | 2008-03-06 | 1 | -3/+3 |
| | | | | warnings that way :) | ||||
* | simplify as pixel suggested | Per Øyvind Karlsen | 2008-03-06 | 1 | -13/+3 |
| | | | | | use uint64_t in stead of unsigned long long (which is really the same, but nicer and more consistent with rpm5:) | ||||
* | minor cosmetics | Per Øyvind Karlsen | 2008-03-03 | 1 | -3/+1 |
| | |||||
* | move compatibility wrapper to rpm5.org upstream | Per Øyvind Karlsen | 2008-03-03 | 2 | -216/+3 |
| | |||||
* | more fixes, makes apt-get build succesfully :D | Per Øyvind Karlsen | 2008-03-02 | 1 | -2/+29 |
| | |||||
* | make all functions inline functions | Per Øyvind Karlsen | 2008-03-02 | 1 | -9/+9 |
| | |||||
* | some more functions for apt-get.. | Per Øyvind Karlsen | 2008-03-02 | 1 | -0/+20 |
| | |||||
* | make C++ compliant | Per Øyvind Karlsen | 2008-03-02 | 1 | -20/+38 |
| | | | | | add som function wrappers for apt-get | ||||
* | define WITH_DB in rpm5compat.h in stead of in Makefile | Per Øyvind Karlsen | 2008-03-01 | 2 | -13/+2 |
| | | | | | drop useless conditionals for headers as they're already conditional in themself ;) | ||||
* | do better "detection" of callback size without having to define it in ↵ | Per Øyvind Karlsen | 2008-03-01 | 2 | -10/+5 |
| | | | | Makefile (inspired by apt) | ||||
* | try improve on freeing up memory | Per Øyvind Karlsen | 2008-02-29 | 1 | -7/+2 |
| | |||||
* | be sure to return NULL in case of RPMRC_NOTFOUND | Per Øyvind Karlsen | 2008-02-29 | 1 | -3/+7 |
| | |||||
* | provide function name in logging | Per Øyvind Karlsen | 2008-02-29 | 1 | -4/+2 |
| | |||||
* | be sure to always initialize in headerGetEntry | Per Øyvind Karlsen | 2008-02-29 | 1 | -1/+3 |
| | |||||
* | add rpm5.org support to NEWS :) | Per Øyvind Karlsen | 2008-02-29 | 1 | -0/+3 |
| | |||||
* | rpm 4.5 and newer uses unsigned long long ulong1 in stead of unsigned long ↵ | Per Øyvind Karlsen | 2008-02-29 | 1 | -1/+8 |
| | | | | ulong1 for rpmProblemGetLong, therefore use %lld in stead of %ld | ||||
* | add back copyright field manually since svn wouldn't set it.. | Per Øyvind Karlsen | 2008-02-29 | 1 | -1/+1 |
| | |||||
* | try add svn properties to top of file | Per Øyvind Karlsen | 2008-02-29 | 1 | -0/+6 |
| | |||||
* | add svn keywords properties | Per Øyvind Karlsen | 2008-02-29 | 0 | -0/+0 |
| | |||||
* | make inclusion of headers conditional | Per Øyvind Karlsen | 2008-02-29 | 1 | -6/+13 |
| | |||||
* | be sure to set return value to NULL in headerGetEntry when Epoch isn't set | Per Øyvind Karlsen | 2008-02-29 | 1 | -8/+10 |
| | |||||
* | fix assignment from incompatible pointer type in Urpm_list_rpm_tag for rpm5 | Per Øyvind Karlsen | 2008-02-29 | 1 | -0/+4 |
| | |||||
* | be sure to use same data type for check_flag | Per Øyvind Karlsen | 2008-02-29 | 1 | -3/+3 |
| | |||||
* | make sure to use same type (signess) in pack_rpm_header | Per Øyvind Karlsen | 2008-02-28 | 1 | -1/+1 |
| | |||||
* | do not define RPM_CALLBACK_LONGLONG for rpm 5.0 | Per Øyvind Karlsen | 2008-02-28 | 1 | -1/+1 |
| | |||||
* | add copyright notice | Per Øyvind Karlsen | 2008-02-28 | 1 | -0/+6 |
| | |||||
* | fix return type and variable of headerRead() | Per Øyvind Karlsen | 2008-02-28 | 1 | -2/+2 |
| | |||||
* | 3.113.11 | Pascal Rigaux | 2008-02-28 | 2 | -1/+3 |
| | |||||
* | - restore FILENAME_TAG in generated hdlist (to be compatible with older | Pascal Rigaux | 2008-02-28 | 2 | -0/+10 |
| | | | | | distros where ->filename can rely on it) (thanks to Nanar) | ||||
* | fix double _free of msg in headerWrite() & headerRead() | Per Øyvind Karlsen | 2008-02-28 | 1 | -8/+6 |
| | | | | | | do rpmlog for headerWrite() & headerRead() drop unused variable in cointainer for headerNextIterator() | ||||
* | drop unused variable | Per Øyvind Karlsen | 2008-02-28 | 1 | -1/+0 |
| | |||||
* | get rid of some warnings | Per Øyvind Karlsen | 2008-02-28 | 1 | -6/+2 |
| | |||||
* | add wrapper function for rpmMachineScore | Per Øyvind Karlsen | 2008-02-28 | 1 | -12/+35 |
| | |||||
* | add wrapper function for headerRead | Per Øyvind Karlsen | 2008-02-28 | 1 | -2/+13 |
| | |||||
* | add wrapper function for headerModifyEntry | Per Øyvind Karlsen | 2008-02-28 | 1 | -1/+13 |
| | |||||
* | fix define of _RPMTAG_INTERNAL at right place and drop redundant include of ↵ | Per Øyvind Karlsen | 2008-02-28 | 2 | -3/+3 |
| | | | | rpmtag.h | ||||
* | add rpm5 wrapper functions, work in progress, URPM builds now at least :o) | Per Øyvind Karlsen | 2008-02-28 | 2 | -14/+104 |
| | |||||
* | fix building with rpm5 DEVEL version | Per Øyvind Karlsen | 2008-02-27 | 1 | -2/+2 |
| | |||||
* | do not mark as deprecated ->filename and URPM::Build::build_hdlist() | Pascal Rigaux | 2008-02-25 | 3 | -5/+2 |
| | |||||
* | 3.103.10 | Pascal Rigaux | 2008-02-25 | 2 | -2/+2 |
| | |||||
* | adding filesize to synthesis on @info@ will break backward compatibility for | Pascal Rigaux | 2008-02-25 | 1 | -8/+12 |
| | | | | | no good reason, so switching to a new @filesize@ line | ||||
* | make ->filename work (again) on header | Pascal Rigaux | 2008-02-25 | 1 | -0/+6 |
| | |||||
* | 3.093.09 | Pascal Rigaux | 2008-02-25 | 2 | -1/+3 |
| | |||||
* | do not do "uniq" on "fullname" since gpg-pubkey-xxxxxxxx-xxxxxxxx can be ↵ | Pascal Rigaux | 2008-02-25 | 1 | -3/+2 |
| | | | | installed twice | ||||
* | since ->filename is deprecated, do not use it, esp where not needed | Pascal Rigaux | 2008-02-25 | 1 | -3/+0 |
| | |||||
* | - add filesize to synthesis, add ->filesize to get it, and add | Pascal Rigaux | 2008-02-25 | 4 | -5/+51 |
| | | | | | selected_size_filesize() to compute the sum | ||||
* | fix previous commit (XS comments are perl-style, not C-style) | Pascal Rigaux | 2008-02-25 | 1 | -2/+2 |
| | |||||
* | - do not add FILENAME_TAG and FILESIZE_TAG to hdlist anymore, | Pascal Rigaux | 2008-02-25 | 4 | -48/+14 |
| | | | | | | deprecate ->filename and ->header_filename, deprecate URPM::Build build_hdlist and parse_rpms_build_headers | ||||
* | - allow fixing "using one big transaction" that occurs when using --keep | Pascal Rigaux | 2008-02-25 | 2 | -0/+4 |
| | | | | | | | | (#30198) nb: since build_transaction_set calls resolve_requested, it must use the same options to select the same packages | ||||
* | - allow urpmi to know a package was not selected because a newer version is | Pascal Rigaux | 2008-02-25 | 2 | -3/+17 |
| | | | | | installed (#29838) |