2010-09-28 |
Panu Matilainen | Remove leftover trap for RPMRC_FAIL errors where none... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Panu Matilainen | Wrong enum type used for psm goal, gcc 4.5 complains... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Panu Matilainen | Whoops, wrong enum type used for pubkey algorithm |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Panu Matilainen | Eliminate %_signature from man pages too |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Panu Matilainen | Rip the useless %_signature macro and everything around it |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Panu Matilainen | Fix the broken existing signature checking on add/resig... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Panu Matilainen | Decide header sigtag based on what was actually written |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Panu Matilainen | Handle non-terminated substrings centrally in expandMacro() |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Panu Matilainen | Dynamic expansion buffer reallocation for lua macros too |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Panu Matilainen | Whoops, fix typo/thinko from commit dc258bac41e32e754b1... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Panu Matilainen | Eliminate the internal in-place-expansion buffer limitation |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Panu Matilainen | Simplify / sanitize expandU() a bit |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Panu Matilainen | Dynamically reallocate macro expansion buffer (ticket... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Panu Matilainen | Let expandMacro() allocate its own buffer |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Panu Matilainen | Track current expansion point via distance to buffer... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Panu Matilainen | Push the macro buffer size limit down by one level |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Panu Matilainen | Eliminate unused spec field from macro expansion state... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Panu Matilainen | Avoid calloc() in macro findEntry() |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Panu Matilainen | Avoid unnecessary round-trip through expandT() where... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Panu Matilainen | Use function arguments to pass, duh, arguments into... |
commit | commitdiff | tree | snapshot |
2010-09-26 |
Jindrich Novy | Fix segfault in rpmdeps (RhBug:637357) |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Panu Matilainen | Eliminate separate fileIndexEntry from rpmal |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Panu Matilainen | Use headerNextTag() for header format iteration |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Panu Matilainen | Use HEADER_MAGIC_FOO enums instead of 0/1 in python... |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Panu Matilainen | Remove double const in urlstring struct |
commit | commitdiff | tree | snapshot |
2010-09-22 |
Panu Matilainen | Make rpmsqAction compatible to sa_sigaction |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Hajime Taira | l10n: Updated Japanese (ja) translation to 100% |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Remove double const on rpmrc tables |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Fix rpmRC/int return mismatch by counting errors from... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Use rpmTag as psm scriptTag for type correctness |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Default to the common case wrt dir name/index tags... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Move PTOK type enum out of the sprintfToken struct |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Remove bunch of double consts in librpmbuild |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Initialize nametag to RPMTAG_NOT_FOUND in parseRCPOT() |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Const pedantry: taropts only ever points to string... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Move expression type enum out of the struct |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Use actual enum values in tag table sentinel to avoid... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Add "c++ protection" to (hopefully) all of our internal... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Missing c++ end marker in rpmdb_internal.h, oops |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Add "C++ protection" to the public rpmutil.h header... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | void stepping on toes of relatives, part 5 |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Avoid stepping on toes of relatives, part 4 |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Avoid stepping on toes of relatives, part 3 |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Avoid stepping on toes of relatives, part 2 |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Avoid stepping on toes of relatives, part 1 |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Queryformat string sanity in queryArgCallback() |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Use rasprintf() instead of manual alloc + sprintf() |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Rename tagtbl.c -> tagtbl.C |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Use the macro allocator variants within librpm* |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Use _free() instead of rfree() where "return value... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Return explicit NULL from various fooFree() functions... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Return typed pointers from rpmluaFree() and rpmluavFree() |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Return typed pointer from headerformat cacheFree() |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Return typed pointer from freeHardLink() |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Use typed instead of void pointer for fsm dnl iterator |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Use typed instead of void pointer for fsm map iterator |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Adjust pgpMpiSet() dest type to match actual use |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Error string is const char *, not void pointer |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Adjust internal io read, write and digest update to... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Avoid using void pointer when we have a real type for... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Move the RPMVERSION constant among its friends in depends.c |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | strrchr() family considered harmful, part 666 |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | strstr() considered harmful, part 541 |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Use RPMTAG_NOT_FOUND instead of for "invalid tag" value |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Move RPMTAG_NOT_FOUND into rpmTag enumeration |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Move rpmHeaderTagFunc() a bit to avoid unnecessary... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Move format extension table a bit to avoid unnecessary... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Use the new tag type/return type getters everywhere |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Add yet more rpmTagTagTagFoo() functions |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Split tag type and return type to separate fields in... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Use the enum name instead of value when generating... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Use proper types for tag and format extension functions |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Differentiate between the possible te types and iterato... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Change fdstat functions to take fdOpx enum to fix int... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Fix up silly int/enum and type vs variable name mixups... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Use actual rpmTags in place of the old HEADER_FOO defin... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Rename specdFlags to remove unnecessary type vs variabl... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Fix up bunch of silly int vs rpmRC return code mismatches |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Panu Matilainen | Stop abusing enum typedefs for bitfield types |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Panu Matilainen | Expel Tarjan from his nest |
commit | commitdiff | tree | snapshot |
2010-09-15 |
Panu Matilainen | Dont check source packages against installed obsoletes |
commit | commitdiff | tree | snapshot |
2010-09-14 |
Panu Matilainen | Plug memleak from rpmSpecCheckDeps() |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Héctor Daniel... | l10n: Updated Spanish (Castilian) (es) translation... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Taylon Silmer | l10n: Updated Portuguese (Brazilian) (pt_BR) translatio... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Panu Matilainen | Replace dbi walking copy-slop with an internal helper... |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Panu Matilainen | Rearrange newRpmdb() a bit for clarity |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Panu Matilainen | Eliminate broken "can't happen" early return |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Panu Matilainen | Rearrange rpmdbInitIterator() a bit for clarity |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Panu Matilainen | Eliminate all fooUnlink() functions out of the API |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Panu Matilainen | Unify header creation between headerNew() and headerLoad() |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Panu Matilainen | Fix some broken fooUnlink() usages |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Panu Matilainen | Lift header verifying out of rpmdbNextIterator() |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Panu Matilainen | Minor optimizations on DBT initializations |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Panu Matilainen | ...and now eliminate the unnecessary pointer variables |
commit | commitdiff | tree | snapshot |
2010-09-13 |
Panu Matilainen | Eliminate mi_key and mi_data from match iterator structure |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Panu Matilainen | Add test for manifest query in testsuite |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Panu Matilainen | Fix _USE_LIBIO test |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Panu Matilainen | Differentiate between IO-errors and non-package "error... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Panu Matilainen | Fix rpmReadPackageManifest() on non-fpio FD when libio... |
commit | commitdiff | tree | snapshot |
2010-09-08 |
Panu Matilainen | Turn rpmQueryVerify() into query iterator initializer |
commit | commitdiff | tree | snapshot |
next |