mongo-ruby-driver/ext/cbson
Tyler Brock f55fc95bf4 RUBY-432
Do not encode strings to utf-8 after checking that utf-8 is valid.

Before this fix, an encoding operation could turn valid utf-8 into
invalid utf-8 if an encoding that requires conversion is forced on a
valid string.
2012-06-01 14:20:15 -04:00
..
bson_buffer.c RUBY-242 check BSON size on a per-connection basis. 2011-08-25 14:57:24 -04:00
bson_buffer.h eliminate last explicit malloc/free for array key name, more performance measurements 2012-04-30 17:22:01 -04:00
cbson.c RUBY-432 2012-06-01 14:20:15 -04:00
encoding_helpers.c minor: fix extension compile errors 2012-06-01 13:11:00 -04:00
encoding_helpers.h minor: fix extension compile errors 2012-06-01 13:11:00 -04:00
extconf.rb renamed mongo_bson to bson 2010-04-05 10:39:55 -04:00
version.h RELEASE 1.6.2 2012-04-05 13:51:20 -04:00