Rubyist
|
4ab922044d
|
Removed unnecessary/incorrect use of sizeof(int) and corrected more
improper usages of mrb_sys_fail
|
2015-07-21 15:56:27 -07:00 |
|
Rubyist
|
7ee9ab89f9
|
Changed some uses of mrb_sys_fail to instead use mrb_raise where
appropriate
|
2015-07-21 03:37:28 -07:00 |
|
Rubyist
|
a426f0e2b5
|
Overrided close and write to work on Win32 platforms
|
2015-07-18 23:22:57 -07:00 |
|
Rubyist
|
752f7c1526
|
Minimal semi-working compile on Windows platforms.
|
2015-07-17 23:45:02 -07:00 |
|
Rubyist
|
7d8cbf1a9c
|
Added Winsock 2 to list of libraries to use when building for Windows
targets
|
2015-07-17 23:03:34 -07:00 |
|
Tomoyuki Sahara
|
dacb8b626b
|
failed to remove temporary files!
|
2015-05-20 11:38:03 +09:00 |
|
Tomoyuki Sahara
|
1629e86063
|
add IPv6 constants defined in RFC3493.
|
2015-02-13 11:35:36 +09:00 |
|
Tomoyuki Sahara
|
e4006cb53a
|
Socket::Option requires iij/mruby-pack.
|
2014-12-26 16:12:41 +09:00 |
|
Tomoyuki Sahara
|
0d05a22602
|
don't call undefined method. fixes #15.
|
2014-12-26 16:00:50 +09:00 |
|
Tomoyuki Sahara
|
7b17158f88
|
remove unused variables.
|
2014-12-26 13:36:11 +09:00 |
|
Tomoyuki Sahara
|
a09858af61
|
syscalls may return sockaddr shorter than sizeof(struct sockaddr) on Linux.
|
2014-12-26 13:27:39 +09:00 |
|
Tomoyuki Sahara
|
a960a6f931
|
failed to add...
|
2014-12-26 11:19:53 +09:00 |
|
Tomoyuki Sahara
|
3a22166c67
|
debug UNIXSocket and UNIXServer.
|
2014-12-26 11:16:03 +09:00 |
|
Tomoyuki Sahara
|
723db886e1
|
add Socket::Option#inspect
without this, mirb dies.
https://github.com/mruby/mruby/pull/2666
|
2014-12-12 12:38:43 +09:00 |
|
Tomoyuki Sahara
|
093f4e2cff
|
mrb_voidp (and other macros) has gone.
|
2014-07-09 12:24:50 +09:00 |
|
Tomoyuki Sahara
|
91c285fcfe
|
regen.
|
2014-07-02 09:12:27 +09:00 |
|
Tomoyuki Sahara
|
04097348e8
|
more TCP options (for NetBSD).
|
2014-07-02 09:12:04 +09:00 |
|
Tomoyuki Sahara
|
baa40ef2b1
|
sort.
|
2014-07-02 09:09:58 +09:00 |
|
Tomoyuki Sahara
|
9c3c267bef
|
Merge pull request #14 from dreamedge/add_tcp_constants
Add TCP_* constants included in "netinet/tcp.h".
|
2014-07-02 09:08:47 +09:00 |
|
dreamedge
|
f3c71cf5da
|
Add TCP_* constants included in "netinet/tcp.h".
ex: TCP_NODELAY, TCP_CORK, ...
|
2014-07-02 00:30:10 +09:00 |
|
Tomoyuki Sahara
|
376af5bac3
|
re-implement TCPServer.accept. fixes #12.
|
2014-06-17 15:41:42 +09:00 |
|
Tomoyuki Sahara
|
cb84ce30e7
|
no longer used.
|
2014-06-10 09:54:23 +09:00 |
|
Tomoyuki Sahara
|
1d987d2fcd
|
Merge pull request #9 from schmurfy/solaris
OpenSolaris/Illumos defines a "sun" constant...
|
2014-04-11 05:50:18 +09:00 |
|
Julien Ammous
|
9850e6a9d0
|
OpenSolaris/Illumos defines a "sun" constant...
|
2014-04-10 19:32:05 +02:00 |
|
Akira Yumiyama
|
572b404935
|
Update .travis.yml
|
2014-04-04 11:32:42 +09:00 |
|
Akira Yumiyama
|
355723ebca
|
Create .travis.yml
|
2014-04-04 11:27:56 +09:00 |
|
Tomoyuki Sahara
|
279587c138
|
split.
|
2014-03-12 09:44:34 +09:00 |
|
Tomoyuki Sahara
|
a8558512ec
|
mruby-mtest is not required to build (but to test).
|
2014-03-12 09:41:23 +09:00 |
|
Tomoyuki Sahara
|
e345d4c68f
|
Merge pull request #7 from monami-ya-mrb/pr-fix-connect-failed
Call Socket._connect() in Socket.connect() .
|
2014-03-11 23:25:29 +09:00 |
|
Masaki Muranaka
|
11b47459e7
|
Call Socket._connect() in Socket.connect() .
|
2014-03-11 21:18:05 +09:00 |
|
Tomoyuki Sahara
|
a90d8b8a73
|
add Socket.getaddrinfo.
|
2014-02-24 11:21:49 +09:00 |
|
Tomoyuki Sahara
|
b3c6075dc5
|
IO._bless has gone.
https://github.com/iij/mruby-io/commit/b74458a486042f4863fa6362057e25f0997694f5
|
2014-02-10 09:51:24 +09:00 |
|
Tomoyuki Sahara
|
b744097511
|
Merge pull request #6 from schmurfy/testless
removed mtest dependency
|
2014-01-09 16:09:50 -08:00 |
|
Julien Ammous
|
a26ce35c64
|
removed mtest dependency
|
2013-12-04 20:51:27 +01:00 |
|
Tomoyuki Sahara
|
d12f436bdb
|
mrb_intern API change.
|
2013-12-03 10:07:29 +09:00 |
|
Tomoyuki Sahara
|
d8e5e7df3f
|
Merge pull request #3 from murasesyuka/feature/add_dependencies_gem
add mruby-socket dependency gems
|
2013-11-03 00:41:21 -07:00 |
|
murase_syuka
|
78ebe1b427
|
add mruby-socket dependency gems
|
2013-11-02 14:30:42 +09:00 |
|
Tomoyuki Sahara
|
823df14ff4
|
remove unused code and irrelevant comment.
|
2013-10-15 10:43:48 +09:00 |
|
Tomoyuki Sahara
|
ec443d45db
|
more IPPROTO_* related to IPv6.
|
2013-10-10 10:24:02 +09:00 |
|
Tomoyuki Sahara
|
40adffc676
|
ARGS_XXX -> MRB_ARGS_XXX
|
2013-08-21 09:29:38 +09:00 |
|
Tomoyuki Sahara
|
0345215465
|
fix a possible address family mismatch.
|
2013-08-14 11:51:53 +09:00 |
|
Tomoyuki Sahara
|
a9593e1f57
|
v4/v6 fallback for TCP.
|
2013-08-14 09:34:22 +09:00 |
|
Tomoyuki Sahara
|
76e1017f48
|
hints.ai_socktype must be set if servname is not NULL on NetBSD3.
Closes #1
|
2013-07-25 15:04:59 +09:00 |
|
Tomoyuki Sahara
|
a341b8e0ff
|
more socket options (for multicast).
|
2013-07-25 11:58:05 +09:00 |
|
Tomoyuki Sahara
|
cf827ab0e7
|
fix Addrinfo.getaddrinfo("127.0.0.1", nil).
Closes #2
|
2013-07-25 11:54:53 +09:00 |
|
Tomoyuki Sahara
|
216e32751e
|
Socket.gethostname always fails.
|
2013-06-21 09:14:53 +09:00 |
|
Akito Mochizuki
|
35defaf1c9
|
fix mrb_voidp_value function call
|
2013-05-28 10:15:25 +09:00 |
|
Tomoyuki Sahara
|
f4aa3e7ae7
|
getaddrinfo("localhost") returns "fe80::1%lo0" on MacOS!
|
2013-05-21 14:48:42 +09:00 |
|
Tomoyuki Sahara
|
1411d5b974
|
using mruby-mtest on test/socket.rb.
|
2013-05-21 14:23:35 +09:00 |
|
Tomoyuki Sahara
|
12144b9ad2
|
getaddrinfo("localhost") may return 2 or more.
|
2013-05-21 14:23:07 +09:00 |
|