Sergey Lyubka
|
fe8a7d8db9
|
Merge pull request #1748 from cesanta/va_end
Fix issue #1735
|
2022-09-21 09:43:47 +01:00 |
|
Sergio R. Caprile
|
7a1544e76a
|
Fix issue #1735
|
2022-09-20 14:26:06 -03:00 |
|
Sergio R. Caprile
|
27ffc23664
|
Fix issue #1737
|
2022-09-20 13:54:17 -03:00 |
|
cpq
|
cd30cf2d6c
|
Fix #1710 - free MIP in mg_mgr_free()
|
2022-09-08 08:53:54 +01:00 |
|
cpq
|
881b282604
|
Implement ack timer
|
2022-09-07 20:48:23 +01:00 |
|
cpq
|
c7b9ca68c2
|
Move mg_mqtt_next-* to the example, and some nits
|
2022-08-26 14:20:54 +01:00 |
|
cpq
|
d2a27d3d91
|
mg_*rprintf -> mg_*xprintf
|
2022-08-13 20:34:20 +01:00 |
|
Sergey Lyubka
|
51cb40acd2
|
Enable epoll on linux
|
2022-08-03 15:07:26 +01:00 |
|
Sergey Lyubka
|
17e2fdd4cb
|
Add align to struct mg_iobuf
|
2022-08-01 12:53:25 +01:00 |
|
Sergey Lyubka
|
f2009ebd62
|
Move mg_*printf* decls in fmt.h
|
2022-07-28 10:18:17 +01:00 |
|
Sergey Lyubka
|
0dabc45780
|
Add RPC API
|
2022-07-27 00:46:05 +01:00 |
|
Sergey Lyubka
|
4a3d760c06
|
Add timer ID attribute, for safe cleanup in the scripted environment
|
2022-07-17 12:52:30 +01:00 |
|
Sergey Lyubka
|
b1896d9944
|
Fix typo
|
2022-06-29 17:57:59 +01:00 |
|
Sergey Lyubka
|
d0dedcfd2e
|
Fix build
|
2022-06-29 17:54:33 +01:00 |
|
Sergey Lyubka
|
73297c8e65
|
Use mg_putchar_iobuf in mg_vprintf
|
2022-06-29 17:42:55 +01:00 |
|
Sergey Lyubka
|
b8bba7513a
|
Fix #1566 - proper error cleanup in mg_listen
|
2022-05-30 17:56:50 +01:00 |
|
Sergey Lyubka
|
84480f4072
|
Fix #1539 - proper timer cleanup
|
2022-05-10 07:38:03 +01:00 |
|
Sergey Lyubka
|
b5fc0d30a8
|
Add extraconnsize
|
2022-05-04 17:18:35 +01:00 |
|
Sergey Lyubka
|
f19eec7fae
|
Refactor multithreading API
|
2022-04-25 14:56:15 +01:00 |
|
Sergey Lyubka
|
ebd2e89faa
|
Handle #1522 - Fix TLS buffering
|
2022-04-13 10:48:17 +01:00 |
|
Sergey Lyubka
|
ef44f90491
|
Fix #1520 - move state to struct mg_mgr
|
2022-04-12 14:14:55 +01:00 |
|
Sergey Lyubka
|
8c7fd8b330
|
Set default socket in mg_connect() to -1
|
2022-04-01 15:40:53 +01:00 |
|
Sergey Lyubka
|
4f5d385e52
|
Enable SNTP in zephyr example
|
2022-03-31 17:42:09 +01:00 |
|
Sergey Lyubka
|
bb0bc41f99
|
Add zephyr example skeleton
|
2022-03-31 16:58:27 +01:00 |
|
Sergey Lyubka
|
8c78b7ef53
|
Refactor mg_alloc_conn()
|
2022-02-23 10:51:01 +00:00 |
|
Sergey Lyubka
|
c650fdcdfc
|
Move mg_listen() to net.c
|
2022-02-23 03:06:02 +00:00 |
|
Sergey Lyubka
|
048fee5c88
|
Fix build after mg_connect() move
|
2022-02-22 21:35:03 +00:00 |
|
Sergey Lyubka
|
a287fd97e4
|
Factor mg_connect() to net.c
|
2022-02-22 21:27:08 +00:00 |
|
Sergey Lyubka
|
3a249183f8
|
Factor out mg_alloc_conn()
|
2022-02-22 21:14:29 +00:00 |
|
Sergey Lyubka
|
969b84043c
|
Fix #1465 - rename LL_* constants, introduce MG_* log macros
|
2022-02-12 18:17:25 +00:00 |
|
Sergey Lyubka
|
3e085ccbaa
|
Eliminate explicit _WIN32 checks
|
2022-02-12 14:33:43 +00:00 |
|
Sergey Lyubka
|
54f75889fa
|
Using mg_snprintf() everywhere
|
2022-02-10 17:11:03 +00:00 |
|
Sergey Lyubka
|
f64c86d23f
|
Use mg_snprintf()
|
2022-02-10 11:56:55 +00:00 |
|
Sergey Lyubka
|
fc3c08e411
|
Change mg_straddr() API
|
2022-01-05 19:09:11 +00:00 |
|
Sergey Lyubka
|
ff811f287a
|
Squash warnings
|
2022-01-05 13:57:30 +00:00 |
|
Sergey Lyubka
|
8ebb3bc37b
|
More detailed debug log - show ip/port for sender and receiver
|
2022-01-05 13:47:11 +00:00 |
|
Sergey Lyubka
|
9731a51dae
|
Recognise :PORT as a valid URL
|
2021-11-29 13:57:33 +00:00 |
|
Sergey Lyubka
|
90a131bd29
|
Include ipv6 wrapping brackets [] in the result of mg_url_host()
|
2021-09-21 08:10:27 +01:00 |
|
Sergey Lyubka
|
a7afea0963
|
Handle ipv4-mapped addresses
|
2021-09-18 19:38:59 +01:00 |
|
cpq
|
736b8ad7b7
|
Fix #1285 - __builtin___snprintf_chk warning. Tighten test flags and refactor the code to squash all warnings
|
2021-05-28 18:30:42 +01:00 |
|
cpq
|
47e5e984df
|
stm32f7 example starts on real h/w, with plus-TCP driver
|
2021-05-17 17:36:57 +01:00 |
|
cpq
|
a98e980c8f
|
Nits to have tests pass
|
2021-05-12 09:25:21 +01:00 |
|
cpq
|
0de3f0d985
|
f1 build works
|
2021-05-12 08:43:34 +01:00 |
|
cpq
|
2594e7b37a
|
Stricter MG_ARCH_CUSTOM and type conversions in sock.c
|
2021-03-13 12:34:26 +00:00 |
|
cpq
|
c8826e8f9c
|
Refactor mg_ntoa and mg_straddr
|
2020-12-24 08:05:54 +00:00 |
|
cpq
|
25bc13ef1e
|
Squash some warnings under mingw crosscompiler
|
2020-12-24 07:26:50 +00:00 |
|
cpq
|
e0a1feafe0
|
Fix localhost resolution
|
2020-12-23 10:15:09 +00:00 |
|
cpq
|
2e87783246
|
Add IPv6 client test
|
2020-12-22 09:44:59 +00:00 |
|
cpq
|
b93456f512
|
Do not create socket until resolved
|
2020-12-21 12:26:44 +00:00 |
|
cpq
|
29534218d7
|
IPv6 related refactoring
|
2020-12-20 16:55:33 +00:00 |
|