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
2011-06-27
Honor trailing slash in rpmGlob()
Panu Matilainen
1
-1
/
+16
2011-05-31
Clean up + clarify popMacro() a bit
Panu Matilainen
1
-10
/
+15
2011-05-31
Use popMacro() when freeing the entire macro table
Panu Matilainen
1
-11
/
+4
2011-05-28
Eliminate dead NULL-assignments from rpmio fd close functions
Panu Matilainen
1
-5
/
+5
2011-05-28
Eliminate bunch of obvious dead NULL-assignments around librpmio
Panu Matilainen
3
-8
/
+8
2011-05-28
Eliminate dead NULL-assignments on argvFree() and argiFree()
Panu Matilainen
1
-8
/
+7
2011-05-24
Add support for nested Lua macro expansion (RhBug:490740)
Panu Matilainen
3
-30
/
+49
2011-05-24
Plug a memory leak on Lua rpm.expand()
Panu Matilainen
1
-1
/
+3
2011-05-18
Eliminate bogus ferror() checks
Panu Matilainen
1
-3
/
+1
2011-05-18
Always copy macro source when expanding it
Michael Schroeder
1
-6
/
+6
2011-05-03
Remove obsolete timedRead() from API
Jindrich Novy
2
-12
/
+0
2011-05-03
RIP rpmsqFork() + rpmsqWait() and the related bits
Panu Matilainen
2
-305
/
+2
2011-04-29
Add lrzip support.
Ville Skyttä
3
-1
/
+8
2011-04-29
Add lzip support.
Ville Skyttä
3
-1
/
+8
2011-04-26
Understand 'PK00' zip archives (RhBug:699529)
Jindrich Novy
1
-2
/
+3
2011-04-18
Clean up urlGetFile() return values
Panu Matilainen
2
-7
/
+6
2011-03-28
Use pkg-config to find Lua + determine flags (ticket #88)
Panu Matilainen
1
-5
/
+6
2011-03-23
Avoid timedRead() usage
Jindrich Novy
2
-2
/
+2
2011-03-23
Remove libio support to suppress timedRead()
Jindrich Novy
2
-88
/
+15
2011-03-17
Plug memory leaks on macro definition error cases
Panu Matilainen
1
-3
/
+3
2011-03-17
Missing va_end() call
Panu Matilainen
1
-0
/
+1
2011-03-10
Move string hash function to librpmio and rename for namespacing
Panu Matilainen
2
-0
/
+25
2011-03-03
Eliminate unused variable + calculations in pgpPubkeyFingerprint()
Panu Matilainen
1
-3
/
+0
2010-12-03
Bump library sonames
Panu Matilainen
1
-1
/
+1
2010-11-23
We're already considering <pthread.h> mandatory header elsewhere
Panu Matilainen
1
-13
/
+0
2010-11-23
Axe the rpmsq debug code which was never getting built anyway
Panu Matilainen
2
-61
/
+0
2010-11-23
Lose all the stillborn code in rpmsq.[ch]
Panu Matilainen
2
-178
/
+0
2010-11-15
Basic protection against Lua os.exit() and posix.exec() (ticket #167)
Panu Matilainen
1
-0
/
+1
2010-10-26
Bury stripTrailingChar() inside the only remaining user
Panu Matilainen
2
-16
/
+0
2010-10-26
Bury StringBuf inside librpmbuild internals
Panu Matilainen
2
-113
/
+0
2010-10-22
Eliminate use of pgpHashAlgo in rpmio interface arguments
Panu Matilainen
6
-21
/
+19
2010-10-05
Tolerate NULL args in argvSplitString()
Panu Matilainen
1
-1
/
+5
2010-09-27
Handle non-terminated substrings centrally in expandMacro()
Panu Matilainen
1
-41
/
+22
2010-09-27
Dynamic expansion buffer reallocation for lua macros too
Panu Matilainen
1
-6
/
+12
2010-09-27
Whoops, fix typo/thinko from commit dc258bac41e32e754b15a413d844160f34b6a12e
Panu Matilainen
1
-1
/
+1
2010-09-27
Eliminate the internal in-place-expansion buffer limitation
Panu Matilainen
1
-30
/
+32
2010-09-27
Simplify / sanitize expandU() a bit
Panu Matilainen
1
-12
/
+7
2010-09-27
Dynamically reallocate macro expansion buffer (ticket #45)
Panu Matilainen
1
-14
/
+15
2010-09-27
Let expandMacro() allocate its own buffer
Panu Matilainen
1
-16
/
+17
2010-09-27
Track current expansion point via distance to buffer start
Panu Matilainen
1
-21
/
+23
2010-09-27
Push the macro buffer size limit down by one level
Panu Matilainen
1
-24
/
+24
2010-09-27
Eliminate unused spec field from macro expansion state struct
Panu Matilainen
1
-3
/
+0
2010-09-27
Avoid calloc() in macro findEntry()
Panu Matilainen
1
-5
/
+4
2010-09-27
Avoid unnecessary round-trip through expandT() where possible
Panu Matilainen
1
-3
/
+3
2010-09-27
Use function arguments to pass, duh, arguments into functions. Duh.
Panu Matilainen
1
-20
/
+9
2010-09-22
Remove double const in urlstring struct
Panu Matilainen
1
-1
/
+1
2010-09-22
Make rpmsqAction compatible to sa_sigaction
Panu Matilainen
2
-5
/
+4
2010-09-21
Add "c++ protection" to (hopefully) all of our internal headers
Panu Matilainen
3
-0
/
+24
2010-09-21
Add "C++ protection" to the public rpmutil.h header, oops...
Panu Matilainen
1
-0
/
+8
2010-09-21
Return typed pointers from rpmluaFree() and rpmluavFree()
Panu Matilainen
2
-4
/
+4
[next]