Kyle Banker
|
6f067756c8
|
Fix for serializing int/long
|
2010-11-08 17:21:17 -05:00 |
Kyle Banker
|
8e79793053
|
BUMP 1.1.2 and HISTORY
|
2010-11-04 17:50:48 -04:00 |
Kyle Banker
|
bc6e3b137a
|
minor: stop tracking Java class files
|
2010-11-02 16:11:51 -04:00 |
Kyle Banker
|
df0377c3d4
|
JRuby Test fixes
|
2010-10-12 15:39:28 -04:00 |
Kyle Banker
|
b0f2911170
|
BUMP 1.1.1
|
2010-10-07 17:59:12 -04:00 |
Kyle Banker
|
0c82f01d97
|
JRuby: validate key names and only move _id when necessary.
|
2010-10-07 17:42:39 -04:00 |
Kyle Banker
|
13f49585e9
|
RUBY-185 fix JRuby null pointer exception on embedded docs
Better HashWithIndifferentAccess tests
|
2010-10-07 17:05:45 -04:00 |
Kyle Banker
|
850159cd7c
|
BUMP 1.1
|
2010-10-04 15:19:14 -04:00 |
Kyle Banker
|
b8d6f57602
|
A few more BSON fixes
|
2010-10-04 14:25:44 -04:00 |
Kyle Banker
|
b3ed1486e5
|
minor: updates for removal deprecated DB and Connection methods and ObjectID
|
2010-10-04 13:28:26 -04:00 |
Kyle Banker
|
a743508611
|
removed prototype callback class
|
2010-10-04 12:14:16 -04:00 |
Kyle Banker
|
bf10db9b21
|
minor: ObjectId optimization
|
2010-10-04 12:09:29 -04:00 |
Kyle Banker
|
2ed0adbbc6
|
Fix C extension to handle BSON::Code (no longer a subclass of String)
|
2010-10-01 17:03:26 -04:00 |
Kyle Banker
|
3b5aac6de6
|
Encoder number handling cleanup
|
2010-10-01 16:29:31 -04:00 |
Kyle Banker
|
51964f8ad5
|
Fix INT / LONG serialization
|
2010-10-01 14:56:31 -04:00 |
Kyle Banker
|
c04dfec1db
|
Revert JRuby callback to use RubyBSONCallback
|
2010-10-01 13:57:16 -04:00 |
Kyle Banker
|
159c89b8b4
|
Java callback class returns LinkedHashMap
|
2010-10-01 13:56:51 -04:00 |
Kyle Banker
|
315e608cd4
|
Optimized callback class to return Java objects
|
2010-10-01 09:52:29 -04:00 |
Kyle Banker
|
2daf86bb7b
|
Added jar files
|
2010-09-30 12:00:22 -04:00 |
Kyle Banker
|
2a7b089a9b
|
BSON for JRuby
|
2010-09-30 09:43:17 -04:00 |
Kyle Banker
|
a1565b3ac8
|
BUMP 1.0.9
|
2010-09-20 15:07:30 -04:00 |
Kyle Banker
|
45e6aaef43
|
minor: fast_pack no longer used
|
2010-09-20 14:01:17 -04:00 |
Kyle Banker
|
b077ef992d
|
RUBY-182 Rubinius compatibility; use rb_ary_entry() in lieu of RARRAY_PTR
|
2010-09-20 13:48:06 -04:00 |
Kyle Banker
|
81395373e9
|
RUBY-183 better int bson performance (Chuck Remes)
|
2010-09-20 11:57:06 -04:00 |
Hongli Lai (Phusion)
|
bfa4926e1d
|
Optimize ObjectId#generate: cache the MD5 of the host name and generate counters in C instead of Ruby.
|
2010-09-14 10:37:22 -04:00 |
Hongli Lai (Phusion)
|
3f66721858
|
Optimize BSON C extension: cache some symbols instead of interning them over and over.
|
2010-09-13 10:51:29 -04:00 |
Kyle Banker
|
c2955239a4
|
BUMP BSON 1.0.7
|
2010-08-28 20:08:50 -04:00 |
Kyle Banker
|
7ca4683843
|
RUBY-173 better hash class detection for BSON
|
2010-08-28 16:35:45 -04:00 |
Kyle Banker
|
a867ddd341
|
BUMP BSON 1.0.6
|
2010-08-28 12:20:58 -04:00 |
Kyle Banker
|
5838b9aef7
|
RUBY-173 allow HashWithIndifferentAccess
|
2010-08-28 12:19:26 -04:00 |
Mike Dirolf
|
06602bd41e
|
clean up C ext Time handling
|
2010-08-25 11:27:38 -04:00 |
Mike Dirolf
|
7702d671ea
|
Use C objectid_generate for ObjectId in addition to ObjectID.
Also, remove broken defined? check from objectid.rb and object_id.rb -
it was never doing anything since we require those files at the top of
cbson.c.
|
2010-08-25 10:23:18 -04:00 |
Kyle Banker
|
02a0c7c2dc
|
RUBY-165 raise error if BSON.serialize is passed something other than a hash
|
2010-08-24 14:01:24 -04:00 |
Kyle Banker
|
e843891c8a
|
BUMP BSON 1.0.5
|
2010-08-24 12:50:37 -04:00 |
Kyle Banker
|
c7c309b00d
|
RUBY-158 deprecate BSON::ObjectID for BSON::ObjectId
|
2010-08-24 12:49:23 -04:00 |
Kyle Banker
|
a9c709f7a1
|
BUMP 1.0.4
|
2010-07-13 11:12:10 -04:00 |
Kyle Banker
|
a24448d911
|
attempted fix for bson_ext on solaris (slyphon)
|
2010-07-02 16:03:42 -04:00 |
Kyle Banker
|
713cf73b3d
|
BUMP 1.0.1
|
2010-05-07 15:41:40 -04:00 |
Mike Dirolf
|
d68e42812e
|
respect Encoding.default_internal in BSON decoder
|
2010-05-07 15:15:52 -04:00 |
sleverbor
|
ed76126a12
|
namespaced the OrderedHash class
|
2010-05-06 18:25:18 -07:00 |
Kyle Banker
|
159903ec95
|
BUMP 1.0; minor doc / example fixes
|
2010-04-29 11:11:53 -04:00 |
Kyle Banker
|
8ac3171981
|
ensure compatibility with early releases of Ruby 1.8.5 (dfitzgibbon) RUBY-125
|
2010-04-28 10:43:54 -04:00 |
Kyle Banker
|
b9f579876c
|
RUBY-120 configurable batch size; begin 0.20.2
|
2010-04-12 11:57:14 -04:00 |
Kyle Banker
|
49bc88c4b3
|
BUMP 0.20.1
|
2010-04-07 23:47:06 -04:00 |
Kyle Banker
|
910a82de7e
|
must use Connection.paired for paired connections
|
2010-04-07 17:10:28 -04:00 |
Kyle Banker
|
e18d2d6fbb
|
removed deprecated RegexpOfHolding
|
2010-04-07 16:32:25 -04:00 |
Kyle Banker
|
45d3b91882
|
exception refinements for bson split
|
2010-04-05 18:24:31 -04:00 |
Kyle Banker
|
75091f5ae5
|
renamed mongo_bson to bson
|
2010-04-05 11:13:07 -04:00 |
Kyle Banker
|
c4d5cb641b
|
renamed mongo_bson to bson
|
2010-04-05 10:39:55 -04:00 |
Charles Remes
|
b669b625cc
|
Changed RREGEXP_SOURCE macro to RREGX_SRC so it matches all rubies
|
2010-03-19 09:10:08 -05:00 |