Minor fix.
[bertos.git] / bertos / net / http.c
2012-01-19 Daniele BasileMinor fix.
2012-01-18 Daniele BasileSome fix and simple optimizations.
2011-10-18 asterixRemove uneeded debug string.
2011-10-18 asterixFix comments.
2011-10-13 asterixFix comments.
2011-10-13 asterixFix doxygen warning.
2011-10-11 asterixMake server reply content type message configurable...
2011-10-04 asterixClean up. Return error also when we don't found key...
2011-10-04 asterixDeconding query string when we get a key value from it.
2011-10-03 asterixAdd comment.
2011-10-03 asterixAdd some utility to manage query strings.
2011-10-03 asterixCheck if the return buffer is biggest enough.
2011-10-03 asterixDecode percent-encoding in url. Add test. Reorder code.
2011-10-03 asterixAdd other string search method for cgi table.
2011-10-03 asterixReformar get name funtion. Add test.
2011-10-03 asterixDo not test for avr family.
2011-09-30 asterixAdd comments.
2011-09-30 asterixRemove sd dependence. Add default callback to match...
2011-09-30 asterixFix find name function. Pass as argument to cgi callbac...
2011-09-28 asterixAdd first implementation of http server module.