diff options
author | Sam Roberts <vieuxtech@gmail.com> | 2012-04-11 14:18:20 -0700 |
---|---|---|
committer | Sam Roberts <vieuxtech@gmail.com> | 2012-04-11 14:18:20 -0700 |
commit | 4b671f4551e98ac9e1d9a7407d3dffdd7eb1d3dc (patch) | |
tree | ba92aa753ae1b145760cb1c5e69c886d3bf11328 /doc/reference.html | |
parent | f399ab25fcecad2ff96a5977e8eaf069bb45473c (diff) | |
parent | 195b2a74bb3f368b1f31f9c8bbc1ce0f54de2035 (diff) | |
download | luasocket-4b671f4551e98ac9e1d9a7407d3dffdd7eb1d3dc.tar.gz luasocket-4b671f4551e98ac9e1d9a7407d3dffdd7eb1d3dc.tar.bz2 luasocket-4b671f4551e98ac9e1d9a7407d3dffdd7eb1d3dc.zip |
Merge branch 'git-sam' into diego-sam-mwild-integration
Conflicts in options.c were just due to independent small functions
being close to each other.
unix.c in mwild was broken, it wasn't using LUASOCKET_API.
serial.c needed luaL_reg renamed, and to use LUASOCKET_API.
makefile didn't respect standard DESTDIR and prefix makefile
variables, and didn't allow LUAV variable to select lua version to build
against.
I've tested the top-level install-both target builds and installs
against both lua5.1 and lua5.2, but not done further testing.
Conflicts:
README
config
gem/ltn012.tex
makefile
src/makefile
src/options.c
src/options.h
src/tcp.c
src/usocket.c
Diffstat (limited to 'doc/reference.html')
-rw-r--r-- | doc/reference.html | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/doc/reference.html b/doc/reference.html index 31f6ecf..8da3956 100644 --- a/doc/reference.html +++ b/doc/reference.html | |||
@@ -42,9 +42,9 @@ Support, Manual"> | |||
42 | <blockquote> | 42 | <blockquote> |
43 | <a href="dns.html">DNS (in socket)</a> | 43 | <a href="dns.html">DNS (in socket)</a> |
44 | <blockquote> | 44 | <blockquote> |
45 | <a href="dns.html#toip">toip</a>, | 45 | <a href="dns.html#gethostname">gethostname</a>, |
46 | <a href="dns.html#tohostname">tohostname</a>, | 46 | <a href="dns.html#tohostname">tohostname</a>, |
47 | <a href="dns.html#gethostname">gethostname</a>. | 47 | <a href="dns.html#toip">toip</a>. |
48 | </blockquote> | 48 | </blockquote> |
49 | </blockquote> | 49 | </blockquote> |
50 | 50 | ||
@@ -108,9 +108,9 @@ Support, Manual"> | |||
108 | <a href="mime.html">MIME</a> | 108 | <a href="mime.html">MIME</a> |
109 | <blockquote> | 109 | <blockquote> |
110 | <a href="mime.html#high">high-level</a>: | 110 | <a href="mime.html#high">high-level</a>: |
111 | <a href="mime.html#normalize">normalize</a>, | ||
112 | <a href="mime.html#decode">decode</a>, | 111 | <a href="mime.html#decode">decode</a>, |
113 | <a href="mime.html#encode">encode</a>, | 112 | <a href="mime.html#encode">encode</a>, |
113 | <a href="mime.html#normalize">normalize</a>, | ||
114 | <a href="mime.html#stuff">stuff</a>, | 114 | <a href="mime.html#stuff">stuff</a>, |
115 | <a href="mime.html#wrap">wrap</a>. | 115 | <a href="mime.html#wrap">wrap</a>. |
116 | </blockquote> | 116 | </blockquote> |
@@ -120,10 +120,10 @@ Support, Manual"> | |||
120 | <a href="mime.html#dot">dot</a>, | 120 | <a href="mime.html#dot">dot</a>, |
121 | <a href="mime.html#eol">eol</a>, | 121 | <a href="mime.html#eol">eol</a>, |
122 | <a href="mime.html#qp">qp</a>, | 122 | <a href="mime.html#qp">qp</a>, |
123 | <a href="mime.html#wrp">wrp</a>, | 123 | <a href="mime.html#qpwrp">qpwrp</a>, |
124 | <a href="mime.html#qpwrp">qpwrp</a>. | ||
125 | <a href="mime.html#unb64">unb64</a>, | 124 | <a href="mime.html#unb64">unb64</a>, |
126 | <a href="mime.html#unqp">unqp</a>, | 125 | <a href="mime.html#unqp">unqp</a>, |
126 | <a href="mime.html#wrp">wrp</a>. | ||
127 | </blockquote> | 127 | </blockquote> |
128 | </blockquote> | 128 | </blockquote> |
129 | 129 | ||
@@ -142,6 +142,8 @@ Support, Manual"> | |||
142 | <blockquote> | 142 | <blockquote> |
143 | <a href="socket.html">Socket</a> | 143 | <a href="socket.html">Socket</a> |
144 | <blockquote> | 144 | <blockquote> |
145 | <a href="socket.html#bind">bind</a>, | ||
146 | <a href="socket.html#connect">connect</a>, | ||
145 | <a href="socket.html#debug">_DEBUG</a>, | 147 | <a href="socket.html#debug">_DEBUG</a>, |
146 | <a href="dns.html#dns">dns</a>, | 148 | <a href="dns.html#dns">dns</a>, |
147 | <a href="socket.html#gettime">gettime</a>, | 149 | <a href="socket.html#gettime">gettime</a>, |
@@ -169,11 +171,16 @@ Support, Manual"> | |||
169 | <a href="tcp.html#bind">bind</a>, | 171 | <a href="tcp.html#bind">bind</a>, |
170 | <a href="tcp.html#close">close</a>, | 172 | <a href="tcp.html#close">close</a>, |
171 | <a href="tcp.html#connect">connect</a>, | 173 | <a href="tcp.html#connect">connect</a>, |
174 | <a href="tcp.html#dirty">dirty</a>, | ||
175 | <a href="tcp.html#getfd">getfd</a>, | ||
176 | <a href="tcp.html#getoption">getoption</a>, | ||
172 | <a href="tcp.html#getpeername">getpeername</a>, | 177 | <a href="tcp.html#getpeername">getpeername</a>, |
173 | <a href="tcp.html#getsockname">getsockname</a>, | 178 | <a href="tcp.html#getsockname">getsockname</a>, |
174 | <a href="tcp.html#getstats">getstats</a>, | 179 | <a href="tcp.html#getstats">getstats</a>, |
180 | <a href="tcp.html#listen">listen</a>, | ||
175 | <a href="tcp.html#receive">receive</a>, | 181 | <a href="tcp.html#receive">receive</a>, |
176 | <a href="tcp.html#send">send</a>, | 182 | <a href="tcp.html#send">send</a>, |
183 | <a href="tcp.html#setfd">setfd</a>, | ||
177 | <a href="tcp.html#setoption">setoption</a>, | 184 | <a href="tcp.html#setoption">setoption</a>, |
178 | <a href="tcp.html#setstats">setstats</a>, | 185 | <a href="tcp.html#setstats">setstats</a>, |
179 | <a href="tcp.html#settimeout">settimeout</a>, | 186 | <a href="tcp.html#settimeout">settimeout</a>, |