- 16 May, 2016 3 commits
-
-
Deomid Ryabkov authored
* Add TI compiler * Remove cc3200prog, we don't use it * Update to Xenial (new Ubuntu stable release). It has ARM toolchain in the repos too, which is nice (no more PPA). PUBLISHED_FROM=57d6650b438c5665023346abefbc953263e3f87b
-
Deomid Ryabkov authored
cesanta/mongoose#573 PUBLISHED_FROM=687722f0dbc3c49e6691e01e0d0b1ab2d181bd2f
-
Sergey Lyubka authored
PUBLISHED_FROM=f00b94cabc2a89d27d5bc78d68d67db0930811b4
-
- 15 May, 2016 4 commits
-
-
Deomid Ryabkov authored
cesanta/mongoose#653 PUBLISHED_FROM=a676dbce6d04b78ca316a4601e9cbb676ecc88d2
-
Dmitry Frank authored
We wanted to avoid `to` since it implies some kind of conversion, but these functions merely return underlying C entity. Public API changes: - `v7_to_number()` -> `v7_get_double()` - `v7_to_boolean()` -> `v7_get_bool()` - `v7_to_cstring()` -> `v7_get_cstring()` - `v7_get_string_data()` -> `v7_get_string()` - `v7_to_foreign()` -> `v7_get_ptr()` Private API changes: - `v7_to_pointer()` -> `get_ptr()` - `v7_to_generic_object()` -> `get_generic_object_struct()` - `v7_to_object()` -> `get_object_struct()` - `to_js_function()` -> `get_js_function_struct()` - `to_cfunction()` -> `get_cfunction_ptr()` PUBLISHED_FROM=036ac18d442c1128106292ad3e7a818b177eec6a
-
Dmitry Frank authored
It would be probably good idea to also remove tools/docgen.py and asciidoc.mk, but asciidoc.mk is still mentioned under `cloud/doc`, which may contain some useful info which we'll need at least to review before removing. PUBLISHED_FROM=faf454d4c52a2f07ea8ac084cf0bd11a0c9c9b3b
-
Marko Mikulicic authored
Until I read the doc and find how to limit the retention, otherwise it just eats all my ram and cpu and things start to fall apart. PUBLISHED_FROM=eb33fb44736f07b992270689217aca4af70513ff
-
- 11 May, 2016 1 commit
-
-
Marko Mikulicic authored
Closes cesanta/mongoose#659 PUBLISHED_FROM=8a2e029715e5e7f9a2c75eea9b55270c51b273ef
-
- 03 May, 2016 5 commits
-
-
Sergey Lyubka authored
PUBLISHED_FROM=b9c776bac4c8f2456c71b33641601fb38b30347e
-
Sergey Lyubka authored
PUBLISHED_FROM=88bc5059504cfedd078cab277a6d68d1e583fba1
-
Deomid Ryabkov authored
Code size: 167144 vs 199440 More changes to come (console support, warnings cleanup). PUBLISHED_FROM=cbc06efcb354c240654518b493496a69293ebc2a
-
Deomid Ryabkov authored
It's barely used in our code and conflicts with ont in SimpleLink SDK PUBLISHED_FROM=ef0fc468d32c9a8e0df888c2de084c08ebe92ea7
-
Alexander Alashkin authored
PUBLISHED_FROM=69dc2fadfa0aad32290bd676331b57d0b5595c60
-
- 29 Apr, 2016 2 commits
-
-
Deomid Ryabkov authored
When getting a EOF from remote, do not close immediately, drain the send buffer. PUBLISHED_FROM=e06cdaa2abc0d67d5d88bf3e72d887590a7aeccf
-
Deomid Ryabkov authored
PUBLISHED_FROM=0bf765bf2248d43514643f335592a77d5875618e
-
- 28 Apr, 2016 5 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=53ce21efbb0e769089293b1aa11d2b2f3136161d
-
Marko Mikulicic authored
PUBLISHED_FROM=302ebfe7d711602e75c8db4bc843b0d52a382542
-
Marko Mikulicic authored
Closes cesanta/mongoose#649 PUBLISHED_FROM=deb804a1257f8a6ecc4bf0f877b70c32f1d39e43
-
Deomid Ryabkov authored
h/t @kzyapkov, cesanta/mongoose#649 PUBLISHED_FROM=c21158c9476b9a4abd281ec99c7fa62ea5e708b8
-
Alexander Alashkin authored
PUBLISHED_FROM=274bff744d9c3d12285f026d21c1c776946fae20
-
- 27 Apr, 2016 1 commit
-
-
Deomid Ryabkov authored
A number of people asked for a WebSocket client example, websocket_chat_client is one. PUBLISHED_FROM=c33e758c0a36a0aa919bdb6ef37ed1478d6b29e2
-
- 26 Apr, 2016 7 commits
-
-
Deomid Ryabkov authored
h/t @danielinux, cesanta/mongoose#652 PUBLISHED_FROM=68c9a86280d63d01b6e4cb72aa6cfd766e4d4be3
-
Deomid Ryabkov authored
It used to link to the SJS forum category, but should point to Mongoose category instead. PUBLISHED_FROM=288e1bf1969c46619360dcd8dfd039cdcbc7a59c
-
Deomid Ryabkov authored
PUBLISHED_FROM=d73a6fff78a063ffe5aaafe841e89e87e37f85d7
-
Deomid Ryabkov authored
HTTP/1.1 connections are keep-alive by default, HTTP/1.0 are KA only if explicitly requested. PUBLISHED_FROM=cb2070c2d4e4be6beeab4ae5914b8a01b04bc0cb
-
Deomid Ryabkov authored
Server header and directory index footer PUBLISHED_FROM=85ced96f70a0241a2970be7613994a3af7238ba9
-
Marko Mikulicic authored
PUBLISHED_FROM=cf8cb1dd2319eafdf6b45a1299e4b12d4808a17c
-
Evelyn authored
-
- 22 Apr, 2016 7 commits
-
-
Deomid Ryabkov authored
We used to declare these functions twice: in plaform_windows.h and cs_dirent.h. Removed decl from platform_windows.h and moved cs_dirent.h to be privately included by mongoose.c PUBLISHED_FROM=ab62370409e29e3c62a8b8eab0f75795b5d7ed0f
-
Marko Mikulicic authored
PUBLISHED_FROM=03d2fa0b6bf762d09bf5e837cf31e2047bb6eefd
-
Deomid Ryabkov authored
h/t @f00bard PUBLISHED_FROM=5deab05502797bb6393e8dbbd5684aba4a72a799
-
Maxim Ignatenko authored
PUBLISHED_FROM=1ab69ecfbd03ad3eef82ef785474744e5b5b2e4d
-
Deomid Ryabkov authored
PUBLISHED_FROM=43169a199299bfe4ce349ad9d13f29d77d39ff3b
-
Deomid Ryabkov authored
PUBLISHED_FROM=63810a48861c6e2b3e3eb8bab981927f6f85dd40
-
Alexander Alashkin authored
PUBLISHED_FROM=688b64acb8c87e3cd78c79ee2b7667378d697cd8
-
- 19 Apr, 2016 5 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=532200881406349585612ea5d59aaa323789a688
-
Deomid Ryabkov authored
PUBLISHED_FROM=7f9ce495d5de71859ad71f2b44db37fa66736835
-
Deomid Ryabkov authored
Fix WS connect address Only update graphs when connected PUBLISHED_FROM=3a3c4e2d21595f48c811b45fb391f7709dc0bcf7
-
Alexander Alashkin authored
PUBLISHED_FROM=e8b719d491688032e6395b75d5859ffad7d7ea23
-
Deomid Ryabkov authored
In particular, there may be additional records which should not be copied PUBLISHED_FROM=6b348868cb62d7b3fc4df0e935ffd5a31a314a08
-