summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Formatted README, rewrote IPAddress::parse and wrote IPv4#parse_classful testperformbluemonk2010-09-074-23/+18
* Added rubydoc.info as main documentation sitebluemonk2010-09-071-1/+1
* Changed README.rdoc to reflect latests changesbluemonk2010-08-302-35/+70
* Added IPv4#private?bluemonk2010-08-274-1/+34
* Wrote documentation for IPv4::parse_classful and rewrote IPv4#size and IPv4#b...bluemonk2010-08-251-40/+47
* lots of methods rewriting to improve performancesbluemonk2010-08-243-16/+49
* Changed default behaviour when IPv4#new is called with no prefix specified: i...bluemonk2010-08-203-4/+43
* Added IPv4#to_s benchmark testbluemonk2010-08-131-0/+21
* Rewrote IPv6::Mapped to accept mapped IPv4 in IPv6 formatbluemonk2010-07-273-17/+52
* Fixed typo in IPv6#include? docbluemonk2010-07-241-3/+1
* Added IPv6#network_u128 and IPv6#include?bluemonk2010-07-243-3/+60
* Right class called from Prefix32::parse_netmask (closes #1)bluemonk2010-07-222-1/+2
* Fixed irb command in rake consolebluemonk2010-07-221-1/+1
* Version bump to 0.6.0v0.6.0bluemonk2010-07-191-1/+1
* Added rubinius as supported platformsbluemonk2010-07-181-0/+1
* Merge remote branch 'origin/master'bluemonk2010-07-182-1/+7
|\
| * Block arguments are not local in Ruby 1.8Daniele Alessandri2010-07-181-1/+1
| * Create an Hash#key alias for Hash#index (Ruby < 1.9)Daniele Alessandri2010-07-181-0/+6
* | Added more compatible Ruby versionsbluemonk2010-07-181-5/+13
|/
* Fixed some documentation and formatted CHANGELOG with rdocbluemonk2010-07-182-15/+16
* Lots of changes towards 0.6.0bluemonk2010-07-1815-336/+694
* Fixed copy-paste fail (thanks to ccss-sandia)Marco Ceresa2010-05-251-1/+1
* Fixed another bug in README.rdoc formattingMarco Ceresa2010-05-241-0/+1
* Fixed bug in README.rdoc formattingMarco Ceresa2010-05-241-2/+2
* Changed some text formatting in documentationMarco Ceresa2010-05-241-4/+12
* fixed minor Rakefile bugMarco Ceresa2010-05-221-3/+11
* Release 0.5.0v0.5.0Marco Ceresa2010-05-221-1/+1
* Fixed minor bugsMarco Ceresa2010-05-222-0/+13
* Deleted unused filesMarco Ceresa2010-05-222-168/+0
* Finished documentation for IPAddress::Prefix, README and IPAddress::IPBaseMarco Ceresa2010-05-224-15/+190
* Fixed thanks sectionMarco Ceresa2010-05-201-1/+1
* Added thanks sectionMarco Ceresa2010-05-201-0/+5
* Completed most documentation on README.rdoc and ipv6.rbMarco Ceresa2010-05-202-8/+251
* Added special IPv6 addresses documentation and fixed a bug with IPv6::MappedMarco Ceresa2010-05-203-6/+146
* Version bump to 0.0.0Marco Ceresa2010-05-201-0/+1
* Added more IPv6 documentationMarco Ceresa2010-05-191-5/+113
* Added IPv6 documentation and fixed a bug in IPv6#to_hexMarco Ceresa2010-05-192-4/+72
* Wrote more documentationMarco Ceresa2010-05-143-20/+226
* Finished Network Design documentation part in README.rdocMarco Ceresa2010-05-142-0/+112
* Updated READMEMarco Ceresa2010-04-211-27/+23
* Fixed IPv4#subnet method. Now it correctly subnet networks in any number of s...Marco Ceresa2010-04-084-42/+110
* Completed tests for ipaddressMarco Ceresa2010-03-113-5/+173
* Fixed a problem with ipaddress regexp. Written more README documentation.Marco Ceresa2010-03-052-1/+98
* Started writing README.rdocMarco Ceresa2010-02-245-38/+206
* reached 100% coverage in IPv6 testsMarco Ceresa2010-02-104-12/+24
* Added more IPv6 and IPv4 methodsMarco Ceresa2010-02-094-48/+253
* added IPv4#+ and many new IPv6 methods and testsMarco Ceresa2010-02-035-30/+168
* Added IPv6 supportMarco Ceresa2010-01-1910-28/+423
* Subclassed Prefix with Prefix32; changed identation on ipv4.rbMarco Ceresa2010-01-125-698/+728
* Completed ::summarize documentationMarco Ceresa2009-12-122-14/+71