Commit Graph

  • d8809137a3 fix typos Me No Dev 2016-06-17 01:53:21 +0300
  • 3709dd5e14 add ability to send File objects directly Me No Dev 2016-06-17 01:43:59 +0300
  • 16a6016759 fix missed rename Me No Dev 2016-06-16 23:27:01 +0300
  • 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 +0300
  • 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 +0300
  • 5ee66e1842 send just the filename in Content-Disposition Me No Dev 2016-06-16 22:13:02 +0300
  • a52873b451 Fix path problems in static handler and improve performance. (#41) Hagai Shatz 2016-06-16 10:52:11 +0100
  • f384cd1f76 fix for file download/rendering response (#40) Clemens Kirchgatterer 2016-06-15 17:21:16 +0200
  • ba45a834e9 This handler will serve a 302 response to a client request for a SP… (#36) sticilface 2016-06-10 08:46:12 +0100
  • bda2cd637a add WebSocket auto-ping option and fix pcb not being released properly on disconnect Me No Dev 2016-05-28 03:50:38 +0300
  • 26b2e2532b Added doc for ws.enable and ws.enabled (#33) Charles 2016-05-25 20:13:26 +0200
  • 2b501e74a7 add method to disable new connections to a WebSocket instance Me No Dev 2016-05-25 19:48:04 +0300
  • 8171edd7e1 attempt fix on some edge cases Me No Dev 2016-05-20 00:55:19 +0300
  • b64691d4f7 Add known libs and projects that use async web server Me No Dev 2016-05-16 12:25:55 +0300
  • f5a68e3ff4 fix some readme typos Me No Dev 2016-05-15 03:49:38 +0300
  • 8917b98332 update readme a bit Me No Dev 2016-05-15 03:42:27 +0300
  • 29b3f72e80 Added printf_P method (#31) Charles 2016-05-15 02:00:33 +0200
  • 937d442fce urlDecode the GET path Me No Dev 2016-05-13 00:41:21 +0300
  • 7cb06b1bb1 fix typo Me No Dev 2016-05-13 00:19:50 +0300
  • ffa893f770 Atempt at fixing large uploads Me No Dev 2016-05-13 00:01:42 +0300
  • 1d275900eb Prevent Buffer Overflow and Added FlashStringHelper for text and binary (#26) Charles 2016-05-12 14:17:35 +0200
  • 95a14dbdf2 oops, not familiar with this Me No Dev 2016-05-10 11:47:22 +0300
  • c22033258b add platformio support Me No Dev 2016-05-10 11:40:18 +0300
  • 00f40c0608 Merge pull request #25 from hallard/master Me No Dev 2016-05-06 18:04:40 +0300
  • b1492fc213 avoid client ID being 0 Charles 2016-05-06 16:54:15 +0200
  • 8dfd328627 quiet debug and add access to the AsyncClient and it's IP/Port Me No Dev 2016-05-03 04:49:51 +0300
  • 060183974c return json object by default Me No Dev 2016-05-03 03:59:49 +0300
  • d74a84455f AsyncJson: add option to init with root as json array Me No Dev 2016-05-02 19:54:37 +0300
  • 7100994fc9 Create gh-pages branch via GitHub gh-pages Me No Dev 2016-04-25 13:49:08 +0300
  • 59732a09bd add proper credits Me No Dev 2016-04-23 17:20:51 +0300
  • 3c3f38e6f6 fix printf eating the last charecter Me No Dev 2016-04-23 16:11:57 +0300
  • 9d9c2b7bf4 add WebSocket info to readme Me No Dev 2016-04-23 15:47:27 +0300
  • a0d975c157 fix travis build Me No Dev 2016-04-23 15:19:56 +0300
  • 8d67809acf Add AsyncWebSocket plugin Me No Dev 2016-04-23 15:11:32 +0300
  • d65e4bd4e5 collect all headers for the default handler Me No Dev 2016-04-20 22:26:19 +0300
  • c45b4002e5 fix leaked response if source is invalid Me No Dev 2016-04-11 21:42:37 +0300
  • b1e1450bfb stability improvements for low memory Me No Dev 2016-04-08 17:43:16 +0300
  • ced8ac1c4c Send as much as possible from the response with the headers Me No Dev 2016-04-08 14:55:41 +0300
  • c0fd47bbf9 Merge pull request #18 from andig/fix-lowmem Me No Dev 2016-04-07 13:41:44 +0300
  • 9a291c876c Gracefully handle out of memory andig 2016-04-06 18:49:32 +0200
  • 61d6de91a6 Update README.md Me No Dev 2016-04-07 12:23:51 +0300
  • e871a222fc clean onError Me No Dev 2016-04-05 11:22:20 +0300
  • 7e22511258 Merge pull request #17 from Hopperpop/master Me No Dev 2016-03-19 00:20:38 +0200
  • 046716556e Fix buffer overflow in authenticate. Hopperpop 2016-03-18 22:34:18 +0100
  • 024add39d3 more readme changes Me No Dev 2016-02-09 03:21:48 +0200
  • 2ad9a2d2b5 missed mistakes in README Me No Dev 2016-02-09 03:06:39 +0200
  • c05f719f32 fix whatever went wrong the previous time Me No Dev 2016-02-09 02:56:01 +0200
  • 3bc54a8071 Revert "Merge pull request #13 from me-no-dev/improved-parsing" Me No Dev 2016-02-09 02:32:14 +0200
  • c95ac73753 Merge pull request #13 from me-no-dev/improved-parsing Me No Dev 2016-02-09 01:55:09 +0200
  • c80722cf2f remove blank line Me No Dev 2016-02-09 01:54:25 +0200
  • 9296fb1b1e get the toolchain from the repo Me No Dev 2016-02-09 01:51:36 +0200
  • 40d5d4415e Rearrange and rename files and add index to chunked responses Me No Dev 2016-02-09 01:47:03 +0200
  • 97c938803c add gitter web hook and hopefully fix the build for ESP31B Me No Dev 2016-02-01 20:16:32 +0200
  • 260e55c0bb esp31b keeps failing Me No Dev 2016-02-01 20:09:43 +0200
  • 9161dc9a6e travis again Me No Dev 2016-02-01 20:03:16 +0200
  • 000aa908ca Travis: missed to rename the folder Me No Dev 2016-02-01 19:59:11 +0200
  • d589ce35f8 travis can not find the linux toolchain Me No Dev 2016-02-01 19:57:35 +0200
  • ce901540d5 typo and reorganization Me No Dev 2016-02-01 19:51:37 +0200
  • a3854d40e9 Try to make travis build for ESP31B as well Me No Dev 2016-02-01 19:44:40 +0200
  • 624f69d083 better way of filtering platform Me No Dev 2016-02-01 19:27:08 +0200
  • c6decb73a3 Add travis build status Me No Dev 2016-02-01 18:39:46 +0200
  • fd7855dd82 rookie typo Me No Dev 2016-02-01 18:33:36 +0200
  • 566f9de92b travis is not detecting the libraries required to build the sketch Me No Dev 2016-02-01 18:31:12 +0200
  • ab1badfb61 make both examples compile under travis Me No Dev 2016-02-01 18:11:09 +0200
  • 50048babc2 some things would not have worked Me No Dev 2016-02-01 18:07:24 +0200
  • 2b5d77bbef give travis a go Me No Dev 2016-02-01 18:00:53 +0200
  • 09a3b9d3e8 readme add more Json stuff Me No Dev 2016-02-01 03:30:11 +0200
  • f8deeee5bc Make response stream to not require content length Me No Dev 2016-02-01 03:03:59 +0200
  • d295256694 readme: fix buffers, add links Me No Dev 2016-02-01 02:09:49 +0200
  • a2ac3c9102 update readme style and add some bad techniques Me No Dev 2016-02-01 01:54:52 +0200
  • 729b9c223e Make ResponseStream resize when needed and actually work Me No Dev 2016-02-01 01:42:45 +0200
  • b84fc1c976 fix chunked output Me No Dev 2016-02-01 01:08:33 +0200
  • 085c280e6a readme edit: add missing request reference Me No Dev 2016-02-01 00:24:51 +0200
  • c3a6cc8f1d add the callbacks so it will compile copy/pasted Me No Dev 2016-01-31 19:09:59 +0200
  • ca9bcee8fa Add server setup to readme Me No Dev 2016-01-31 18:53:15 +0200
  • 9e79985575 ReadMe update Me No Dev 2016-01-31 17:15:23 +0200
  • 3bce374c16 the destructor was not defined Me No Dev 2016-01-28 20:57:22 +0200
  • fc2998604e Merge pull request #11 from sticilface/fix-serveStatic Me No Dev 2016-01-28 20:50:49 +0200
  • fe49272cae Oops Andrew Melvin 2016-01-28 20:47:55 +0200
  • 45b74f0cb6 fix return in skip make setLength void make destructor virtual Andrew Melvin 2016-01-28 20:31:56 +0200
  • d9234dbc9c rename to AsyncJson.h from ESPasyncJson.h Andrew Melvin 2016-01-28 18:49:55 +0200
  • cacf3b0c49 Add header to extend server for arduinojson Andrew Melvin 2016-01-28 18:34:27 +0200
  • 61b3d5e635 Merge pull request #10 from sticilface/fix-serveStatic Me No Dev 2016-01-28 01:38:08 +0200
  • 09ed9271a2 Check if file exists before returning canHandle true for serveStatic Andrew Melvin 2016-01-28 00:06:08 +0200
  • c6b2fa0ad4 fix serving url with no trailing / Andrew Melvin 2016-01-27 23:42:16 +0200
  • a4b4799dd7 Merge pull request #9 from sticilface/fix-serveStatic Me No Dev 2016-01-27 22:55:25 +0200
  • 9c5d0edf76 Add DEBUGF Andrew Melvin 2016-01-27 22:16:21 +0200
  • 1ffa6fb8e9 Merge branch 'master' into fix-serveStatic Andrew Melvin 2016-01-27 22:01:05 +0200
  • d67ca5cbda fix serveStatic to map paths correctly Andrew Melvin 2016-01-27 21:59:27 +0200
  • 3cdefde295 add chunked to simple sends Me No Dev 2016-01-27 19:55:32 +0200
  • 31a699a46f Merge pull request #8 from gitter-badger/gitter-badge Me No Dev 2016-01-27 19:53:14 +0200
  • 8e5e815aa2 Add Gitter badge The Gitter Badger 2016-01-27 17:50:26 +0000
  • 9296156ab5 Add HTTP/1.1 chunked response and allow stream and callback responses to not have content length Me No Dev 2016-01-27 18:46:49 +0200
  • 4a5f64de03 add link to the TCP library and warning Me No Dev 2016-01-27 16:29:41 +0200
  • 36b64df702 change to support new cbuf api Me No Dev 2016-01-27 16:17:34 +0200
  • 8fed4c42f3 return if called from interrupt Me No Dev 2016-01-26 17:52:49 +0200
  • 154ac0060f oops again Me No Dev 2016-01-23 19:08:28 +0200
  • 3c658dcae8 fix where file will not be served if only gzipped version exists. Thanks @andig Me No Dev 2016-01-23 19:06:57 +0200
  • 4298d0a037 oops :) Me No Dev 2016-01-22 18:09:05 +0200
  • 7de10cc9e4 merge with ESP31B Me No Dev 2016-01-22 18:06:23 +0200