| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | http: do not set global TIMEOUT | Pierre Chapuis | 2013-07-05 | 1 | -1/+1 |
|/ |
|
* | Change link to github page.v3.0-rc1 | Diego Nehab | 2013-06-14 | 1 | -2/+2 |
* | Add files to distribution. | Diego Nehab | 2013-06-14 | 1 | -4/+5 |
* | Change 2.1 to 3.0 | Diego Nehab | 2013-06-14 | 1 | -2/+2 |
* | Change 2.1 to 3.0-rc1 | Diego Nehab | 2013-06-14 | 2 | -1/+2 |
* | Update NEW file and section | Diego Nehab | 2013-06-14 | 3 | -39/+68 |
* | Download archive with https rather than git scheme | Diego Nehab | 2013-06-13 | 1 | -2/+2 |
* | Fix version in rockspec. | Diego Nehab | 2013-06-13 | 1 | -1/+1 |
* | Fix path for rockspec in travis file. | Diego Nehab | 2013-06-13 | 1 | -2/+2 |
* | Merging moteus suggestions for rockspec and travis | Diego Nehab | 2013-06-13 | 2 | -4/+57 |
* | Fix makefile and test_socket_error.lua | Diego Nehab | 2013-06-12 | 3 | -4/+12 |
* | Merge pull request #58 from mascarenhas/master | Diego Nehab | 2013-06-12 | 2 | -67/+105 |
|\ |
|
| * | new rockspec using builtin build type | Fabio Mascarenhas | 2013-06-11 | 2 | -67/+105 |
|/ |
|
* | Changing from 2.1-rc1 to 3.0-rc1. | Diego Nehab | 2013-06-11 | 10 | -34/+33 |
* | Fix unix export marker. | Diego Nehab | 2013-06-11 | 2 | -1/+7 |
* | Export global table only if "module()" is defined. | Diego Nehab | 2013-06-05 | 2 | -21/+24 |
* | No need for inet_pton. | Diego Nehab | 2013-06-04 | 3 | -39/+3 |
* | Merge pull request #49 from moteus/moteus-ftp-get-2xx | Diego Nehab | 2013-05-30 | 1 | -1/+5 |
|\ |
|
| * | Fix. recive 2xx while ftp.get cause timeout error | moteus | 2013-05-30 | 1 | -1/+5 |
* | | Unix domain tests still broken. | Diego Nehab | 2013-05-30 | 2 | -12/+12 |
* | | Remove warnings. Move windows specific code. | unknown | 2013-05-30 | 5 | -31/+40 |
* | | Leaving if in src/ but out of build for now. | Diego Nehab | 2013-05-30 | 8 | -196/+265 |
|/ |
|
* | Merge pull request #43 from moteus/moteus-getopt-error | Diego Nehab | 2013-05-29 | 5 | -0/+43 |
|\ |
|
| * | Add. Allow get `error` option to socket. | moteus | 2013-05-29 | 5 | -0/+43 |
|/ |
|
* | Change VC12 project to no LUA_COMPAT_MODUULE | unknown | 2013-05-29 | 2 | -8/+8 |
* | Export global only if LUA_COMPAT_MODULE defined. | Diego Nehab | 2013-05-29 | 11 | -37/+55 |
* | Merge branch 'unstable' of git://github.com/diegonehab/luasocket into moteus-... | moteus | 2013-05-28 | 13 | -166/+435 |
|\ |
|
| * | Fix "final" bug in pton and TCP connreset handling | unknown | 2013-05-28 | 2 | -19/+27 |
| * | Typo fixed. | Diego Nehab | 2013-05-28 | 1 | -1/+1 |
| * | Fixed inet_pton and a new Winsock UDP bug. | unknown | 2013-05-28 | 4 | -69/+84 |
| * | Fix wrong usage of inet_pton. | unknown | 2013-05-27 | 1 | -2/+2 |
| * | Link only against ws2_32.lib. | unknown | 2013-05-27 | 2 | -7/+7 |
| * | Merge branch 'pkulchenko' into unstable | Diego Nehab | 2013-05-27 | 22 | -142/+582 |
| |\ |
|
| | * | Simplifying getaddrinfo treatment. | Diego Nehab | 2013-05-27 | 1 | -32/+18 |
| | * | Merge branch 'moteus' of https://github.com/moteus/luasocket into moteus | unknown | 2013-05-27 | 5 | -6/+50 |
| | |\ |
|
| | * | | Fix Visual Studio 2012 projects | unknown | 2013-05-27 | 10 | -56/+316 |
| * | | | Change Mac OS Lua directory | Diego Nehab | 2013-05-25 | 1 | -1/+1 |
* | | | | Fix. use table.unpack in mimetest on Lua 5.2. | moteus | 2013-05-27 | 1 | -0/+2 |
* | | | | Build with Lua 5.2 without LUA_COMPAT_MODULE flag. | moteus | 2013-05-27 | 14 | -115/+179 |
| |_|/
|/| | |
|
* | | | Fix. Optional IPv6 test | moteus | 2013-05-27 | 1 | -2/+8 |
* | | | Fix. setsockname fails with "*" as host. | moteus | 2013-05-27 | 3 | -1/+9 |
* | | | Fix. getaddrinfo returns garbage as address on Windows. | moteus | 2013-05-27 | 2 | -3/+33 |
| |/
|/| |
|
* | | No need for build script: makefile target instead. | Diego Nehab | 2013-05-26 | 1 | -9/+0 |
* | | Merge tryconnect6 into inet_tryconnect. | Diego Nehab | 2013-05-26 | 4 | -16/+29 |
* | | Fix socket.connect | Diego Nehab | 2013-05-26 | 2 | -3/+19 |
* | | Check linux build. | Diego Nehab | 2013-05-25 | 2 | -3/+3 |
* | | Added my test command lines. | Diego Nehab | 2013-05-25 | 4 | -3/+14 |
* | | Add MingW support. | unknown | 2013-05-25 | 7 | -103/+157 |
* | | Merge branch 'lua52-mingw' of https://github.com/pkulchenko/luasocket into pk... | unknown | 2013-05-24 | 3 | -0/+65 |
|\ \
| |/
|/| |
|
| * | Updated IPV6_V6ONLY to match header files on Windows. | Paul Kulchenko | 2013-04-09 | 1 | -1/+1 |