Add comment.
[bertos.git] / bertos / net / http.c
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.