Commit History

Autor SHA1 Mensaxe Data
  Marcos Kirsch 2165484413 Add file.fscfg() results to example. %!s(int64=7) %!d(string=hai) anos
  Marcos Kirsch 2034480679 Simplify by using file object model API %!s(int64=7) %!d(string=hai) anos
  Marcos Kirsch 7aa44cd1a9 Improve documentation related to HTTP Basic Authentication. %!s(int64=7) %!d(string=hai) anos
  Marcos Kirsch 79e345d964 Allow multiple users for basic HTTP authentication. %!s(int64=7) %!d(string=hai) anos
  Marcos Kirsch 10bcd2f170 Modified to work on floating point firmware builds using changes by hazarkarabay. Fixes https://github.com/marcoskirsch/nodemcu-httpserver/issues/37 %!s(int64=7) %!d(string=hai) anos
  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\!) %!s(int64=7) %!d(string=hai) anos
  Marcos Kirsch 472af17b18 Merge branch 'master' of https://github.com/marcoskirsch/nodemcu-httpserver %!s(int64=7) %!d(string=hai) anos
  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? %!s(int64=7) %!d(string=hai) anos
  Marcos Kirsch badbf6e2b9 This is really annoying... normalize line endings to Unix (LF). Please use Unix line endings so things diff right with git. %!s(int64=7) %!d(string=hai) anos
  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. %!s(int64=7) %!d(string=hai) anos
  Marcos Kirsch 8b46df0f75 Chage baud rate to 115200 which seems to be the defualt for newer nodemcu-firmware builds/ %!s(int64=7) %!d(string=hai) anos
  Marcos d74b26be7d Merge pull request #69 from ffedoroff/patch-1 %!s(int64=7) %!d(string=hai) anos
  Marcos 241de797b0 Merge pull request #70 from computerlyrik/uploader-configuration %!s(int64=7) %!d(string=hai) anos
  Marcos Kirsch 1cc0d120f0 Add private to Cache-Control %!s(int64=7) %!d(string=hai) anos
  Christian Fischer ea74a6de7d modularize nodemcu-command, add start_baud parameter %!s(int64=7) %!d(string=hai) anos
  ffedoroff 73fbf92986 line shorter %!s(int64=7) %!d(string=hai) anos
  Marcos Kirsch b84739dc1b Minor documentation, variable renaming, refactoring to increase readability. Basically, I want the socket callbacks to receive a pointer to a function names onWhatever and I don't want other functions to have such names. %!s(int64=8) %!d(string=hai) anos
  Marcos Kirsch bf7f918d28 Added comments, chunk sized cannot be presently increased. %!s(int64=8) %!d(string=hai) anos
  Marcos Kirsch f9d94d9aa2 Fixed typo in HTML and reduced file size of image. %!s(int64=8) %!d(string=hai) anos
  Marcos Kirsch 8e3fb81062 Remove TODO for BufferedConnection, decided to go keep the buffering after getting feedback %!s(int64=8) %!d(string=hai) anos
  Marcos 9bd12123b0 Merge pull request #54 from devyte/master %!s(int64=8) %!d(string=hai) anos
  Marcos c37560ad5f Merge pull request #55 from marcelstoer/patch-1 %!s(int64=8) %!d(string=hai) anos
  Marcel Stör 1ed7243056 Fix NodeMCU docs link %!s(int64=8) %!d(string=hai) anos
  Develo 3dd98667dd httpserver-connection: implement fragmentation logic %!s(int64=8) %!d(string=hai) anos
  Marcos Kirsch 1b4a2c9d9a Concatenate .. less in lua since BufferedConnection will do it for us anyway: %!s(int64=8) %!d(string=hai) anos
  Marcos Kirsch 11ae46c96b Improved print to show what the method is for a specific URI %!s(int64=8) %!d(string=hai) anos
  Marcos Kirsch 86b00f922c Added example that loads several images as a stress test. This does not currently work. %!s(int64=8) %!d(string=hai) anos
  Marcos Kirsch 2ed2e6f636 Add TODO.md file to keep track of things that aren't necessarily issues %!s(int64=8) %!d(string=hai) anos
  Marcos Kirsch a75f74efb5 Improve documentation %!s(int64=8) %!d(string=hai) anos
  Marcos Kirsch e7db3dce7d Moved BufferedConnection into its own file. %!s(int64=8) %!d(string=hai) anos