| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: Lots of minor fixes and additions | Dan Winship | 2012-12-27 | 1 | -7/+7 |
* | Add per-version deprecation/availability warnings | Dan Winship | 2012-11-08 | 1 | -0/+4 |
* | Clean up includes | Dan Winship | 2012-07-13 | 1 | -1/+1 |
* | Use G_DEFINE_INTERFACE and G_DEFINE_BOXED_TYPE | Dan Winship | 2012-07-13 | 1 | -14/+1 |
* | SoupCookieJar: catch overflows when parsing very distant dates | Dan Winship | 2011-03-11 | 1 | -2/+14 |
* | Parse month names regardless of case | Christian Dywan | 2011-03-08 | 1 | -1/+1 |
* | Fix a warning (again) | Dan Winship | 2011-01-25 | 1 | -2/+2 |
* | soup_date_new_from_string: fix an out-of-bounds memory access | Dan Winship | 2010-06-09 | 1 | -4/+4 |
* | Add get methods for SoupCookie, SoupDate, and SoupURI fields | Dan Winship | 2010-04-28 | 1 | -0/+130 |
* | Add gobject-introspection support | Andreas Rottmann | 2010-04-26 | 1 | -1/+1 |
* | Clarify that an ignored return value is intentional, to appease fortify | Dan Winship | 2009-08-09 | 1 | -2/+2 |
* | Fix soup_date_to_string() to deal with non-UTC times correctly | Dan Winship | 2009-04-18 | 1 | -50/+184 |
* | Bug 579055 – SOUP_DATE_RFC2822 not handled in soup_date_to_string() | Enrico Tröger | 2009-04-18 | 1 | -4/+15 |
* | Fix ISO 8601 parsing to accept either "." or "," | Dan Winship | 2009-04-08 | 1 | -1/+1 |
* | gtk-doc updates. In particular, document a bunch of convenience #defines, | Dan Winship | 2009-03-08 | 1 | -0/+4 |
* | free the expires date, if set | Dan Winship | 2008-10-27 | 1 | -2/+20 |
* | Add a SoupDate to GTimeVal conversion function, for use in gvfs. #549006, | Bastien Nocera | 2008-08-22 | 1 | -2/+20 |
* | Initial HTTP cookie support imported from development git repo, | Dan Winship | 2008-04-09 | 1 | -0/+18 |
* | fix the test for no-day-parsed (parse_year): likewise fix the test for | Dan Winship | 2008-03-29 | 1 | -37/+62 |
* | mark the DES magic number arrays const | Dan Winship | 2008-02-09 | 1 | -6/+3 |
* | clamp the result to the time_t range, and document that. Remove the #ifdef | Dan Winship | 2008-02-07 | 1 | -27/+22 |
* | Use GObject properties. (soup_address_new, soup_address_new_from_sockaddr) | Dan Winship | 2008-02-01 | 1 | -6/+7 |
* | new | Dan Winship | 2008-02-01 | 1 | -0/+51 |
* | Allow autogening even without AM_PATH_LIBGCRYPT available | Tor Lillqvist | 2008-01-24 | 1 | -1/+1 |
* | Merge libsoup-2.4 branch to trunk | Dan Winship | 2008-01-15 | 1 | -147/+449 |
* | minor rfc850-date parsing improvement suggested by RFC2616 19.3. | Dan Winship | 2007-09-25 | 1 | -0/+2 |
* | require glib 2.12. check for timegm(). | Dan Winship | 2007-03-17 | 1 | -58/+14 |
* | add tests for apache mod_php5 and xmlrpc-epi-php | Dan Winship | 2006-06-19 | 1 | -1/+1 |
* | fix two bugs in the YYYYMMDD case. | Dan Winship | 2005-12-21 | 1 | -2/+2 |
* | Mention in the doc comment that gmtime() is thread-safe on Windows. | Tor Lillqvist | 2005-07-06 | 1 | -2/+5 |
* | check for gmtime_r | Dan Winship | 2005-06-14 | 1 | -0/+261 |