platform/upstream/rpm.git
2010-10-01 Panu MatilainenKill spec.buildRoot from python
2010-10-01 Panu MatilainenUse the new spec section getter in python bindings
2010-10-01 Panu MatilainenAdd getter for spec script sections too, bah...
2010-10-01 Panu MatilainenUse the new spec src/pkg API in python instead of direc...
2010-10-01 Panu MatilainenAdd minimal API for spec packages and sources
2010-10-01 Panu MatilainenUse namespaced names for spec pkg and source opaque...
2010-10-01 Panu MatilainenFinish off our librpmbuild API mass-murder by turning...
2010-10-01 Panu MatilainenrpmfcGenerateDepends() is internal, move away from...
2010-10-01 Panu MatilainenA few missing internal markers on librpm side too
2010-10-01 Panu MatilainenWhoops, missing RPM_GNUC_INTERNAL on stashSt()
2010-10-01 Panu MatilainenStuff fts into a convenience library in misc/
2010-10-01 Panu MatilainenLose rpmio-url leftovers from fts
2010-10-01 Panu MatilainenForce shared build of python extension
2010-10-01 Panu MatilainenAdd configure switch to disable plugins build
2010-10-01 Panu MatilainenHandle enable/disable python to configure.ac more sanely
2010-09-29 Panu MatilainenRemove configuration for no longer existing db indexes
2010-09-29 Panu MatilainenAnd now sighdrPut() can be buried back into signature.c
2010-09-29 Panu MatilainenEliminate some redundancy in signature sanity checking
2010-09-29 Panu MatilainenSimplify the signature generation somewhat
2010-09-29 Panu MatilainenSplit the setup + running of gpg helper to a separate...
2010-09-29 Panu MatilainenEliminate the pointless switch-case from makeHDRSignature()
2010-09-29 Panu MatilainenStart ripping through the hysterical signature generati...
2010-09-29 Panu MatilainenClean up makeHDRDigest() a bit
2010-09-29 Panu MatilainenMake rpmGenSignature() static
2010-09-29 Panu MatilainenWhoops, couple of includes gone missing in the shuffle
2010-09-29 Panu MatilainenUpdate translations to pick up stuff moving about etc
2010-09-29 Panu MatilainenAnd finally split the signing support into a separate...
2010-09-29 Panu MatilainenLift the signature generation in all its g(l)ory to...
2010-09-29 Panu MatilainenMove sighdrPut() to inline function in signature.h
2010-09-29 Panu MatilainenSplit signature and digest generation to separate functions
2010-09-29 Panu MatilainenSplit internal header signature and digest generation...
2010-09-29 Panu MatilainenSigner id is not sufficient measure for signature samen...
2010-09-28 Panu MatilainenMake RPMFILE_STATE_MISSING part of the rpmfileState...
2010-09-28 Panu MatilainenFix a rpmTag/rpmSigTag mismatch by using the more appro...
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
next