index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-socket
Age
Commit message (
Expand
)
Author
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2020-12-19
feat(CI): add a GitHub Action to lint the Markdown
John Bampton
2020-11-22
Remove `mrb_str_buf_new()` and `MRB_STR_BUF_MIN_SIZE`; close #5171
Yukihiro "Matz" Matsumoto
2020-11-13
Change name and usage of presym macros
KOBAYASHI Shuji
2020-10-12
Use `mrb_int_value()` instead of `mrb_fixnum_value()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Reorganize `Integer` system.
Yukihiro "Matz" Matsumoto
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2020-10-12
Generate C struct from `irep` instead of binary dump.
Yukihiro "Matz" Matsumoto
2020-10-12
Use functions that take symbols to reduce string litrals in C.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_funcall_id()` extensively.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `MRB_SYM()` for inline symbols.
Yukihiro "Matz" Matsumoto
2020-09-25
Prohibit string changes by "s"/"z" specifier of `mrb_get_args()`
dearblue
2020-08-09
Remove duplicated definition of `E_EOF_ERROR`.
Yukihiro "Matz" Matsumoto
2020-04-03
Helper for link window's library
Reckordp
2020-03-08
Remove unnecessary 'stdio.h'; ref #4947
dearblue
2020-03-08
Increase flexibility of CrossBuild
Reckordp
2020-02-01
Fix builds for old mingw in mruby-socket; ref #4914
dearblue
2020-01-01
Rename `mrb_num_args_error` to `mrb_argnum_error`; ref #4863
Yukihiro "Matz" Matsumoto
2020-01-01
Merge pull request #4863 from shuujii/add-mrb_num_args_error-for-wrong-number...
Yukihiro "Matz" Matsumoto
2019-12-12
Add `mrb_num_args_error()` for "wrong number of arguments" error
KOBAYASHI Shuji
2019-12-09
Add "mruby developers" into some gems; Resolve #4709
dearblue
2019-09-26
Use type predicate macros instead of `mrb_type` if possible
KOBAYASHI Shuji
2019-09-13
Remove unnecessary files from `mruby-{io,pack,socket}`.
Yukihiro "Matz" Matsumoto
2019-08-20
Fix link of mruby-io
Takeshi Watanabe
2019-08-07
Reorganize `mrb_string_value_cstr` and related functions.
Yukihiro "Matz" Matsumoto
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-06-18
Fix path of `error.h`.
Hiroshi Mimaki
2019-05-06
Avoid using `mrb_str_to_cstr` if possible
KOBAYASHI Shuji
2019-05-05
Use `mrb_fixnum_to_str()` instead of `Fixnum#to_s`
KOBAYASHI Shuji
2019-02-18
Fix wrong assertion method in some tests
KOBAYASHI Shuji
2018-11-22
Fix mruby-socket test failure on MinGW.
Hiroshi Mimaki
2018-09-01
Avoid warning in MSVC compilation.
Yukihiro "Matz" Matsumoto
2018-08-11
Fix misspelling words in comments
Kazuhiro Sera
2018-07-21
Network services might not be available
Sebastián Katzer
2018-06-15
Fixed wrong usages of `mrb_raisef()`; ref #4043
Yukihiro "Matz" Matsumoto
2018-06-14
Resolve sign comparison warning; ref #4044
Yukihiro "Matz" Matsumoto
2018-06-14
sa_family_t is not defined on windows.
Tomoyuki Sahara
2018-06-14
set sockaddr_un.sun_len on the systems that have sockaddr.sa_len.
Tomoyuki Sahara
2018-06-14
struct sockaddr_un can be truncated.
Tomoyuki Sahara
2018-06-14
struct sockaddr_un can be shorter than struct sockaddr.
Tomoyuki Sahara
2018-06-05
Declare inet_ntop and inet_pton as static
Sebastián Katzer
2018-04-18
Avoid unnecessary object allocation (addrinfo) in `_accept`; ref #3999
Yukihiro "Matz" Matsumoto
2018-04-17
`Socket.accept` should have returned `[fd, addr]`; fix #3999
Yukihiro "Matz" Matsumoto
2018-04-17
Define `SOL_IP` and `SOL_TCP`; ref #3999
Yukihiro "Matz" Matsumoto
2018-03-26
Revert #3984 .
Takeshi Watanabe
2018-03-25
Merge commit '36d016afd663d34607c843d03371bedb71efa34e'
Takeshi Watanabe
2018-02-03
Depend mruby-io and mruby-pack in mruby core
MATSUMOTO, Ryosuke
2018-02-02
Need `fcntl.h` and `sys/stat.h` as well for `_open`; ref #3938
Yukihiro "Matz" Matsumoto
[next]