2008-08-10 Geoffrey Sneddon Update to current spec. default tip
2008-02-05 Geoffrey Sneddon Merge in changes from SP (make sure pct-encoded is always two characters).
2007-11-11 Geoffrey Sneddon Add property API to IRI
2007-09-08 Geoffrey Sneddon Sniffed "official" type is case-insensitive, and MUST be normalised to lowercase
2007-08-25 Geoffrey Sneddon Reflect changes to spec
2007-08-20 Geoffrey Sneddon Fix rest of the test cases
2007-08-20 Geoffrey Sneddon Note that it was "originally" done under contract. Latter commits (like this) aren't.
2007-08-20 Geoffrey Sneddon Fix first couple of errors
2007-08-20 Geoffrey Sneddon Two mini-HTTP examples
2007-08-20 Geoffrey Sneddon Add README/LICENSE
2007-08-17 Geoffrey Sneddon Finish feed/HTML
2007-08-17 Geoffrey Sneddon Start feed_or_html
2007-08-17 Geoffrey Sneddon Add sniffed_type::unknown()
2007-08-17 Geoffrey Sneddon Add sniffed_type::text_or_binary()
2007-08-17 Geoffrey Sneddon Start sniffing
2007-08-16 Geoffrey Sneddon I remember coming accross a date with a decimal point without digits following it
2007-08-16 Geoffrey Sneddon Correct W3C-DTF
2007-08-16 Geoffrey Sneddon More moving around, this time making us a singleton
2007-08-16 Geoffrey Sneddon Move around, so less code need be executed
2007-08-15 Geoffrey Sneddon Add comments, merge into one class, add Parse_Date::add_callback()
2007-08-15 Geoffrey Sneddon Add comments listing captured subpatterns
2007-08-15 Geoffrey Sneddon Move date_w3cdtf slightly towards being a larger subset of ISO8601:1988 (hyphen and colon seperators are now optional, and the T may also be a space character)
2007-08-15 Geoffrey Sneddon Add strtotime() parser
2007-08-15 Geoffrey Sneddon Whitespace wizz
2007-08-15 Geoffrey Sneddon Cache day/month PCREs
2007-08-15 Geoffrey Sneddon We don't want to remove RFC2822 comments from W3C-DTF dates
2007-08-15 Geoffrey Sneddon Fix parse error
2007-08-15 Geoffrey Sneddon Greek (that was horrible typing!)
2007-08-15 Geoffrey Sneddon Hungarian!
2007-08-15 Geoffrey Sneddon German, Italian, Spanish, and Finnish days/months
2007-08-15 Geoffrey Sneddon Actually deal with decimal seconds
2007-08-15 Geoffrey Sneddon Add W3C-DTF, add French and Dutch days/months
2007-08-14 Geoffrey Sneddon Add timezone list, and RFC850 support
2007-08-14 Geoffrey Sneddon Deal with 2 or 3 digit years
2007-08-14 Geoffrey Sneddon Make date_asctime() less strict
2007-08-14 Geoffrey Sneddon Add RFC2822 dates
2007-08-14 Geoffrey Sneddon Move month and date lists to Base_Parse_Date
2007-08-14 Geoffrey Sneddon Add Parse_Date::asctime(), get in a working state
2007-08-14 Geoffrey Sneddon Add Base_Parse_Date
2007-08-09 Geoffrey Sneddon Fix typo in comment
2007-08-09 Geoffrey Sneddon There's no point in these being constants
2007-08-09 Geoffrey Sneddon More comment tweaking
2007-08-09 Geoffrey Sneddon No need to call Net_IPv6::removeNetmaskSpec() from here
2007-08-09 Geoffrey Sneddon Fix issues with comments
2007-08-09 Geoffrey Sneddon Change to SP coding standards
2007-08-09 Geoffrey Sneddon Remove unneeded methods/constants
2007-08-07 Geoffrey Sneddon Optimise HTTP_Response_Parser::is_linear_whitespace()
2007-08-07 Geoffrey Sneddon Actually parse the headers, remove needless check for end of data, lowercase all header names
2007-08-07 Geoffrey Sneddon Fix causes of infinite loops and false failures
2007-08-07 Geoffrey Sneddon Replace switch (true) with if/elseif/else
2007-08-07 Geoffrey Sneddon Remove regex
2007-08-07 Geoffrey Sneddon Add comments
2007-08-07 Geoffrey Sneddon More use of === not ==
2007-08-07 Geoffrey Sneddon Use === not ==
2007-08-07 Geoffrey Sneddon Set HTTP_Response_Parser::$reason to '' on failure
2007-08-07 Geoffrey Sneddon Fix bugs of pointer being moved at wrong time.
2007-08-07 Geoffrey Sneddon First attempt at new HTTP response parser
2007-08-07 Geoffrey Sneddon Fix a whole load of bugs
2007-08-07 Geoffrey Sneddon IRI::absolutize() and getters
2007-08-07 Geoffrey Sneddon Change the method ordering to be more logical