Remove build warning
[platform/upstream/libsoup.git] / libsoup / soup-date.c
2015-11-10 Seonah MoonBase Code merged to tizen 2.4 97/51497/1 accepted/tizen/mobile/20151111.231940 accepted/tizen/tv/20151111.232000 accepted/tizen/wearable/20151111.232009 submit/tizen/20151111.070234
2012-12-28 Dan Winshipdocs: Lots of minor fixes and additions
2012-11-08 Dan WinshipAdd per-version deprecation/availability warnings
2012-07-13 Dan WinshipClean up includes
2012-07-13 Dan WinshipUse G_DEFINE_INTERFACE and G_DEFINE_BOXED_TYPE
2011-03-11 Dan WinshipSoupCookieJar: catch overflows when parsing very distan...
2011-03-08 Christian DywanParse month names regardless of case
2011-01-25 Dan WinshipFix a warning (again)
2010-06-10 Dan Winshipsoup_date_new_from_string: fix an out-of-bounds memory...
2010-04-29 Dan WinshipAdd get methods for SoupCookie, SoupDate, and SoupURI...
2010-04-26 Andreas RottmannAdd gobject-introspection support
2009-08-09 Dan WinshipClarify that an ignored return value is intentional...
2009-04-18 Dan WinshipFix soup_date_to_string() to deal with non-UTC times...
2009-04-18 Enrico TrögerBug 579055 – SOUP_DATE_RFC2822 not handled in soup_date...
2009-04-08 Dan Winship Fix ISO 8601 parsing to accept either "." or ","
2009-03-08 Dan Winshipgtk-doc updates. In particular, document a bunch of...
2008-10-27 Dan Winshipfree the expires date, if set
2008-08-22 Bastien NoceraAdd a SoupDate to GTimeVal conversion function, for...
2008-04-09 Dan Winship Initial HTTP cookie support imported from development...
2008-03-29 Dan Winshipfix the test for no-day-parsed (parse_year): likewise...
2008-02-09 Dan Winshipmark the DES magic number arrays const
2008-02-07 Dan Winshipclamp the result to the time_t range, and document...
2008-02-01 Dan WinshipUse GObject properties. (soup_address_new, soup_address...
2008-02-01 Dan Winshipnew
2008-01-24 Tor LillqvistAllow autogening even without AM_PATH_LIBGCRYPT available
2008-01-15 Dan WinshipMerge libsoup-2.4 branch to trunk
2007-09-25 Dan Winshipminor rfc850-date parsing improvement suggested by...
2007-03-17 Dan Winshiprequire glib 2.12. check for timegm().
2006-06-19 Dan Winshipadd tests for apache mod_php5 and xmlrpc-epi-php
2005-12-21 Dan Winshipfix two bugs in the YYYYMMDD case.
2005-07-06 Tor LillqvistMention in the doc comment that gmtime() is thread...
2005-06-14 Dan Winshipcheck for gmtime_r