aboutsummaryrefslogtreecommitdiffstats
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* fix "initialize miss".ko12018-09-261-0/+1
* dir.c: fix glob with recursive and braceshirosaki2018-09-251-17/+5
* dir.c: fix memory leak of glob with bracesshirosaki2018-09-251-5/+25
* dir.c: performance fix with bracesshirosaki2018-09-221-30/+138
* Suppress more -Wparentheses warningsnobu2018-09-211-1/+1
* dir.c: fix glob with base when no DT_UNKNOWNnobu2018-07-261-16/+25
* Revert "dir.c: fix glob with base when no DT_UNKNOWN"naruse2018-07-241-7/+7
* dir.c: fix glob with base when no DT_UNKNOWNnobu2018-07-171-7/+7
* dir.c: fix directory globnobu2018-07-091-3/+4
* dir.c: define O_CLOEXEC for older systemsnormal2018-06-221-0/+4
* dir.c: warning for NULnobu2018-04-191-0/+5
* [DOC] `*` in glob matches `\n` too [ci skip]kazu2018-04-081-1/+1
* dir.c: Dir.glob examplenobu2018-03-301-0/+1
* dir.c: do not assume NUL terminatornobu2018-03-291-10/+13
* dir.c: check NUL bytesnobu2018-03-281-14/+12
* [DOC] missing docs at toplevelnobu2018-02-231-0/+31
* dir.c: Dir#each_childnobu2018-01-241-0/+9
* use predefined IDskazu2018-01-221-1/+2
* dir_closed marked as NORETURNshyouhei2018-01-181-0/+2
* dir.c: pass flags to openat(2) correctlynormal2018-01-101-2/+2
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-1/+2
* support 128bit ino on Windows (if available)usa2017-12-101-2/+2
* Dir#chdir keeps GVL if passed blocknormal2017-12-091-6/+8
* support nanosec file timestamp on newer Windowsusa2017-12-041-2/+2
* util.h: remove my_getcwdnobu2017-11-261-1/+1
* Use `const void*` instead of `const char*`kazu2017-11-211-1/+1
* Cannot call rb_thread_call_with{out,}_gvl before running VMusa2017-11-181-5/+17
* dir.c: openat calls release GVL, toonormal2017-11-181-42/+77
* dir: release GVL on opendirnormal2017-11-181-5/+23
* dir.c: revert r60772, r60770, and r60769normal2017-11-151-30/+11
* Cannot call rb_thread_call_without_gvl before running VMusa2017-11-151-5/+4
* nogvl readdir make SEGV on Windowsusa2017-11-151-0/+4
* dir.c: release GVL around remaining readdir callsnormal2017-11-141-11/+27
* dir.c: cast to suppress a warningnobu2017-11-011-1/+1
* dir: Dir.mkdir and Dir.rmdir release GVLnormal2017-11-011-5/+34
* use mode_t where applicable (instead of int)normal2017-10-311-2/+2
* dir: Dir.chdir releases GVLnormal2017-10-301-1/+13
* Revert "Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]"naruse2017-10-271-82/+10
* Drop to support NaCl platform.hsbt2017-10-231-4/+0
* dir.c: adjust indent [ci skip]nobu2017-10-221-44/+45
* Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]naruse2017-10-221-10/+81
* Revert "ignore server side error"naruse2017-10-211-76/+8
* ignore server side errornaruse2017-10-211-8/+76
* Revert "Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]"naruse2017-10-211-76/+8
* Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]naruse2017-10-211-8/+76
* Get rid of shadowing local variablesnobu2017-10-181-2/+2
* Dir.empty? releases GVLnormal2017-10-041-24/+48
* dir.c: fix up r59527nobu2017-08-081-1/+2
* dir.c: fix up r59481 for old kernelsnobu2017-08-081-6/+10
* dir.c: reduce syscallsnobu2017-08-031-6/+4