Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-17 | Added .gitignore file to get sane git status reports | Florian Festi | 1 | -0/+71 | |
2008-07-16 | Make sure there's room for \0 (packages with no files) | Panu Matilainen | 1 | -1/+1 | |
2008-07-16 | Make rpmExpand() smarter wrt memory allocations | Panu Matilainen | 1 | -1/+12 | |
- precalculate unexpanded size and allocate enough for that plus MACROBUFSIZ for expansion - typical allocation is way smaller than what gets allocated "just in case", calculate expanded size and realloc to actual size to avoid wasting memory | |||||
2008-07-16 | Eliminate another unnecessary temp variable | Panu Matilainen | 1 | -4/+2 | |
- do all the copying inside a loop | |||||
2008-07-16 | Eliminate unnecessary variable | Panu Matilainen | 1 | -3/+2 | |
- leftover from static buffer times.. | |||||
2008-07-16 | Macro argument handling regression (rhbz#455333) | Panu Matilainen | 1 | -2/+4 | |
- expandMacro() wants the next \0 character to be returned, which might or might not be the same as lastc passed to grabArgs() - use memcpy() instead of memmove() for the copy, the areas can't overlap | |||||
2008-07-14 | Adjust querytags expected results for autotests | Panu Matilainen | 1 | -40/+0 | |
2008-07-14 | Don't put unimplemented tags into tagtable | Panu Matilainen | 1 | -1/+1 | |
- no point in exposing unimplemnted (ours or somebody elses) tags to users | |||||
2008-07-14 | Mark unimplemented tags as such in tag table | Panu Matilainen | 1 | -35/+35 | |
2008-07-14 | Fix mono dependency extraction | Panu Matilainen | 1 | -1/+1 | |
- use "Mono/.Net assembly" instead of "PE executable" for detection, later file reports bitness (eg "PE32 executable"), we just care if its mono or not. This is compatible with older libmagic too. | |||||
2008-07-12 | NSS uses unsigned int, not size_t for hash lengths | Panu Matilainen | 1 | -1/+1 | |
- broke ppc64 in entertaining ways... | |||||
2008-07-11 | Updated Polish translation (Piotr Drąg) | Panu Matilainen | 1 | -118/+32 | |
2008-07-11 | Decompressor clarifications. | Ville Skyttä | 1 | -3/+4 | |
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> | |||||
2008-07-09 | Include rpmlib.h from rpmcli.h, legacy stuff expects it there.. | Panu Matilainen | 1 | -0/+1 | |
2008-07-09 | Check for _RPM_4_4_COMPAT in rpmlib.h too | Panu Matilainen | 1 | -0/+2 | |
- limits the chances of compat includes not working due to include order a bit | |||||
2008-07-08 | Include legacy compat from rpmlib.h to cover maximum ground | Panu Matilainen | 1 | -0/+1 | |
- rpmlib.h is the first thing any old rpm api user includes so this should cover most cases (only if enabled) | |||||
2008-07-08 | Add compat definitions for renamed string functions too | Panu Matilainen | 1 | -0/+12 | |
2008-07-08 | Missing cplusplus-wrappers in rpmtd | Panu Matilainen | 1 | -0/+8 | |
2008-07-08 | Bunch of dumb macros to make up for renamed functions | Panu Matilainen | 1 | -0/+14 | |
- should arrange deprecation warnings on them too... | |||||
2008-07-08 | Add deprecation markers for hge etc vector prototypes | Panu Matilainen | 1 | -5/+5 | |
2008-07-08 | Add deprecation warnings to all legacy types | Panu Matilainen | 1 | -13/+13 | |
2008-07-08 | Compat typedef for Spec -> rpmSpec rename | Panu Matilainen | 1 | -0/+1 | |
2008-07-08 | Add mappings from hTAG_t and friends to legacy interfaces | Panu Matilainen | 1 | -0/+6 | |
2008-07-08 | Limit the exposure of rpmlegacy.h stuff to bare minimum | Panu Matilainen | 1 | -3/+3 | |
2008-07-08 | Shove header legacy interfaces into rpmlegacy.h | Panu Matilainen | 4 | -189/+184 | |
- get them out of sight from main header.h - turn headerSprintf() into macro around headerFormat(), that way rpmTagTable and rpmHeaderFormats lossage can be hidden away as far as headerSprintf() use is concerned | |||||
2008-07-08 | Add a new legacy compatibility header, kill rpmints.h | Panu Matilainen | 7 | -38/+36 | |
- build-time generated rpmints.h causes issues with distcheck and is not really worth the trouble - we have all sorts of legacy junk to deal with, sticking them all into rpmints.h would be just wrong... | |||||
2008-07-08 | Initialize optCon | Jindrich Novy | 1 | -1/+1 | |
- one could easily segfault the doPatchMacro() code without the optCon initialization (particularly with jump to "exit" label) | |||||
2008-07-08 | Make the default fuzz for %patch is now configurable via macro | Jindrich Novy | 2 | -1/+4 | |
- the macro is _default_patch_fuzz | |||||
2008-07-08 | Update translations | Panu Matilainen | 25 | -13154/+12864 | |
2008-07-08 | Add ISA-stuff for ia64 | Panu Matilainen | 1 | -0/+4 | |
2008-07-07 | Missing const in parseUnsignedNum() | Panu Matilainen | 2 | -2/+2 | |
2008-07-07 | Teach Fflush() about lzdio | Panu Matilainen | 1 | -0/+4 | |
2008-07-07 | Make Source0: equal to Source: again | Jindrich Novy | 2 | -3/+3 | |
2008-07-07 | Use proper type in format | Jindrich Novy | 1 | -1/+1 | |
2008-07-07 | Remove useless argument to format, d'oh | Jindrich Novy | 1 | -1/+1 | |
2008-07-07 | Eliminate couple of timedRead() uses where we control how fd is opened | Panu Matilainen | 2 | -5/+4 | |
2008-07-07 | Make verifyAttrs and virtualFileAttributes static | Panu Matilainen | 1 | -2/+2 | |
- nothing outside files.c needs | |||||
2008-07-07 | Kick out ftpStrerror() and related error code defines | Panu Matilainen | 4 | -97/+5 | |
- our url-retrieval error codes depend on the helper used which is configurable via macros so hardcoding eg curl codes wont work either - need to figure out something better, pass helper error messages through FD_t or something... | |||||
2008-07-07 | Kick out now unused printNewSpecfile() | Panu Matilainen | 1 | -96/+0 | |
2008-07-07 | Kick out ancient, useless and hidden --specedit option | Panu Matilainen | 3 | -45/+2 | |
2008-07-04 | Remember to remove ugid.c from POTFILES | Panu Matilainen | 1 | -1/+0 | |
2008-07-04 | Stuff rpmio/ugid.[ch] contents to lib/misc.[ch] | Panu Matilainen | 8 | -207/+180 | |
- no uses outside librpm itself, and there they can be hidden away from exported ABI whereas in librpmio they cant | |||||
2008-07-04 | Make ufdClose() static, nothing outside rpmio.c needs directly | Panu Matilainen | 2 | -5/+1 | |
2008-07-04 | Remove unused ufdGetFile() from librpmio | Panu Matilainen | 2 | -17/+0 | |
2008-07-04 | Remove unused _url_debug | Panu Matilainen | 2 | -6/+0 | |
2008-07-04 | Bump version to resemble library versioning | Panu Matilainen | 1 | -1/+1 | |
2008-07-04 | Really make fuzz=0 default for patches | Jindrich Novy | 1 | -3/+2 | |
- and finish the Patch and Source fixup | |||||
2008-07-04 | Don't treat Patch and Source as Patch0 and Source0 | Jindrich Novy | 2 | -14/+22 | |
2008-07-04 | Remove rpmcache from repository | Panu Matilainen | 7 | -1401/+388 | |
- next to nobody even knew about it, much less used it... - hardly useful now that solvedb is gone | |||||
2008-07-04 | Remove solvedb API and other related stuff | Panu Matilainen | 9 | -333/+1 | |
- nobody has used the solvedb for anything in years - the mechanism + rpmcache are horribly broken on multilib - solvedb is way too heavyweight to be really usable as a general mechanism - solver callback hook left in place as that could in theory be usable still - we need something better to replace this all, getting rid of it now so we're not stuck with the API forever |