aboutsummaryrefslogtreecommitdiff
path: root/src/mime.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Address issues raised by linterThijs Schreijer2022-03-191-10/+2
|
* mime.lua: Obsolete require("io")Pieter De Gendt2017-09-041-2/+1
| | | The `io` package is included but never used.
* Build with Lua 5.2 without LUA_COMPAT_MODULE flag.moteus2013-05-271-17/+22
| | | | LUASOCKET_USE_GLOBAL flag enable create global variables when load socket/mime modules.
* Making progress toward a releaseDiego Nehab2012-04-231-1/+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
* Merge branch 'git-sam' into diego-sam-mwild-integrationSam Roberts2012-04-111-1/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * mime: Remove io dependencyroot2012-04-111-1/+0
| | | | | | | | | | | | | | | | | | This dependency was spuriously added, maybe for debug reasons, as confirmed to me by Diego Nehab by mail. Some systems based in Lua (e.g. Ginga) prohibit the use of io module for security reasons, so this dependency makes mime unusable; even worse this makes other modules, based on mime, unusable too (e.g. html).
* | Preliminary IPv6 support for v2.1Diego Nehab2012-04-111-1/+1
|/
* Crashy bug fixed in recvraw.Diego Nehab2007-06-111-1/+2
| | | | Also fixed returns on closed socket.
* Few tweaks in installation, some missing files, etc.Diego Nehab2005-11-221-7/+7
|
* Bugs sent by David.Diego Nehab2005-10-051-1/+0
|
* Final push for release...Diego Nehab2005-08-121-2/+1
|
* Using core.so instead of csocket.so and cmime.so.Diego Nehab2005-06-171-3/+3
|
* Working on the manual.Diego Nehab2005-06-141-2/+1
|
* Stupid bug in http.lua.Diego Nehab2005-06-121-16/+16
|
* Forward server working on Mac OS X...Diego Nehab2005-02-081-1/+2
|
* Almost ready to release beta3Diego Nehab2005-01-021-1/+1
|
* Last line of modules was simplified.Diego Nehab2004-12-231-1/+1
|
* Changes due to new compat-5.1Diego Nehab2004-12-231-1/+1
|
* LTN12 bug removed.Diego Nehab2004-11-281-0/+9
|
* Almost ready for beta3Diego Nehab2004-11-271-4/+7
|
* Using new module scheme. Still needs fine tuning.Diego Nehab2004-09-271-2/+3
|
* More adjustments/bugfixes.Diego Nehab2004-06-211-16/+16
|
* smtp.c was eatten by mime.cDiego Nehab2004-06-171-5/+5
|
* Fixed smtp.lua loading.Diego Nehab2004-06-161-2/+0
| | | | | Adjusted tftp module. Added some comments.
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-11/+3
| | | | | | | 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 Nehab2004-06-041-9/+7
|
* Committing with require.Diego Nehab2004-05-281-3/+24
|
* Releasing LTN012.Diego Nehab2004-05-191-1/+1
|
* Using socket pumps in http.lua.Diego Nehab2004-03-261-13/+9
| | | | Adjusted socket.try.
* Seems to be working.Diego Nehab2004-03-191-14/+14
|
* New filter scheme.Diego Nehab2004-03-161-1/+1
| | | | | ltn12 and mime updated. smtp/ftp broken.
* Added ltn12 module. Modified mime to be stand alone.Diego Nehab2004-02-111-49/+25
| | | | Still crashes on invalid input. Dunno why.
* Worked on the manual.Diego Nehab2004-02-041-42/+29
| | | | | Implemented stuffing (needs test) Added cddb and qp examples.
* Working on the manual...Diego Nehab2004-01-241-6/+13
| | | | | | Making better tests for error messages. Changed a few names. Moved gethostname to inet.c.
* Changed the naming convention of the mime module.Diego Nehab2004-01-211-48/+44
| | | | Looks beautiful.
* Updated some of the callbacks in callback.lua.Diego Nehab2004-01-191-0/+104
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.