summaryrefslogtreecommitdiff
path: root/noncore/net/ubrowser/httpfactory.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-08-09Merge from BRANCH_1_0kergoth1-6/+6
2003-03-21fixed commandline argument reading, made ubrowser a "document-oriented ↵spiralman1-20/+20
application" (implemented setDocument, etc)
2003-03-21commented out debuging output and increased version to 0.1 (thought 0.0 was ↵spiralman1-4/+4
causing problems w/ ipkg)
2003-03-15HttpFactory::data() now returns 0 if there is a 404 error (previously, if ↵spiralman1-1/+7
there was a 404 error on an image, the browser would get stuck in an infinite loop). also, fixed html detection
2003-03-15added code to force QTextBrowser to parse input as html if http header ↵spiralman1-0/+5
claims thats what it is (it was having problems autodetecting on certain pages)
2003-03-15moved from using QSockets to normal unix sockets, images and chunked ↵spiralman1-12/+260
encoding **should** work <crosses fingers>
2002-08-03fixed relative links (except from forward and back buttons), added initial ↵spiralman1-6/+19
image code (not working), changes to chunked encoding (still not working, might be a qsocket issue)
2002-07-19initial add of ubrowser sourcespiralman1-0/+104