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
/
rpmio
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-21
Return typed pointers from rpmluaFree() and rpmluavFree()
Panu Matilainen
2
-4
/
+4
2010-09-21
Adjust pgpMpiSet() dest type to match actual use
Panu Matilainen
1
-2
/
+2
2010-09-21
Error string is const char *, not void pointer
Panu Matilainen
2
-3
/
+3
2010-09-21
Adjust internal io read, write and digest update to take buf as void pointer
Panu Matilainen
1
-22
/
+22
2010-09-21
Avoid using void pointer when we have a real type for the memfail function
Panu Matilainen
2
-3
/
+3
2010-09-21
Change fdstat functions to take fdOpx enum to fix int/enum mismatches
Panu Matilainen
1
-2
/
+2
2010-09-21
Fix up silly int/enum and type vs variable name mixups in urlPath()
Panu Matilainen
1
-4
/
+4
2010-09-21
Stop abusing enum typedefs for bitfield types
Panu Matilainen
2
-4
/
+9
2010-09-13
Eliminate all fooUnlink() functions out of the API
Panu Matilainen
2
-16
/
+5
2010-09-08
Fix _USE_LIBIO test
Panu Matilainen
1
-4
/
+4
2010-07-13
Redirect macro stack backtrace printing to debug log.
Jindrich Novy
1
-4
/
+4
2010-07-13
Fix cryptic macro evaluation error message (RhBug:613010)
Jindrich Novy
1
-2
/
+1
2010-06-29
Tell rpm about SHA-224 existence (RhBug:608599)
Jiri Kastner
2
-0
/
+2
2010-06-03
Fix "empty reply from server" curl-syndrome with url retrieval (RhBug:598988)
Panu Matilainen
1
-1
/
+1
2010-06-01
Permit DOS line-endings in PGP armors (RhBug:532992)
Panu Matilainen
1
-4
/
+7
2010-05-19
Add public pgpValString() function + enum for the various types
Panu Matilainen
2
-8
/
+46
2010-05-19
Bury struct pgpValTbl_s definition inside rpmpgp.c
Panu Matilainen
2
-7
/
+5
2010-03-29
Lose long since unused fdReadable() and fdWritable()
Panu Matilainen
2
-106
/
+0
2010-03-29
Lose long since unused url control structure and related functions
Panu Matilainen
2
-198
/
+0
2010-03-22
Further rpmio NULL sanity checks
Panu Matilainen
1
-20
/
+22
2010-03-22
Lose FDSANE() macro, check in c2f() and callers instead
Panu Matilainen
1
-8
/
+3
2010-03-22
Change most of the FDSANE() asserts into good old NULL-checks
Panu Matilainen
1
-28
/
+22
2010-03-22
Lose the useless rpmio refcounting debug junk
Panu Matilainen
2
-43
/
+34
2010-03-19
Bury FTS inside librpmbuild and eliminate from public ABI
Panu Matilainen
3
-1358
/
+2
2010-03-15
Add an enhanced argvSplitString() function for splitting strings to argv's
Panu Matilainen
2
-3
/
+25
2010-02-10
Split elf dependency extraction out of librpmbuild to external helper
Panu Matilainen
1
-1
/
+0
2010-02-03
Kill RPMTAG_FSNAMES and RPMTAG_FSSIZES and everything implementing them
Florian Festi
1
-4
/
+0
2010-01-07
Revert "Always free locally defined macros when they go out of scope"
Panu Matilainen
1
-2
/
+3
2010-01-05
Move <stdio.h> includes out of system.h to the places that need it
Panu Matilainen
3
-0
/
+3
2010-01-05
Move <ctype.h> include out of system.h to the places that need it
Panu Matilainen
1
-0
/
+1
2010-01-05
Move <errno.h> include out of system.h to the places that need it
Panu Matilainen
4
-0
/
+4
2010-01-05
Remove <string.h> include from system.h into the few places that still need
Panu Matilainen
2
-0
/
+2
2010-01-05
Include <stdlib.h> as necessary instead of system.h
Panu Matilainen
3
-3
/
+3
2010-01-05
fts.h requires <stdint.h>, include it there explicitly
Panu Matilainen
1
-0
/
+1
2010-01-05
Unconditionally include <sys/wait.h> where needed
Panu Matilainen
2
-0
/
+2
2010-01-05
Move sys/mman.h include out of system.h to the places that care
Panu Matilainen
1
-0
/
+4
2010-01-05
Unconditionally include <netdb.h> where needed instead of system.h
Panu Matilainen
1
-0
/
+1
2010-01-04
Clean up poll() vs select() tests
Panu Matilainen
1
-0
/
+6
2010-01-04
Use MAP_FAILED instead of hardwired (void *)-1
Panu Matilainen
1
-1
/
+1
2010-01-04
Re-enable mmap test in configure & fix the code build again
Panu Matilainen
1
-0
/
+1
2010-01-04
Remove further replacement functions for POSIX 2001 required bits
Panu Matilainen
1
-16
/
+0
2010-01-04
Remove unnecessary setenv() replacement function
Panu Matilainen
1
-4
/
+0
2010-01-04
Remove largely unnecessary putenv() replacement
Panu Matilainen
1
-4
/
+0
2010-01-04
Eliminate myrealloc() replacement function
Panu Matilainen
1
-5
/
+0
2010-01-04
Remove unneeded strdup() replacement in misc/
Panu Matilainen
1
-4
/
+0
2010-01-04
Always free locally defined macros when they go out of scope
Panu Matilainen
1
-3
/
+2
2010-01-04
Remove -98 vintage ifdef'ed dead code
Panu Matilainen
1
-13
/
+0
2009-12-23
Oops, update stubs.c too for the removed replacements
Panu Matilainen
1
-24
/
+0
2009-12-23
Move getopt() portability fiddles out of system.h
Panu Matilainen
1
-0
/
+6
2009-12-23
Move malloc portability tweaks out of system.h
Panu Matilainen
1
-0
/
+10
[next]