- Apr 13, 2016
-
-
Deomid Ryabkov authored
cesanta/mongoose#644, h/t @spuschhof PUBLISHED_FROM=2df259156e347b941a75008ce07ea4fc2584dc2a
-
- Apr 12, 2016
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=5585ece71e9032b1357ea47fa8de626c52405650
-
Deomid Ryabkov authored
It'll be used for MSP432 as well PUBLISHED_FROM=cb5dcda4cc5d9edc6dea71540d51ab00e252186e
-
- Apr 11, 2016
-
-
Deomid Ryabkov authored
Functions decl must follow comment to be correctly documented PUBLISHED_FROM=6ab035cda470c2c23240db4435abd8c241c71b0d
-
Deomid Ryabkov authored
Doesn't actually work yet, but bits common with CC3200 (SimpleLink) are moved out. PUBLISHED_FROM=9d9a51cf7d8262694199c46bfd0ac514fc88889e
-
- Apr 08, 2016
-
-
Deomid Ryabkov authored
And only define bits that we need afterwards. PUBLISHED_FROM=b7e945dd16c7999753104428e29b5f0c1c9e666f
-
Deomid Ryabkov authored
PUBLISHED_FROM=99c1c7a8cfcb84d283e4ed712f4da6879c41209c
-
- Apr 06, 2016
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=857459178e3af50fa6626379d1f71a725cd3b68b
-
Alexander Alashkin authored
PUBLISHED_FROM=d7b3e083c7a7d5095c8e61bb6183ae7e6e068858
-
Deomid Ryabkov authored
Explicitly loosen them on the "big" platforms. PUBLISHED_FROM=b4786428402c5da55738d3f7085ab12acf884e74
-
- Apr 01, 2016
-
-
Deomid Ryabkov authored
This is less than ideal, but will do for now. PUBLISHED_FROM=86cdc7eb8567b23520169976fb8a2103353b9416
-
Deomid Ryabkov authored
PUBLISHED_FROM=23819ed308aeb8c1d6bdb08f5edd257df458ab38
-
Deomid Ryabkov authored
Part of general drive to use mg_str instead of pointer + length. Adda unit test for mg_match_prefix. PUBLISHED_FROM=1402506769b0941c6dbe6ae06e03e41df32d6008
-
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
-
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
-
Deomid Ryabkov authored
Part 1 PUBLISHED_FROM=a949d11b5cc578adf050f1b1d00375a2f91dfc0b
-
Deomid Ryabkov authored
PUBLISHED_FROM=2a83a296ff67e02c0ed761ae0060d1252c2be89f
-
Deomid Ryabkov authored
TI compiler detects "multipart" as unused PUBLISHED_FROM=ababf8965a742418cff610df319e4d8c42e02439
-
- Mar 25, 2016
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=d61816815bd92a70c02ef327572b282426a001a9
-
Deomid Ryabkov authored
Some yak shaving along the way PUBLISHED_FROM=09c7cfbd98dcec961970dfad3f38e67912a5b06c
-
- Mar 22, 2016
-
-
Alexander Alashkin authored
PUBLISHED_FROM=23d528a7fcc98abcc4a95fd43a96d9c4ebabc5f7
-
- Mar 21, 2016
-
-
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
-
Alexander Alashkin authored
PUBLISHED_FROM=815cfaea77171761c952966e98466b87b719de06
-
Alexander Alashkin authored
PUBLISHED_FROM=441c74c182ef15f3eaeedd19add3411d7e121170
-
- Mar 17, 2016
-
-
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
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
-
- Mar 15, 2016
-
-
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
-
- Mar 14, 2016
-
-
Deomid Ryabkov authored
Identifiers starting with _ are reserved, fix those. Wrote a tool to do it and applied it globally, why not. PUBLISHED_FROM=db0fa27c90cbfb06ed06469406f9867c5a5bd3c4
-
- Mar 13, 2016
-
-
Marko Mikulicic authored
PUBLISHED_FROM=b92c75e2fc56d1243187b8516bec54b03a7b1043
-
- Mar 10, 2016
-
-
Alexander Alashkin authored
PUBLISHED_FROM=3044287fe2623b591ddbf5c619398c21d6753411
-
- Mar 08, 2016
-
-
Alexander Alashkin authored
PUBLISHED_FROM=9e173215ed69464d1aa421d43a8fda814f36f96d
-
Alexander Alashkin authored
PUBLISHED_FROM=abd5bcf168194f9d38fbcbf3725eaae209e42fc4
-
Marko Mikulicic authored
PUBLISHED_FROM=0ff1c9becea2f0842dcf020d2d2ad64a8c5d95ae
-
- Mar 04, 2016
-
-
Alexander Alashkin authored
PUBLISHED_FROM=8210f4730a3411b3298274d792fc33da79f47b8a
-
Marko Mikulicic authored
PUBLISHED_FROM=d6e7ab0b45c960a4ca0bcb56cbc26bc05d641374
-
Deomid Ryabkov authored
PUBLISHED_FROM=77f24c29667ca2aed3ad8a5102d7e1264f84228b
-