Commit Graph

  • 5159d8b845 Fix #76 Problem uploading multiple files (#104) Luc 2016-11-29 22:12:52 +01:00
  • ea7b76b0ee Fix const correctness of _sourceValid (#100) Sakari Kapanen 2016-11-28 22:00:33 +02:00
  • 9bdf7c42b4 Add Tinkerman (Xose Pérez) projects to README Me No Dev 2016-11-27 17:58:30 +02:00
  • a7c4dfb04f Template container instead of direct pointer manipulation. (#95) Max Lunin 2016-11-27 17:42:09 +02:00
  • 3e6e890808 fix indentation me-no-dev 2016-11-21 17:44:46 +02:00
  • 3cfb65f04d regenerate proper links me-no-dev 2016-11-21 17:41:34 +02:00
  • 5f062c7bc3 remove toc for now me-no-dev 2016-11-21 17:16:31 +02:00
  • 934937bcb4 Update README.md Me No Dev 2016-11-17 02:01:52 +02:00
  • 41c57bcdd1 add size to returned file data me-no-dev 2016-11-13 15:34:58 +02:00
  • 3eb639b027 Reset all handlers. This allowing to use same server few times (#93) Max Lunin 2016-11-17 01:16:58 +02:00
  • 03c61fab43 Update README.md Me No Dev 2016-11-05 12:35:58 +02:00
  • 49d5a24815 fix Digest authentication for IE Me No Dev 2016-10-18 16:30:14 +03:00
  • 0adc36b1f6 fix mistake me-no-dev 2016-09-23 21:56:28 +03:00
  • 1fd73a9262 disable timeout for web sockets and event source me-no-dev 2016-09-23 21:44:52 +03:00
  • a39051a2d5 Add SPIFFSEditor to the library me-no-dev 2016-09-23 15:11:50 +03:00
  • d935b1d740 close the file if left open and add timeout to clients me-no-dev 2016-09-23 13:48:35 +03:00
  • c2de999f03 fix broken uploads me-no-dev 2016-09-03 23:30:14 +03:00
  • b6c9ebd9e6 make headers work with ignoreCase Me No Dev 2016-09-02 13:52:32 +03:00
  • 85cec3e543 Update example with new editor Me No Dev 2016-08-27 17:32:51 +03:00
  • 18478e6520 do not compile SSL if disabled Me No Dev 2016-08-26 02:44:20 +03:00
  • 9ae9976b05 return 304 if file uses cache and size has not changed Me No Dev 2016-08-25 22:29:27 +03:00
  • 1163808495 add some mime types and a commented implementation of etag for cache Me No Dev 2016-08-25 22:15:17 +03:00
  • a14e93dd84 Initial SSL Implementation Me No Dev 2016-08-24 22:32:27 +03:00
  • dab3077f2b pointless Me No Dev 2016-08-23 08:02:04 +03:00
  • 7110758b5a optimizations Me No Dev 2016-08-23 03:10:45 +03:00
  • bfde9bc81a Passing String parameters by const ref. (#71) Sergey Anisimov 2016-08-20 10:48:16 +04:00
  • 47111af967 remove esp31b compilation me-no-dev 2016-08-19 23:12:27 +03:00
  • 907e00ff4e Passing String parameters by const ref. (#69) Me No Dev 2016-08-19 22:22:47 +03:00
  • 7f9bdec0f9 use uint8_t to store WebRequestMethod (#68) Me No Dev 2016-08-19 22:21:08 +03:00
  • 46d41ddcd4 Update for ESP32 RTOS SDK 3.0.0 Me No Dev 2016-08-02 14:28:17 +03:00
  • fbb05a2765 Update README.md Me No Dev 2016-07-31 23:40:31 +03:00
  • 36b7b2c0a5 Update README.md Me No Dev 2016-07-31 23:22:06 +03:00
  • b3db252acb Passing String parameters by const ref. (#57) Sergey Anisimov 2016-07-25 18:07:02 +01:00
  • cc38b8d57c fix some methods and add setCode to all responses Me No Dev 2016-07-22 00:03:08 +03:00
  • 431fbb2d90 fix wrong index searched by the example Me No Dev 2016-07-21 18:14:48 +03:00
  • d61cc2d130 Implement sending content from progmem Me No Dev 2016-07-21 12:25:20 +03:00
  • 7a1fd02cce Add vzero to projects in readme Me No Dev 2016-07-15 09:32:39 +03:00
  • 933ac023cb Optimizations Me No Dev 2016-07-14 00:01:13 +03:00
  • 59e904362b fix some readme typos Me No Dev 2016-07-07 22:45:20 +03:00
  • b8ba1c885b Add EventSource::count() Me No Dev 2016-06-30 11:26:20 +03:00
  • 5137dbe0bf update readme with some EventSource examples Me No Dev 2016-06-29 21:58:01 +03:00
  • 330027a8de close event gracefully so pending messages get sent as well Me No Dev 2016-06-29 21:44:33 +03:00
  • acd03d5071 syntax error Me No Dev 2016-06-29 21:26:41 +03:00
  • 8399f0bcb9 add collection of LastEventId header Me No Dev 2016-06-29 21:21:10 +03:00
  • a5674fab69 fix onConnect not being called if there are no clients Me No Dev 2016-06-29 20:50:00 +03:00
  • 0d02922e52 Add onConnect callback to EventSources Me No Dev 2016-06-29 19:29:39 +03:00
  • 49b6046125 Add Digest Web Authentication and make it default Me No Dev 2016-06-29 16:20:03 +03:00
  • cdd1ced67a Add EventSource plugin Me No Dev 2016-06-28 21:51:48 +03:00
  • dce6d35ad4 close the web socket instead of aborting it Me No Dev 2016-06-28 13:35:32 +03:00
  • 082e6e7039 disable some functions on ESP31B Me No Dev 2016-06-28 01:45:43 +03:00
  • b02d4a03a7 allow last modified to be also set to time_t or current time Me No Dev 2016-06-28 01:39:35 +03:00
  • e3e7a5e91e add option to set last modified from struct tm Me No Dev 2016-06-27 20:08:09 +03:00
  • f8141fcd0e fix warning about setting String to NULL Me No Dev 2016-06-26 16:21:44 +03:00
  • e5a6999582 add request->redirect(url) Me No Dev 2016-06-26 16:20:21 +03:00
  • b5ba7f542c syntax error in readme Me No Dev 2016-06-25 23:05:16 +03:00
  • afb7dd688a New - rewrite, filters and last-modified (#47) Hagai Shatz 2016-06-25 20:04:06 +01:00
  • 11b7bd1d3a Fix bug in AsyncStaticWebHandler (#37) Hagai Shatz 2016-06-18 17:43:52 +01:00
  • e46d4d7418 fix broken send of gzipped files Me No Dev 2016-06-18 01:28:36 +03:00
  • 89b19e8cde Bug fix (#45) Hagai Shatz 2016-06-17 22:32:09 +01:00
  • b63a86eba8 Performance (#44) Hagai Shatz 2016-06-17 15:42:47 +01:00
  • 5bbc732028 remove Access-Control-Allow-Origin Me No Dev 2016-06-17 17:41:06 +03:00
  • 78fc89d462 filename quote changed from ' to " (#43) Clemens Kirchgatterer 2016-06-17 16:34:38 +02:00
  • dc5b7f708a provide original name so proper content type is set for gzipped content Me No Dev 2016-06-17 02:23:18 +03:00
  • d8809137a3 fix typos Me No Dev 2016-06-17 01:53:21 +03:00
  • 3709dd5e14 add ability to send File objects directly Me No Dev 2016-06-17 01:43:59 +03:00
  • 16a6016759 fix missed rename Me No Dev 2016-06-16 23:27:01 +03:00
  • 798fcc3c05 rename to _tempObject and give type void * so it can be used for any object/array Me No Dev 2016-06-16 23:24:09 +03:00
  • 41228cb246 add uint8_t * request->_tempBuffer to be used for storing body data or other request specific stuff Me No Dev 2016-06-16 23:09:58 +03:00
  • 5ee66e1842 send just the filename in Content-Disposition Me No Dev 2016-06-16 22:13:02 +03:00
  • a52873b451 Fix path problems in static handler and improve performance. (#41) Hagai Shatz 2016-06-16 10:52:11 +01:00
  • f384cd1f76 fix for file download/rendering response (#40) Clemens Kirchgatterer 2016-06-15 17:21:16 +02:00
  • ba45a834e9 This handler will serve a 302 response to a client request for a SP… (#36) sticilface 2016-06-10 08:46:12 +01:00
  • bda2cd637a add WebSocket auto-ping option and fix pcb not being released properly on disconnect Me No Dev 2016-05-28 03:50:38 +03:00
  • 26b2e2532b Added doc for ws.enable and ws.enabled (#33) Charles 2016-05-25 20:13:26 +02:00
  • 2b501e74a7 add method to disable new connections to a WebSocket instance Me No Dev 2016-05-25 19:48:04 +03:00
  • 8171edd7e1 attempt fix on some edge cases Me No Dev 2016-05-20 00:55:19 +03:00
  • b64691d4f7 Add known libs and projects that use async web server Me No Dev 2016-05-16 12:25:55 +03:00
  • f5a68e3ff4 fix some readme typos Me No Dev 2016-05-15 03:49:38 +03:00
  • 8917b98332 update readme a bit Me No Dev 2016-05-15 03:42:27 +03:00
  • 29b3f72e80 Added printf_P method (#31) Charles 2016-05-15 02:00:33 +02:00
  • 937d442fce urlDecode the GET path Me No Dev 2016-05-13 00:41:21 +03:00
  • 7cb06b1bb1 fix typo Me No Dev 2016-05-13 00:19:50 +03:00
  • ffa893f770 Atempt at fixing large uploads Me No Dev 2016-05-13 00:01:42 +03:00
  • 1d275900eb Prevent Buffer Overflow and Added FlashStringHelper for text and binary (#26) Charles 2016-05-12 14:17:35 +02:00
  • 95a14dbdf2 oops, not familiar with this Me No Dev 2016-05-10 11:47:22 +03:00
  • c22033258b add platformio support Me No Dev 2016-05-10 11:40:18 +03:00
  • 00f40c0608 Merge pull request #25 from hallard/master Me No Dev 2016-05-06 18:04:40 +03:00
  • b1492fc213 avoid client ID being 0 Charles 2016-05-06 16:54:15 +02:00
  • 8dfd328627 quiet debug and add access to the AsyncClient and it's IP/Port Me No Dev 2016-05-03 04:49:51 +03:00
  • 060183974c return json object by default Me No Dev 2016-05-03 03:59:49 +03:00
  • d74a84455f AsyncJson: add option to init with root as json array Me No Dev 2016-05-02 19:54:37 +03:00
  • 7100994fc9 Create gh-pages branch via GitHub gh-pages Me No Dev 2016-04-25 13:49:08 +03:00
  • 59732a09bd add proper credits Me No Dev 2016-04-23 17:20:51 +03:00
  • 3c3f38e6f6 fix printf eating the last charecter Me No Dev 2016-04-23 16:11:57 +03:00
  • 9d9c2b7bf4 add WebSocket info to readme Me No Dev 2016-04-23 15:47:27 +03:00
  • a0d975c157 fix travis build Me No Dev 2016-04-23 15:19:56 +03:00
  • 8d67809acf Add AsyncWebSocket plugin Me No Dev 2016-04-23 15:11:32 +03:00
  • d65e4bd4e5 collect all headers for the default handler Me No Dev 2016-04-20 22:26:19 +03:00
  • c45b4002e5 fix leaked response if source is invalid Me No Dev 2016-04-11 21:42:37 +03:00
  • b1e1450bfb stability improvements for low memory Me No Dev 2016-04-08 17:43:16 +03:00