2009-09-22 |
Panu Matilainen | Missing <string.h> include |
tree | commitdiff |
2009-09-17 |
Panu Matilainen | EXIT_FAILURE being defined is already handled in system.h |
tree | commitdiff |
2009-09-17 |
Panu Matilainen | Compare pointers against NULL, not 0 |
tree | commitdiff |
2009-09-17 |
Panu Matilainen | Add runtime settable custom memory allocation failure... |
tree | commitdiff |
2009-09-17 |
Panu Matilainen | Always use build + use our own allocator functions |
tree | commitdiff |
2009-09-07 |
Panu Matilainen | Eliminate unused variable |
tree | commitdiff |
2009-09-07 |
Panu Matilainen | Avoid potentially calling a NULL function pointer |
tree | commitdiff |
2009-09-07 |
Panu Matilainen | Remove redundant reinitialization, cleanup |
tree | commitdiff |
2009-09-07 |
Panu Matilainen | Add RPM_GNUC_NONNULL macro for portable use of gcc... |
tree | commitdiff |
2009-08-31 |
Panu Matilainen | Ugh, fix brokenness from previous commit |
tree | commitdiff |
2009-08-31 |
Panu Matilainen | Replace equal/not equal uses of str[n]cmp() with rstreq... |
tree | commitdiff |
2009-08-31 |
Panu Matilainen | Hum, rename rstrneq() to rstreqn() to avoid confusing... |
tree | commitdiff |
2009-08-31 |
Panu Matilainen | Accept direct compressor names as Fopen() modes too |
tree | commitdiff |
2009-08-31 |
Panu Matilainen | Switch rpmio mode checking to use rstreq() |
tree | commitdiff |
2009-08-31 |
Panu Matilainen | Add two helper functions for comparing string equality |
tree | commitdiff |
2009-08-13 |
Panu Matilainen | Add missing <pthread.h> include in rpmsq.h (ticket... |
tree | commitdiff |
2009-07-14 |
Panu Matilainen | Dont treat filenames starting with - as stdin |
tree | commitdiff |
2009-06-26 |
Panu Matilainen | Handle hook unregistering itself |
tree | commitdiff |
2009-06-26 |
Panu Matilainen | Fix rpm.unregister() Lua extension |
tree | commitdiff |
2009-06-26 |
Panu Matilainen | Add base64 encode and decode extensions to the lua... |
tree | commitdiff |
2009-06-25 |
Panu Matilainen | Kick out silly constfree() use |
tree | commitdiff |
2009-06-24 |
Panu Matilainen | Simplify logging a bit |
tree | commitdiff |
2009-06-23 |
Jindrich Novy | Check arg in argvJoin() before dereferencing |
tree | commitdiff |
2009-05-22 |
Panu Matilainen | Couple of documentation typos |
tree | commitdiff |
2009-05-22 |
Panu Matilainen | Include from src, not build dir |
tree | commitdiff |
2009-05-20 |
Panu Matilainen | Eliminate useless pgpDig nbytes counter |
tree | commitdiff |
2009-05-08 |
Panu Matilainen | Fix parsing of pubkey signature packets. Ick. |
tree | commitdiff |
2009-04-23 |
Panu Matilainen | Hide NSS peculiarities from API |
tree | commitdiff |
2009-04-16 |
Panu Matilainen | Pad RSA signatures up to modulus size if necessary... |
tree | commitdiff |
2009-04-09 |
Panu Matilainen | Fix PGP v4 fingerprint calculation (rhbz#493777) |
tree | commitdiff |
2009-03-27 |
Panu Matilainen | Handle XZ in %uncompress macro |
tree | commitdiff |
2009-03-27 |
Panu Matilainen | Add built-in %getconfdir macro for getting rpmConfigDir... |
tree | commitdiff |
2009-03-25 |
Jindrich Novy | process the "./" in file paths correctly (rhbz#491388) |
tree | commitdiff |
2009-03-25 |
Panu Matilainen | Push signature identification to librpmio / pgp handling |
tree | commitdiff |
2009-03-25 |
Panu Matilainen | Push signature verification down to librpmio |
tree | commitdiff |
2009-03-25 |
Panu Matilainen | Eliminate header/payload digests from pgpDig_s, they... |
tree | commitdiff |
2009-03-25 |
Panu Matilainen | Implement fdUpdateDigests() and friends using digest... |
tree | commitdiff |
2009-03-25 |
Panu Matilainen | Add a type + basic api for bundle of digests (on same... |
tree | commitdiff |
2009-03-19 |
Panu Matilainen | librpmio doesn't need libmagic for anything |
tree | commitdiff |
2009-03-18 |
Panu Matilainen | Add support for "lzma alone" compression format (lzdio) |
tree | commitdiff |
2009-03-18 |
Panu Matilainen | LZMA -> XZ renaming |
tree | commitdiff |
2009-03-16 |
Panu Matilainen | Proper error handling in rpmDigestDup() |
tree | commitdiff |
2009-03-16 |
Panu Matilainen | Eliminate unnecessary pgpNewPublicKey() wrappers |
tree | commitdiff |
2009-03-16 |
Panu Matilainen | Eliminate unnecessary field from pgpDig_s |
tree | commitdiff |
2009-03-11 |
Panu Matilainen | NSS supports MD2, we might as well handle it too |
tree | commitdiff |
2009-03-11 |
Panu Matilainen | Eliminate now unnecessary FDDIGEST_t |
tree | commitdiff |
2009-03-11 |
Panu Matilainen | Remember hash algorithm in digest context |
tree | commitdiff |
2009-03-11 |
Panu Matilainen | Streamline rpmDigestInit() a bit |
tree | commitdiff |
2009-03-09 |
Jindrich Novy | Port XZ payload compression to xz-4.999.8 API |
tree | commitdiff |
2009-03-04 |
Panu Matilainen | Dont leak memory from hdrmd5ctx |
tree | commitdiff |
2009-03-04 |
Panu Matilainen | Eliminate unnecessary fields from pgpDig_s |
tree | commitdiff |
2009-02-27 |
Jindrich Novy | Add md5->filedigest aliases (rhbz#487597) |
tree | commitdiff |
2009-02-26 |
Panu Matilainen | Switch to libtool versioning, starting at 0:0:0 |
tree | commitdiff |
2009-01-16 |
Panu Matilainen | Add getenv macro, use instead of $(echo $HOME) for... |
tree | commitdiff |
2009-01-15 |
Panu Matilainen | Make sure global state gets NULLed on free |
tree | commitdiff |
2009-01-14 |
Panu Matilainen | Add rpmluaGetGlobalState() to internal lua api |
tree | commitdiff |
2009-01-09 |
Panu Matilainen | Don't try to create "" directories |
tree | commitdiff |
2009-01-08 |
Panu Matilainen | Delay NSS initialization until actually used |
tree | commitdiff |
2009-01-08 |
Panu Matilainen | Only touch _crypto_initialized if we actually change it |
tree | commitdiff |
2009-01-08 |
Panu Matilainen | Don't segfault in pgpPubkeyFingerprint() if rpmDigest... |
tree | commitdiff |
2008-12-23 |
Jindrich Novy | Increase XZ decompression memlimit |
tree | commitdiff |
2008-12-09 |
Panu Matilainen | Oops, missing wrappers for C++ in headers (ticket #12) |
tree | commitdiff |
2008-12-05 |
Panu Matilainen | Avoid "template" which is a reserved word in C++ |
tree | commitdiff |
2008-12-01 |
Jindrich Novy | Include rpmfileutil.h from rpmmacro.h so that |
tree | commitdiff |
2008-11-26 |
Jindrich Novy | Increase memory limit for LZMA compression |
tree | commitdiff |
2008-11-26 |
Jindrich Novy | Initialize the LZMA encoder/decoder on demand, not... |
tree | commitdiff |
2008-11-25 |
Jindrich Novy | Port LZMA (XZ) support to the new API |
tree | commitdiff |
2008-11-25 |
Jindrich Novy | Use the new LZMA (XZ) magic |
tree | commitdiff |
2008-11-22 |
Panu Matilainen | Use rpmConfigDir() instead of hardwired value in Lua... |
tree | commitdiff |
2008-11-22 |
Panu Matilainen | Add function to retrieve rpm config base directory |
tree | commitdiff |
2008-11-21 |
Panu Matilainen | Permit relative paths in rpmioMkpath() and rpmMkdirs() |
tree | commitdiff |
2008-11-06 |
Panu Matilainen | rpmsqAction() proto needs SA_SIGINFO conditionals too... |
tree | commitdiff |
2008-11-04 |
Jindrich Novy | Return proper exit code when exec*() functions fail |
tree | commitdiff |
2008-11-04 |
Panu Matilainen | Fix building on systems where SA_SIGINFO isn't availabl... |
tree | commitdiff |
2008-11-04 |
Panu Matilainen | Use more portable file access mode tests (ticket #5) |
tree | commitdiff |
2008-10-18 |
Panu Matilainen | Permit tab as whitespace between macro arguments (rhbz... |
tree | commitdiff |
2008-10-14 |
Panu Matilainen | Move luaext include fiddling out of toplevel configure |
tree | commitdiff |
2008-10-14 |
Panu Matilainen | Sanitize libluaext linkage |
tree | commitdiff |
2008-10-10 |
Panu Matilainen | Add rpmMkdirs() to librpmio |
tree | commitdiff |
2008-10-09 |
Panu Matilainen | rstrcasecmp() and rstrncasecmp() are "pure" functions |
tree | commitdiff |
2008-10-09 |
Panu Matilainen | Mark risalpha() and friends as "const functions" |
tree | commitdiff |
2008-10-09 |
Panu Matilainen | Add RPM_GNUC_INTERNAL macro |
tree | commitdiff |
2008-09-25 |
Jindrich Novy | Use safer xrealloc() instead of realloc() |
tree | commitdiff |
2008-09-25 |
Jindrich Novy | Use safer xstrdup() instead of strdup() wherever possible |
tree | commitdiff |
2008-09-11 |
Panu Matilainen | Macro argument handling regression regression (rhbz... |
tree | commitdiff |
2008-08-08 |
Panu Matilainen | Add couple of new rpmPubkey() methods |
tree | commitdiff |
2008-07-17 |
Panu Matilainen | Add (and use) refcounting for rpmKeyring and rpmPubkey |
tree | commitdiff |
2008-07-16 |
Panu Matilainen | Make rpmExpand() smarter wrt memory allocations |
tree | commitdiff |
2008-07-16 |
Panu Matilainen | Eliminate another unnecessary temp variable |
tree | commitdiff |
2008-07-16 |
Panu Matilainen | Eliminate unnecessary variable |
tree | commitdiff |
2008-07-16 |
Panu Matilainen | Macro argument handling regression (rhbz#455333) |
tree | commitdiff |
2008-07-12 |
Panu Matilainen | NSS uses unsigned int, not size_t for hash lengths |
tree | commitdiff |
2008-07-08 |
Panu Matilainen | Add a new legacy compatibility header, kill rpmints.h |
tree | commitdiff |
2008-07-07 |
Panu Matilainen | Teach Fflush() about lzdio |
tree | commitdiff |
2008-07-07 |
Panu Matilainen | Kick out ftpStrerror() and related error code defines |
tree | commitdiff |
2008-07-04 |
Panu Matilainen | Stuff rpmio/ugid.[ch] contents to lib/misc.[ch] |
tree | commitdiff |
2008-07-04 |
Panu Matilainen | Make ufdClose() static, nothing outside rpmio.c needs... |
tree | commitdiff |
2008-07-04 |
Panu Matilainen | Remove unused ufdGetFile() from librpmio |
tree | commitdiff |
2008-07-04 |
Panu Matilainen | Remove unused _url_debug |
tree | commitdiff |
2008-07-02 |
Panu Matilainen | Add documentation for keyring |
tree | commitdiff |
next |