Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improvements to follow the behavior of web servers and other browsers, ↵ | Benjamin C Meyer | 2009-03-30 | 1 | -3/+17 |
| | | | | | | | | | | specifically match the behavior of Firefox which servers test against. - When updating the cache metadata don't update content-* headers - Don't lowercase headers names when updating them - Fixed a typo in QNETWORKACCESSHTTPBACKEND_DEBUG code Originally seen on http://www.bibelbund.de/htm/99-4-306.htm where on refresh the 304 will set the content type of text/plain. Signed-off-by: Thiago Macieira <thiago.macieira@nokia.com> Signed-off-by: Peter Hartmann <peter.hartmann@trolltech.com> | ||||
* | Doc - added QHostInfo to QHostAddress' See Also line, as requested by | Kavindra Devi Palaraja | 2009-03-26 | 1 | -1/+1 |
| | | | | | | | the task. Task-number: 249423 Reviewed-by: TrustMe | ||||
* | Fix a small mistake in recalculating the timeout in case we get | Thiago Macieira | 2009-03-25 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | interrupted twice by a signal. If we're interrupted only once, there's no problem. If we're interrupted twice, we subtract the elapsed time since the beginning from the remaining time, so this won't work. The correct thing is to recalculate from the original timeout value. This is extremely difficult to test, since it requires that the select(2) call be interrupted twice by signals. The only way to do this is by sending two signals to a program from another program (or threads, with pthread_kill(3)) with less than half of the time left, then send data to cause the loop to exit with success. Reviewed-by: Peter Hartmann <peter.hartmann@nokia.com> | ||||
* | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 128 | -0/+54195 |