added qse_mbstouri()/qse_wcstouri()/qse_strtouri().

added qse_enbase64()/qse_debase64().
enhanced basic authorization to httpd-std
This commit is contained in:
2012-09-30 13:56:20 +00:00
parent 8736743eeb
commit 001ede6afa
33 changed files with 826 additions and 245 deletions

View File

@ -38,6 +38,7 @@ qse_fma_t* qse_fma_open (
return QSE_NULL;
}
QSE_MEMSET (fma + 1, 0, xtnsize);
return fma;
}