Commit Graph

  • b1d1e721d1 No need for inet_pton. Diego Nehab 2013-06-04 16:26:49 +0800
  • 802567b7de Merge pull request #49 from moteus/moteus-ftp-get-2xx Diego Nehab 2013-05-30 03:02:33 -0700
  • ebde49944b Unix domain tests still broken. Diego Nehab 2013-05-30 17:59:28 +0800
  • 5eefc73b57 Remove warnings. Move windows specific code. unknown 2013-05-30 16:50:28 +0800
  • a233e27865 Leaving if in src/ but out of build for now. Diego Nehab 2013-05-30 16:20:34 +0800
  • 00a06857c9 Fix. recive 2xx while ftp.get cause timeout error moteus 2013-05-30 11:01:07 +0400
  • 5341131cd0 Merge pull request #43 from moteus/moteus-getopt-error Diego Nehab 2013-05-29 04:20:33 -0700
  • 1de617e355 Add. Allow get `error` option to socket. moteus 2013-05-29 14:33:27 +0400
  • b84a5f3d08 Change VC12 project to no LUA_COMPAT_MODUULE unknown 2013-05-29 17:19:24 +0800
  • 79e6c4915d Export global only if LUA_COMPAT_MODULE defined. Diego Nehab 2013-05-29 16:56:56 +0800
  • 5167ddaf49 Merge branch 'unstable' of git://github.com/diegonehab/luasocket into moteus-lua52 moteus 2013-05-28 14:06:18 +0400
  • 2d51d61688 Fix "final" bug in pton and TCP connreset handling unknown 2013-05-28 17:27:06 +0800
  • 27fd725c6d Typo fixed. Diego Nehab 2013-05-28 01:54:49 +0800
  • 734cc23e1f Fixed inet_pton and a new Winsock UDP bug. unknown 2013-05-28 00:09:30 +0800
  • 66cd8cfcee Fix wrong usage of inet_pton. unknown 2013-05-27 22:17:51 +0800
  • 056d7653f3 Link only against ws2_32.lib. unknown 2013-05-27 21:58:41 +0800
  • 3d61b0fe36 Merge branch 'pkulchenko' into unstable Diego Nehab 2013-05-27 21:17:00 +0800
  • 834a3cf520 Simplifying getaddrinfo treatment. Diego Nehab 2013-05-27 21:05:48 +0800
  • 5e0b56b8d3 Merge branch 'moteus' of https://github.com/moteus/luasocket into moteus unknown 2013-05-27 20:32:54 +0800
  • 26704061a4 Fix Visual Studio 2012 projects unknown 2013-05-27 20:30:06 +0800
  • 45ff0e1775 Fix. use table.unpack in mimetest on Lua 5.2. moteus 2013-05-27 13:11:07 +0400
  • 920bc97629 Build with Lua 5.2 without LUA_COMPAT_MODULE flag. LUASOCKET_USE_GLOBAL flag enable create global variables when load socket/mime modules. moteus 2013-05-27 12:45:09 +0400
  • bd51d8c1a5 Fix. Optional IPv6 test moteus 2013-05-27 11:26:35 +0400
  • e54f78c61c Fix. setsockname fails with "*" as host. Add. test_bind.lua moteus 2013-05-27 11:25:31 +0400
  • 56dbda39ed Fix. getaddrinfo returns garbage as address on Windows. Add. test_getaddrinfo.lua moteus 2013-05-27 11:20:52 +0400
  • fbe184f28a No need for build script: makefile target instead. Diego Nehab 2013-05-26 21:27:18 +0800
  • 427220c7b1 Merge tryconnect6 into inet_tryconnect. Diego Nehab 2013-05-26 21:26:26 +0800
  • 6d93fd7c8f Fix socket.connect Diego Nehab 2013-05-26 15:18:13 +0800
  • 22107bb9fc Check linux build. Diego Nehab 2013-05-25 07:25:02 -0300
  • 5d3a78b4a6 Added my test command lines. Diego Nehab 2013-05-25 18:10:46 +0800
  • bb0b31301a Add MingW support. unknown 2013-05-25 18:07:38 +0800
  • afe0494318 Change Mac OS Lua directory Diego Nehab 2013-05-25 15:26:12 +0800
  • cbc77440c8 Merge branch 'lua52-mingw' of https://github.com/pkulchenko/luasocket into pkulchenko unknown 2013-05-24 18:33:43 +0800
  • ca48baf495 Merge pull request #37 from davidm/unstable Diego Nehab 2013-04-17 20:55:19 -0700
  • 817d47df42 lpr.lua: fix invalid string escape sequence \? David Manura 2013-04-17 23:35:56 -0400
  • 238b217c4f Merge pull request #29 from keplerproject/94c958871919726f2954b3d3fa9a9f8ae21124e9 Diego Nehab 2013-04-17 19:40:14 -0700
  • c28fa1d309 Merge pull request #27 from catwell/pull-noarg Diego Nehab 2013-04-17 19:38:21 -0700
  • 00435529bb Merge pull request #32 from ideka/unstable Diego Nehab 2013-04-17 19:13:28 -0700
  • 571308a94e Updated IPV6_V6ONLY to match header files on Windows. Paul Kulchenko 2013-04-09 09:25:40 -0700
  • 5a58786a39 Added inet_pton/inet_ntop for MinGW on Windows; compiles with Lua52. Paul Kulchenko 2013-04-07 12:39:56 -0700
  • 56893e9dcd Use the length operator (#) instead of table.getn. Gerardo Marset 2013-02-25 20:28:28 -0200
  • 94c9588719 rockspec for luasocket 2.1 unstable Fabio Mascarenhas 2013-01-24 15:28:17 -0200
  • 33b4f0cfc7 remove uses of arg in the codebase Pierre Chapuis 2013-01-23 19:13:32 +0100
  • eea1bc04d7 fix use of arg in ltn documentation Pierre Chapuis 2013-01-23 19:03:46 +0100
  • d548a78e55 Cookie modifications. Diego Nehab 2013-01-10 01:10:34 -0200
  • 72a5347f97 Remove warnings and fix makefile for Win32. Diego Nehab 2012-12-11 17:43:49 -0200
  • 618ce43ee3 Fix socket_accept usage to depend on family. Diego Nehab 2012-12-11 16:35:27 -0200
  • 66670c3541 Move Visual Studio projects to 2012. Diego Nehab 2012-12-10 18:45:05 -0200
  • 9d97d39575 Fix ltn12 version. Diego Nehab 2012-12-10 15:50:44 -0200
  • a4b45edef2 Merge pull request #25 from ewmailing/unstable Diego Nehab 2012-12-10 09:31:13 -0800
  • 114080d835 Merge pull request #24 from catwell/tracking-diego Diego Nehab 2012-12-10 09:25:21 -0800
  • 5c467b3954 Copied socket_gaistrerror implementation from usocket to wsocket to allow Windows version to compile because it is missing the function. EAI_OVERFLOW and EAI_SYSTEM are commented out because they don't exist on Windows. Eric Wing 2012-11-20 12:58:52 -0800
  • ffddaf4a2e fix use of arg in ltn12 Pierre Chapuis 2012-09-17 18:30:26 +0200
  • a402222464 Merge pull request #22 from Florob/smtp Diego Nehab 2012-08-23 15:34:43 -0700
  • 6368caeb5a Fix udp:setpeername("*") Diego Nehab 2012-08-23 19:31:15 -0300
  • 32e7a107e2 Send SMTP AUTH LOGIN response using tp:send(). Fixes #18 Florian Zeitz 2012-08-06 23:57:41 +0200
  • 03ba06f70c Add new bug fix comment. Diego Nehab 2012-08-01 03:34:06 -0300
  • f329aae724 Fix HORRIBLE but in b64/qp code. Diego Nehab 2012-08-01 03:06:09 -0300
  • 54ffcd483f Fixed default Linux path to work with Ubuntu Diego Nehab 2012-08-01 02:13:27 -0300
  • 6370b61414 Merge pull request #20 from Florob/sendto Diego Nehab 2012-07-31 22:04:06 -0700
  • 5616f3a0ae Merge pull request #15 from darkrain42/unstable Diego Nehab 2012-07-31 22:02:10 -0700
  • c1bb432eff Merge pull request #14 from Zash/zash-improves-makefile Diego Nehab 2012-07-31 22:00:03 -0700
  • 7503bb0ca3 Add IPv6 support to udp:receivefrom() Florian Zeitz 2012-07-18 21:05:30 +0200
  • a6cf48596d Add IPv6 support to udp:sendto() Florian Zeitz 2012-07-17 19:02:20 +0200
  • d777341eaf tcp: Initialize clnt->family in :accept() Paul Aurich 2012-05-21 19:44:08 -0700
  • 36461db5bb src/makefile: Use install instead of cp and mkdir. Kim Alvefur 2012-05-15 18:44:38 +0200
  • c624761d32 src/makefile: Move mkdir to a variable Kim Alvefur 2012-05-15 18:27:46 +0200
  • 05535a19f8 Improve makefile to allow overriden variables Diego Nehab 2012-05-11 15:33:47 +0800
  • 399bdb7f41 Merge pull request #12 from sam-github/fix-connect6-and-do-connect-in-c Diego Nehab 2012-05-10 23:16:38 -0700
  • 156669c28b socket.connect now implemented in the C core Sam Roberts 2012-05-10 14:14:22 -0700
  • 3d3e69c6e4 Merge pull request #8 from sam-github/fix-confusing-servname-reference Diego Nehab 2012-05-08 11:52:23 -0700
  • 1bb586d655 Merge pull request #7 from sam-github/fix-makefiles Diego Nehab 2012-05-08 11:51:25 -0700
  • ee7c53c3e5 Merge pull request #6 from Florob/getnameinfo Diego Nehab 2012-05-08 11:48:54 -0700
  • ac59bcbeac Reword error msg to distinguish between service and server Sam Roberts 2012-05-08 10:55:33 -0700
  • c291383ce2 Rework makefiles to simplify setting and choosing build options. Sam Roberts 2012-04-26 13:33:01 -0700
  • 0c3e067af1 Add a getnameinfo() wrapper Florian Zeitz 2012-05-05 02:13:56 +0200
  • 04be61f88d Test server exits gracefully at command of test client Diego Nehab 2012-05-01 16:21:06 +0800
  • af55d25675 Merge branch 'tests52' of https://github.com/Florob/luasocket into Florob-tests52 Diego Nehab 2012-05-01 16:12:16 +0800
  • 6de0aa54fd Update method list in tests Florian Zeitz 2012-04-29 21:03:28 +0200
  • cf4d29f86d Select loadstring or load for Lua 5.1/5.2 respectively Florian Zeitz 2012-04-29 20:46:35 +0200
  • 46736a3355 Test method registration for IPv6 sockets Florian Zeitz 2012-04-29 20:44:15 +0200
  • e86eac96fa :shutdown() errors on all invalid argument strings Sam Roberts 2012-04-26 16:50:27 -0700
  • 30d1aae140 Added Sam's suggestion to TODO Diego Nehab 2012-04-27 02:03:09 +0800
  • c2e29537f5 Fixed getpeername/getsockname situation Diego Nehab 2012-04-24 00:47:30 +0800
  • 1acf8188cd socket.bind also tries all addresses returned by getaddrinfo. Diego Nehab 2012-04-23 01:40:31 +0800
  • 966642f76a socket.connect() loops over addresses returned by getaddrinfo Diego Nehab 2012-04-23 01:29:41 +0800
  • f960b3872a Making progress toward a release Diego Nehab 2012-04-23 00:18:45 +0800
  • f37e026026 First stab at documenation Diego Nehab 2012-04-17 01:15:26 +0800
  • b3c4f46179 merged lua_typerrror.{c,h} into auxiliar.{c,h} Diego Nehab 2012-04-16 20:41:48 +0800
  • 4b671f4551 Merge branch 'git-sam' into diego-sam-mwild-integration Sam Roberts 2012-04-11 14:18:20 -0700
  • 195b2a74bb On failure, exit with a message instead of blocking indefinitely. Sam Roberts 2012-02-29 16:55:55 -0800
  • 38b99b80a2 Add Wurldtech note to README. Sam Roberts 2012-02-29 16:49:12 -0800
  • d1a50282a7 Correct luasocket version in v2.0.2 readme. Sam Roberts 2012-02-27 13:37:17 -0800
  • 8bb542baaf Support getoption method for tcp objects. Sam Roberts 2012-02-27 13:26:23 -0800
  • 0716cb868e Bounds check the argument to FD_SET Sam Roberts 2012-02-21 13:13:46 -0800
  • 27a3964ff7 socket_strerror() sometimes maps errno, instead of its argument Sam Roberts 2012-02-21 13:11:39 -0800
  • db47a91d40 Fix links to home.html, they should be to index.html. Sam Roberts 2012-02-07 14:37:28 -0800
  • e716e7347b mime: Remove io dependency root 2012-01-08 12:34:11 -0300
  • 12bde801f6 Document dirty, getfd, and setfd for select and tcp. Sam Roberts 2011-10-24 11:24:58 -0700
  • 3a0fd4744d Reference index was missing documented APIs, and only partially alphabetized. Sam Roberts 2011-10-06 11:52:52 -0700