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

@ -57,6 +57,7 @@ qse_oht_t* qse_oht_open (
return QSE_NULL;
}
QSE_MEMSET (oht + 1, 0, xtnsize);
return oht;
}