| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Add ucrt64 support in makefile (#455) | Raffaello Bertini | 2025-05-29 | 1 | -1/+1 |
| | | |||||
| * | chore: Remove the executable permission bit from some source files (#434) | Tianjia Zhang | 2024-06-29 | 1 | -0/+0 |
| | | |||||
| * | chore; add Lua 5.4 to make files | Thijs Schreijer | 2022-03-23 | 1 | -0/+6 |
| | | |||||
| * | Update Windows projects vor Visual Studio 2017 | Diego Nehab | 2019-03-01 | 1 | -1/+1 |
| | | |||||
| * | Added solaris platform | Jonas Kunze | 2016-01-15 | 1 | -1/+1 |
| | | | | | To compile on solaris some libs had to be linked. So far I was only able to test it on OmniOS r151006 | ||||
| * | Out of the box support for Lua 5.3. | Diego Nehab | 2015-02-18 | 1 | -6/+12 |
| | | |||||
| * | Add support for FreeBSD in makefile | Diego Nehab | 2013-09-09 | 1 | -1/+1 |
| | | | | | Thanks to Leryan. See issue #78. | ||||
| * | Add MingW support. | unknown | 2013-05-25 | 1 | -5/+14 |
| | | |||||
| * | Improve makefile to allow overriden variables | Diego Nehab | 2012-05-11 | 1 | -2/+2 |
| | | | | | | | 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 | -5/+15 |
| | | | | | | | Includes documentation for common build settings, reasonable defaults, and ability to set common build options in the environment. | ||||
| * | Merge branch 'git-sam' into diego-sam-mwild-integration | Sam Roberts | 2012-04-11 | 1 | -3/+12 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | -0/+1 |
| | | | |||||
| | * | Add all-unix and install-unix targets which include all modules supported on ↵ | Sam Roberts | 2012-04-11 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | unix. Besides standard socket and mime modules, this includes unix domain socket support. | ||||
| * | | Saving before big changes to support IPv6. | Diego Nehab | 2011-05-25 | 1 | -12/+4 |
| | | | |||||
| * | | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -42/+14 |
| |/ | |||||
| * | Couple bug fixes. | Diego Nehab | 2007-03-12 | 1 | -1/+0 |
| | | |||||
| * | Few tweaks in installation, some missing files, etc. | Diego Nehab | 2005-11-22 | 1 | -16/+15 |
| | | |||||
| * | Compiled on Windows. Fixed a bunch of stuff. Almost ready to release. | Diego Nehab | 2005-08-23 | 1 | -18/+19 |
| | | | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher. | ||||
| * | Final push for release... | Diego Nehab | 2005-08-12 | 1 | -0/+52 |
