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
/
src
/
socket.c
Age
Commit message (
Expand
)
Author
2018-08-11
Fix misspelling words in comments
Kazuhiro Sera
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-03-26
Revert #3984 .
Takeshi Watanabe
2018-03-25
Merge commit '36d016afd663d34607c843d03371bedb71efa34e'
Takeshi Watanabe
2017-12-14
Rename `BasicSocket#is_socket=` to `#_is_socket`; ref #3878
Yukihiro "Matz" Matsumoto
2017-12-14
Fix socket closing by using `closesocket` API in windows instead.
Takeshi Watanabe
2017-12-13
Set protocol of AddrInfo
Hiroshi Mimaki
2017-12-12
Winsock uses `int` where UNIX uses `size_t`.
Yukihiro "Matz" Matsumoto
2017-12-12
fix build on mingw
Yasuhiro Matsumoto
2017-12-12
Winsock does not provide `ssize_t`; Use `int` instead.
Yukihiro "Matz" Matsumoto
2017-12-11
Reduce VC++ compiler warnings.
Yukihiro "Matz" Matsumoto
2017-12-09
Reduce VC++ compiler warnings.
Yukihiro "Matz" Matsumoto
2017-12-08
Reduce VC++ compiler warnings.
Yukihiro "Matz" Matsumoto
2017-12-07
Remove unused variable `usock` from `mruby-socket/src/socket.c`.
Yukihiro "Matz" Matsumoto
2017-12-07
fixup! Fix type casting errors when `mruby-socket` compiled by C++.
Yukihiro "Matz" Matsumoto
2017-12-07
Fix type casting errors when `mruby-socket` compiled by C++.
Yukihiro "Matz" Matsumoto
2017-12-07
Add 'mrbgems/mruby-socket/' from commit 'ab54185005ec87fe4f5b10df95ad29659884...
Yukihiro "Matz" Matsumoto