aboutsummaryrefslogtreecommitdiff
path: root/src/net/tcp/http.c
AgeCommit message (Expand)AuthorFilesLines
2007-01-15Protocol's get() method no longer takes ownership of the URI. HTTP is theMichael Brown1-3/+0
2007-01-15Must free http on the error path; nothing else will do itMichael Brown1-0/+1
2007-01-15Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown1-9/+75
2007-01-12Fixed HTTPMichael Brown1-132/+290
2006-12-27Merge changes from mcb-tcp-fixes branch.Michael Brown1-22/+26
2006-08-12Bug fixes to the HTTP protocol codeDerek Pryor1-1/+1
2006-08-12Bug fixes to the HTTP protocol codeDerek Pryor1-4/+3
2006-08-11New HTTP protocol and test codeDerek Pryor1-0/+201