summaryrefslogtreecommitdiffstats
path: root/src/network/access/qnetworkcookie.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Change bugreports.qt.nokia.com -> bugreports.qt-project.orgSergio Ahumada2012-02-091-1/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Remove support for multiple cookies in one Set-Cookie header to follow RFC6265.Jocelyn Turcotte2011-09-161-13/+5
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* QNetworkCookie: allow spaces in unquoted valuesPeter Hartmann2011-04-291-4/+5
* QNetworkCookie: do not access date string out of boundsPeter Hartmann2011-04-201-1/+1
* QNetworkCookie: fix quoted valuesPeter Hartmann2011-03-071-5/+8
* Fix for QTBUG-17746. Quotes is retained in cookie valueAparna Nandyal2011-03-071-7/+15
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* QNetworkCookie: do not accept cookies with non-alNum domainPeter Hartmann2010-05-311-0/+2
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* QNetworkCookie: Add the dot prefix of the domain while adding to the jarJocelyn Turcotte2009-11-091-4/+4
* 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