- 22 Mar, 2016 3 commits
-
-
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
-
- 14 Mar, 2016 5 commits
-
-
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
-
Deomid Ryabkov authored
Remove Krypton TODO: SSL{,_CTX}_set_cipher_list have been added (but these ciphers are not supported). Fixes cesanta/dev#2975 PUBLISHED_FROM=25bf330b785f0a61e18ba409069ebccbd50dcf65
-
Alexander Alashkin authored
PUBLISHED_FROM=87ce6442efb2c725025942381c01ae2a2de738c7
-
Deomid Ryabkov authored
This should cover 2^64-2^64/2^64 H/T @julee PUBLISHED_FROM=bcc9f0193ab52375ece00a34c5758ddfe3b628c6
-
Alexander Alashkin authored
PUBLISHED_FROM=b30cf26077b7c6374f0d588e5ef5ba504f979bb3
-
- 13 Mar, 2016 2 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=bbdc998ab4170d55d40d067bab027ae52c9304ec
-
Marko Mikulicic authored
PUBLISHED_FROM=b92c75e2fc56d1243187b8516bec54b03a7b1043
-
- 10 Mar, 2016 3 commits
-
-
Alexander Alashkin authored
PUBLISHED_FROM=2781248e982719cda495370a373f66d6e4213d83
-
Alexander Alashkin authored
PUBLISHED_FROM=46800f43ba03082cc589d70e6118d754f4cdc9d0
-
Alexander Alashkin authored
PUBLISHED_FROM=3044287fe2623b591ddbf5c619398c21d6753411
-
- 08 Mar, 2016 4 commits
-
-
Alexander Alashkin authored
PUBLISHED_FROM=9e173215ed69464d1aa421d43a8fda814f36f96d
-
Alexander Alashkin authored
PUBLISHED_FROM=abd5bcf168194f9d38fbcbf3725eaae209e42fc4
-
Marko Mikulicic authored
PUBLISHED_FROM=0ff1c9becea2f0842dcf020d2d2ad64a8c5d95ae
-
Marko Mikulicic authored
PUBLISHED_FROM=64a91c5d261338c7c224340943d63d4b753ee303
-
- 04 Mar, 2016 5 commits
-
-
Evelyn authored
PUBLISHED_FROM=fa91aef8133ce514b799c07dcb842fe8ea999d55
-
Alexander Alashkin authored
PUBLISHED_FROM=8210f4730a3411b3298274d792fc33da79f47b8a
-
Marko Mikulicic authored
PUBLISHED_FROM=d6e7ab0b45c960a4ca0bcb56cbc26bc05d641374
-
Alexander Alashkin authored
PUBLISHED_FROM=6167cc57df932f6c113d03096eba0af0b456c3c3
-
Deomid Ryabkov authored
PUBLISHED_FROM=77f24c29667ca2aed3ad8a5102d7e1264f84228b
-
- 03 Mar, 2016 1 commit
-
-
Evelyn authored
-
- 01 Mar, 2016 1 commit
-
-
Evelyn authored
-