tools/librpm-tizen.git
2010-09-28 Panu MatilainenEliminate silly leftover switch-case from _tagType()
2010-09-28 Panu MatilainenRemove leftover trap for RPMRC_FAIL errors where none...
2010-09-28 Panu MatilainenWrong enum type used for psm goal, gcc 4.5 complains...
2010-09-28 Panu MatilainenWhoops, wrong enum type used for pubkey algorithm
2010-09-28 Panu MatilainenEliminate %_signature from man pages too
2010-09-28 Panu MatilainenRip the useless %_signature macro and everything around it
2010-09-28 Panu MatilainenFix the broken existing signature checking on add/resig...
2010-09-28 Panu MatilainenDecide header sigtag based on what was actually written
2010-09-27 Panu MatilainenHandle non-terminated substrings centrally in expandMacro()
2010-09-27 Panu MatilainenDynamic expansion buffer reallocation for lua macros too
2010-09-27 Panu MatilainenWhoops, fix typo/thinko from commit dc258bac41e32e754b1...
2010-09-27 Panu MatilainenEliminate the internal in-place-expansion buffer limitation
2010-09-27 Panu MatilainenSimplify / sanitize expandU() a bit
2010-09-27 Panu MatilainenDynamically reallocate macro expansion buffer (ticket...
2010-09-27 Panu MatilainenLet expandMacro() allocate its own buffer
2010-09-27 Panu MatilainenTrack current expansion point via distance to buffer...
2010-09-27 Panu MatilainenPush the macro buffer size limit down by one level
2010-09-27 Panu MatilainenEliminate unused spec field from macro expansion state...
2010-09-27 Panu MatilainenAvoid calloc() in macro findEntry()
2010-09-27 Panu MatilainenAvoid unnecessary round-trip through expandT() where...
2010-09-27 Panu MatilainenUse function arguments to pass, duh, arguments into...
2010-09-26 Jindrich NovyFix segfault in rpmdeps (RhBug:637357)
2010-09-22 Panu MatilainenEliminate separate fileIndexEntry from rpmal
2010-09-22 Panu MatilainenUse headerNextTag() for header format iteration
2010-09-22 Panu MatilainenUse HEADER_MAGIC_FOO enums instead of 0/1 in python...
2010-09-22 Panu MatilainenRemove double const in urlstring struct
2010-09-22 Panu MatilainenMake rpmsqAction compatible to sa_sigaction
2010-09-21 Hajime Tairal10n: Updated Japanese (ja) translation to 100%
2010-09-21 Panu MatilainenRemove double const on rpmrc tables
2010-09-21 Panu MatilainenFix rpmRC/int return mismatch by counting errors from...
2010-09-21 Panu MatilainenUse rpmTag as psm scriptTag for type correctness
2010-09-21 Panu MatilainenDefault to the common case wrt dir name/index tags...
2010-09-21 Panu MatilainenMove PTOK type enum out of the sprintfToken struct
2010-09-21 Panu MatilainenRemove bunch of double consts in librpmbuild
2010-09-21 Panu MatilainenInitialize nametag to RPMTAG_NOT_FOUND in parseRCPOT()
2010-09-21 Panu MatilainenConst pedantry: taropts only ever points to string...
2010-09-21 Panu MatilainenMove expression type enum out of the struct
2010-09-21 Panu MatilainenUse actual enum values in tag table sentinel to avoid...
2010-09-21 Panu MatilainenAdd "c++ protection" to (hopefully) all of our internal...
2010-09-21 Panu MatilainenMissing c++ end marker in rpmdb_internal.h, oops
2010-09-21 Panu MatilainenAdd "C++ protection" to the public rpmutil.h header...
2010-09-21 Panu Matilainenvoid stepping on toes of relatives, part 5
2010-09-21 Panu MatilainenAvoid stepping on toes of relatives, part 4
2010-09-21 Panu MatilainenAvoid stepping on toes of relatives, part 3
2010-09-21 Panu MatilainenAvoid stepping on toes of relatives, part 2
2010-09-21 Panu MatilainenAvoid stepping on toes of relatives, part 1
2010-09-21 Panu MatilainenQueryformat string sanity in queryArgCallback()
2010-09-21 Panu MatilainenUse rasprintf() instead of manual alloc + sprintf()
2010-09-21 Panu MatilainenRename tagtbl.c -> tagtbl.C
2010-09-21 Panu MatilainenUse the macro allocator variants within librpm*
2010-09-21 Panu MatilainenUse _free() instead of rfree() where "return value...
2010-09-21 Panu MatilainenReturn explicit NULL from various fooFree() functions...
2010-09-21 Panu MatilainenReturn typed pointers from rpmluaFree() and rpmluavFree()
2010-09-21 Panu MatilainenReturn typed pointer from headerformat cacheFree()
2010-09-21 Panu MatilainenReturn typed pointer from freeHardLink()
2010-09-21 Panu MatilainenUse typed instead of void pointer for fsm dnl iterator
2010-09-21 Panu MatilainenUse typed instead of void pointer for fsm map iterator
2010-09-21 Panu MatilainenAdjust pgpMpiSet() dest type to match actual use
2010-09-21 Panu MatilainenError string is const char *, not void pointer
2010-09-21 Panu MatilainenAdjust internal io read, write and digest update to...
2010-09-21 Panu MatilainenAvoid using void pointer when we have a real type for...
2010-09-21 Panu MatilainenMove the RPMVERSION constant among its friends in depends.c
2010-09-21 Panu Matilainenstrrchr() family considered harmful, part 666
2010-09-21 Panu Matilainenstrstr() considered harmful, part 541
2010-09-21 Panu MatilainenUse RPMTAG_NOT_FOUND instead of for "invalid tag" value
2010-09-21 Panu MatilainenMove RPMTAG_NOT_FOUND into rpmTag enumeration
2010-09-21 Panu MatilainenMove rpmHeaderTagFunc() a bit to avoid unnecessary...
2010-09-21 Panu MatilainenMove format extension table a bit to avoid unnecessary...
2010-09-21 Panu MatilainenUse the new tag type/return type getters everywhere
2010-09-21 Panu MatilainenAdd yet more rpmTagTagTagFoo() functions
2010-09-21 Panu MatilainenSplit tag type and return type to separate fields in...
2010-09-21 Panu MatilainenUse the enum name instead of value when generating...
2010-09-21 Panu MatilainenUse proper types for tag and format extension functions
2010-09-21 Panu MatilainenDifferentiate between the possible te types and iterato...
2010-09-21 Panu MatilainenChange fdstat functions to take fdOpx enum to fix int...
2010-09-21 Panu MatilainenFix up silly int/enum and type vs variable name mixups...
2010-09-21 Panu MatilainenUse actual rpmTags in place of the old HEADER_FOO defin...
2010-09-21 Panu MatilainenRename specdFlags to remove unnecessary type vs variabl...
2010-09-21 Panu MatilainenFix up bunch of silly int vs rpmRC return code mismatches
2010-09-21 Panu MatilainenStop abusing enum typedefs for bitfield types
2010-09-17 Panu MatilainenExpel Tarjan from his nest
2010-09-15 Panu MatilainenDont check source packages against installed obsoletes
2010-09-14 Panu MatilainenPlug memleak from rpmSpecCheckDeps()
2010-09-13 Héctor Daniel... l10n: Updated Spanish (Castilian) (es) translation...
2010-09-13 Taylon Silmerl10n: Updated Portuguese (Brazilian) (pt_BR) translatio...
2010-09-13 Panu MatilainenReplace dbi walking copy-slop with an internal helper...
2010-09-13 Panu MatilainenRearrange newRpmdb() a bit for clarity
2010-09-13 Panu MatilainenEliminate broken "can't happen" early return
2010-09-13 Panu MatilainenRearrange rpmdbInitIterator() a bit for clarity
2010-09-13 Panu MatilainenEliminate all fooUnlink() functions out of the API
2010-09-13 Panu MatilainenUnify header creation between headerNew() and headerLoad()
2010-09-13 Panu MatilainenFix some broken fooUnlink() usages
2010-09-13 Panu MatilainenLift header verifying out of rpmdbNextIterator()
2010-09-13 Panu MatilainenMinor optimizations on DBT initializations
2010-09-13 Panu Matilainen...and now eliminate the unnecessary pointer variables
2010-09-13 Panu MatilainenEliminate mi_key and mi_data from match iterator structure
2010-09-08 Panu MatilainenAdd test for manifest query in testsuite
2010-09-08 Panu MatilainenFix _USE_LIBIO test
2010-09-08 Panu MatilainenDifferentiate between IO-errors and non-package "error...
2010-09-08 Panu MatilainenFix rpmReadPackageManifest() on non-fpio FD when libio...
next