- 27 Apr, 2017 1 commit
-
-
Deomid Ryabkov authored
As well as URLs without prefix PUBLISHED_FROM=ee298f6575603c8b384888633fe16413695ba70d
-
- 26 Apr, 2017 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=8fb53581e8979c28026f9c2bcacb89de740c18cf
-
- 25 Apr, 2017 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=c1310b7d62f3ad6e2f24fea9f5229588c56b0bbe
-
- 24 Apr, 2017 1 commit
-
-
Deomid Ryabkov authored
Remove the specialized URI parser, clean up code a bit. Fix parsing of URIs with IPv6 hosts (http://[2001:2:3::4]:567/) PUBLISHED_FROM=968ad97585d928123106ce3828920ee073113f83
-
- 21 Apr, 2017 1 commit
-
-
Deomid Ryabkov authored
Connection may not (yet) have a TCP or UDP PCB associated with it. mg_lwip_if_get_conn_addr should not crash in this case. PUBLISHED_FROM=fd0ed683b18b3f549135c9d79eeadfc7348ab05a
-
- 19 Apr, 2017 1 commit
-
-
Sergey Lyubka authored
PUBLISHED_FROM=c7e3132d55e603f159019e3f0290e01b189e75e0
-
- 18 Apr, 2017 3 commits
-
-
Deomid Ryabkov authored
Not relevant for other platforms PUBLISHED_FROM=65b8959ee677555e2fb330c84d443e0a93d9fd1c
-
Deomid Ryabkov authored
TCP ACK may arrive after the we've corresponding mg_connection has already been closed. Fixes cesanta/mongoose-os#235 PUBLISHED_FROM=8164b86131ef08c1b2a6a08630920d600b3f91ac
-
Deomid Ryabkov authored
Remote address is not associated with an outgoing UDP socket. Instead, it is stored in mg_connection.sa PUBLISHED_FROM=16f82ee8a69b995d684ec96b8db6b5591cd400db
-
- 17 Apr, 2017 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=d2400f6ef4837411586fb27db0b1fa03d94283c6
-
- 15 Apr, 2017 1 commit
-
-
Ruslan Valiullin authored
PUBLISHED_FROM=fb1796f11a595befd160bd5ab1088b6e39f16757
-
- 14 Apr, 2017 1 commit
-
-
Ruslan Valiullin authored
PUBLISHED_FROM=6f5e1b4a97ada21025f892d3348808bffb469dfa
-
- 12 Apr, 2017 2 commits
-
-
Deomid Ryabkov authored
https://github.com/cesanta/mongoose-os/issues/229#issuecomment-293613426 PUBLISHED_FROM=1c34db7ab2598eca1db0266cc6cdd31c32a16fff
-
Deomid Ryabkov authored
[...] after handing data off to LWIP, do not wait for ACK. We don't do it in net_if_socket, don't do it here either. Also prevents multiple send attempt on the same send_mbuf data. PUBLISHED_FROM=4e5a677ebda84af1514f34299e53ce856a537883
-
- 11 Apr, 2017 3 commits
-
-
Deomid Ryabkov authored
To aid disagnosing cases like https://forum.cesanta.com/index.php?p=/discussion/397/retries-connecting-to-aws-broker PUBLISHED_FROM=98680b594dbed42234fc53050c9df292feb32f35
-
Deomid Ryabkov authored
If http.auth_{domain,file} are configured, all HTTP requests require valid digest authorization header. This applies to files served by mg_http_serve as well as synamic endpoints such as /update and /rpc. mongoose-os#229 PUBLISHED_FROM=824d594147cfeb2428b463d24478b207839aa5e2
-
Sergey Lyubka authored
PUBLISHED_FROM=3d222e548a3323b957376666e6702b408843b5a3
-
- 10 Apr, 2017 3 commits
-
-
Sergey Lyubka authored
PUBLISHED_FROM=2c1d372e4db856e23266c29195c07968abc2ec81
-
Deomid Ryabkov authored
PUBLISHED_FROM=fc98c51254dd94d3f443fb66e49449da7d9e754c
-
Dmitry Frank authored
Add `mjs_check_arg()` which checks whether argument is provided, and checks its type. It simplifies code and makes it smaller (because error strings are not ad-hoc, so they are not duplicated) As part of that, also commonize type stringifying: implement `mjs_stringify_type` and reimplement `mjs_typeof` on top of that. Use `mjs_check_arg()` in `mjs_string_slice()` and `mjs_string_char_code_at()`. PUBLISHED_FROM=0b72cf479738ff405d991cbd4bf9e75edda0f111
-
- 09 Apr, 2017 1 commit
-
-
Ruslan Valiullin authored
PUBLISHED_FROM=f6d7d0f9c6de8ffeeb3bcd8aace6c1434281ddf7
-
- 08 Apr, 2017 1 commit
-
-
Deomid Ryabkov authored
Differences between 3.1 and 3.1.1: https://github.com/mqtt/mqtt.github.io/wiki/Differences-between-3.1.0-and-3.1.1 None of them are breaking. PUBLISHED_FROM=cf2abd28deb1dabf787e07bcfdb335ff72462865
-
- 07 Apr, 2017 1 commit
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=03d04996f160f777339eec9528f2f187e1051ff9
-
- 03 Apr, 2017 2 commits
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=183a1bb571d0e2f5c23181107d30417f73c1eeb1
-
Alexander Alashkin authored
Close cesanta/dev#6974 PUBLISHED_FROM=4d4e4a46eceba10aec8dacb7f8f58bd078c92307
-
- 30 Mar, 2017 2 commits
-
-
Deomid Ryabkov authored
This can happen if the underlying LWIP TCP PCB has been destroyed (we got tcp_error_cb). PUBLISHED_FROM=7a060aa4ca2a0c5a818fe9bc6b08cd0733c0ef8f
-
Alexander Alashkin authored
PUBLISHED_FROM=66b2dee87dc50de5f2891dee789beec89c3f6fb4
-
- 29 Mar, 2017 2 commits
-
-
Alexander Alashkin authored
PUBLISHED_FROM=0e407a2fb328107540d753123fe027f43860d0ef
-
Ilia Penev authored
PUBLISHED_FROM=0a0ef6f68d743cbba91d9ba911f1c5be69e6aac7
-
- 24 Mar, 2017 1 commit
-
-
Alexander Alashkin authored
PUBLISHED_FROM=257deff5ea20302627e77a0f29cf2359276a41d4
-
- 23 Mar, 2017 2 commits
-
-
Dmitry Frank authored
PUBLISHED_FROM=990564aa54946b2a5b52d3a9c31f80b8e93c6b44
-
David Hargat authored
PUBLISHED_FROM=e7f306b5d1a1366d3ec71fa238c5e18c03aadf8d
-
- 21 Mar, 2017 4 commits
-
-
benrubson authored
PUBLISHED_FROM=bb03593fb2abfb79daa3118b786428ee3e693e3d
-
Alexander Alashkin authored
PUBLISHED_FROM=2babde0d0c6add14aa500f4bf1c833715d979c6c
-
Yiming Sun authored
PUBLISHED_FROM=56fdeaf4965ef26c398267c8656735bb52e45085
-
Alexander Alashkin authored
PUBLISHED_FROM=599ccd99e7bf422cac5e8b1f5ccebe3cac2780e8
-
- 20 Mar, 2017 4 commits
-
-
Sergey Lyubka authored
PUBLISHED_FROM=a28c1da3f0dd597792439246313ca39984ab7536
-
Alexander Alashkin authored
PUBLISHED_FROM=7c919ba3a2afa74cec9947e78299b4bb7a64b4bc
-
Alexander Alashkin authored
PUBLISHED_FROM=c5691d4321fff2e03f689b0195abd1ec6a188418
-
Alexander Alashkin authored
PUBLISHED_FROM=10772301ef115c31ada3521ff4235c33a421b782
-