Allman-astyler
eea9999dc5
Revert "Allman now ( #6080 )" ( #6090 )
...
This reverts commit 98125f8860
.
2019-05-14 00:09:54 +02:00
Allman-astyler
98125f8860
Allman now ( #6080 )
...
* switch restyle script for CI
* remove confirmation
* restyle with allman
2019-05-13 16:41:34 +02:00
Earle F. Philhower, III
f706c83b66
Move .C to .CPP in the code ( #5696 )
...
Use g++ to compile core files to get additional C++ checks on the code.
Also move libb64 constants to PROGMEM, saving ~128 bytes of heap when used.
2019-02-06 23:06:17 -03:00
david gauchard
73d36bbc80
fix base64_encode_expected_len ( #4786 )
2018-06-07 15:40:17 +02:00
Beau Hardy
157698bef9
Base64: add option to disable any newlines in output. ( #3208 )
...
Closes #3194
2017-05-08 03:01:24 -05:00
Rodion Kvashnin
d85e783806
Fixed libb64 decoder. ( #2883 )
...
* Fixed libb64 decoder.
Libb64 decoder works when "char" type is signed. In esp8266 xtensa gcc "char" is unsigned, so libb64 decoder does not work. In the implementation file I replaced "char" to "int8_t" and created function wrappers in order to keep existing interface.
* For style consistency.
2017-01-20 16:37:53 +08:00
Me No Dev
bda06d686c
Add HTTP Basic Auth to WebServer and libb64 (base64) to core
2015-11-30 03:37:47 +02:00