Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-05 | If present, top-level domain must be alphabetic | Rod Montgomery | |
See RFC 1123, Section 2.1 http://tools.ietf.org/html/rfc1123#section-2 | |||
2015-02-19 | Check for string before copying | Morgan Haskel | |
2015-02-14 | (MODULES-1771) Don't modify input to is_domain_name() | Sean Millichamp | |
Fix is_domain_name() so it dup's its incoming argument to avoid changing the original with a later chomp! | |||
2014-05-08 | Fix the stdlib functions that fail tests | Hunter Haugen | |
2012-01-11 | Check according to rfc1035 | Stig Sandbeck Mathisen | |
Update doc string to match function | |||
2011-08-05 | Prep for stdlib merge | Ken Barber | |
* Renamed load_yaml & load_json to parseyaml & parsejson * Renamed is_valid_* functions and remove the 'valid_' |