cpq
|
0a265e79a6
|
Remove debug log and add a comment
|
2022-08-29 13:10:11 +01:00 |
|
cpq
|
7f30c01c58
|
Correct condition check sequence for the prev fix
|
2022-08-29 13:01:56 +01:00 |
|
cpq
|
0661f5921a
|
Fix #1690 - mg_json_get for keys with the same prefix
|
2022-08-29 12:40:50 +01:00 |
|
cpq
|
ef89776517
|
Add reponse end to the http dir list
|
2022-08-28 13:58:41 +01:00 |
|
cpq
|
dcdeffff9a
|
MIP refactor: use mg_hton*, move driver_data to ifp, parametrise f746 PLL setup
|
2022-08-27 16:45:31 +01:00 |
|
cpq
|
229b492ccc
|
Minor refactorings, reduced MG_HTTP_MAX_HEADERS 40 -> 30 to reduce stack usage
|
2022-08-27 12:31:43 +01:00 |
|
cpq
|
b73022096d
|
Let RPC handle responses too
|
2022-08-26 17:41:13 +01:00 |
|
cpq
|
c7b9ca68c2
|
Move mg_mqtt_next-* to the example, and some nits
|
2022-08-26 14:20:54 +01:00 |
|
cpq
|
d565faa75d
|
Make non-initialised MIP poll work
|
2022-08-21 23:35:24 +01:00 |
|
cpq
|
9c3c4a6f4b
|
MIP client
|
2022-08-20 00:03:15 +01:00 |
|
cpq
|
fee6de6a7f
|
Allow NULL head in struct mg_rpc
|
2022-08-19 15:08:01 +01:00 |
|
cpq
|
8596e1bef7
|
Enable FPU
|
2022-08-16 16:45:05 +01:00 |
|
cpq
|
e48e353066
|
Restore mg_file_write() to use tmp file
|
2022-08-15 16:08:34 +01:00 |
|
cpq
|
6b69bef2ef
|
mg_dtoa, mg_atod, mg_lld made static
|
2022-08-14 01:25:38 +01:00 |
|
cpq
|
d2a27d3d91
|
mg_*rprintf -> mg_*xprintf
|
2022-08-13 20:34:20 +01:00 |
|
cpq
|
d76f86f7db
|
Get rid of mg_*asprintf
|
2022-08-13 15:37:55 +01:00 |
|
cpq
|
a3bfe3e61a
|
Use hand-crafted packet for large WS frame test
|
2022-08-13 14:52:43 +01:00 |
|
cpq
|
da28213613
|
Squash warning
|
2022-08-13 11:36:24 +01:00 |
|
cpq
|
6615a821f1
|
Test WS frames that are larger than 64k
|
2022-08-13 11:16:13 +01:00 |
|
cpq
|
ef9f7d4c16
|
Change mg_ws_send: const char * -> const void *
|
2022-08-11 12:12:00 +01:00 |
|
Sergey Lyubka
|
3b112cc8c8
|
Merge pull request #1668 from cesanta/index.gz
check for gzipped index file when / is requested
|
2022-08-10 21:45:09 +01:00 |
|
Sergio R. Caprile
|
374be7b065
|
check for gzipped index file when / is requested
|
2022-08-10 15:54:24 -03:00 |
|
cpq
|
2ba3630de9
|
Remove dangerous mg_pfn_realloc(). Add %q printf specifier
|
2022-08-10 18:27:58 +01:00 |
|
cpq
|
c8c0b8fb91
|
Squash vc98 warn 3
|
2022-08-09 19:17:40 +01:00 |
|
cpq
|
e5585cb0e7
|
Squash vc98 warn 2
|
2022-08-09 18:58:58 +01:00 |
|
cpq
|
bd32f6e2ef
|
Squash warn on vc98
|
2022-08-09 15:49:54 +01:00 |
|
cpq
|
6149b619e7
|
Squash warnings
|
2022-08-09 12:39:40 +01:00 |
|
cpq
|
b7406357c5
|
Fix #1600 - more precise SNTP time calculation
|
2022-08-09 12:13:23 +01:00 |
|
cpq
|
4246f5d206
|
PATH_MAX -> MG_PATH_MAX
|
2022-08-06 22:26:07 +01:00 |
|
cpq
|
740b609e1e
|
Fix for deliver_normal_chunks() and a test case
|
2022-08-06 09:01:34 +01:00 |
|
cpq
|
779c825e92
|
Fixes to chunked support when pipelining
|
2022-08-05 19:18:06 +01:00 |
|
cpq
|
457ce5e563
|
Refactor chunking support. Fix #1656
|
2022-08-04 17:10:53 +01:00 |
|
Sergey Lyubka
|
51cb40acd2
|
Enable epoll on linux
|
2022-08-03 15:07:26 +01:00 |
|
Sergey Lyubka
|
bd7ee0d1e8
|
Refactor mg_http_reply and mg_http_printf_chunk to use less allocs and mem copies
|
2022-08-01 21:07:42 +01:00 |
|
Sergey Lyubka
|
17e2fdd4cb
|
Add align to struct mg_iobuf
|
2022-08-01 12:53:25 +01:00 |
|
Sergey Lyubka
|
a468f58128
|
Use int debug level
|
2022-08-01 11:19:32 +01:00 |
|
Sergey Lyubka
|
581a0698af
|
Expose rpc guts
|
2022-07-31 22:51:59 +01:00 |
|
Sergey Lyubka
|
f02f88f336
|
mg_rpc_free -> mg_rpc_del
|
2022-07-30 21:13:30 +01:00 |
|
Sergey Lyubka
|
54d6bad5e5
|
Refactor JSON and RPC API
|
2022-07-30 07:55:26 +01:00 |
|
Sergey Lyubka
|
56e6cf406a
|
Fix unamalgamated build
|
2022-07-28 10:47:12 +01:00 |
|
Sergey Lyubka
|
a2289a0625
|
Fix unamalgamated build
|
2022-07-28 10:33:44 +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 |
|
Sergio R. Caprile
|
1eed80375d
|
Fix MG_EOO
|
2022-07-22 11:50:23 -03:00 |
|
Sergey Lyubka
|
4a3d760c06
|
Add timer ID attribute, for safe cleanup in the scripted environment
|
2022-07-17 12:52:30 +01:00 |
|
John Brzustowski
|
d5fe3261f4
|
NTP reponse gives fractional (not micro-) seconds, per RFC5905
|
2022-07-13 04:08:54 -03:00 |
|
Sergey Lyubka
|
46af09f776
|
Change ff_open to explicit memcpy()
|
2022-07-11 18:13:46 +01:00 |
|
Sergey Lyubka
|
f40b272eeb
|
Fix #1626 - ignore @ in query string
|
2022-07-10 15:41:43 +01:00 |
|
Sergey Lyubka
|
2c01893bb1
|
Give more time for unit test to detect conn refused on windows
|
2022-07-04 19:18:20 +01:00 |
|
Sergey Lyubka
|
543b4a132b
|
Fix POLLERR usage
|
2022-07-04 18:25:13 +01:00 |
|