summaryrefslogtreecommitdiff
path: root/rpmio/rpmglob.c
Commit message (Expand)AuthorAgeFilesLines
* Try globs literally when there are no matchesMichal Domonkos2022-09-201-7/+15
* Refactor rpmGlob()Michal Domonkos2022-08-181-13/+12
* Return GLOB_NOMATCH on missing dirs from rpmGlob()Michal Domonkos2022-08-181-1/+1
* Return arg count 0 from rpmGlob()Michal Domonkos2022-08-181-5/+3
* Don't try to expand URLs in rpmGlob()Michal Domonkos2022-08-181-41/+2
* Append to arglist in rpmGlob()Michal Domonkos2022-08-181-8/+8
* Fix non-glob fallthrough in rpmGlob()Michal Domonkos2022-08-171-17/+15
* Add shell-like escape support to %filesMichal Domonkos2022-06-271-63/+0
* Refactor rpmGlob()Michal Domonkos2022-06-271-71/+67
* Fix rpmGlob() escape supportMichal Domonkos2022-06-271-24/+14
* Axe our internal and buggy glob() and fnmatch() copiesPanu Matilainen2022-05-041-717/+2
* Flush 1998 vintage dirent.h compatibility mess from system.hPanu Matilainen2020-04-021-3/+2
* Fix buffer overrun in glob tilde expansionPanu Matilainen2018-10-101-1/+1
* Inode zero is just a regular inodePanu Matilainen2017-09-091-10/+0
* Cosmetics: if, while and switch are followed by a spacePanu Matilainen2017-02-271-1/+1
* Fix off-by-one stack write in rpmGlob() (RhBug:1371914)Panu Matilainen2016-11-161-1/+1
* Fix next_brace_sub() to return NULL if braces don't match.Lubos Kardos2015-11-181-21/+6
* Modify rpmIsGlob() to be more precise.Lubos Kardos2015-08-031-25/+32
* Enable {} expansion in rpmGlob() (rhbz:1246743)Lubos Kardos2015-07-271-10/+32
* Only use local mempcpy() if system libraries dont provide onePanu Matilainen2012-05-311-0/+2
* xmalloc() and xrealloc() never fail, remove redundant checksPanu Matilainen2012-05-311-46/+1
* Call alloca() and stat() by their own names...Panu Matilainen2012-05-311-14/+12
* Eliminate unnecessary glob portability fiddlesPanu Matilainen2012-05-311-14/+0
* Eliminate VMS, MS-DOS, Windows and Amiga compatibility hacks in rpmglobPanu Matilainen2012-05-311-77/+4
* Eliminate shell interruptability hack in rpmglobPanu Matilainen2012-05-311-16/+1
* We always have xstrdup() available, eliminate redundant alternatvePanu Matilainen2012-05-311-10/+0
* Eliminate getpwnam_r() and getlogin_r() uses from rpmglobPanu Matilainen2012-05-311-60/+0
* Eliminate mempcpy() related conditionals from rpmglobPanu Matilainen2012-05-311-65/+4
* Remove __GNUC__ conditionals on variable sized local arraysPanu Matilainen2012-05-311-22/+0
* Eliminate unnecessary libc header typedeffery from rpmglobPanu Matilainen2012-05-311-86/+25
* Run indent -kr on the glob implementationPanu Matilainen2012-05-311-942/+847
* Bury our glob() implementation entirely inside rpmglob.c (RhBug:819680)Panu Matilainen2012-05-311-1/+1275
* Export our own version of glob_pattern_p() as rpmIsGlob()Panu Matilainen2012-05-311-1/+5
* Split rpmGlob() to a separate source filePanu Matilainen2012-05-311-0/+148