aboutsummaryrefslogtreecommitdiff
path: root/src/mime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore: Remove the executable permission bit from some source files (#434)Tianjia Zhang2024-06-291-0/+0
* style: Use C-style comment syntax throughout (#309)Caleb Maclennan2022-03-181-4/+4
* mime: include reorgE. Westbrook2019-03-101-6/+2
* Fix formatting.Diego Nehab2019-03-101-3/+3
* Use static initializationDiego Nehab2019-03-091-9/+143
* mime.c: use LUASOCKET_APIE. Westbrook2019-02-251-1/+1
* Update to Visual Studio 2017.Diego Nehab2018-08-221-1/+1
* Fix gcc-8.1.0 warning.Joris Clement2018-08-061-0/+1
* New compat.h module implements luaL_setfuncs.Diego Nehab2015-08-211-8/+1
* Merge pull request #119 from gatzka/masterDiego Nehab2015-03-031-10/+10
|\
| * Make casts const correct.Stephan Gatzka2014-12-211-10/+10
* | Better solution to luaL_checkint...Diego Nehab2015-03-011-6/+1
* | Out of the box support for Lua 5.3.Diego Nehab2015-02-181-50/+55
|/
* Export global only if LUA_COMPAT_MODULE defined.Diego Nehab2013-05-291-6/+2
* Build with Lua 5.2 without LUA_COMPAT_MODULE flag.moteus2013-05-271-0/+9
* Remove warnings and fix makefile for Win32.Diego Nehab2012-12-111-4/+4
* Fix HORRIBLE but in b64/qp code.Diego Nehab2012-08-011-0/+8
* Making progress toward a releaseDiego Nehab2012-04-231-2/+0
* Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs sorti...Liam Devine2012-04-111-15/+15
* Fix two crashes and add -Wshadow so that this can't happen again.Paul Aurich2012-04-111-22/+22
* Preliminary IPv6 support for v2.1Diego Nehab2012-04-111-1/+1
* Decent makefiles!Diego Nehab2009-05-271-2/+8
* Changed prefix of function names to match module names.Diego Nehab2005-11-201-32/+25
* Almost ready to release.Diego Nehab2005-09-291-2/+9
* Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.Diego Nehab2005-08-231-1/+1
* Using core.so instead of csocket.so and cmime.so.Diego Nehab2005-06-171-1/+1
* Forward server working on Mac OS X...Diego Nehab2005-02-081-2/+2
* Few extra changes...Diego Nehab2005-01-021-1/+1
* LTN12 bug removed.Diego Nehab2004-11-281-1/+6
* Fine tunned modules scheme.Diego Nehab2004-10-111-1/+1
* Using new module scheme. Still needs fine tuning.Diego Nehab2004-09-271-6/+3
* smtp.c was eatten by mime.cDiego Nehab2004-06-171-0/+48
* Compiled and tested on Windows...Diego Nehab2004-06-171-7/+0
* Fixed smtp.lua loading.Diego Nehab2004-06-161-2/+2
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-1/+11
* Só pra não perder se der merda.Diego Nehab2004-06-041-4/+2
* Updated projects for windows to generate dlls.Diego Nehab2004-05-301-1/+1
* Fine tuning the "require" business.Diego Nehab2004-05-301-2/+1
* Committing with require.Diego Nehab2004-05-281-5/+5
* FTP low-level working.Diego Nehab2004-05-251-31/+19
* Changed receive function. Now uniform with all other functions. Returns nilDiego Nehab2004-03-211-15/+13
* New filter scheme.Diego Nehab2004-03-161-42/+95
* Bug in mime.c initialization. Popping too much.Diego Nehab2004-02-121-1/+0
* Added ltn12 module. Modified mime to be stand alone.Diego Nehab2004-02-111-45/+39
* Worked on the manual.Diego Nehab2004-02-041-73/+65
* Working on the manual...Diego Nehab2004-01-241-8/+8
* Changed the naming convention of the mime module.Diego Nehab2004-01-211-31/+49
* Got rid of some of the typecasts...Diego Nehab2004-01-191-19/+19
* Added -ansi -pedantic and faced the consequences...Diego Nehab2004-01-191-37/+42
* Updated some of the callbacks in callback.lua.Diego Nehab2004-01-191-0/+614