summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkcookie.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Fixed toRawForm because the domains usually start with a dot.Thiago Macieira2009-08-181-1/+6
* | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | Move the QNetworkCookieJar class out of qnetworkcookie.[h,cpp] files and into...Benjamin C Meyer2009-07-291-255/+0
* | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | improved string operations all over the placeThierry Bastian2009-05-281-1/+1
|/
* fix parsing cookies in multiple linesPeter Hartmann2009-05-071-17/+16
* QNetworkCookieJar: do not allow cookies for domains like ".com"Peter Hartmann2009-05-041-0/+7
* QNetworkCookieJar: allow cookies with wrong domain attributePeter Hartmann2009-04-301-5/+4
* Use the standard 'type name = value' variable declaration for PODThiago Macieira2009-04-031-1/+1
* Fix the parsing of October dates.Benjamin C Meyer2009-03-301-3/+4
* Fix parsing of multiple cookies that are separated by a newlineThiago Macieira2009-03-301-1/+1
* Fix accesses past-the-end of the byte arrayThiago Macieira2009-03-301-2/+3
* Fix parsing of dates: if the month is followed by a dash, it's not the negati...Thiago Macieira2009-03-301-0/+2
* When doing date comparisons, force to the same timezone.Thiago Macieira2009-03-301-1/+1
* Fix a few issues introduced by Ben's last patch.Thiago Macieira2009-03-301-15/+24
* Change cookie expiration reading to match the behavior of Firefox. Rather the...Benjamin C Meyer2009-03-301-53/+384
* Fix bug introduced by last patch.Thiago Macieira2009-03-301-1/+1
* When parsing a cookie string the ',' character is special because it is used ...Benjamin C Meyer2009-03-301-1/+9
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+932