summaryrefslogtreecommitdiff
path: root/libsoup/soup-date.c
Commit message (Expand)AuthorAgeFilesLines
* SoupDate: deprecate soup_date_to_timeval()Claudio Saavedra2020-01-171-0/+4
* SoupDate: bump soup_date_is_past() optimizationClaudio Saavedra2020-01-161-1/+1
* SoupDate: Move from GTimeVal to glibc APIs in soup_date_to_time_t()Claudio Saavedra2019-08-211-13/+17
* Add missing (nullable) annotations, assorted minor introspection fixesEvan Nemerson2014-11-231-2/+2
* docs: Lots of minor fixes and additionsDan Winship2012-12-271-7/+7
* Add per-version deprecation/availability warningsDan Winship2012-11-081-0/+4
* Clean up includesDan Winship2012-07-131-1/+1
* Use G_DEFINE_INTERFACE and G_DEFINE_BOXED_TYPEDan Winship2012-07-131-14/+1
* SoupCookieJar: catch overflows when parsing very distant datesDan Winship2011-03-111-2/+14
* Parse month names regardless of caseChristian Dywan2011-03-081-1/+1
* Fix a warning (again)Dan Winship2011-01-251-2/+2
* soup_date_new_from_string: fix an out-of-bounds memory accessDan Winship2010-06-091-4/+4
* Add get methods for SoupCookie, SoupDate, and SoupURI fieldsDan Winship2010-04-281-0/+130
* Add gobject-introspection supportAndreas Rottmann2010-04-261-1/+1
* Clarify that an ignored return value is intentional, to appease fortifyDan Winship2009-08-091-2/+2
* Fix soup_date_to_string() to deal with non-UTC times correctlyDan Winship2009-04-181-50/+184
* Bug 579055 – SOUP_DATE_RFC2822 not handled in soup_date_to_string()Enrico Tröger2009-04-181-4/+15
* Fix ISO 8601 parsing to accept either "." or ","Dan Winship2009-04-081-1/+1
* gtk-doc updates. In particular, document a bunch of convenience #defines,Dan Winship2009-03-081-0/+4
* free the expires date, if setDan Winship2008-10-271-2/+20
* Add a SoupDate to GTimeVal conversion function, for use in gvfs. #549006,Bastien Nocera2008-08-221-2/+20
* Initial HTTP cookie support imported from development git repo,Dan Winship2008-04-091-0/+18
* fix the test for no-day-parsed (parse_year): likewise fix the test forDan Winship2008-03-291-37/+62
* mark the DES magic number arrays constDan Winship2008-02-091-6/+3
* clamp the result to the time_t range, and document that. Remove the #ifdefDan Winship2008-02-071-27/+22
* Use GObject properties. (soup_address_new, soup_address_new_from_sockaddr)Dan Winship2008-02-011-6/+7
* newDan Winship2008-02-011-0/+51
* Allow autogening even without AM_PATH_LIBGCRYPT availableTor Lillqvist2008-01-241-1/+1
* Merge libsoup-2.4 branch to trunkDan Winship2008-01-151-147/+449
* minor rfc850-date parsing improvement suggested by RFC2616 19.3.Dan Winship2007-09-251-0/+2
* require glib 2.12. check for timegm().Dan Winship2007-03-171-58/+14
* add tests for apache mod_php5 and xmlrpc-epi-phpDan Winship2006-06-191-1/+1
* fix two bugs in the YYYYMMDD case.Dan Winship2005-12-211-2/+2
* Mention in the doc comment that gmtime() is thread-safe on Windows.Tor Lillqvist2005-07-061-2/+5
* check for gmtime_rDan Winship2005-06-141-0/+261