summaryrefslogtreecommitdiff
path: root/plugins/HTTPServer/src/HttpUser.cpp
AgeCommit message (Expand)Author
2015-08-30- all wrongly used macroses replaced with correcc ones;George Hazan
2015-08-30code cleaningGeorge Hazan
2015-08-28mir_sntprintf / mir_snprintf: obsoleted second parameter removed wherever pos...George Hazan
2015-06-19SIZEOF replaced with more secure analog - _countofGeorge Hazan
2015-05-23mir_tstrncpy <> _tcsncpyGeorge Hazan
2015-05-23replace strncpy to mir_strncpyKirill Volinsky
2015-05-22replace strcpy to mir_strcpyKirill Volinsky
2015-05-22replace strcmp to mir_strcmpKirill Volinsky
2015-05-22replace strlen to mir_strlenKirill Volinsky
2015-03-30HTTPServer: Minor fixesTobias Weimer
2014-12-01mir_snprintf(..., sizeof() -> SIZEOF(), ...)Rozhuk Ivan
2014-06-19revert unicodeKirill Volinsky
2014-06-15some unicode fixesKirill Volinsky
2014-06-14plugin unicodedKirill Volinsky
2013-07-25replace sprintf to mir_snprintf (part 6)Kirill Volinsky
2013-07-23replace sprintf to mir_snprintf (part 3)Kirill Volinsky
2013-06-23various warning fixesGeorge Hazan
2013-02-27added version infoKirill Volinsky
2013-01-20HTTPServer adoptedKirill Volinsky