kgio 2.1.1 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.gitignore CHANGED
@@ -19,3 +19,4 @@ pkg/
19
19
  tags
20
20
  TAGS
21
21
  /LATEST
22
+ /tmp
data/.manifest CHANGED
@@ -1,6 +1,7 @@
1
1
  .document
2
2
  .gitignore
3
3
  .manifest
4
+ .wrongdoc.yml
4
5
  COPYING
5
6
  ChangeLog
6
7
  GIT-VERSION-FILE
@@ -8,18 +9,20 @@ GIT-VERSION-GEN
8
9
  GNUmakefile
9
10
  HACKING
10
11
  ISSUES
12
+ LATEST
11
13
  LICENSE
12
14
  NEWS
13
15
  README
14
16
  Rakefile
15
17
  TODO
16
18
  ext/kgio/accept.c
19
+ ext/kgio/ancient_ruby.h
20
+ ext/kgio/autopush.c
17
21
  ext/kgio/connect.c
18
22
  ext/kgio/extconf.rb
19
23
  ext/kgio/kgio.h
20
24
  ext/kgio/kgio_ext.c
21
- ext/kgio/missing/accept4.h
22
- ext/kgio/missing/ancient_ruby.h
25
+ ext/kgio/missing_accept4.h
23
26
  ext/kgio/my_fileno.h
24
27
  ext/kgio/nonblock.h
25
28
  ext/kgio/read_write.c
@@ -27,15 +30,21 @@ ext/kgio/sock_for_fd.h
27
30
  ext/kgio/wait.c
28
31
  kgio.gemspec
29
32
  lib/kgio.rb
33
+ pkg.mk
30
34
  setup.rb
31
35
  test/lib_read_write.rb
32
36
  test/lib_server_accept.rb
33
37
  test/test_accept_class.rb
38
+ test/test_autopush.rb
34
39
  test/test_connect_fd_leak.rb
35
40
  test/test_default_wait.rb
41
+ test/test_kgio_addr.rb
42
+ test/test_no_dns_on_tcp_connect.rb
36
43
  test/test_pipe_popen.rb
37
44
  test/test_pipe_read_write.rb
45
+ test/test_singleton_read_write.rb
38
46
  test/test_socketpair_read_write.rb
47
+ test/test_tcp6_client_read_server_write.rb
39
48
  test/test_tcp_client_read_server_write.rb
40
49
  test/test_tcp_connect.rb
41
50
  test/test_tcp_server.rb
data/.wrongdoc.yml ADDED
@@ -0,0 +1,4 @@
1
+ ---
2
+ cgit_url: http://bogomips.org/kgio.git
3
+ git_url: git://bogomips.org/kgio.git
4
+ rdoc_url: http://bogomips.org/kgio/