Historique des commits

Auteur SHA1 Message Date
  Marcos Kirsch 8e3fb81062 Remove TODO for BufferedConnection, decided to go keep the buffering after getting feedback il y a 8 ans
  Marcos 9bd12123b0 Merge pull request #54 from devyte/master il y a 8 ans
  Marcos c37560ad5f Merge pull request #55 from marcelstoer/patch-1 il y a 8 ans
  Marcel Stör 1ed7243056 Fix NodeMCU docs link il y a 8 ans
  Develo 3dd98667dd httpserver-connection: implement fragmentation logic il y a 8 ans
  Marcos Kirsch 1b4a2c9d9a Concatenate .. less in lua since BufferedConnection will do it for us anyway: il y a 8 ans
  Marcos Kirsch 11ae46c96b Improved print to show what the method is for a specific URI il y a 8 ans
  Marcos Kirsch 86b00f922c Added example that loads several images as a stress test. This does not currently work. il y a 8 ans
  Marcos Kirsch 2ed2e6f636 Add TODO.md file to keep track of things that aren't necessarily issues il y a 8 ans
  Marcos Kirsch a75f74efb5 Improve documentation il y a 8 ans
  Marcos Kirsch e7db3dce7d Moved BufferedConnection into its own file. il y a 8 ans
  Marcos Kirsch 3357919f44 typo il y a 8 ans
  Marcos Kirsch e255d7f6b1 Add Terry Ellison quote il y a 8 ans
  Marcos Kirsch 59e0218a72 Fix https://github.com/marcoskirsch/nodemcu-httpserver/issues/36 il y a 8 ans
  Marcos Kirsch 4776545a41 added Contributing section il y a 8 ans
  Marcos Kirsch d71b079932 clean up, but example does not work at this time il y a 8 ans
  Marcos Kirsch 2f2fb26782 Several fixes and code cleanup. Gzipped files now work. Indentation cleaned up, Other small fixes: il y a 8 ans
  Marcos Kirsch 11dde7075b Added a second link to zipped file, with gz extension il y a 8 ans
  Marcos Kirsch 5ccc69dc73 Updated examples to remove yields, pass req param. Integration woes. il y a 8 ans
  Marcos Kirsch d31b2d2c89 No need to yield. Conditionally show form. Updated title. il y a 8 ans
  Marcos Kirsch 066b602444 Updated README with new instructions il y a 8 ans
  Marcos Kirsch fbc6506faa Merged with main repository il y a 8 ans
  Marcos Kirsch 64f07cb38d Change NodeMCU firmware link to point to github project. il y a 8 ans
  Marcos Kirsch 4d4442318d Fix 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. il y a 8 ans
  Marcos Kirsch 4ff7b2b78d Trivial placeholder print statement, useful for debugging. il y a 8 ans
  Marcos Kirsch 1b14a516aa Fix 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. il y a 8 ans
  Marcos Kirsch 37e58389c6 Trivial improvement to print message il y a 8 ans
  Marcos Kirsch 0e4b515514 Default to join an existing WiFi network, more common at least for my own testing il y a 8 ans
  Marcos Kirsch 33b94ec5d5 Modified Makefile so that the nodemcu-uploader script no longer needs to be executable il y a 8 ans
  Marcos c218c4f5a8 Merge pull request #50 from TriAnMan/fix-memory-leak il y a 8 ans