- 01 Apr, 2016 12 commits
-
-
Deomid Ryabkov authored
Reduces code size a bit and makes it cleaner PUBLISHED_FROM=c08064102dc64f59dcdc1f80655f32e1ed94c850
-
Deomid Ryabkov authored
And use stdout for CC3200 demo because (1) an apparent bug which causes output sent to stderr to be printed v-e-r-y s-l-o-w-l-y (yes, it is really like that; https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/501881) (2) in CCS it is printed in BLOOD RED, which is annoying PUBLISHED_FROM=36a86744bc8ea193e99e98670dadc7f3ab6ed53e
-
Sergey Lyubka authored
PUBLISHED_FROM=9af7e0a2a90fab6e012174c154f62ee29c8b879c
-
Deomid Ryabkov authored
Disable CGI automatically, as it's never going to work. PUBLISHED_FROM=37d7abc54be4637dfec5031bc3398e97a1be3090
-
Marko Mikulicic authored
Something went horribly wrong PUBLISHED_FROM=879eac719f4a7feaa2b6ddf87cc86af72cdc1deb
-
Deomid Ryabkov authored
PUBLISHED_FROM=865b94073c5ed088847d05f57c1103119648fcaa
-
Alexander Alashkin authored
PUBLISHED_FROM=5d248fd465ade7f42293611bc2d60ed72439a489
-
Deomid Ryabkov authored
Part 1 PUBLISHED_FROM=a949d11b5cc578adf050f1b1d00375a2f91dfc0b
-
Deomid Ryabkov authored
PUBLISHED_FROM=2a83a296ff67e02c0ed761ae0060d1252c2be89f
-
Deomid Ryabkov authored
Should only read on outgoing or listening "connections" PUBLISHED_FROM=e84ff26b899a5f29ddef29ad6c5ba1d18e76e4ad
-
Deomid Ryabkov authored
Thinks that mg_ws_random_mask does not return a value. Help the poor, mentally challenged compiler. PUBLISHED_FROM=e7c0c47dd2fcbb4e847515892939d69c7a573c2e
-
Deomid Ryabkov authored
TI compiler detects "multipart" as unused PUBLISHED_FROM=ababf8965a742418cff610df319e4d8c42e02439
-
- 25 Mar, 2016 8 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=d61816815bd92a70c02ef327572b282426a001a9
-
Deomid Ryabkov authored
PUBLISHED_FROM=42b188c5ae85742681266fee21ec0b0472912743
-
Deomid Ryabkov authored
PUBLISHED_FROM=b741acc999d0d2160528b4cb805f315b926ac65b
-
Deomid Ryabkov authored
It is also possible to control LED by sending a command: {"t": 1, "v": 0/1/2} 0/1 = off/on, 2 = toggle PUBLISHED_FROM=da176b70c4cd356c5d56eca58c2926619748d895
-
Deomid Ryabkov authored
PUBLISHED_FROM=e56601f99ccf80d8420b4b54b0ef7c272ec4a656
-
Deomid Ryabkov authored
Some yak shaving along the way PUBLISHED_FROM=09c7cfbd98dcec961970dfad3f38e67912a5b06c
-
Marko Mikulicic authored
PUBLISHED_FROM=8e2f5f05e6bc7654217b1f5aaa8520366f9d6759
-
Evelyn authored
-
- 22 Mar, 2016 4 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=7454716e089be5c54359113cc188215e2475ea29
-
Alexander Alashkin authored
PUBLISHED_FROM=23d528a7fcc98abcc4a95fd43a96d9c4ebabc5f7
-
Deomid Ryabkov authored
PUBLISHED_FROM=9faccf9fedd92d0fb54b7ff660c0cf99c1cbdb74
-
Dmitry Frank authored
This simplifies writing markdown docs (no need to specify relative path to images) PUBLISHED_FROM=039a563b2f7e6a2fbb2a9424ac5315b2496ca184
-
- 21 Mar, 2016 10 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=11096f272afc0716e0677c68d58ebf4d4e001a47
-
Deomid Ryabkov authored
Moved filesystem-related code out of SJS and into common. Made it possible to have one, both or no filesystems enabled. FailFS is now SimpleLinkFS, SLFS (ahem). Example just serves a "Hello, world!" index page for now. PUBLISHED_FROM=0e98ee4b8d95782c10791522c42eae5a7ba314f9
-
Deomid Ryabkov authored
PUBLISHED_FROM=3d58ec06fe3108a81d1c35f8261783690bb12c4d
-
Marko Mikulicic authored
PUBLISHED_FROM=ebcd95607742a327cc0f453681f576982a8f027d
-
Marko Mikulicic authored
Closes cesanta/smart.js#619 Also http://forum.cesanta.com/index.php?p=/discussion/35/mixing-up-http-and-mqtt&# PUBLISHED_FROM=ee040880b75048192c111c602610460071f33066
-
Alexander Alashkin authored
PUBLISHED_FROM=815cfaea77171761c952966e98466b87b719de06
-
Alexander Alashkin authored
PUBLISHED_FROM=441c74c182ef15f3eaeedd19add3411d7e121170
-
Dmitry Frank authored
PUBLISHED_FROM=cd50a664039b4a74cb7d4d08990f415912585f7d
-
Dmitry Frank authored
Comments in headers are changed a bit: removed adoc-specific stuff, markdown is used instead PUBLISHED_FROM=9242cce85cc52a47a197d377e7e23804721a6bb5
-
Marko Mikulicic authored
This will allow to recreate the metadata after patching the FS. PUBLISHED_FROM=dae228bbf49d71f383e4dc52316cf98aba3914f5
-
- 17 Mar, 2016 5 commits
-
-
Marko Mikulicic authored
The url parser had two bugs: - `http://example.com` -> `GET // HTTP/1.1` - `foo://bar/baz` -> path is `"baz"` instead of `"/baz"` Now the path returned by `mg_http_common_url_parse` always starts with `/`. Closes cesanta/mongoose#631 PUBLISHED_FROM=f56ed97361ca14ee31d6ed26cf7afe5cd11e0dc5
-
Deomid Ryabkov authored
Timers/intervals are now implemented on top of Mongoose. Got rid of all the platform-specific code (yay!) Added interval support and ability to clear previously added timeouts. PUBLISHED_FROM=93866dd80b95b0fa6e137d87f86138330e720154
-
Deomid Ryabkov authored
E.g. a timer-only connection PUBLISHED_FROM=e8d4d2b6e5e0dfa8e8f987b2ded6b973c39e2919
-
Alexander Alashkin authored
PUBLISHED_FROM=b78c97a337208007e1f622fde072cd59664ef76f
-
Deomid Ryabkov authored
Increase heap size to 44K (13K free after init) Add File.list() support Fix a bunch of bugs in file support Disable sys_init.js, there just isn't enough RAM... PUBLISHED_FROM=2121b8758f0596da39c3eafcfff36337a1b90b74
-
- 15 Mar, 2016 1 commit
-
-
Deomid Ryabkov authored
Contributed by @f4bsch in https://github.com/cesanta/mongoose/pull/626 Submitting here with a minor change: MSDN says that ws2ipdef.h should not be included directly and users should include ws2tcpip.h PUBLISHED_FROM=1ebe7eac0cf87b0554432b94049b3d58bf7640f7
-