- Feb 15, 2017
-
-
Deomid Ryabkov authored
For both OpenSSL and mbedTLS PUBLISHED_FROM=0bfd5f128b4c4c062cb6f0ca0da9b30790aa8bf8
-
- Jan 30, 2017
-
-
Alexander Alashkin authored
PUBLISHED_FROM=7864ffa26cb553f5d4a93248f67c288327ec23b0
-
- Jan 10, 2017
-
-
Deomid Ryabkov authored
Optional specification of SSL/TLS cipher suites. PUBLISHED_FROM=e8968c6c7a92f10514d3ee575c2fb9be862e6cf8
-
- Nov 25, 2016
-
-
Dmitry Frank authored
Also fixed a memory leak on reconnect: previously, each reconnect was creating a `struct mg_connection` which was never reclaimed PUBLISHED_FROM=eefdcf557e032ac81d5ed3aba55ac912e400148e
-
- Nov 14, 2016
-
-
Marko Mikulicic authored
PUBLISHED_FROM=0454cdeec5c7120eb4bf905fdd5b7abdcb4003c2
-
- Nov 11, 2016
-
-
Deomid Ryabkov authored
Currently only OpenSSL API impl, but the plan is to add more. PUBLISHED_FROM=c85b26fa2312047768bdcf3eca583e60862aba90
-
- Nov 10, 2016
-
-
Marko Mikulicic authored
PUBLISHED_FROM=f554cc63dfea12455fe5e428c6ce5f3152774f8e
-
- Nov 09, 2016
-
-
Marko Mikulicic authored
PUBLISHED_FROM=f03b963aaec02574e47c28ee8033551440b94f2d
-
- Nov 08, 2016
-
-
Marko Mikulicic authored
PUBLISHED_FROM=46496c2d5340a0bbe4fe1c6c9ff187bc65d2d35f
-
- Nov 02, 2016
-
-
Dmitry Frank authored
PUBLISHED_FROM=3caea25dec11260561349fa096547bd62ecdb509
-
- Oct 26, 2016
-
-
Sergey Lyubka authored
PUBLISHED_FROM=73ef8ae768585d3c204e6e022848f49e8f4a8de2
-
- Oct 17, 2016
-
-
Deomid Ryabkov authored
Disable sync resolver by default. PUBLISHED_FROM=dbaed194e5fe211c07564fe6880649a1aee7f662
-
Deomid Ryabkov authored
Possible values: MG_NET_IF_SOCKET (1) - traditional BSD socket API MG_NET_IF_SIMPLELINK (2) - TI's SimpleLink socket interface MG_NET_IF_LWIP_LOW_LEVEL - a net_if implementation that uses LWIP's low-level API, when LWIP_SOCKET is not available. PUBLISHED_FROM=a5c0aebb7b6bdb1f1f4cb3210763d16f3ab5e133
-
Deomid Ryabkov authored
PUBLISHED_FROM=81b6289a4b54043df557142f0de8cc66bc5190d4
-
- Oct 14, 2016
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=9fd0cebfa8df53b5d9574a8d013305ddda5e7a18
-
- Oct 13, 2016
-
-
Deomid Ryabkov authored
"#if FOO" still works with simple -DFOO, but gives more flexibility. Specifically, if user expressed no preference (FOO is not defined), we can apply reasonable defaults (this is the legitimate use of ifdef). In short, from now on, please use #if MG_ENABLE_FOO instead of #ifdef MG_ENABLE_FOO Since we are all used to #ifdef, this change also adds a precommit check to police this. Specifically, in *.h and *.c files that are Copyright Cesanta, "ifdef" and "if defined()" are not allowed to be used with macros that contain ENABLE or DISABLE, unless the like also contains "ifdef-ok". Hence, if you are sure you want to use ifdef, use this: #ifdef MG_ENABLE_FOO /* ifdef-ok */ PUBLISHED_FROM=9be829448f53cff575d6cae8b9945fb12531c15a
-
- Sep 13, 2016
-
-
Sergey Lyubka authored
PUBLISHED_FROM=da57dfe52e315dc1901d761289f0445be6e93cea
-
Artem Bulavin authored
PUBLISHED_FROM=da5f7f80a9876ac4f1889a1176a3048f47980659
-
Sergey Lyubka authored
PUBLISHED_FROM=da57dfe52e315dc1901d761289f0445be6e93cea
-
- Sep 12, 2016
-
-
Alexander Alashkin authored
PUBLISHED_FROM=dbf75bfba087f1b0aa0531e5003ba3e69ed1a6ab
-
Alexander Alashkin authored
PUBLISHED_FROM=293a54ab09e6879b6f0c36975a137eeaeff92098
-
- Sep 05, 2016
-
-
Dmitry Frank authored
On my way, fixed a couple of cases where we had `()` in the header, and non-empty argument list in the source file. PUBLISHED_FROM=5519526cf84e2bbd425a726fcc112fea1a95cbf1
-
- Sep 01, 2016
-
-
Sergey Lyubka authored
PUBLISHED_FROM=e9a4e5c7b4a1d03b93a2a79e29de19e60e919929
-
- Jul 26, 2016
-
-
Dmitry Frank authored
PUBLISHED_FROM=5cd78790a03580aa23dd3d2d8b825ad449083cc2
-
- Jul 22, 2016
-
-
Deomid Ryabkov authored
PUBLISHED_FROM=cf49d0d345e4a7607c535f9578b8ed4160f2fccd
-
Evelyn authored
-
Evelyn authored
-
Evelyn authored
-
Evelyn authored
-
Evelyn authored
-
Evelyn authored
-
Evelyn authored
-
Evelyn authored
-
Evelyn authored
-
Evelyn authored
-
Evelyn authored
-
Evelyn authored
-
Evelyn authored
-
Evelyn authored
-
Evelyn authored
-