index
:
tools/librpm-tizen
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel_psk_20160727
master
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-for-gbs-0.14
release-for-gbs-0.17
release-for-gbs-0.18
release-for-gbs-0.21
release-for-gbs-0.23
release-test-0.1
release-test-20150810
sandbox/soong9/devel
sandbox/wangbiao/py3-version
sandbox/wangbiao/py3_version
sandbox/wangbiao/riscv
sandbox/wangbiao/rpm414_tizen
sandbox/xuhy/fix-recursion-issue
sandbox/xuhy/rpm_tizen_riscv
spin-release-latest
test-devel
tizen
tznext
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-15
Use fd.tell() instead of going around through os.lseek() with fdno
Panu Matilainen
1
-3
/
+3
2009-10-15
Add tell() method to rpm.fd class
Panu Matilainen
1
-0
/
+12
2009-10-15
Add ftell() clone to FD_t
Panu Matilainen
2
-0
/
+20
2009-10-15
Avoid unnecessary dup'ing of file descriptors on header list operations
Panu Matilainen
1
-16
/
+15
2009-10-15
Accept rpm.fd() types file objects everywhere in python bindings
Panu Matilainen
4
-39
/
+57
2009-10-14
Make fdUpdateDigests() static now that its possible
Panu Matilainen
2
-6
/
+8
2009-10-14
Make FD_t struct opaque, finally
Panu Matilainen
2
-47
/
+42
2009-10-14
Eliminate last remaining FD_t struct privacy violation
Panu Matilainen
3
-8
/
+16
2009-10-14
Remove cpio stuff from FD_t
Panu Matilainen
4
-35
/
+10
2009-10-14
Move debug goo defs to rpmio.c
Panu Matilainen
2
-9
/
+7
2009-10-14
Move pile of helpers from rpmio_internal.h to rpmio.c, remove unused stuff
Panu Matilainen
2
-122
/
+58
2009-10-14
Move fd statistics foo inside rpmio.c now that it can
Panu Matilainen
2
-63
/
+55
2009-10-14
Move fdDigest*() to rpmio.c where they better belong
Panu Matilainen
4
-31
/
+31
2009-10-14
Remove pointless inlining of stuff in rpmio
Panu Matilainen
1
-9
/
+8
2009-10-14
Use common "not implemented" implementation of Fseek()
Panu Matilainen
1
-22
/
+4
2009-10-14
Add first rough-cut python bindings for rpmio fd
Panu Matilainen
3
-3
/
+295
2009-10-12
Raise exception in the converter, not caller
Panu Matilainen
2
-1
/
+1
2009-10-12
Permit changing rpm.td tag from python
Panu Matilainen
1
-2
/
+23
2009-10-12
Add limited support for modifying headers to python
Panu Matilainen
3
-1
/
+34
2009-10-12
Fix format extension memleak on empty strings
Panu Matilainen
1
-1
/
+1
2009-10-12
Output dependency type on --requires etc queries if verbose (RhBug:528342)
Panu Matilainen
1
-4
/
+4
2009-10-12
Add RPMTAG_VERBOSE extension
Panu Matilainen
3
-0
/
+17
2009-10-12
Permit conditional query formats on not yet cached data too
Panu Matilainen
1
-1
/
+1
2009-10-10
Oops, configuring wrong ts in rpm.ts() initialization
Panu Matilainen
1
-3
/
+2
2009-10-09
Move further initialization from python ts tp_new to tp_init
Panu Matilainen
2
-17
/
+14
2009-10-09
Revert explicit PyErr_NoMemory() returns to just returning NULL
Panu Matilainen
10
-12
/
+12
2009-10-09
Handle NULL in ts get/setKeyring as python None
Panu Matilainen
1
-4
/
+10
2009-10-09
Kill off _rpmb.error exception type
Panu Matilainen
3
-10
/
+1
2009-10-09
Permit setting and getting ts keyring from python
Panu Matilainen
1
-0
/
+28
2009-10-09
Add bindings for rpm keyring and pubkey types
Panu Matilainen
4
-0
/
+230
2009-10-09
Add an interface to parse armored OpenPGP from memory
Panu Matilainen
2
-19
/
+37
2009-10-07
Support passing extra options to dep generator scripts
Panu Matilainen
2
-3
/
+9
2009-10-06
Lose unused python/perl/java stringbuffers from rpmfc
Panu Matilainen
1
-10
/
+0
2009-10-06
Bah, get the new ocaml-scripts into tarballs too
Panu Matilainen
1
-0
/
+1
2009-10-06
Python namespace import fiddling
Panu Matilainen
1
-35
/
+36
2009-10-06
Teach the internal dep generator about OCaml
Panu Matilainen
4
-3
/
+13
2009-10-06
Add OCaml dependency generator scripts (Richard W.M. Jones)
Panu Matilainen
3
-0
/
+135
2009-10-06
Deprecate %__lzma, use %__xz in it.
Ville Skyttä
2
-2
/
+2
2009-10-06
Decompress lzma files with xz.
Ville Skyttä
2
-4
/
+0
2009-10-06
Improve perl.req here-doc skipping.
Ville Skyttä
1
-3
/
+5
2009-10-05
Delete ancient and defunc python test programs
Panu Matilainen
7
-215
/
+0
2009-10-05
Dont leak memory from rpm.fi() methods
Panu Matilainen
1
-8
/
+8
2009-10-05
Handle all rpmds variants in its constructor
Panu Matilainen
5
-47
/
+39
2009-10-05
rpmdb open failing is certainly an rpm error, not TypeError
Panu Matilainen
1
-1
/
+1
2009-10-05
Dead code removal
Panu Matilainen
1
-5
/
+0
2009-10-05
Permit threads during rpmReadPackageFile()
Panu Matilainen
1
-0
/
+2
2009-10-05
Type mismatch is TypeError, not rpm.error
Panu Matilainen
1
-1
/
+1
2009-10-05
Push hdrFromFdno() error code handling over to python side
Panu Matilainen
2
-28
/
+22
2009-10-05
Push hdrCheck() error code handling over to python side
Panu Matilainen
2
-27
/
+16
2009-10-05
Teach python about the lowlevel RPMRC codes
Panu Matilainen
1
-0
/
+6
[next]