Historia zmian

Autor SHA1 Wiadomość Data
  Gregor 9b33c564db use httpserver-header.lua in httpserver-error.lua implementation 7 lat temu
  Marcos 90cb4e47aa Merge pull request #79 from stephanMettler/master 7 lat temu
  smet 79313b0644 Update httpserver.lua 7 lat temu
  Marcos Kirsch 2dea3c9daa Restart if can't connect or connection is lost 7 lat temu
  Marcos Kirsch 6ab6fcfff1 Modify for more standard hardware Wemos D1 Pro and its relay shield. 7 lat temu
  Marcos Kirsch cc2173e334 Improve wording, ordering of links 7 lat temu
  Marcos Kirsch 2e25a63807 Improved logging via serial. 7 lat temu
  Marcos Kirsch 6efa4ce3c0 Add simple text example 7 lat temu
  Marcos Kirsch 87e1a4babc upload.html fixes 7 lat temu
  Marcos d27251c698 Merge pull request #76 from marcoskirsch/dev 7 lat temu
  Marcos 189e4a5c56 Merge pull request #75 from marcoskirsch/master 7 lat temu
  Marcos 1a5f7507be Merge branch 'dev' into master 7 lat temu
  Marcos dbeaf452bd Merge pull request #74 from ATAMAH/dev 7 lat temu
  ATAMAH bc3ffffa0c Upload form for nodemcu-httpserver 7 lat temu
  Marcos Kirsch 76750ab99a Fixed formatting, and added more info on how this stress test crashes and hints on further testing. 7 lat temu
  Marcos Kirsch c59af98e19 Change reference to number of images loaded by cars.html more ambiguous, in case that ever changes rendering this incorrect. 7 lat temu
  Marcos Kirsch dba1ca7968 Fix - make fileHandle and clean it up, so it plays nice with coroutines. 7 lat temu
  Marcos Kirsch 45edb29368 Fix crash when WiFi connection fails. 7 lat temu
  Marcos Kirsch 2165484413 Add file.fscfg() results to example. 7 lat temu
  Marcos Kirsch 2034480679 Simplify by using file object model API 7 lat temu
  Marcos Kirsch 7aa44cd1a9 Improve documentation related to HTTP Basic Authentication. 7 lat temu
  Marcos Kirsch 79e345d964 Allow multiple users for basic HTTP authentication. 7 lat temu
  Marcos Kirsch 10bcd2f170 Modified to work on floating point firmware builds using changes by hazarkarabay. Fixes https://github.com/marcoskirsch/nodemcu-httpserver/issues/37 7 lat temu
  Marcos Kirsch 2167d7290f Changed wifi config to STATION, which I think would be most common. Reworked starting the server until after IP address is acquired. Added mdns conditonal mdns registration (thank you firmware people\!) 7 lat temu
  Marcos Kirsch 472af17b18 Merge branch 'master' of https://github.com/marcoskirsch/nodemcu-httpserver 7 lat temu
  Marcos Kirsch 856ef7a590 There was a typo (entra n) when sending 'Cache-Control: private, no-store' in the header. I removed the whole thing because why not let browser cache? 7 lat temu
  Marcos Kirsch badbf6e2b9 This is really annoying... normalize line endings to Unix (LF). Please use Unix line endings so things diff right with git. 7 lat temu
  Marcos Kirsch f060295ef7 Remove print about server running from server code itself. Client can choose to do the prints from init.lua if client wants to, This seems more appropritate. 7 lat temu
  Marcos Kirsch 8b46df0f75 Chage baud rate to 115200 which seems to be the defualt for newer nodemcu-firmware builds/ 7 lat temu
  Marcos d74b26be7d Merge pull request #69 from ffedoroff/patch-1 7 lat temu