Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow CC and LD to be overrridenfeature/compiler-override | Diego Nehab | 2020-04-14 | 1 | -2/+2 |
| | |||||
* | src/makefile: serial += compat | E. Westbrook | 2019-03-10 | 1 | -0/+1 |
| | |||||
* | Use static initialization | Diego Nehab | 2019-03-09 | 1 | -1/+2 |
| | | | | This helps with multi-threaded apps. | ||||
* | Update Windows projects vor Visual Studio 2017 | Diego Nehab | 2019-03-01 | 1 | -7/+43 |
| | |||||
* | src/makefile: remove visibility and dllexport defines in favor of in-source ↵ | E. Westbrook | 2019-02-25 | 1 | -27/+12 |
| | | | | labeling | ||||
* | src/makefile: support both lua/$(LUAV) and lua$(LUAV) include paths | E. Westbrook | 2019-02-22 | 1 | -12/+12 |
| | |||||
* | src/makefile: define UNIX_HAS_SUN_LEN for FreeBSD builds | E. Westbrook | 2019-02-19 | 1 | -2/+2 |
| | |||||
* | Update to Visual Studio 2017. | Diego Nehab | 2018-08-22 | 1 | -1/+1 |
| | |||||
* | rename unix.tcp to unix.stream, unix.udp to unix.dgram | enginix | 2016-12-25 | 1 | -2/+2 |
| | |||||
* | allow DESTDIR to be set from the environment | Mike Usenko | 2016-11-08 | 1 | -1/+1 |
| | |||||
* | unix socket: compat lua 5.1 | enginix | 2016-06-30 | 1 | -0/+1 |
| | |||||
* | support datagram unix domain sockets | enginix | 2016-06-24 | 1 | -0/+2 |
| | |||||
* | Enabled overwriting of MYCF/MYLDFlAGS | Jonas Kunze | 2016-04-12 | 1 | -2/+4 |
| | |||||
* | Added solaris platform | Jonas Kunze | 2016-01-15 | 1 | -2/+28 |
| | | | | To compile on solaris some libs had to be linked. So far I was only able to test it on OmniOS r151006 | ||||
* | Merge branch 'tcp_reuseport' of https://github.com/KateAdams/luasocket into ↵ | Diego Nehab | 2015-10-05 | 1 | -20/+16 |
|\ | | | | | | | KateAdams-tcp_reuseport | ||||
* | | New compat.h module implements luaL_setfuncs. | Diego Nehab | 2015-08-21 | 1 | -1/+4 |
| | | | | | | | | Makes initialization code simpler everywhere. | ||||
* | | Out of the box support for Lua 5.3. | Diego Nehab | 2015-02-18 | 1 | -4/+4 |
|/ | |||||
* | Add MYCFLAGS and MYLDFLAGS go allow for customization | Diego Nehab | 2013-09-09 | 1 | -6/+11 |
| | |||||
* | Add support for FreeBSD in makefile | Diego Nehab | 2013-09-09 | 1 | -0/+29 |
| | | | | Thanks to Leryan. See issue #78. | ||||
* | Fix makefile and test_socket_error.lua | Diego Nehab | 2013-06-12 | 1 | -1/+1 |
| | |||||
* | Changing from 2.1-rc1 to 3.0-rc1. | Diego Nehab | 2013-06-11 | 1 | -1/+1 |
| | |||||
* | Fix unix export marker. | Diego Nehab | 2013-06-11 | 1 | -0/+2 |
| | |||||
* | Leaving if in src/ but out of build for now. | Diego Nehab | 2013-05-30 | 1 | -8/+8 |
| | |||||
* | Export global only if LUA_COMPAT_MODULE defined. | Diego Nehab | 2013-05-29 | 1 | -4/+8 |
| | |||||
* | Link only against ws2_32.lib. | unknown | 2013-05-27 | 1 | -3/+3 |
| | |||||
* | Fix Visual Studio 2012 projects | unknown | 2013-05-27 | 1 | -18/+21 |
| | |||||
* | Check linux build. | Diego Nehab | 2013-05-25 | 1 | -2/+2 |
| | |||||
* | Add MingW support. | unknown | 2013-05-25 | 1 | -36/+78 |
| | |||||
* | Remove warnings and fix makefile for Win32. | Diego Nehab | 2012-12-11 | 1 | -5/+6 |
| | |||||
* | Fix socket_accept usage to depend on family. | Diego Nehab | 2012-12-11 | 1 | -1/+1 |
| | |||||
* | Fix HORRIBLE but in b64/qp code. | Diego Nehab | 2012-08-01 | 1 | -1/+1 |
| | | | | | | | Bug was caught by user moteus. Code was checking if arguments was nil after using luaL_Buffer code, which messes with the stack. Simple to fix, though. | ||||
* | Fixed default Linux path to work with Ubuntu | Diego Nehab | 2012-08-01 | 1 | -2/+2 |
| | | | | Also fixed clean target to remove serial objects | ||||
* | src/makefile: Use install instead of cp and mkdir. | Kim Alvefur | 2012-05-15 | 1 | -3/+3 |
| | |||||
* | src/makefile: Move mkdir to a variable | Kim Alvefur | 2012-05-15 | 1 | -4/+5 |
| | |||||
* | Improve makefile to allow overriden variables | Diego Nehab | 2012-05-11 | 1 | -10/+20 |
| | | | | | | Before this change, it was difficult to set default directories for different platforms that would still work with different Lua versions. | ||||
* | Rework makefiles to simplify setting and choosing build options. | Sam Roberts | 2012-05-08 | 1 | -17/+61 |
| | | | | | | Includes documentation for common build settings, reasonable defaults, and ability to set common build options in the environment. | ||||
* | Making progress toward a release | Diego Nehab | 2012-04-23 | 1 | -1/+1 |
| | | | | | | | | | | Documented headers.lua Update copyright date everywhere Remove RCSID from files Move version back to 2.1 rather than 2.1.1 Fixed url package to support ipv6 hosts Changed "domain" to "family" in tcp and udp structures Implemented getfamily methods | ||||
* | merged lua_typerrror.{c,h} into auxiliar.{c,h} | Diego Nehab | 2012-04-16 | 1 | -8/+6 |
| | |||||
* | Merge branch 'git-sam' into diego-sam-mwild-integration | Sam Roberts | 2012-04-11 | 1 | -18/+48 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts in options.c were just due to independent small functions being close to each other. unix.c in mwild was broken, it wasn't using LUASOCKET_API. serial.c needed luaL_reg renamed, and to use LUASOCKET_API. makefile didn't respect standard DESTDIR and prefix makefile variables, and didn't allow LUAV variable to select lua version to build against. I've tested the top-level install-both target builds and installs against both lua5.1 and lua5.2, but not done further testing. Conflicts: README config gem/ltn012.tex makefile src/makefile src/options.c src/options.h src/tcp.c src/usocket.c | ||||
| * | Add support for serial devices as socket streams on unix. | Sam Roberts | 2012-04-11 | 1 | -1/+17 |
| | | |||||
| * | Add all-unix and install-unix targets which include all modules supported on ↵ | Sam Roberts | 2012-04-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | unix. Besides standard socket and mime modules, this includes unix domain socket support. | ||||
* | | Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs ↵ | Liam Devine | 2012-04-11 | 1 | -9/+19 |
| | | | | | | | | sorting out to take maybe a version number and also the local paths need removing. | ||||
* | | Fix two crashes and add -Wshadow so that this can't happen again. | Paul Aurich | 2012-04-11 | 1 | -1/+1 |
| | | | | | | | | | | The two crashes are the s/const char *// changes in tcp.c. The rest is cleanup so it will build. | ||||
* | | Saving before big changes to support IPv6. | Diego Nehab | 2011-05-25 | 1 | -61/+112 |
| | | |||||
* | | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -34/+122 |
|/ | |||||
* | Couple bug fixes. | Diego Nehab | 2007-03-12 | 1 | -3/+4 |
| | |||||
* | Almost ready to release 2.0.1 | Diego Nehab | 2006-04-20 | 1 | -3/+4 |
| | |||||
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -3/+4 |
| | |||||
* | Final push for release... | Diego Nehab | 2005-08-12 | 1 | -0/+87 |