summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbytedata_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
| | | | Reviewed-by: Trust Me
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
| | | | Reviewed-by: Trust Me
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Fix incorrect license headers.Jason McDonald2009-08-041-1/+11
| | | | Reviewed-by: Trust Me
* Compile fix with namespaces after 8ab072aff0 broke it.hjk2009-07-201-0/+3
|
* QNetworkAccessManager: HTTP download performance improvementsMarkus Goetz2009-07-171-0/+200
Better usage of move semantics with implicit sharing to avoid detaching (=malloc/memcpy). Also some other improvements. Download performance improvement is around 20% according to the httpDownloadPerformance autotest. Reviewed-by: Thiago Macieira