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
path:
root
/
build
/
pack.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-11-23
Expand private include file names to be relative to $(top_srcdir)
Ralf Corsépius
1
-8
/
+8
2007-11-22
Move makeTempFile() from misc.h to rpmfileutil.h
Panu Matilainen
1
-2
/
+2
2007-11-23
Use #include <x.h> syntax to include public headers.
Ralf Corsépius
1
-5
/
+5
2007-11-19
Lose rpmerr.h for good
Panu Matilainen
1
-1
/
+1
2007-11-19
Replace all RPMERR_* etc uses with corresponding RPMLOG_* levels
Panu Matilainen
1
-58
/
+58
2007-11-13
Fix free on invalid pointer after displaying "Unable to open temp file"
Panu Matilainen
1
-1
/
+1
2007-11-08
Remove dead & unused RPMTAG_ARCHIVESIZE addition code
Panu Matilainen
1
-43
/
+0
2007-11-07
Document rpmio_internal.h uses outside rpmio/
Panu Matilainen
1
-1
/
+1
2007-10-29
Use fdGetFILE() instead of rpmio internal fdGetFp() everywhere
Panu Matilainen
1
-2
/
+1
2007-10-28
Include "rpmbuild.h" instead of <rpmbuild.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-28
Include "rpmio_internal.h" instead of <rpmio_internal.h>.
Ralf Corsépius
1
-1
/
+1
2007-10-26
Eliminate [u|]int_[8|16|32]. Use c99 stdint.h types instead.
Ralf Corsépius
1
-6
/
+6
2007-10-09
Make rpmerr.h private, include directly where needed.
Panu Matilainen
1
-0
/
+1
2007-10-09
Replace all uses of RPMMESS_NORMAL with RPMLOG_NOTICE
Panu Matilainen
1
-2
/
+2
2007-10-09
Replace all rpmMessage() uses with rpmlog()
Panu Matilainen
1
-2
/
+2
2007-10-09
Replace all rpmError() uses with rpmlog()
Panu Matilainen
1
-34
/
+34
2007-09-21
Rename Spec -> rpmSpec for namespacing
Panu Matilainen
1
-9
/
+9
2007-09-17
misc.h is a private header
Panu Matilainen
1
-0
/
+1
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-64
/
+10
2007-04-16
Fix a typo: the macro is currently called %{buildsubdir}
Paul Nasrat
1
-1
/
+1
2005-07-15
- permit scriptlet includes from builddir for spec files w/o %setup.
jbj
1
-2
/
+1
2004-03-16
- Implemented support for internal Lua scripts.
niemeyer
1
-0
/
+14
2003-05-08
- don't use error string after gzclose (Dmitry V. Levin).
jbj
1
-6
/
+6
2002-12-24
splint fiddles.
jbj
1
-8
/
+7
2002-12-24
fix: ia64 segfault on build.
jbj
1
-23
/
+25
2002-12-22
- simplify specfile query linkage loop.
jbj
1
-3
/
+6
2002-12-21
- add --enable-posixmutexes when configuring on linux.
jbj
1
-3
/
+23
2002-08-23
- merge signature returns into rpmRC.
jbj
1
-5
/
+5
2002-07-21
- add methods to make signature handling opaque wrto rpmts.
jbj
1
-7
/
+7
2002-07-13
- install rpmal.h and rpmhash.h, implicit rpmps.hinclude, for now.
jbj
1
-6
/
+6
2002-07-08
Propagate splint-3.0.1.7 close(2) internalState annotation throughout.
jbj
1
-17
/
+14
2002-07-02
Add boundsread annotations throughout, enable +bounds checking.
jbj
1
-0
/
+2
2002-06-23
Add boundswrite annotations everywhere.
jbj
1
-0
/
+8
2002-05-19
- fix: synthesize unpacking progress callbacks for packages w/o files.
jbj
1
-0
/
+1
2002-05-19
- Grand Renaming of rpm data types.
jbj
1
-5
/
+7
2002-05-16
- opaque (well mostly) rpmTransactionSet using methods.
jbj
1
-4
/
+6
2002-05-04
Add toy db->associate, db->join, dbcursor->c_pget wrappers.
jbj
1
-1
/
+1
2002-04-13
- use rpmdb-redhat to suggest dependency resolution(s).
jbj
1
-0
/
+2
2002-04-11
- rescusitate --rebuild.
jbj
1
-2
/
+4
2002-04-07
- speedup large queries by ~50%.
jbj
1
-6
/
+6
2002-03-06
- add header DSA signature.
jbj
1
-0
/
+3
2002-03-03
- add payload uncompressed size to signature to avoid rewriting header.
jbj
1
-1
/
+14
2001-12-06
- 3 madvise calls and a 16Mb mmapped buffer == ~5% install speedup. Wow.
jbj
1
-3
/
+3
2001-11-01
- add header refcount annotations throughout.
jbj
1
-6
/
+6
2001-10-28
- memory indices for dependency check are typedef'd and abstract'd.
jbj
1
-2
/
+6
2001-10-27
- legacy signatures always checked where possible on package read.
jbj
1
-11
/
+3
2001-10-26
- wire transactions through rpmcli install/erase modes.
jbj
1
-3
/
+24
2001-10-21
- all symbols but hdrVec are now forward references in linkage.
jbj
1
-6
/
+1
2001-10-19
Permit multiple, simultaneous, digests on a single FD_t.
jbj
1
-1
/
+1
2001-10-19
Rewire digests, step 2.
jbj
1
-2
/
+2
[next]