Florian Zeitz
|
f399ab25fc
|
inet: Honor the strict aliasing rule
|
2012-04-11 13:33:35 -07:00 |
|
Liam Devine
|
e81a6ff623
|
Conditional creation of p_timeout instance 'tm'
|
2012-04-11 13:33:34 -07:00 |
|
Liam Devine
|
9a58252528
|
change localhost to loopback ip to prevent error on my mac box????
|
2012-04-11 13:33:34 -07:00 |
|
Liam Devine
|
51187ecc90
|
Updated readme version and os tested
|
2012-04-11 13:33:34 -07:00 |
|
Liam Devine
|
c8eed36788
|
This is a replacement for luaL_typerror , removed from Lua 5.2, which corrects the spelling.
NOTE:
There is one failing test in.the /test/testsrvr.lua and /test/testclnt.lua combination which was present in the repo I cloned from.
|
2012-04-11 13:33:34 -07:00 |
|
Liam Devine
|
e15ed19db6
|
Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs sorting out to take maybe a version number and also the local paths need removing.
|
2012-04-11 13:33:34 -07:00 |
|
Paul Aurich
|
a984607f28
|
inet: return more useful errors
|
2012-04-11 13:33:34 -07:00 |
|
Paul Aurich
|
7893d9ece2
|
inet: refactor getpeername to allocate the struct on the stack
|
2012-04-11 13:33:34 -07:00 |
|
Florian Zeitz
|
8393c76180
|
Fix getpeername to work with IPv6 addresses
|
2012-04-11 13:33:34 -07:00 |
|
Florian Zeitz
|
594f826aa1
|
Add support for connecting to IPv6 hosts
|
2012-04-11 13:33:34 -07:00 |
|
Florian Zeitz
|
5874d47f55
|
dns.getaddrinfo: Return proper error messages
|
2012-04-11 13:33:34 -07:00 |
|
Florian Zeitz
|
f871a29f27
|
Add support for the IPV6_V6ONLY socket option defaulting to on.
|
2012-04-11 13:33:34 -07:00 |
|
Florian Zeitz
|
4df1618aab
|
Adapt socket.bind() to create a IPv4 or IPv6 depending on the address given
|
2012-04-11 13:33:34 -07:00 |
|
Florian Zeitz
|
5065a2585c
|
dns: Rename toip6() to getaddrinfo() since the old name is misleading
|
2012-04-11 13:33:34 -07:00 |
|
Florian Zeitz
|
923eef1929
|
Rework binding IPv6 sockets by harmonizing it with the IPv4 variant
|
2012-04-11 13:33:34 -07:00 |
|
Matthew Wild
|
5c33ef9997
|
url.escape/url.unescape: Fix to return *only* the encoded/decoded string (thanks moodydeath)
|
2012-04-11 13:33:34 -07:00 |
|
Paul Aurich
|
908ee2cce1
|
Fix two crashes and add -Wshadow so that this can't happen again.
The two crashes are the s/const char *// changes in tcp.c. The rest
is cleanup so it will build.
|
2012-04-11 13:33:34 -07:00 |
|
Matthew Wild
|
dd83e0a849
|
#ifdef EAI_BADHINTS and EAI_PROTOCOL which don't seem available on my system (Linux/glibc 2.11)
|
2012-04-11 13:33:34 -07:00 |
|
Diego Nehab
|
2778766d67
|
Preliminary IPv6 support for v2.1
|
2012-04-11 13:25:11 -07:00 |
|
Diego Nehab
|
3a8ba90dfb
|
Saving before big changes to support IPv6.
|
2011-05-25 20:57:22 +00:00 |
|
Diego Nehab
|
bce60be30f
|
Decent makefiles!
|
2009-05-27 09:31:38 +00:00 |
|
Diego Nehab
|
d1a72435d5
|
New release.
|
2007-10-13 23:55:20 +00:00 |
|
Diego Nehab
|
52ac60af81
|
Tested each sample.
|
2007-10-11 21:16:28 +00:00 |
|
Diego Nehab
|
e394956cde
|
Global variable references.
|
2007-07-11 19:25:47 +00:00 |
|
Diego Nehab
|
185b6d806c
|
Typo.
|
2007-06-15 06:38:29 +00:00 |
|
Diego Nehab
|
6d23f14aeb
|
Waiting for Roberto's remarks.
|
2007-06-15 06:29:07 +00:00 |
|
Diego Nehab
|
1c487e4be8
|
Almost ready to release.
|
2007-06-15 06:28:56 +00:00 |
|
Diego Nehab
|
e381bde1ea
|
Modified and tested on Linux.
|
2007-06-12 00:06:29 +00:00 |
|
Diego Nehab
|
c893c7abfb
|
Removed os.exit from test.
|
2007-06-11 23:52:48 +00:00 |
|
Diego Nehab
|
3cd10f5ab6
|
Crashy bug fixed in recvraw.
Also fixed returns on closed socket.
|
2007-06-11 23:44:54 +00:00 |
|
Diego Nehab
|
3074a8f56b
|
Before sending to Roberto.
|
2007-05-31 22:27:40 +00:00 |
|
Diego Nehab
|
7b195164b0
|
Lua Gem.
|
2007-05-31 21:23:42 +00:00 |
|
Diego Nehab
|
37f266ceea
|
Added simple unix tests.
|
2007-04-09 22:04:13 +00:00 |
|
Diego Nehab
|
be2e467929
|
Couple bug fixes.
|
2007-03-12 04:08:40 +00:00 |
|
Diego Nehab
|
8bf9fb51dd
|
Thread safety...
|
2006-04-28 07:06:42 +00:00 |
|
Diego Nehab
|
9d218a9379
|
Tested on Windows and it works.
|
2006-04-26 21:39:27 +00:00 |
|
Diego Nehab
|
3dd6a16bcb
|
Adjusted projects for compat-5.1r5
|
2006-04-20 04:43:12 +00:00 |
|
Diego Nehab
|
d86af2f680
|
Tidy.
|
2006-04-20 04:32:06 +00:00 |
|
Diego Nehab
|
575113fe77
|
Spell checked and updated modification date.
|
2006-04-20 04:27:13 +00:00 |
|
Diego Nehab
|
c72632dca5
|
Reverted back to Linux.
|
2006-04-20 04:27:01 +00:00 |
|
Diego Nehab
|
75f51d5bc7
|
Almost ready to release 2.0.1
|
2006-04-20 04:16:23 +00:00 |
|
Diego Nehab
|
316e205cd4
|
Reverted to Linux default.
|
2006-04-18 20:12:27 +00:00 |
|
Diego Nehab
|
61cbb67a27
|
Adding wishes for 5.2
|
2006-04-14 08:00:23 +00:00 |
|
Diego Nehab
|
44c7f0f47b
|
Mentions that closed sockets are ignored by select.
|
2006-04-14 02:04:38 +00:00 |
|
Diego Nehab
|
e8650bbf16
|
http.request was using old host header during redirects.
|
2006-04-13 07:00:24 +00:00 |
|
Diego Nehab
|
be57b387d2
|
Stupid bug was reusing the nreqt.headers.host during redirect.
|
2006-04-12 08:04:09 +00:00 |
|
Diego Nehab
|
11282d17c8
|
Almost done 2.0.1.
|
2006-04-03 04:45:42 +00:00 |
|
Diego Nehab
|
e9d477aba3
|
Final patches...
|
2006-04-03 03:10:56 +00:00 |
|
Diego Nehab
|
7121359526
|
Better image to test mail.
|
2006-04-02 23:24:37 +00:00 |
|
Diego Nehab
|
93806208c7
|
Updates for 2.0.1 on the way.
|
2006-03-19 21:22:21 +00:00 |
|