| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-24 | Merge pull request #50 from takahashim/file-symlink | Tomoyuki Sahara | |
| add File.symlink | |||
| 2015-11-22 | add File.symlink | takahashim | |
| 2015-11-22 | Merge pull request #48 from takahashim/file-path | Tomoyuki Sahara | |
| add File.path | |||
| 2015-11-21 | add File.path | takahashim | |
| 2015-10-20 | off_t can be larger than mrb_int. | Tomoyuki Sahara | |
| 2015-10-20 | raise a SystemCallError when lseek(2) fails. | Tomoyuki Sahara | |
| 2015-10-20 | UT for IO#sysseek. | Tomoyuki Sahara | |
| 2015-10-20 | fix typo. | Tomoyuki Sahara | |
| 2015-10-20 | Merge branch 'master' of github.com:iij/mruby-io | Tomoyuki Sahara | |
| 2015-10-19 | Merge pull request #47 from matsumoto-r/patch-1 | Tomoyuki Sahara | |
| Fix buffer overflow of `pos` when file-size is too big | |||
| 2015-10-19 | Fix buffer overflow of `pos` when file-size is too big | MATSUMOTO, Ryosuke | |
| 2015-09-28 | Merge pull request #45 from takahashim/enable-test | Tomoyuki Sahara | |
| enable test | |||
| 2015-09-28 | Merge pull request #46 from takahashim/add-rewind | Tomoyuki Sahara | |
| support IO#rewind | |||
| 2015-09-27 | add IO#rewind | takahashim | |
| 2015-09-27 | Merge pull request #44 from takahashim/io-addstr | Tomoyuki Sahara | |
| support IO#<< | |||
| 2015-09-27 | enable test | takahashim | |
| 2015-09-27 | support IO#<< | takahashim | |
| 2015-08-27 | variables are not used on the platforms lack FD_CLOEXEC. | Tomoyuki Sahara | |
| 2015-08-26 | Merge pull request #30 from ksss/cloexec | Tomoyuki Sahara | |
| Opened fd should be set FD_CLOEXEC by default | |||
| 2015-08-21 | Merge pull request #43 from jkutner/master | Tomoyuki Sahara | |
| Made FILE_SEPERATOR platform dependent | |||
| 2015-08-20 | Made FILE_SEPERATOR platform dependent | Joe Kutner | |
| 2015-08-12 | Merge pull request #42 from hone/path_separator | Tomoyuki Sahara | |
| define PATH_SEPARATOR | |||
| 2015-08-02 | define PATH_SEPARATOR | Terence Lee | |
| 2015-07-24 | Merge pull request #41 from hone/cross_compile_windows | Tomoyuki Sahara | |
| support for crossbuild for windows (32 bit and 64 bit) using mingw | |||
| 2015-07-23 | support for crossbuild for windows (32 bit and 64 bit) using mingw | Terence Lee | |
| 2015-07-03 | Merge pull request #40 from archSeer/patch-1 | Tomoyuki Sahara | |
| Remove mrb_io_s_select typo. | |||
| 2015-07-02 | Remove mrb_io_s_select typo. | Blaž Hrastnik | |
| Uncovered with a Coverity scan of our project using mruby-io. https://scan8.coverity.com/reports.htm#v26153/p11375/fileInstanceId=6844382&defectInstanceId=2515905&mergedDefectId=121921 | |||
| 2015-04-18 | Merge pull request #39 from jbreeden/master | Tomoyuki Sahara | |
| Correct File::NULL for Windows | |||
| 2015-04-17 | Removing redundant platform check | Jared Breeden | |
| 2015-04-17 | Merge branch 'master' of https://github.com/iij/mruby-io | Jared Breeden | |
| 2015-04-17 | Correct File::NULL for Windows | Jared Breeden | |
| 2015-04-05 | Excluding wait call for windows | Jared Breeden | |
| 2015-04-05 | Merge pull request #38 from jbreeden/master | Tomoyuki Sahara | |
| Excluding wait call for windows | |||
| 2015-04-03 | wait for child processes when we close pipes. fixes #37. | Tomoyuki Sahara | |
| 2014-12-26 | rewrite IO.for_fd. | Tomoyuki Sahara | |
| IO.for_fd should call IO#initialize to initialize the created object properly. It cannot be implemented in Ruby. | |||
| 2014-12-26 | better error message. | Tomoyuki Sahara | |
| 2014-12-18 | Merge pull request #35 from tmtm/fix-read-create-many-objects | Tomoyuki Sahara | |
| FIX: IO#read create a large number of objects. | |||
| 2014-12-18 | FIX: IO#read create a large number of objects. | TOMITA Masahiro | |
| 2014-12-17 | Merge pull request #33 from iij/revert-32-fix-read-create-many-objects | Tomoyuki Sahara | |
| Revert "FIX: IO#read create a large number of objects." | |||
| 2014-12-17 | Revert "FIX: IO#read create a large number of objects." | Tomoyuki Sahara | |
| 2014-12-17 | Merge pull request #32 from tmtm/fix-read-create-many-objects | Tomoyuki Sahara | |
| FIX: IO#read create a large number of objects. | |||
| 2014-12-17 | FIX: IO#read create a large number of objects. | TOMITA Masahiro | |
| 2014-12-16 | Merge pull request #31 from tmtm/fix-sysread-segv | Tomoyuki Sahara | |
| FIX: IO#sysread occurs SEGV | |||
| 2014-12-15 | FIX: IO#sysread occurs SEGV | TOMITA Masahiro | |
| 2014-12-04 | IO.popen fd set close_on_exec flag by default | ksss | |
| 2014-12-04 | Opened fd should be set FD_CLOEXEC by default | ksss | |
| 2014-11-25 | IO.sysopen does retry. closes #26. | Tomoyuki Sahara | |
| 2014-11-25 | Merge pull request #29 from sdottaka/fix-for-msvc | Tomoyuki Sahara | |
| Fix broken build for Visual C++ | |||
| 2014-11-22 | Fix broken build for Visual C++ | sdottaka | |
| 2014-11-18 | Merge pull request #28 from ksss/file-size | Tomoyuki Sahara | |
| Implement FileTest.size | |||
