Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OS X CFLAGS definition caused silent failure to build debug version of ↵ | Sam Roberts | 2012-04-11 | 1 | -3/+3 |
| | | | | | | | | | | | | luasocket. The luasocket tests require LUASOCKET_DEBUG to be defined at build time, but for OS X if COMPAT was undefined, the command line looked like ... -I -DLUASOCKET_DEBUG ... so that the the macro definition was silently being treated as the argument to -I. Result is the macro was never set, and tests would never run. Fixed by moving -I to the (optional) definition of the location of compat headers. | ||||
* | Add location of Ubuntu's lua5.1 headers to config. | Sam Roberts | 2012-04-11 | 1 | -0/+1 |
| | |||||
* | Support the conventional DESTDIR and prefix variables | Sam Roberts | 2012-04-11 | 1 | -3/+7 |
| | | | | | | Many packaging systems rely on them, they are described here: - http://www.gnu.org/prep/standards/standards.html#index-prefix - http://www.gnu.org/prep/standards/standards.html#DESTDIR | ||||
* | Modified and tested on Linux. | Diego Nehab | 2007-06-12 | 1 | -11/+11 |
| | |||||
* | Crashy bug fixed in recvraw. | Diego Nehab | 2007-06-11 | 1 | -3/+3 |
| | | | | Also fixed returns on closed socket. | ||||
* | Couple bug fixes. | Diego Nehab | 2007-03-12 | 1 | -16/+17 |
| | |||||
* | Reverted back to Linux. | Diego Nehab | 2006-04-20 | 1 | -5/+5 |
| | |||||
* | Almost ready to release 2.0.1 | Diego Nehab | 2006-04-20 | 1 | -9/+11 |
| | |||||
* | Reverted to Linux default. | Diego Nehab | 2006-04-18 | 1 | -10/+10 |
| | |||||
* | Almost done 2.0.1. | Diego Nehab | 2006-04-03 | 1 | -12/+12 |
| | |||||
* | Final patches... | Diego Nehab | 2006-04-03 | 1 | -10/+10 |
| | |||||
* | Updates for 2.0.1 on the way. | Diego Nehab | 2006-03-19 | 1 | -1/+1 |
| | |||||
* | Few tweaks in installation, some missing files, etc. | Diego Nehab | 2005-11-22 | 1 | -1/+1 |
| | |||||
* | In pre release mode! | Diego Nehab | 2005-11-20 | 1 | -10/+10 |
| | |||||
* | Changed prefix of function names to match module names. | Diego Nehab | 2005-11-20 | 1 | -10/+10 |
| | | | | Removed some warnings and useless code. | ||||
* | Before compiling on Windows. | Diego Nehab | 2005-10-07 | 1 | -10/+10 |
| | |||||
* | Default config is for Linux. | Diego Nehab | 2005-10-05 | 1 | -12/+14 |
| | |||||
* | Tested on Windows. | Diego Nehab | 2005-09-29 | 1 | -1/+9 |
| | |||||
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -2/+0 |
| | |||||
* | Compiled on Windows. Fixed a bunch of stuff. Almost ready to release. | Diego Nehab | 2005-08-23 | 1 | -5/+7 |
| | | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher. | ||||
* | Final push for release... | Diego Nehab | 2005-08-12 | 1 | -1/+1 |
| | |||||
* | Added check-links-nb.lua that check links in a non-blocking way. | Diego Nehab | 2005-06-20 | 1 | -0/+47 |