summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.521.52Gisle Aas2009-12-302-2/+16
* Need to recognize lower case hex digits as wellGisle Aas2009-12-302-1/+4
* Add some test examples from draft-duerst-iri-bis.txtGisle Aas2009-12-301-1/+17
* Check behaviour when feeded URI constructor Latin-1 charsGisle Aas2009-12-281-1/+10
* IDNA roundtrip test on wrong variableGisle Aas2009-12-272-5/+6
* Don't croak on IRIs that can't be IDNA encodedGisle Aas2009-12-272-3/+16
* %%host%% hack can be removed when URI::_server::as_iri worksGisle Aas2009-12-272-10/+1
* Encode::decode('UTF-8',...) with callback implemented in 2.39Gisle Aas2009-11-261-2/+2
* Release 1.511.51Gisle Aas2009-11-232-1/+11
* use strict && use TestGisle Aas2009-11-231-13/+10
* Don't chdir and then try lame attempt at fixing up @INCGisle Aas2009-11-231-9/+6
* Release 1.501.50Gisle Aas2009-11-213-3/+47
* Don't include RFCs in the cpan tarballGisle Aas2009-11-211-1/+0
* Merge branch 'iri'Gisle Aas2009-11-2112-4/+6362
|\
| * Make as_iri leave escapes not forming valid UTF-8 sequencesiriGisle Aas2009-11-072-2/+21
| * Hack to make as_iri turn A-labels into U-labelsGisle Aas2009-11-072-8/+11
| * Add basic iri testGisle Aas2009-11-073-20/+32
| * Rename host_unicde as ihostGisle Aas2009-11-072-1/+5
| * Load Encode when its usedGisle Aas2009-11-071-2/+5
| * draft-duerst-iri-bis-07: The proposed RFC 3987 updateGisle Aas2009-11-071-0/+3248
| * Rename as_unicde to as_iriGisle Aas2009-11-074-8/+11
| * Update manifest with the new idna/punycode filesGisle Aas2009-11-071-0/+5
| * Ensure upgraded strings as inputGisle Aas2009-10-311-0/+1
| * Keep reference to IDNA::Punycode in the URI::_punycode docsGisle Aas2009-10-271-2/+3
| * Fix test affected by IDNAGisle Aas2009-10-271-2/+2
| * Avoid various use of undef warningsGisle Aas2009-10-271-2/+2
| * Start using URI::_idna for encoding of URIsGisle Aas2009-10-271-6/+6
| * Add private URI::_idna module based on encodings/idna.pyGisle Aas2009-10-272-0/+91
| * Some more tests from RFC 3492Gisle Aas2009-10-271-3/+22
| * punycode of plain ascii should not edit with "-"Gisle Aas2009-10-271-1/+2
| * Get URI::_punycode workingGisle Aas2009-10-272-7/+42
| * Include initial private Punycode moduleGisle Aas2009-10-271-0/+203
| * Must punycode each part of the domain name separatelyGisle Aas2009-10-251-4/+4
| * An IRI class might be helpful (RFC 3987)Gisle Aas2009-10-252-0/+2620
| * Make as_unicode undo punycode for server URLsGisle Aas2009-10-251-0/+16
| * Introduce the as_unicode methodGisle Aas2009-10-252-3/+17
| * Escape IDNA hostnamesGisle Aas2009-10-253-3/+54
| * A "test case" to start IDNA prototype fromGisle Aas2009-10-251-0/+9
|/
* Document how the host methods deal with IPv6 addressesGisle Aas2009-10-251-0/+9
* Added more tests for setting IPv6 addresses using the host methodGisle Aas2009-10-252-9/+28
* Strip brackets off IPv6 hosts [RT#34309]Michael G. Schwern2009-10-232-20/+19
* Note that mailto does not contain a host() and this is not a bug.Michael G. Schwern2009-10-231-0/+4
* Fix != overloading to match ==Michael G. Schwern2009-10-083-3/+25
* 2nd attempt to get heuristic.t to pass [RT#36554]1.40Gisle Aas2009-08-143-2/+10
* Release 1.391.39Gisle Aas2009-08-132-1/+10
* Test exactly the DNS names we care about [RT#36554]Gisle Aas2009-08-121-2/+2
* Fill in META.yml1.38Gisle Aas2009-05-281-3/+38
* Release 1.38Gisle Aas2009-05-282-4/+19
* Merge branch 'master' of git@gitorious.org:perl-uri/mainlineGisle Aas2009-05-282-3/+3
|\
| * Refer to JavaScript encodeURIComponent() instead of encodeURI(), it's closer ...Ville Skyttä2009-04-071-1/+1