83648f8df2
mime: include reorg
2019-03-10 00:04:20 -07:00
2af4872a40
Fix formatting.
2019-03-10 00:47:17 -03:00
03b72d8f7e
Use static initialization
...
This helps with multi-threaded apps.
2019-03-09 23:23:48 -03:00
1f6035070f
mime.c: use LUASOCKET_API
2019-02-25 15:56:17 -07:00
288219fd6b
Update to Visual Studio 2017.
2018-08-22 17:37:32 -03:00
9b82c7871d
Fix gcc-8.1.0 warning.
2018-08-06 15:30:13 +02:00
e75444ccd1
New compat.h module implements luaL_setfuncs.
...
Makes initialization code simpler everywhere.
2015-08-21 15:39:34 -03:00
bbcbbf845e
Merge pull request #119 from gatzka/master
...
Make casts const correct.
2015-03-03 19:01:00 -03:00
8396a0291b
Better solution to luaL_checkint...
2015-03-01 22:49:04 -03:00
ddf4292824
Out of the box support for Lua 5.3.
2015-02-18 20:51:37 -02:00
41692dfb4b
Make casts const correct.
2014-12-21 06:57:10 +01:00
79e6c4915d
Export global only if LUA_COMPAT_MODULE defined.
2013-05-29 16:56:56 +08:00
920bc97629
Build with Lua 5.2 without LUA_COMPAT_MODULE flag.
...
LUASOCKET_USE_GLOBAL flag enable create global variables when load socket/mime modules.
2013-05-27 12:45:09 +04:00
72a5347f97
Remove warnings and fix makefile for Win32.
2012-12-11 17:43:49 -02:00
f329aae724
Fix HORRIBLE but in b64/qp code.
...
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.
2012-08-01 03:06:09 -03:00
f960b3872a
Making progress toward a release
...
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
2012-04-23 00:18:45 +08:00
e15ed19db6
Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs sorting out to take maybe a version number and also the local paths need removing.
2012-04-11 13:33:34 -07:00
908ee2cce1
Fix two crashes and add -Wshadow so that this can't happen again.
...
The two crashes are the s/const char *// changes in tcp.c. The rest
is cleanup so it will build.
2012-04-11 13:33:34 -07:00
2778766d67
Preliminary IPv6 support for v2.1
2012-04-11 13:25:11 -07:00
bce60be30f
Decent makefiles!
2009-05-27 09:31:38 +00:00
f20f4889bf
Changed prefix of function names to match module names.
...
Removed some warnings and useless code.
2005-11-20 07:20:26 +00:00
a32c6d9140
Almost ready to release.
2005-09-29 06:11:42 +00:00
773e35ced3
Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.
...
Implemented a nice dispatcher! Non-blocking check-links and forward server
use the dispatcher.
2005-08-23 05:53:14 +00:00
4d455c6206
Using core.so instead of csocket.so and cmime.so.
2005-06-17 04:04:55 +00:00
8d4e240f6a
Forward server working on Mac OS X...
2005-02-08 10:01:01 +00:00
49445951a8
Few extra changes...
2005-01-02 22:51:33 +00:00
297b32e828
LTN12 bug removed.
2004-11-28 02:36:07 +00:00
1e5e8b5ce5
Fine tunned modules scheme.
...
Adjusted client modules.
Fixed proxy bug in http.
2004-10-11 06:18:57 +00:00
a04f15d1ca
Using new module scheme. Still needs fine tuning.
2004-09-27 04:01:18 +00:00
613534c795
smtp.c was eatten by mime.c
2004-06-17 06:23:13 +00:00
80b7acea2e
Compiled and tested on Windows...
2004-06-17 00:18:48 +00:00
d46f7a09a7
Fixed smtp.lua loading.
...
Adjusted tftp module.
Added some comments.
2004-06-16 01:02:07 +00:00
58096449c6
Manual is almost done. HTTP is missing.
...
Implemented new distribution scheme.
Select is now purely C.
HTTP reimplemented seems faster dunno why.
LTN12 functions that coroutines fail gracefully.
2004-06-15 06:24:00 +00:00
9ed7f955e5
Só pra não perder se der merda.
2004-06-04 15:15:45 +00:00
8841e0f3c1
Updated projects for windows to generate dlls.
2004-05-30 23:23:05 +00:00
5ca1049ab4
Fine tuning the "require" business.
2004-05-30 21:36:22 +00:00
694edcc3c1
Committing with require.
2004-05-28 06:16:43 +00:00
888496aa82
FTP low-level working.
...
SMTP connection oriented working.
ltn12 improved.
2004-05-25 05:27:44 +00:00
4919a83d22
Changed receive function. Now uniform with all other functions. Returns nil
...
on error, return partial result in the end.
http.lua rewritten.
2004-03-21 07:50:15 +00:00
bcc0c2a9f0
New filter scheme.
...
ltn12 and mime updated.
smtp/ftp broken.
2004-03-16 06:42:53 +00:00
b6edaac284
Bug in mime.c initialization. Popping too much.
2004-02-12 04:21:34 +00:00
390846b640
Added ltn12 module. Modified mime to be stand alone.
...
Still crashes on invalid input. Dunno why.
2004-02-11 03:31:53 +00:00
0b2542d1a6
Worked on the manual.
...
Implemented stuffing (needs test)
Added cddb and qp examples.
2004-02-04 14:29:11 +00:00
62a4c505e4
Working on the manual...
...
Making better tests for error messages.
Changed a few names.
Moved gethostname to inet.c.
2004-01-24 02:47:24 +00:00
3a7ac1e043
Changed the naming convention of the mime module.
...
Looks beautiful.
2004-01-21 01:09:50 +00:00
f210508b22
Got rid of some of the typecasts...
2004-01-19 15:38:33 +00:00
32a3b93512
Added -ansi -pedantic and faced the consequences...
2004-01-19 06:07:17 +00:00
5b8d7dec54
Updated some of the callbacks in callback.lua.
...
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.
2004-01-19 05:41:30 +00:00