1. 07be297 Fix build with assertions. by staikos · 18 years ago
  2. 128c1c2 Another build fix. by staikos · 18 years ago
  3. 7b02214 Patch from Eli Fidler to properly decode data: urls. by staikos · 18 years ago
  4. c6cea58 Fix a minor memory leak in the loader by staikos · 18 years ago
  5. cc8d1a3 Fix a massive memory leak in the loader. by staikos · 18 years ago
  6. b694c4b Rework much of WebCoreHttp to make it more stable and support Proxy and SSL. by staikos · 18 years ago
  7. 46a4731 Fix compilation with various Qt configurations by staikos · 18 years ago
  8. 24fa964 Some work on adding HTTP proxy and SSL errors to WebKitQt, as well as preparing by staikos · 18 years ago
  9. 62156c6 Add https support by staikos · 18 years ago
  10. 897f34f Fix a crash when a request from the plugin resulted by lars · 18 years ago
  11. e413f96 Added httpHeaderField setter/getter to QWebNetworkRequest for convenience. by hausmann · 18 years ago
  12. d83c45d Added a QWebNetworkRequest convenience constructor. by hausmann · 18 years ago
  13. 06cba1a Minor QWebNetworkRequet API fixlet by hausmann · 18 years ago
  14. 7dfac69 Use QWebNetworkRequest for QWebPage::navigationRequested. by hausmann · 18 years ago
  15. d2860e0 Some docs for QWebNetworkRequest by hausmann · 18 years ago
  16. fde85e8 Rename QWebNetworkJob::request() into QWebNetworkJob::httpHeader() and added by hausmann · 18 years ago
  17. 7c04428 Introduce QWebNetworkRequest in the public API. by hausmann · 18 years ago
  18. c27c031 Changed QWebNetworkJobPrivate to aggregate a QWebNetworkRequest instead of inheriting from it. by hausmann · 18 years ago
  19. c21a3e6 Rename QWebNetworkRequest::request into QWebNetworkRequest::httpHeader. by hausmann · 18 years ago
  20. 89dcd9e Parts of the patch done by Zack. by lars · 18 years ago
  21. 1eac867 Added a QWebNetworkRequest::init overload that takes a WebCore::ResourceRequest, by hausmann · 18 years ago
  22. e8aa9fc Moved the postData setup into QWebNetworkRequest::init. by hausmann · 18 years ago
  23. 385c7b2 Moved HTTP header field propagation to QWebNetworkRequest::init. by hausmann · 18 years ago
  24. c4e52ee Started moving the code to separate a WebCore::ResourceRequest into a QUrl, postData by hausmann · 18 years ago
  25. 6174b8e Reviewed by Zack. by lars · 18 years ago
  26. 0b1e6eb Reviewed by Zack by lars · 18 years ago
  27. e5642d7 The http loader should only ask for http cookies. (not, for example, data: cookies) by staikos · 18 years ago
  28. fb27cb4 Fix multipart HTTP POSTs in the Qt port by hausmann · 18 years ago
  29. 5b9e78e Share WebCoreHttp and therefore HTTP connections among multiple by hausmann · 18 years ago
  30. 5482b09 Added support for per-QWebPage network interface handlers, clean up the by hausmann · 18 years ago
  31. 187bdff Reviewed by Zack by lars · 18 years ago
  32. 724ee47 Fix Host: line in HTTP headers and resolving of relative URLs by lars · 18 years ago
  33. 088e344 Fix http headers for POST. by hausmann · 18 years ago
  34. b2c8d26 Reviewed by Simon by lars · 18 years ago
  35. 3130306 Reviewed by Zack. by lars · 18 years ago