Commit Graph

  • aa1b8cc9bc support datagram unix domain sockets enginix 2016-06-24 21:23:00 +0800
  • 30a64c585a Merge pull request #178 from pdxmeshnet/master Diego Nehab 2016-06-17 11:17:26 -0300
  • 3abd1f2dd0 Added future release rockspec file Alex R 2016-06-15 15:27:07 -0700
  • 6aa4f2bc33 Merge pull request #167 from xspager/add_haiku_plat Diego Nehab 2016-04-12 09:29:46 -0300
  • e2acf378ea Merge pull request #171 from JonasKunze/feature/overwriteFlags Diego Nehab 2016-04-12 09:29:14 -0300
  • 6a0506ca44 Merge pull request #170 from bytefire/master Diego Nehab 2016-04-12 09:28:27 -0300
  • 624924a77b Enabled overwriting of MYCF/MYLDFlAGS Jonas Kunze 2016-04-12 13:06:47 +0200
  • b9f6fd215a URL-decode user password before adding to authorization header. Okash Khawaja 2016-04-12 00:04:21 +0100
  • 9984741d94 Update comments for url.unescape() function. Okash Khawaja 2016-04-12 00:01:51 +0100
  • 6fa6462636 Given LuaRocks support Haiku as a valid platform, link the network library Daniel Lemos 2016-03-11 16:03:22 -0300
  • 23ce5aeaa2 Hide ftp.PORT "constant" as a local Diego Nehab 2016-03-07 01:33:08 -0300
  • 916b548240 Family agostic FTP and expose HTTP/FTP url parsing Diego Nehab 2016-03-07 01:30:30 -0300
  • 5b4b915879 Remove global PORT. Fix https redirect. Diego Nehab 2016-03-04 16:16:41 -0300
  • 944305dc21 Added gettimeout for completeness. Diego Nehab 2016-03-04 15:36:32 -0300
  • cdce73b226 Added support for FTP command lists Diego Nehab 2016-03-04 14:38:56 -0300
  • fe7b37aced Merge pull request #166 from siffiejoe/exception-tweaks Diego Nehab 2016-02-24 13:23:20 -0300
  • 0341516a29 Clarify documentation for try/protect. Philipp Janda 2016-02-24 06:59:37 +0100
  • 4392bdcdd4 Always put metatable in first upvalue. Philipp Janda 2016-02-24 00:57:42 +0100
  • 9fe38c654f Don't swallow errors in finalizers. Philipp Janda 2016-02-24 00:48:43 +0100
  • 9ffd96724d Merge pull request #162 from siffiejoe/exception-meta Diego Nehab 2016-02-23 14:30:35 -0300
  • 7cab8a5006 Update comment in except.h Philipp Janda 2016-02-21 12:28:13 +0100
  • 7c1df8a7cd Update HTML docs for try/protect mpeterv 2016-02-16 11:44:02 +0300
  • fb713cdedb Add more tests for socket.try/protect mpeterv 2016-01-25 15:14:34 +0300
  • d075e7322f Support table errors. Philipp Janda 2016-02-21 11:59:44 +0100
  • bf13ec7fd4 Merge pull request #155 from JonasKunze/feature/solaris Diego Nehab 2016-02-11 11:02:58 -0200
  • 280e1d68a6 Merge pull request #157 from mpeterv/ltn12-lua53 Diego Nehab 2016-02-11 11:01:57 -0200
  • 9192881346 Don't break global mbox table in mbox.split_mbox mpeterv 2016-02-11 15:57:56 +0300
  • 52bb99af35 Fix sink method in tp module mpeterv 2016-02-11 15:56:57 +0300
  • 700ece0721 Fix base_parsed global in url module mpeterv 2016-02-11 15:54:59 +0300
  • 3c3a5d0011 Use base.select instead of just select mpeterv 2016-02-11 15:53:53 +0300
  • a7f21e8ec4 Fix error in ltn12 under Lua 5.3 mpeterv 2016-01-25 13:52:41 +0300
  • 5d52ffedf4 Added solaris platform Jonas Kunze 2016-01-15 18:48:57 +0100
  • 83880dbed7 When zero-timeout, only try first address in connect. Diego Nehab 2015-12-03 12:56:18 -0200
  • be67f63f4e Changed buffer-per-socket to buffer-per-operation. Diego Nehab 2015-10-06 11:33:50 +0800
  • fd729b32a8 Added support for arbitrary datagram sizes. Diego Nehab 2015-10-05 11:47:51 +0800
  • d1ec29be7f Merge branch 'KateAdams-tcp_reuseport' Diego Nehab 2015-10-05 10:28:54 +0800
  • f4b4720073 Merge branch 'tcp_reuseport' of https://github.com/KateAdams/luasocket into KateAdams-tcp_reuseport Diego Nehab 2015-10-05 10:28:29 +0800
  • 4110e4125d Merge branch 'agnostic' Diego Nehab 2015-08-25 15:43:48 -0300
  • 77bba625d7 Fixes suggested by @Florob in #147. Diego Nehab 2015-08-25 15:41:40 -0300
  • 46d7e75f3e Merge pull request #96 from chastabor/master Diego Nehab 2015-08-24 16:41:24 -0300
  • b6a10ccb68 Merge pull request #84 from PixelToast/patch-2 Diego Nehab 2015-08-24 16:31:42 -0300
  • 96965b179c New agnostic IPv4 IPv6 functions. Diego Nehab 2015-08-22 19:52:01 -0300
  • b211838648 Fix rockspec and serial.c module. Diego Nehab 2015-08-21 22:31:29 -0300
  • 9322eacefd Merge pull request #141 from cjtallman/master Diego Nehab 2015-08-21 15:51:52 -0300
  • e75444ccd1 New compat.h module implements luaL_setfuncs. Diego Nehab 2015-08-21 15:39:34 -0300
  • 67abaf89eb Added missing options for UDP getoption. cjtallman 2015-06-11 09:02:20 -0700
  • 321c0c9b1f Merge branch 'Tieske-errormsg' Diego Nehab 2015-03-03 19:20:44 -0300
  • 863a54cbaf Fix cut-paste typo on PIE_HOST_NOT_FOUND. Diego Nehab 2015-03-03 19:20:13 -0300
  • 892ea1791a Merge branch 'errormsg' of https://github.com/Tieske/luasocket into Tieske-errormsg Diego Nehab 2015-03-03 19:17:53 -0300
  • 8066a90e87 Merge pull request #115 from tst2005/patch-1 Diego Nehab 2015-03-03 19:11:15 -0300
  • bbcbbf845e Merge pull request #119 from gatzka/master Diego Nehab 2015-03-03 19:01:00 -0300
  • d3ed08616b updated error messages, less error prone, platform independent Thijs Schreijer 2015-03-03 21:17:06 +0100
  • 8396a0291b Better solution to luaL_checkint... Diego Nehab 2015-03-01 22:49:04 -0300
  • 9d49cdcf05 Merge pull request #128 from Tieske/accidental_global Diego Nehab 2015-03-01 22:01:15 -0300
  • 59869b8bf6 fixed accidental global in `ftp.lua` Thijs Schreijer 2015-03-01 20:34:53 +0100
  • 76ed24fe8a Fix inet_global_getaddrinfo leak of getnameinfo Diego Nehab 2015-02-18 20:54:27 -0200
  • ddf4292824 Out of the box support for Lua 5.3. Diego Nehab 2015-02-18 20:51:37 -0200
  • d8f77cca64 Remove unused function luaL_typerror(). Stephan Gatzka 2014-12-21 07:45:36 +0100
  • 9178451ef9 Add missing prototype for opt_get_reuseport(). Stephan Gatzka 2014-12-21 07:45:17 +0100
  • c6f136c7f5 Make local function udp_strerror() static. Stephan Gatzka 2014-12-21 07:44:11 +0100
  • 41692dfb4b Make casts const correct. Stephan Gatzka 2014-12-21 06:57:10 +0100
  • 2906d6a522 Add "tcp-keepidle", "tcp-keepcnt" and "tcp-keepintvl" options Victor Seva 2014-12-05 13:17:50 +0100
  • 8a24ddaf49 white background TsT 2014-11-28 12:09:44 +0100
  • 5edf093643 Merge pull request #114 from siffiejoe/yieldable_protect52 Diego Nehab 2014-11-10 15:56:25 -0200
  • 0b03eec16b make socket.protect yieldable on Lua 5.2/5.3 Philipp Janda 2014-11-10 18:49:40 +0100
  • 583257c28c Merge pull request #113 from siffiejoe/yieldable_protect51 Diego Nehab 2014-11-10 15:39:34 -0200
  • 7006ae120d fixed yieldable socket.protect in etc/dispatch.lua Philipp Janda 2014-11-10 18:17:10 +0100
  • 6dcecd8f45 Merge pull request #108 from daurnimator/master Diego Nehab 2014-10-27 16:30:48 -0200
  • 4f122e60b1 src/usocket: Don't unset/set O_NONBLOCK around listen() or shutdown() calls. daurnimator 2014-10-27 14:03:34 -0400
  • e602c2b271 src/usocket: Do not setblocking on destroy; daurnimator 2014-10-27 11:10:48 -0400
  • d80bb0d82b Fix Host: header according to RFC7230 Diego Nehab 2014-07-15 14:49:20 -0300
  • 2314235b3a Add proxy authentication headers if present. Charles Tabor 2014-03-27 14:40:04 -0500
  • 36aa87e031 Generate headers before proxy changes host and port Charles Tabor 2014-03-21 14:25:44 -0500
  • 534dfed859 the universe has only existed for 43.8 years PixelToast 2013-11-07 19:13:36 -0500
  • 833333e131 Added ability to set the option `reuseport` of a tcp socket. kobra 2013-09-12 00:46:32 +0100
  • 6d5e40c324 Add MYCFLAGS and MYLDFLAGS go allow for customization Diego Nehab 2013-09-09 14:55:20 -0300
  • d0b1f5b4c1 Add support for FreeBSD in makefile Diego Nehab 2013-09-09 14:29:14 -0300
  • 396e9e5ee6 Fixed timeout bug introduced by commit e81a6ff Diego Nehab 2013-09-09 14:23:00 -0300
  • 244e5d34a0 Merge pull request #74 from catwell/pull-hostport Diego Nehab 2013-09-09 09:54:08 -0700
  • c715993fb8 Merge pull request #65 from fab13n/480a818bf0ef6de32527ba14fc2bb27e754d0612 Diego Nehab 2013-09-09 09:48:46 -0700
  • 87d72dce4e include port in default Host header Pierre Chapuis 2013-08-14 14:41:57 +0200
  • 6bdb00e24c Merge pull request #69 from catwell/pull-globals Diego Nehab 2013-07-05 12:40:49 -0700
  • 1f9ccb2b58 http: look for PROXY in _M, not as a global Pierre Chapuis 2013-07-05 18:00:29 +0200
  • ddf88aca09 http: do not set global TIMEOUT Pierre Chapuis 2013-07-05 17:59:52 +0200
  • 480a818bf0 support multiple filters in ltn12.{sink,source}.chain() Fabien Fleutot 2013-06-18 11:01:46 +0200
  • 22cd5833fc Change link to github page. Diego Nehab 2013-06-14 19:27:32 +0800
  • 19bd8baf9b Add files to distribution. Diego Nehab 2013-06-14 19:21:27 +0800
  • de58cb417a Change 2.1 to 3.0 Diego Nehab 2013-06-14 19:16:16 +0800
  • bf7bc59a4d Change 2.1 to 3.0-rc1 Diego Nehab 2013-06-14 19:15:37 +0800
  • ea812a755e Update NEW file and section Diego Nehab 2013-06-14 19:12:44 +0800
  • 2cc51443c2 Download archive with https rather than git scheme Diego Nehab 2013-06-13 17:35:52 +0800
  • 85aa5e3d9c Fix version in rockspec. Diego Nehab 2013-06-13 17:13:14 +0800
  • 9ddfe92820 Fix path for rockspec in travis file. Diego Nehab 2013-06-13 16:40:14 +0800
  • c07ad19ca1 Merging moteus suggestions for rockspec and travis Diego Nehab 2013-06-13 16:19:03 +0800
  • 7cad902bb7 Fix makefile and test_socket_error.lua Diego Nehab 2013-06-12 21:45:15 +0800
  • b34386ca5c Merge pull request #58 from mascarenhas/master Diego Nehab 2013-06-12 06:38:37 -0700
  • cce138c8e5 new rockspec using builtin build type Fabio Mascarenhas 2013-06-11 17:23:50 -0300
  • 6e00ffd62f Changing from 2.1-rc1 to 3.0-rc1. Diego Nehab 2013-06-11 19:10:03 +0800
  • 906abf29d1 Fix unix export marker. Diego Nehab 2013-06-11 17:20:27 +0800
  • bc709ac7b7 Export global table only if "module()" is defined. Diego Nehab 2013-06-05 18:36:51 +0800