d31b2d2c89No need to yield. Conditionally show form. Updated title.
Marcos Kirsch
2016-02-15 22:31:48 -06:00
066b602444Updated README with new instructions
Marcos Kirsch
2016-02-15 22:31:08 -06:00
fbc6506faaMerged with main repository
Marcos Kirsch
2016-02-15 20:54:11 -06:00
64f07cb38dChange NodeMCU firmware link to point to github project.
Marcos Kirsch
2016-02-15 14:21:16 -06:00
4d4442318dFix example server-side scripts to work on new nodemcu-firmware. Specifically, call coroutine.yield() after each connection:send() except the last one, since we can no longer queue sends.
Marcos Kirsch
2016-02-15 14:20:28 -06:00
1b14a516aaFix bugs for newer nodemcu-firmware: new firmware does not allow queuing multiple connection:send() operations. These changes ensure we yield after every send except the last one.
Marcos Kirsch
2016-02-15 13:52:01 -06:00
37e58389c6Trivial improvement to print message
Marcos Kirsch
2016-02-15 13:46:50 -06:00
0e4b515514Default to join an existing WiFi network, more common at least for my own testing
Marcos Kirsch
2016-02-15 13:12:19 -06:00
33b94ec5d5Modified Makefile so that the nodemcu-uploader script no longer needs to be executable
Marcos Kirsch
2016-02-15 13:08:59 -06:00
c218c4f5a8Merge pull request #50 from TriAnMan/fix-memory-leak
Marcos
2016-02-15 09:10:44 -06:00
dc816cc258Merge pull request #48 from lluki/master
Marcos
2016-02-15 09:09:53 -06:00
1ddd47eaf9Fix a memory leak when the connection is dropped by the client side
Anton Andersen
2016-02-15 12:46:54 +03:00
02832a1a45matching of mime type in http request header that contain a charset appendix
Lukas Humbel
2015-12-19 13:43:55 +01:00
8715123904Merge pull request #45 from IntelliDust/master
Marcos
2015-12-05 11:44:32 -06:00
1f43c9f5e5Added Cache-Control header for gzipped content. This will prevent for getting css.gz js.gz and so by browser from server.
IntelliDust
2015-12-03 12:51:42 +01:00
1b8a1f7750Added handling of watchdog for serving bigger files
IntelliDust
2015-12-03 12:48:27 +01:00
3eecd76908Merge pull request #43 from pjsg/master
Marcos
2015-11-29 10:16:11 -06:00
f852959fa5Handle the null write case
Philip Gladstone
2015-11-28 21:00:34 -05:00
9fee6ee8e8Removed another unused file
Philip Gladstone
2015-11-28 16:36:53 -05:00
a54159b39fRemove unused file
Philip Gladstone
2015-11-28 12:23:22 -05:00
8a195cb798Reduce memory requirements a bit and fix weird issue in node_info.lua example
Philip Gladstone
2015-11-28 12:22:20 -05:00
b4a2d02431Fix the problem with the more modern SDK only allowing one outstanding connection:send at a time. Long and short of it, don't use coroutine.yield any more when serving content.
Philip Gladstone
2015-11-22 13:39:03 -05:00
067ffdf3e5Merge pull request #39 from dimsumlabs/master
Marcos
2015-10-03 21:54:34 -05:00
cf0d777632Merge pull request #38 from hazarkarabay/master
Marcos
2015-10-03 21:53:55 -05:00
72b21a61aeFixed syntax error on line 92
Lionello Lunesu
2015-10-04 00:02:40 +08:00
0ddaa52527init.lua typo
Hazar Karabay
2015-09-16 22:10:49 +03:00
b7f78481a2File extension parsing fix
Hazar Karabay
2015-09-16 22:10:21 +03:00
792c0814a5Merge pull request #31 from pospanet/master
Marcos
2015-09-04 09:52:03 -05:00
031dad0f80Merge pull request #34 from simcop2387/master
Marcos
2015-09-04 09:50:56 -05:00
ef340bc82aImplement support for more arbitrary HTTP methods. Allows GET PUT and POST. With minor changes needed to support others
Ryan Voots
2015-08-31 18:01:06 -07:00
af57939e0dMerge pull request #33 from hazarkarabay/gzip-variant
Marcos
2015-08-29 19:21:43 -05:00
13e2bfbe9cUse gzipped file if exists
Hazar Karabay
2015-08-29 15:30:37 +03:00
bbcce2d64dAP mode support added
Pospa
2015-08-09 15:18:08 +02:00
ad4042f3d6Leave auth disabled by default
Marcos Kirsch
2015-07-20 21:13:11 -05:00
1d3cdaf1a7Merge pull request #29 from borromeotlhs/patch-8
Marcos
2015-07-20 15:42:30 -05:00
7a1a60f383Merge pull request #17 from pastukhov/master
Marcos
2015-04-21 09:14:53 -05:00
243ab35720Add xml mime type
Artem Pastukhov
2015-04-21 09:34:05 +03:00
ead632d131Refactoring - function for sending headers is now in its own file. All errors are sent using coroutine. Some other memory usage improvements
Marcos Kirsch
2015-04-19 23:42:58 -05:00
0cc7a8b7beFix issue 16: gzip example files are too large, replace with much smaller one
Marcos Kirsch
2015-04-19 14:48:29 -05:00
99be566549Improved for easier configuration, better messages, and slightly improved memory handling
Marcos Kirsch
2015-04-18 23:21:01 -05:00
7bd9b266beImproved error handling, although some bugs still persist
Marcos Kirsch
2015-04-18 23:19:08 -05:00
76c2895f04Minimum changes to print formatting
Marcos Kirsch
2015-04-18 23:15:10 -05:00
3125f997f7Changed upload to upload_all which is more clear. You can now use make upload to upload a specific file
Marcos Kirsch
2015-04-18 23:13:04 -05:00
572732fd44Add sample file with a form using method POST
Marcos Kirsch
2015-04-18 23:12:04 -05:00
3390d6f6e9Added note about .gz support
Marcos
2015-04-03 08:27:44 -05:00
2162192d26Merge pull request #14 from pastukhov/master
Marcos
2015-04-03 08:25:59 -05:00