index
:
luasocket
feature/compiler-override
hjelmeland-patch-1
issue297
master
revert-256-luasocket254
A mirror of https://github.com/lunarmodules/luasocket.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
inet.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
socket.connect now implemented in the C core
Sam Roberts
2012-05-10
1
-12
/
+42
*
Add a getnameinfo() wrapper
Florian Zeitz
2012-05-05
1
-0
/
+48
*
Fixed getpeername/getsockname situation
Diego Nehab
2012-04-24
1
-43
/
+74
*
Making progress toward a release
Diego Nehab
2012-04-23
1
-4
/
+2
*
inet: Honor the strict aliasing rule
Florian Zeitz
2012-04-11
1
-12
/
+14
*
Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs sorti...
Liam Devine
2012-04-11
1
-1
/
+1
*
inet: return more useful errors
Paul Aurich
2012-04-11
1
-2
/
+3
*
inet: refactor getpeername to allocate the struct on the stack
Paul Aurich
2012-04-11
1
-13
/
+23
*
Fix getpeername to work with IPv6 addresses
Florian Zeitz
2012-04-11
1
-5
/
+18
*
Add support for connecting to IPv6 hosts
Florian Zeitz
2012-04-11
1
-18
/
+24
*
dns.getaddrinfo: Return proper error messages
Florian Zeitz
2012-04-11
1
-1
/
+1
*
dns: Rename toip6() to getaddrinfo() since the old name is misleading
Florian Zeitz
2012-04-11
1
-3
/
+3
*
Rework binding IPv6 sockets by harmonizing it with the IPv4 variant
Florian Zeitz
2012-04-11
1
-24
/
+34
*
Preliminary IPv6 support for v2.1
Diego Nehab
2012-04-11
1
-3
/
+49
*
Saving before big changes to support IPv6.
Diego Nehab
2011-05-25
1
-2
/
+1
*
Before compiling on Windows.
Diego Nehab
2005-10-07
1
-20
/
+20
*
Almost ready to release.
Diego Nehab
2005-09-29
1
-2
/
+2
*
Working on the manual.
Diego Nehab
2005-06-14
1
-10
/
+14
*
Forward server working on Mac OS X...
Diego Nehab
2005-02-08
1
-1
/
+0
*
Fixed a bunch of stuff. Added mike's patches.
Diego Nehab
2004-07-16
1
-4
/
+3
*
Still need to fix windows. :o/
Diego Nehab
2004-07-15
1
-33
/
+37
*
Manual is almost done. HTTP is missing.
Diego Nehab
2004-06-15
1
-1
/
+0
*
Só pra não perder se der merda.
Diego Nehab
2004-06-04
1
-3
/
+0
*
Adjusted some of the broken examples.
Diego Nehab
2004-03-26
1
-0
/
+1
*
Worked on the manual.
Diego Nehab
2004-02-04
1
-8
/
+1
*
Working on the manual...
Diego Nehab
2004-01-24
1
-0
/
+21
*
New accept/connect code.
Diego Nehab
2004-01-24
1
-11
/
+3
*
Fixed functions that return messages in ?socket.c.
Diego Nehab
2004-01-21
1
-38
/
+18
*
Updated some of the callbacks in callback.lua.
Diego Nehab
2004-01-19
1
-1
/
+1
*
Fixed bug in accept, added tests for it and for connect with timeout.
Diego Nehab
2004-01-18
1
-0
/
+1
*
Trying to get connect-with-timeout to work. Darwin works...
Diego Nehab
2004-01-18
1
-14
/
+27
*
Trying to get rid of EINTR problems...
Diego Nehab
2004-01-17
1
-4
/
+2
*
Adjusted a few inconsistencies with the manual.
Diego Nehab
2003-08-16
1
-7
/
+22
*
Bug in usocket_recv...
Diego Nehab
2003-06-30
1
-1
/
+0
*
Finished implementation of LuaSocket 2.0 alpha on Linux.
Diego Nehab
2003-06-26
1
-39
/
+4
*
Compiles and runs on linux and windows, using DLLs!
Diego Nehab
2003-06-11
1
-10
/
+9
*
Select re-implemented in a nicer way.
Diego Nehab
2003-06-09
1
-2
/
+3
*
Porting to LUA 5.0 final
Diego Nehab
2003-05-25
1
-100
/
+70
*
Closer to release...
Diego Nehab
2003-03-28
1
-3
/
+6
*
Completed port to Lua 5.0-beta.
Diego Nehab
2003-03-20
1
-2
/
+2
*
Already compiling and running for Lua 5.0 (alpha)
Diego Nehab
2002-12-02
1
-4
/
+4
*
internet class.
Diego Nehab
2002-07-03
1
-70
/
+46
*
Initial revision
Diego Nehab
2002-03-21
1
-0
/
+352