Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-07-23 | Update scriptlet names to match current reality (rhbz#248128) | Panu Matilainen | 1 | -5/+11 | |
2007-07-16 | Use binary search for looking up tag values + types. | Panu Matilainen | 2 | -14/+43 | |
Mostly derived from rpm5.org work of Jeff Johnsson, additionally - fix thinko in bsearch result stabilization logic - fix querytags in verbose mode to actually show the types as intended | |||||
2007-07-16 | Full sync of RPMTAG_* definitions with rpm5.org. | Panu Matilainen | 1 | -48/+80 | |
As promised on rpm-maint: https://lists.dulug.duke.edu/pipermail/rpm-maint/2007-June/000357.html Now that new tags don't cost anything in terms of python binding etc maintenance we can at least keep tags compatible so querying cross-rpm works (mostly - there are differences like md5 vs filedigests) | |||||
2007-07-13 | Update tagtype definitions wrt rpm5.org | Panu Matilainen | 1 | -41/+40 | |
2007-07-12 | Kill of RPMTAG_RHNPLATFORM: don't add to header, mark deprecated. | Panu Matilainen | 1 | -1/+1 | |
2007-07-12 | int vs ptr sizes differ on some platforms, make alNum intptr_t to fix | Panu Matilainen | 2 | -4/+4 | |
2007-07-12 | Pull in rpmfi int_32 -> uint_32 changes from rpm5.org. | Panu Matilainen | 3 | -9/+9 | |
TODO reminder to audit all uses of those, plenty of places where signed doesn't make much sense, inconsistent use etc. | |||||
2007-07-12 | Use uint_32 for dirindexes everywhere | Panu Matilainen | 1 | -2/+2 | |
2007-07-12 | rpmioSlurp() related cleanups. | Panu Matilainen | 1 | -2/+3 | |
Derived from rpm5.org / Ralf S. Engelschall | |||||
2007-07-12 | Cast argv to rpm_execcon expected type | Panu Matilainen | 1 | -1/+1 | |
2007-07-12 | Some obvious "missing const" cases... | Panu Matilainen | 1 | -1/+1 | |
2007-07-11 | Cast to expected type. | Panu Matilainen | 1 | -1/+1 | |
2007-07-11 | Cast to fix size difference. | Panu Matilainen | 1 | -1/+1 | |
Patch derived from rpm5.org / Jeff Johnsson | |||||
2007-07-11 | Cast to void** to silence hge() warning | Panu Matilainen | 1 | -1/+1 | |
2007-07-11 | Use unsigned size type for pgpReadPkts(). | Panu Matilainen | 1 | -1/+1 | |
Derived from rpm5.org / Ralf S. Engelschall, I was too blind to see ssize_t vs size_t, duh :) | |||||
2007-07-11 | Cast timedRead() buffers to expected type. | Panu Matilainen | 1 | -5/+5 | |
Patch from rpm5.org / Jeff Johnsson | |||||
2007-07-11 | Use correct formatting for scoreboard pointers | Panu Matilainen | 1 | -4/+4 | |
2007-07-11 | getRepackageHeaderFromTE() expects const char * as 4th argument | Panu Matilainen | 1 | -1/+1 | |
2007-07-11 | One more domd5() buffer signedness fix. | Panu Matilainen | 1 | -1/+1 | |
2007-07-11 | Missing include for domd5 | Panu Matilainen | 1 | -0/+1 | |
2007-07-11 | domd5() buffer signedness fixes. | Panu Matilainen | 1 | -1/+1 | |
2007-07-11 | rpmteIsSource() doesn't return pointers | Panu Matilainen | 1 | -1/+1 | |
2007-07-11 | Quiesce false gcc unused variable warning. | Panu Matilainen | 1 | -1/+2 | |
2007-07-11 | More ptr target signedness fixes... | Panu Matilainen | 2 | -2/+2 | |
2007-07-11 | Make offsets match what rpmdbAppendIterator() expects | Panu Matilainen | 1 | -1/+1 | |
2007-07-11 | ...and more pointer signedness fixes... | Panu Matilainen | 2 | -3/+3 | |
2007-07-10 | Remove meaningles statement to avoid compiler warning. | Panu Matilainen | 1 | -1/+1 | |
2007-07-10 | Remove two useless rpmtsSELinuxEnabled() calls. | Panu Matilainen | 1 | -2/+0 | |
2007-07-10 | Bunch of variable initializations to avoid compiler warnings. | Panu Matilainen | 1 | -1/+1 | |
2007-07-10 | Cast tid to time_t for ctime() to avoid compiler warning. | Panu Matilainen | 1 | -1/+1 | |
2007-07-10 | Fix a couple of compiler warnings | Panu Matilainen | 1 | -2/+2 | |
2007-07-10 | Remove const type-qualifiers from function return types everywhere. | Panu Matilainen | 9 | -13/+13 | |
They're meaningless in C and cause tonne of build warnings. | |||||
2007-07-10 | Msg buffer signedness change to avoid several compiler warnings. | Panu Matilainen | 1 | -1/+1 | |
2007-07-10 | Remove / #ifdef out unused variables as appropriate. | Panu Matilainen | 3 | -2/+2 | |
2007-07-10 | Fix bunch of string formatting warnings. | Panu Matilainen | 2 | -6/+6 | |
2007-07-09 | Avoid closing scriptlet stdout by mistake. | Panu Matilainen | 1 | -6/+1 | |
2007-07-09 | Fix ordering with --nodeps. | Panu Matilainen | 1 | -2/+4 | |
This adds unneeded second rpmalMakeIndex() call to normal path, the index creation needs some kind of tracking mechanism to avoid this... | |||||
2007-07-09 | Permit packages with no payload format (rpm 3.x compat), ugh... | Panu Matilainen | 1 | -0/+7 | |
2007-07-09 | Fix include of misc.h, rpmpgp.h and rpmsq.h in C++. | Panu Matilainen | 1 | -0/+2 | |
2007-07-02 | Plug some memory leaks. | Panu Matilainen | 2 | -1/+3 | |
Patches from rpm5.org / JBJ. | |||||
2007-06-28 | Remember to free up match iterators (rhbz#246044) | Panu Matilainen | 1 | -2/+4 | |
2007-06-26 | Remove hardcoded libtermcap vs bash kludge. | Panu Matilainen | 1 | -4/+0 | |
2007-06-25 | Remove ppc64 inline asm (rhbz#233145) | Panu Matilainen | 1 | -21/+0 | |
Patch in both Fedora and Suse... | |||||
2007-06-25 | Enable ts ordering for erasure mode. | Panu Matilainen | 1 | -2/+0 | |
Same patch in Suse & Fedora... | |||||
2007-06-25 | Transaction ordering fixes (rhbz#196590, 202540, 202542, 202543, 202544) | Panu Matilainen | 1 | -2/+9 | |
Patch from Fedora / Paul Nasrat. | |||||
2007-06-25 | Nuke ugly /var/log/lastlog kludgery. | Panu Matilainen | 2 | -4/+0 | |
2007-06-21 | ARM arch update. | Panu Matilainen | 1 | -1/+1 | |
Adds more ARM sub-archs, and adds some bits to deal properly with the new ARM ABI (EABI). Patch from Lennert Buytenhek. | |||||
2007-06-21 | Initialise replaced | Paul Nasrat | 1 | -0/+1 | |
2007-06-21 | Backed out changeset 99c5bd19ffc4bfbfa5601767cbc1338b5fa570e9 | Paul Nasrat | 1 | -1/+0 | |
2007-06-21 | Initialise replaced on rpmfiNew | Paul Nasrat | 1 | -0/+1 | |