0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Jan 29, 2025 — Jan 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make VERSION available to 'require "protocol_buffers"' More... almost 13 years ago
remove rvmrc from git repo More... almost 13 years ago
activate ext, add rake compiler and cleanup More... almost 13 years ago
Check string UTF-8-ness on message encoding More... almost 13 years ago
add rake to dev dependencies More... about 13 years ago
bump version to 1.3.0 More... about 13 years ago
README updates More... about 13 years ago
bump version for 1.2.3.beta2 release More... about 13 years ago
fix typo in docs More... about 13 years ago
implement utf-8 validation of string fields More... about 13 years ago
don't include unset fields in Message#inspect output More... about 13 years ago
Add support for packed fields More... about 13 years ago
Update protocol buffers descriptor More... about 13 years ago
bump version for 1.2.3.beta1 release More... almost 14 years ago
don't create the RepeatedField until it is accessed More... almost 14 years ago
validate sub-messages More... almost 14 years ago
remove the no-longer-used gen_methods! call in .pb.rb files More... almost 14 years ago
don't go into a loop when initializing a recursive Message More... almost 14 years ago
Merge pull request #18 from mculp/master More... about 14 years ago
add a reader for proxy_class on message fields More... about 14 years ago
remove stray puts in specs More... about 14 years ago
Merge pull request #17 from iseatz/master More... about 14 years ago
Removes redundant nil bug spec and removes a stray puts from the Unicode bug spec. More... about 14 years ago
Updates VERSION to reflect new fixes for nils, negative numbers, and Unicode strings. More... about 14 years ago
Merge branch 'nil_fix' More... about 14 years ago
Rebuilt gem with new version to include Mark's fixes More... about 14 years ago
Adds Rspec tests to demonstrate various bugs in the protobuffer library. More... about 14 years ago
Fixes Ruby 1.9 encoding on returned Strings. More... about 14 years ago
Uses bytesize to determine string length in encoder rather than length. More... about 14 years ago
Better yet, a one-line negative fix. This preserves max range checking. If an int32 exceeds it's proper max range, the 64-bit max is subtracted from it. More... about 14 years ago