Commit Graph

  • 594f826aa1 Add support for connecting to IPv6 hosts Florian Zeitz 2011-06-15 00:51:02 +0200
  • 5874d47f55 dns.getaddrinfo: Return proper error messages Florian Zeitz 2011-06-14 20:30:40 +0200
  • f871a29f27 Add support for the IPV6_V6ONLY socket option defaulting to on. Florian Zeitz 2011-06-14 02:47:43 +0200
  • 4df1618aab Adapt socket.bind() to create a IPv4 or IPv6 depending on the address given Florian Zeitz 2011-06-14 02:04:37 +0200
  • 5065a2585c dns: Rename toip6() to getaddrinfo() since the old name is misleading Florian Zeitz 2011-06-14 01:40:11 +0200
  • 923eef1929 Rework binding IPv6 sockets by harmonizing it with the IPv4 variant Florian Zeitz 2011-06-14 01:17:07 +0200
  • 5c33ef9997 url.escape/url.unescape: Fix to return *only* the encoded/decoded string (thanks moodydeath) Matthew Wild 2011-05-12 13:44:16 +0100
  • 908ee2cce1 Fix two crashes and add -Wshadow so that this can't happen again. Paul Aurich 2011-04-27 10:42:20 -0700
  • dd83e0a849 #ifdef EAI_BADHINTS and EAI_PROTOCOL which don't seem available on my system (Linux/glibc 2.11) Matthew Wild 2011-04-08 14:11:37 +0100
  • 2778766d67 Preliminary IPv6 support for v2.1 Diego Nehab 2012-04-11 13:21:25 -0700
  • 3a8ba90dfb Saving before big changes to support IPv6. Diego Nehab 2011-05-25 20:57:22 +0000
  • bce60be30f Decent makefiles! Diego Nehab 2009-05-27 09:31:38 +0000
  • d1a72435d5 New release. Diego Nehab 2007-10-13 23:55:20 +0000
  • 81ebe649f0 This commit was manufactured by cvs2svn to create tag 'luasocket-2-0-2'. v2.0.2 cvs2git convertor 2007-10-11 21:16:29 +0000
  • 52ac60af81 Tested each sample. Diego Nehab 2007-10-11 21:16:28 +0000
  • e394956cde Global variable references. Diego Nehab 2007-07-11 19:25:47 +0000
  • 185b6d806c Typo. Diego Nehab 2007-06-15 06:38:29 +0000
  • 6d23f14aeb Waiting for Roberto's remarks. Diego Nehab 2007-06-15 06:29:07 +0000
  • 1c487e4be8 Almost ready to release. Diego Nehab 2007-06-15 06:28:56 +0000
  • e381bde1ea Modified and tested on Linux. Diego Nehab 2007-06-12 00:06:29 +0000
  • c893c7abfb Removed os.exit from test. Diego Nehab 2007-06-11 23:52:48 +0000
  • 3cd10f5ab6 Crashy bug fixed in recvraw. Also fixed returns on closed socket. Diego Nehab 2007-06-11 23:44:54 +0000
  • 3074a8f56b Before sending to Roberto. Diego Nehab 2007-05-31 22:27:40 +0000
  • 7b195164b0 Lua Gem. Diego Nehab 2007-05-31 21:23:42 +0000
  • 37f266ceea Added simple unix tests. Diego Nehab 2007-04-09 22:04:13 +0000
  • be2e467929 Couple bug fixes. Diego Nehab 2007-03-12 04:08:40 +0000
  • 8bf9fb51dd Thread safety... Diego Nehab 2006-04-28 07:06:42 +0000
  • 9d218a9379 Tested on Windows and it works. Diego Nehab 2006-04-26 21:39:27 +0000
  • 3dd6a16bcb Adjusted projects for compat-5.1r5 Diego Nehab 2006-04-20 04:43:12 +0000
  • d86af2f680 Tidy. Diego Nehab 2006-04-20 04:32:06 +0000
  • 575113fe77 Spell checked and updated modification date. Diego Nehab 2006-04-20 04:27:13 +0000
  • c72632dca5 Reverted back to Linux. Diego Nehab 2006-04-20 04:27:01 +0000
  • 75f51d5bc7 Almost ready to release 2.0.1 Diego Nehab 2006-04-20 04:16:23 +0000
  • 316e205cd4 Reverted to Linux default. Diego Nehab 2006-04-18 20:12:27 +0000
  • 61cbb67a27 Adding wishes for 5.2 Diego Nehab 2006-04-14 08:00:23 +0000
  • 44c7f0f47b Mentions that closed sockets are ignored by select. Diego Nehab 2006-04-14 02:04:38 +0000
  • e8650bbf16 http.request was using old host header during redirects. Diego Nehab 2006-04-13 07:00:24 +0000
  • be57b387d2 Stupid bug was reusing the nreqt.headers.host during redirect. Diego Nehab 2006-04-12 08:04:09 +0000
  • 11282d17c8 Almost done 2.0.1. Diego Nehab 2006-04-03 04:45:42 +0000
  • e9d477aba3 Final patches... Diego Nehab 2006-04-03 03:10:56 +0000
  • 7121359526 Better image to test mail. Diego Nehab 2006-04-02 23:24:37 +0000
  • 93806208c7 Updates for 2.0.1 on the way. Diego Nehab 2006-03-19 21:22:21 +0000
  • 09ad4b299c Chose option 1) for http.lua. Need to fix everything to make sure it works with the new compat-5.1 Diego Nehab 2006-03-14 09:04:15 +0000
  • 6248b915cb Fixing bugs... Diego Nehab 2006-03-13 07:16:39 +0000
  • 00e74c304c Bug in footer. Diego Nehab 2005-12-01 21:56:12 +0000
  • 96da86a81f Simplified documentation of send(). Diego Nehab 2005-11-24 20:29:28 +0000
  • 7dace4af7e Changed LIB/SHARE to CDIR/LDIR. Diego Nehab 2005-11-22 20:51:28 +0000
  • d55a5826e8 Few tweaks in installation, some missing files, etc. Diego Nehab 2005-11-22 08:33:29 +0000
  • a2b780bf7a Spell checking on the manuals. David's changes to lp.lua. Diego Nehab 2005-11-21 07:04:44 +0000
  • 71f483496d Works in Finnish now! Who would say... Diego Nehab 2005-11-21 07:04:18 +0000
  • 5e09779c7f In pre release mode! Diego Nehab 2005-11-20 08:56:19 +0000
  • f20f4889bf Changed prefix of function names to match module names. Removed some warnings and useless code. Diego Nehab 2005-11-20 07:20:26 +0000
  • 087b4f865d Lua Workshop presentation. Diego Nehab 2005-11-02 02:53:16 +0000
  • f4dadea763 Before compiling on Windows. Diego Nehab 2005-10-07 04:40:59 +0000
  • 562d8cceb7 Default config is for Linux. Diego Nehab 2005-10-05 03:20:22 +0000
  • 64d7b02490 Returning a function. Diego Nehab 2005-10-05 03:17:29 +0000
  • 72eceedc62 Bugs sent by David. Diego Nehab 2005-10-05 03:16:17 +0000
  • a65c599fc5 Test back to localhost. Diego Nehab 2005-09-29 22:32:33 +0000
  • 8420541720 Tested on Windows. Diego Nehab 2005-09-29 22:26:35 +0000
  • a32c6d9140 Almost ready to release. Diego Nehab 2005-09-29 06:11:42 +0000
  • 773e35ced3 Compiled on Windows. Fixed a bunch of stuff. Almost ready to release. Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher. Diego Nehab 2005-08-23 05:53:14 +0000
  • 5e8ae76248 Dispatcher working for check-links. Need to get it working with forwarder. Diego Nehab 2005-08-19 01:35:26 +0000
  • 0c3cdd5ef2 Final push for release... Diego Nehab 2005-08-12 05:56:32 +0000
  • 37f7af4b9f Added check-links-nb.lua that check links in a non-blocking way. Diego Nehab 2005-06-20 04:51:55 +0000
  • ae4ba2aa98 Before tidying up directory structure. Diego Nehab 2005-06-18 21:10:33 +0000
  • 4d455c6206 Using core.so instead of csocket.so and cmime.so. Diego Nehab 2005-06-17 04:04:55 +0000
  • 65c35845c5 Working on the manual. Diego Nehab 2005-06-14 04:29:23 +0000
  • 8b114f3bf4 Stupid bug in http.lua. Diego Nehab 2005-06-12 22:02:21 +0000
  • b22f6f3830 Starting work on final version. Diego Nehab 2005-05-17 22:10:46 +0000
  • 9596c7f95d Bug in forward.lua. Wasn't breaking from the loop. Diego Nehab 2005-04-21 05:38:07 +0000
  • 434e8e014c Better connection handling. Diego Nehab 2005-04-21 03:15:34 +0000
  • 4e3cf63c95 Removed debuging prints. Diego Nehab 2005-04-20 19:04:47 +0000
  • 2a00a5ad50 Trying to get non-blocking connect to work. Diego Nehab 2005-04-20 18:57:47 +0000
  • 693a201db6 Wrong namespace. Diego Nehab 2005-04-13 22:18:28 +0000
  • 5e75dc0857 Wrong class... Diego Nehab 2005-04-13 22:18:21 +0000
  • e7b7c36aea Tiny bug in forward.lua Diego Nehab 2005-03-11 02:27:59 +0000
  • 6dc9c1096a Seems to be working on windows. Diego Nehab 2005-03-11 02:21:27 +0000
  • e57f9e9964 Apparently, non-blocking connect doesn't work on windows if you use 0 timeout in the select call... Diego Nehab 2005-03-11 00:20:21 +0000
  • 63e3d7c5b0 Forward server works for multiple tunnels. Http.lua has been patched to support non-blocking everything. Makefile for linux has been updated with new names. Diego Nehab 2005-03-10 02:15:04 +0000
  • b18021e22d Added forward server. Diego Nehab 2005-03-10 01:49:17 +0000
  • 7350bad6f4 Just to check out in the office. Diego Nehab 2005-02-27 18:30:32 +0000
  • 8d4e240f6a Forward server working on Mac OS X... Diego Nehab 2005-02-08 10:01:01 +0000
  • 5d32848674 No coroutines needed. Diego Nehab 2005-02-03 19:14:09 +0000
  • d429638d38 More to do. Diego Nehab 2005-02-01 22:19:37 +0000
  • c5fefd5529 Simplified use for sock:send. Diego Nehab 2005-01-27 21:30:01 +0000
  • 2cd2a5d4a4 Stupid bug. Diego Nehab 2005-01-22 22:38:43 +0000
  • b999686ea8 Yet more to do. Diego Nehab 2005-01-21 07:54:09 +0000
  • a4e35bc5d5 More to do... Diego Nehab 2005-01-20 17:31:01 +0000
  • 9da4046463 More todo... Diego Nehab 2005-01-19 08:33:35 +0000
  • 6b7aeb0cb9 Copyright. Diego Nehab 2005-01-15 22:52:33 +0000
  • d63ad26e67 More todo, always more. Diego Nehab 2005-01-15 22:33:45 +0000
  • 02ffe9ce25 Always more to do... Diego Nehab 2005-01-14 05:00:55 +0000
  • 5a7a23a7ef Stupid bug. Diego Nehab 2005-01-12 06:27:58 +0000
  • fd3cb870d3 More to do. Diego Nehab 2005-01-05 06:06:59 +0000
  • ff4bdd2592 typo. Diego Nehab 2005-01-03 00:14:48 +0000
  • 3b7c263954 Minor tune-ups in the manual. Diego Nehab 2005-01-03 00:13:14 +0000
  • c5486e206c Releasing. Diego Nehab 2005-01-02 23:31:14 +0000
  • 49445951a8 Few extra changes... Diego Nehab 2005-01-02 22:51:33 +0000
  • 97b26e0b66 Almost ready to release beta3 Diego Nehab 2005-01-02 22:44:00 +0000
  • a8254e94f8 Last line of modules was simplified. Diego Nehab 2004-12-23 23:17:01 +0000