Commit History

Autor SHA1 Mensaxe Data
  Marcos Kirsch 2e25a63807 Improved logging via serial. %!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 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 11ae46c96b Improved print to show what the method is for a specific URI %!s(int64=8) %!d(string=hai) anos
  Marcos Kirsch e7db3dce7d Moved BufferedConnection into its own file. %!s(int64=8) %!d(string=hai) anos
  Marcos Kirsch 59e0218a72 Fix https://github.com/marcoskirsch/nodemcu-httpserver/issues/36 %!s(int64=8) %!d(string=hai) anos
  Marcos Kirsch 2f2fb26782 Several fixes and code cleanup. Gzipped files now work. Indentation cleaned up, Other small fixes: %!s(int64=8) %!d(string=hai) anos
  Anton Andersen 1ddd47eaf9 Fix a memory leak when the connection is dropped by the client side %!s(int64=8) %!d(string=hai) anos
  Philip Gladstone f852959fa5 Handle the null write case %!s(int64=8) %!d(string=hai) anos
  Philip Gladstone 8a195cb798 Reduce memory requirements a bit and fix weird issue in node_info.lua %!s(int64=8) %!d(string=hai) anos
  Philip Gladstone b4a2d02431 Fix the problem with the more modern SDK only allowing one outstanding %!s(int64=8) %!d(string=hai) anos
  Hazar Karabay b7f78481a2 File extension parsing fix %!s(int64=8) %!d(string=hai) anos
  Ryan Voots ef340bc82a Implement support for more arbitrary HTTP methods. Allows GET PUT and POST. With minor changes needed to support others %!s(int64=8) %!d(string=hai) anos
  Hazar Karabay 13e2bfbe9c Use gzipped file if exists %!s(int64=8) %!d(string=hai) anos
  Marcos e61f3c7556 Merge pull request #27 from samdieck/master %!s(int64=8) %!d(string=hai) anos
  Marcos Kirsch ba44745194 remove trailing whitespace %!s(int64=8) %!d(string=hai) anos
  Samuel A. Dieck be63ee0093 Added basic auth. Added static settings file %!s(int64=8) %!d(string=hai) anos
  TJ Borromeo 925af34b1a De-duplicate wifi.sta.getip() call %!s(int64=9) %!d(string=hai) anos
  Marcos Kirsch ead632d131 Refactoring - function for sending headers is now in its own file. All errors are sent using coroutine. Some other memory usage improvements %!s(int64=9) %!d(string=hai) anos
  Marcos Kirsch 7bd9b266be Improved error handling, although some bugs still persist %!s(int64=9) %!d(string=hai) anos
  Artem Pastukhov 92a44592d5 Fix end of line %!s(int64=9) %!d(string=hai) anos
  Artem Pastukhov 0120924403 Fix some typos %!s(int64=9) %!d(string=hai) anos
  Marcos Kirsch 75ed944678 Refactored server to move request parsing into a separate file. This allows the server to be used in firmware builds with floating point enabled. %!s(int64=9) %!d(string=hai) anos
  Marcos Kirsch 84f7a06aa1 No longer crashes when request is HTTP 1.0 %!s(int64=9) %!d(string=hai) anos
  Marcos Kirsch a43fc20230 Remove debug traces, handle long filenames %!s(int64=9) %!d(string=hai) anos
  Marcos Kirsch d5fcc71c23 Move function definition to inside the socket listen argument list. This is harder to follow, but allows the coroutine to be unique since it is now part of the closure. Multiple files can be served simultaneously this way. %!s(int64=9) %!d(string=hai) anos
  Marcos Kirsch 77920f4a94 Big refactoring: server now uses a separate thread that yields and then resumes on 'sent'. This allows us to serve large files. Moved serving of error pages and serving of static files into separate scripts httpserver-error.lua and httpserver-static.lua %!s(int64=9) %!d(string=hai) anos
  Marcos Kirsch d73bd73211 Added back improved version of validateMethod %!s(int64=9) %!d(string=hai) anos
  Marcos Kirsch c0d6218397 Support for Lua scripts %!s(int64=9) %!d(string=hai) anos
  Marcos Kirsch 51bfb3a8cc Minor cleanup %!s(int64=9) %!d(string=hai) anos