Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Remove the executable permission bit from some source files (#434) | Tianjia Zhang | 2024-06-29 | 1 | -0/+0 |
| | |||||
* | style: Use C-style comment syntax throughout (#309) | Caleb Maclennan | 2022-03-18 | 1 | -4/+4 |
| | | | Co-authored-by: Denise Cullassnekuff <19711487+BlackCutpoint@users.noreply.github.com> | ||||
* | mime: include reorg | E. Westbrook | 2019-03-10 | 1 | -6/+2 |
| | |||||
* | Fix formatting. | Diego Nehab | 2019-03-10 | 1 | -3/+3 |
| | |||||
* | Use static initialization | Diego Nehab | 2019-03-09 | 1 | -9/+143 |
| | | | | This helps with multi-threaded apps. | ||||
* | mime.c: use LUASOCKET_API | E. Westbrook | 2019-02-25 | 1 | -1/+1 |
| | |||||
* | Update to Visual Studio 2017. | Diego Nehab | 2018-08-22 | 1 | -1/+1 |
| | |||||
* | Fix gcc-8.1.0 warning. | Joris Clement | 2018-08-06 | 1 | -0/+1 |
| | |||||
* | New compat.h module implements luaL_setfuncs. | Diego Nehab | 2015-08-21 | 1 | -8/+1 |
| | | | | Makes initialization code simpler everywhere. | ||||
* | Merge pull request #119 from gatzka/master | Diego Nehab | 2015-03-03 | 1 | -10/+10 |
|\ | | | | | Make casts const correct. | ||||
| * | Make casts const correct. | Stephan Gatzka | 2014-12-21 | 1 | -10/+10 |
| | | |||||
* | | Better solution to luaL_checkint... | Diego Nehab | 2015-03-01 | 1 | -6/+1 |
| | | |||||
* | | Out of the box support for Lua 5.3. | Diego Nehab | 2015-02-18 | 1 | -50/+55 |
|/ | |||||
* | Export global only if LUA_COMPAT_MODULE defined. | Diego Nehab | 2013-05-29 | 1 | -6/+2 |
| | |||||
* | Build with Lua 5.2 without LUA_COMPAT_MODULE flag. | moteus | 2013-05-27 | 1 | -0/+9 |
| | | | | LUASOCKET_USE_GLOBAL flag enable create global variables when load socket/mime modules. | ||||
* | Remove warnings and fix makefile for Win32. | Diego Nehab | 2012-12-11 | 1 | -4/+4 |
| | |||||
* | Fix HORRIBLE but in b64/qp code. | Diego Nehab | 2012-08-01 | 1 | -0/+8 |
| | | | | | | | 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. | ||||
* | Making progress toward a release | Diego Nehab | 2012-04-23 | 1 | -2/+0 |
| | | | | | | | | | | 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 | ||||
* | Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs ↵ | Liam Devine | 2012-04-11 | 1 | -15/+15 |
| | | | | 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 | -22/+22 |
| | | | | | The two crashes are the s/const char *// changes in tcp.c. The rest is cleanup so it will build. | ||||
* | Preliminary IPv6 support for v2.1 | Diego Nehab | 2012-04-11 | 1 | -1/+1 |
| | |||||
* | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -2/+8 |
| | |||||
* | Changed prefix of function names to match module names. | Diego Nehab | 2005-11-20 | 1 | -32/+25 |
| | | | | Removed some warnings and useless code. | ||||
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -2/+9 |
| | |||||
* | Compiled on Windows. Fixed a bunch of stuff. Almost ready to release. | Diego Nehab | 2005-08-23 | 1 | -1/+1 |
| | | | | | Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher. | ||||
* | Using core.so instead of csocket.so and cmime.so. | Diego Nehab | 2005-06-17 | 1 | -1/+1 |
| | |||||
* | Forward server working on Mac OS X... | Diego Nehab | 2005-02-08 | 1 | -2/+2 |
| | |||||
* | Few extra changes... | Diego Nehab | 2005-01-02 | 1 | -1/+1 |
| | |||||
* | LTN12 bug removed. | Diego Nehab | 2004-11-28 | 1 | -1/+6 |
| | |||||
* | Fine tunned modules scheme. | Diego Nehab | 2004-10-11 | 1 | -1/+1 |
| | | | | | Adjusted client modules. Fixed proxy bug in http. | ||||
* | Using new module scheme. Still needs fine tuning. | Diego Nehab | 2004-09-27 | 1 | -6/+3 |
| | |||||
* | smtp.c was eatten by mime.c | Diego Nehab | 2004-06-17 | 1 | -0/+48 |
| | |||||
* | Compiled and tested on Windows... | Diego Nehab | 2004-06-17 | 1 | -7/+0 |
| | |||||
* | Fixed smtp.lua loading. | Diego Nehab | 2004-06-16 | 1 | -2/+2 |
| | | | | | Adjusted tftp module. Added some comments. | ||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -1/+11 |
| | | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully. | ||||
* | Só pra não perder se der merda. | Diego Nehab | 2004-06-04 | 1 | -4/+2 |
| | |||||
* | Updated projects for windows to generate dlls. | Diego Nehab | 2004-05-30 | 1 | -1/+1 |
| | |||||
* | Fine tuning the "require" business. | Diego Nehab | 2004-05-30 | 1 | -2/+1 |
| | |||||
* | Committing with require. | Diego Nehab | 2004-05-28 | 1 | -5/+5 |
| | |||||
* | FTP low-level working. | Diego Nehab | 2004-05-25 | 1 | -31/+19 |
| | | | | | SMTP connection oriented working. ltn12 improved. | ||||
* | Changed receive function. Now uniform with all other functions. Returns nil | Diego Nehab | 2004-03-21 | 1 | -15/+13 |
| | | | | | | on error, return partial result in the end. http.lua rewritten. | ||||
* | New filter scheme. | Diego Nehab | 2004-03-16 | 1 | -42/+95 |
| | | | | | ltn12 and mime updated. smtp/ftp broken. | ||||
* | Bug in mime.c initialization. Popping too much. | Diego Nehab | 2004-02-12 | 1 | -1/+0 |
| | |||||
* | Added ltn12 module. Modified mime to be stand alone. | Diego Nehab | 2004-02-11 | 1 | -45/+39 |
| | | | | Still crashes on invalid input. Dunno why. | ||||
* | Worked on the manual. | Diego Nehab | 2004-02-04 | 1 | -73/+65 |
| | | | | | Implemented stuffing (needs test) Added cddb and qp examples. | ||||
* | Working on the manual... | Diego Nehab | 2004-01-24 | 1 | -8/+8 |
| | | | | | | Making better tests for error messages. Changed a few names. Moved gethostname to inet.c. | ||||
* | Changed the naming convention of the mime module. | Diego Nehab | 2004-01-21 | 1 | -31/+49 |
| | | | | Looks beautiful. | ||||
* | Got rid of some of the typecasts... | Diego Nehab | 2004-01-19 | 1 | -19/+19 |
| | |||||
* | Added -ansi -pedantic and faced the consequences... | Diego Nehab | 2004-01-19 | 1 | -37/+42 |
| | |||||
* | Updated some of the callbacks in callback.lua. | Diego Nehab | 2004-01-19 | 1 | -0/+614 |
Update get.lua to use the new callbacks. The old "code" module is now the "mime" module. Updated all modules that depended on it. Updated url.lua to use the new namespace scheme, and moved the escape and unescape functions that used to be in the code.lua module to it, since these are specific to urls. Updated the callback entries in the manual. |