- 30 May, 2016 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=9fb2260cd76ae30b51db02053f4d2debf4cdf900
-
- 28 May, 2016 4 commits
-
-
Alexander Alashkin authored
PUBLISHED_FROM=309be4a56754250406dd48f1abd30b68776f5c7e
-
Sergey Lyubka authored
PUBLISHED_FROM=da22d5ea0aa366d7cb9bba838f8e173ae0178f5e
-
Sergey Lyubka authored
PUBLISHED_FROM=80e77fda1c358294f251ca77d3dd64e8ca9160e5
-
Dmitry Frank authored
`v7_mk_undefined()` and `v7_mk_null()` are left unchanged, but marked deprecated, and `V7_UNDEFINED` and `V7_NULL` are public now. Xtensa code size with instrumentation: 590400 -> 590432, i.e. 32 bytes. Xtensa code size without instrumentation: 530848 -> 531760, i.e. 912 bytes. As objdump reveals, inside v7.c, `v7_mk_number` and others are inlined, so the extra v7 argument is eliminated; outside of v7.c it's obviously not inlined. ---- Also, v7_get_int() is added, which currently just casts stored double value to int PUBLISHED_FROM=e984b7308faf2380b3de388f238e0fae0aea545d
-
- 18 May, 2016 1 commit
-
-
Marko Mikulicic authored
PUBLISHED_FROM=be604dc6b3650c78daaa02ea4db8cd067069b5e1
-
- 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 6 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
-