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
/
build.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-29
Use fdGetFILE() instead of rpmio internal fdGetFp() everywhere
Panu Matilainen
1
-4
/
+2
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-24
Remove dead and unused, ifdef'ed HAVE_FCHMOD block of code.
Ralf Corsépius
1
-11
/
+0
2007-10-24
doScript: Change 'what' to rpmBuildFlags.
Ralf Corsépius
1
-1
/
+1
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
-3
/
+3
2007-09-21
Rename Spec -> rpmSpec for namespacing
Panu Matilainen
1
-3
/
+3
2007-09-17
misc.h is a private header
Panu Matilainen
1
-0
/
+1
2007-09-17
Remove url caching, don't need it...
Panu Matilainen
1
-0
/
+1
2007-09-11
Remove splint tags.
Ralf Corsépius
1
-23
/
+1
2007-08-29
Fix various cases of build failing due to whitespace in dir/filenames.
Panu Matilainen
1
-2
/
+2
2005-02-12
- permit build scriptlet interpreters to be individually overridden.
jbj
1
-1
/
+9
2004-11-28
- add support for automagic pubkey retrieval using HKP.
jbj
1
-0
/
+8
2004-11-04
Stub in URL_IS_HTTPS everywhere.
jbj
1
-2
/
+4
2003-05-08
- don't use error string after gzclose (Dmitry V. Levin).
jbj
1
-2
/
+4
2002-12-24
- fix: remove rpmfi scareMem so that headers can be reloaded on ia64.
jbj
1
-2
/
+2
2002-12-21
- add --enable-posixmutexes when configuring on linux.
jbj
1
-0
/
+10
2002-07-08
Propagate splint-3.0.1.7 close(2) internalState annotation throughout.
jbj
1
-3
/
+2
2002-07-02
Add boundsread annotations throughout, enable +bounds checking.
jbj
1
-0
/
+6
2001-10-17
Converging on lclint-3.0.17 strict level.
jbj
1
-1
/
+3
2001-10-16
Factor -type problems into explicit code annotations.
jbj
1
-0
/
+2
2001-10-15
Explicit branchstate annotations.
jbj
1
-7
/
+14
2001-10-15
lclint fiddles to annotate globals.
jbj
1
-3
/
+7
2001-05-06
- fix: specfile queries with BuildArch: (#27589).
jbj
1
-5
/
+5
2001-05-03
- still more boring lclint annotations and fiddles.
jbj
1
-0
/
+2
2001-04-30
- yet more boring lclint annotations and fiddles.
jbj
1
-11
/
+12
2001-04-29
- globalize _free(3) wrapper in rpmlib.h, consistent usage throughout.
jbj
1
-12
/
+12
2001-03-14
Update to doxygen-1.2.6 configuration.
jbj
1
-0
/
+3
2001-01-15
- fix: extra newline in many error messages (#23947).
jbj
1
-3
/
+4
2001-01-11
doxygen annotations for build/*.
jbj
1
-2
/
+3
2000-12-12
Sync with rpm-4_0 branch.
jbj
1
-3
/
+5
2000-12-02
Bring header reggions mods back to top of stack.
jbj
1
-4
/
+4
2000-09-01
- unify rpmError and rpmMessge interfaces through rpmlog.
jbj
1
-11
/
+18
2000-08-27
Doxygen annotations.
jbj
1
-1
/
+2
2000-06-20
- API: uncouple fadio from rest of rpmio.
jbj
1
-1
/
+1
2000-06-09
Move low level support routines to librpmio.
jbj
1
-1
/
+1
2000-02-29
Can't print a NULL on non-GNU systems.
jbj
1
-1
/
+1
2000-02-27
Solaris2.6 portability.
jbj
1
-1
/
+1
2000-01-24
Documentation sugar.
jbj
1
-0
/
+6
1999-11-24
lib/macro.c: Canonicalize paths in rpmGetPath().
jbj
1
-74
/
+41
1999-11-19
macros.in: Add buildsubdir and scriptlet template macros.
jbj
1
-71
/
+167
1999-11-18
The death of lib/ftp.c, merged into lib/rpmio.c.
jbj
1
-7
/
+9
1999-11-14
lib/rpmio.c: Implement per-fd layers as a stack, add fdPush/fdPop.
jbj
1
-0
/
+4
1999-11-12
Use Fstrerror on ufdio throughut.
jbj
1
-0
/
+1
1999-11-04
Use Fopen almost everywhere.
jbj
1
-11
/
+11
1999-10-31
Spec: Add rootdir (as in chroot).
jbj
1
-62
/
+55
1999-10-30
Make fdFileno() static, use Fileno()/Ferror() analogues throughout.
jbj
1
-1
/
+1
[next]