Commit Graph

47 Commits

Author SHA1 Message Date
Thorsten von Eicken
65ba42d5ee fix MQTT start-up 2016-10-01 11:21:53 -07:00
cskarai
983fd549c1 Use multiple upload instead of espfs image 2016-10-01 11:18:08 -07:00
cskarai
c7ccfa33a0 Refactored multipart class 2016-09-22 20:46:34 -07:00
cskarai
22664fa55f Refactored: httpd handling 2016-09-22 20:46:34 -07:00
cskarai
bee5929751 Fixed: decode URL before searching file 2016-09-22 20:46:34 -07:00
Karai Csaba
d2d89505e9 Implemented: JSON response from MCU 2016-09-22 20:46:34 -07:00
Karai Csaba
979510681b Refactored: use different cgi for JSON 2016-09-22 20:46:34 -07:00
Karai Csaba
21fbbf6a8a Skeleton for JSON queries 2016-09-22 20:46:34 -07:00
Karai Csaba
8414a87981 Use iterators in espfs 2016-09-22 20:46:34 -07:00
Karai Csaba
1ef8f5be2c Web server shows user pages 2016-09-22 20:46:34 -07:00
Karai Csaba
754dba2a31 Flash file upload 2016-09-22 20:46:34 -07:00
Karai Csaba
29b691757e handle invalid upload 2016-09-22 20:46:34 -07:00
Karai Csaba
40e7fba786 Multipart upload implementation 2016-09-22 20:46:34 -07:00
Karai Csaba
a85244d6fb Refactored espfs to handle Flash source 2016-09-22 20:44:59 -07:00
Thorsten von Eicken
38f5376196 Pull in contributions from #121 2016-06-18 19:41:45 -07:00
Thorsten von Eicken
56e76c6bc4 Revert "TvEmaster"
This reverts commit f577c140df.
2016-04-03 10:15:31 -07:00
susisstrolch
e3e19ffa38 TvEmaster
Syslog and debug printing fixes
2016-04-03 10:11:34 -07:00
Benjamin Runnels
e39ee808c9 DOH! missing semicolon 2015-12-01 15:26:11 -06:00
Benjamin Runnels
b8567ad2ef Updated DBG macros as suggested by susisstrolch 2015-12-01 15:20:20 -06:00
Benjamin Runnels
ed9b11186c MQTT define bugfix
Possilbe mDNS bugfix
Switched to DBG method instead of multiple ifdef in httpd
2015-11-22 11:52:38 -06:00
Thorsten von Eicken
413ff5bcf1 disable httpd debug log again 2015-11-10 23:49:19 -08:00
Thorsten von Eicken
86d6638e53 add system name & description to home page 2015-11-10 23:47:26 -08:00
Thorsten von Eicken
adb0706349 added built-in AVR/optiboot programmer 2015-11-09 17:21:13 -08:00
Thorsten von Eicken
d9b2a0466b improve & reduce the http logging 2015-09-20 18:40:11 -07:00
Thorsten von Eicken
f5b4177b8c shorten http logging a bit 2015-09-20 10:39:28 -07:00
Benjamin Runnels
b7dd0b180f lots of ifdef 2015-09-11 15:56:51 -05:00
Thorsten von Eicken
c1ed3695a9 server-side handling of MQTT web page 2015-09-08 23:24:49 -07:00
Thorsten von Eicken
9e4cbb0dbd massive rework of MQTT 2015-09-07 19:53:23 -07:00
Benjamin Runnels
248f2f3f47 mergeing mqtt into master 2015-08-29 16:13:52 -05:00
Thorsten von Eicken
2fbd9953d5 TCP client support; Grovestreams RSSI submission support 2015-08-01 13:56:13 -07:00
Thorsten von Eicken
bb71b1f07e fix memory leak 2015-06-27 01:05:27 -07:00
Thorsten von Eicken
d679340035 added no-cache headers; shrunk favicon; minimal support for static ip & hostname 2015-06-22 23:27:47 -07:00
Thorsten von Eicken
228a3ff0f0 fix crash due to weird espconn switcharoo 2015-06-19 23:35:23 -07:00
Thorsten von Eicken
806c762be1 license update 2015-06-19 13:07:41 -07:00
Thorsten von Eicken
d29fa0423f finished UI refactoring to ajax 2015-06-14 01:22:16 -07:00
Thorsten von Eicken
ccd91bd150 switch all pages to ajax; wifi not complete 2015-06-12 00:45:54 -07:00
Thorsten von Eicken
88dc16737b reduce memory consumption 2015-06-04 23:45:03 -07:00
Thorsten von Eicken
c7c1d510ef fix memory leak; increase send buffer 2015-06-04 22:25:27 -07:00
Thorsten von Eicken
8bb8e1124b added uController console; misc improvements 2015-05-25 19:37:27 -07:00
Thorsten von Eicken
f3fe029705 wifi improvements 2015-05-18 23:57:28 -07:00
Jeroen Domburg
9847755cf4 Fixed small memory leak in the template routine. Thanks to Grooves for noticing. 2015-04-20 09:44:18 +02:00
Jindra Dolezy
b4d530e528 Added Connection: close header (although not required by http/1.0 spec, it might work better for bad clients) 2015-04-12 14:24:29 +02:00
Jindra Dolezy
2ec0e15427 Better handling of gzip compressed files 2015-04-12 01:13:47 +02:00
Jindra Dolezy
a9f8d90d83 Returning correct server version in 404 responses 2015-04-11 12:00:27 +02:00
Jindra Dolezy
d419bdb4f7 Using one header file for esp8266 stuff 2015-04-11 00:35:55 +02:00
Jindra Dolezy
a1b8b82816 Added include guards and removed unused includes 2015-04-11 00:35:55 +02:00
Jindra Dolezy
546056695c Moved httpd files to separate dir 2015-04-11 00:35:54 +02:00