0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00
Commit Graph

81 Commits

Author SHA1 Message Date
Dwight
5a261ed678 new shardkey implementation (first pass) 2009-02-27 11:04:36 -05:00
Aaron
6f25a72ec3 'better' LazyString 2009-02-20 10:48:32 -05:00
Aaron
4fca3ad77a Make assertions stringable 2009-02-19 12:43:46 -05:00
dwight
22085b0540 add a couple virtual destructors just to be safe 2009-02-17 19:21:01 -05:00
Dwight
d11d75e7ef separate counter for RARELY -- really only a partial "fix".
(we want these macros to be fast that is why it is as it is)
2009-02-11 12:25:28 -05:00
Aaron
166716bb25 dbtop 2009-02-09 15:57:30 -05:00
Dwight
7d593671fe rename classes and add a new client connect method 2009-02-06 16:56:14 -05:00
Dwight
4d5f0e9a78 clean up exception classes 2009-02-06 16:21:49 -05:00
Dwight
75712322a1 $SET change
recstore memory leak
2009-02-05 16:17:46 -05:00
Aaron
83915a6878 Add timestamp to lockless output function 2009-02-04 13:09:00 -05:00
Dwight
dc0093fbaa compilei on windows 2009-02-03 10:25:27 -05:00
Dwight
86fa7463e9 Merge branch 'master' of git.10gen.com:/data/gitroot/p
Conflicts:

	db/instance.cpp
2009-02-02 18:23:57 -05:00
Dwight
d1ba9dfb49 datastore work 2009-02-02 18:18:22 -05:00
Aaron
c684aab51f Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-02-02 09:54:23 -05:00
Aaron
8974979813 Clean up signal handling, fixing some potential hangs 2009-02-02 09:52:14 -05:00
dwight
c42f515761 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
Conflicts:

	stdafx.h
2009-02-01 15:00:24 -05:00
dwight
5e5765f9b4 recstore 2009-02-01 14:53:54 -05:00
Eliot Horowitz
9dc2d9aed8 else if -> elif 2009-02-01 08:40:01 -05:00
unknown
b8447bfcad inmemrecstore beginnings 2009-01-31 19:09:46 -05:00
Eliot Horowitz
2955d1d01c put mongo::exit back 2009-01-26 09:18:41 -05:00
dwight
7aba6a0e0f _id can be any type 2009-01-25 19:53:51 -05:00
Eliot Horowitz
1cffce1077 get rid of #define exit and just defined it in the mongo namespace 2009-01-25 12:40:11 -05:00
unknown
cb90806ce1 basic security 2009-01-18 20:31:33 -05:00
Aaron
90d45238aa Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
Eliot Horowitz
938c2c07a8 some cleaning so that client doesn't have to link against java and pcre 2009-01-15 10:08:20 -05:00
Aaron
ad1f6b3cbd Put our code in 'mongo' namespace 2009-01-14 17:09:51 -05:00
Eliot Horowitz
9ecc007b5b move sayDbContext to stdafx (it was defined there anyway) 2009-01-14 13:00:07 -05:00
Aaron
d91a66e744 Free bson builders if unable to parse 2009-01-06 14:27:05 -05:00
Aaron
dacc872ba2 Enhance json parser 2009-01-06 13:02:09 -05:00
Aaron
6a4de72765 Add non-Strict mode for Dbref, use base64 encoding for bindata 2008-12-31 11:33:41 -05:00
Aaron
50f1c26306 Try to fix windows compile 2008-12-31 08:40:04 -05:00
Aaron
b7cbd30112 Replace tab indentation with spaces 2008-12-28 20:28:49 -05:00
Dwight
752dbb0f45 fix linker warnings for vc++
defensive code for cursors abouttodelete
2008-12-17 15:47:25 -05:00
unknown
8e600e8f1b bug with the new NumericInt datatype fixed
keys were misordered in btree under certain condition.

bug could be manifested previously with:

  local.src.test.ed.db.stress.hunga()
  go(1,7109.450806359954)
2008-12-06 14:49:27 -05:00
Dwight
4b161903e4 $cmd assertinfo 2008-12-05 11:06:51 -05:00
Dwight
9fadd09ac6 show assertions in the web console 2008-12-04 18:11:25 -05:00
Dwight
60b769a8cb replication fixes -- "first: true" support (local.dbinfo.*); clean up class name 2008-12-02 14:24:45 -05:00
Eliot Horowitz
cb1081beed compile fixes for gcc 4.3 2008-11-16 19:11:21 -05:00
unknown
9bc872695d catch asserts and report error to client on a query
various dbgrid work incremental
background job class
2008-10-29 16:48:03 -05:00
Dwight
f56113d736 arbitrate 2008-09-11 15:13:47 -04:00
Dwight
1d4379a5d2 dbgrid.cpp added; return $err on assert 2008-09-11 10:45:57 -04:00
Dwight
5727d1b853 repl tweaks
justCreated wasn't qutie right
 smarter about handling new db's beign advertised
 log cleaner
2008-09-05 10:40:00 -04:00
Dwight
5deec92469 endian check capability
repl work in progress
cleanup
2008-09-04 10:33:56 -04:00
Dwight
8cac7e4dc4 advertise new dbs for replication; handle user asserts on repl 2008-09-03 16:43:00 -04:00
Dwight
ca08e48791 repl tweaks 2008-08-25 16:46:39 -04:00
Dwight
3363fe311c collection options are retained when db is cloned;
those options now listed in system.namespaces;
more repl work
2008-07-28 13:51:39 -04:00
Dwight
5f9bdedf08 minor logging and stuff. DEV mode off by default. 2008-07-23 15:30:24 -04:00
Eliot Horowitz
50e8a1a3f5 added AGPL License Header to every file
take 2
2008-07-20 17:37:33 -04:00
Eliot Horowitz
383a862ad3 Revert "added AGPL License Header to every file"
Oops - added multiple times.

This reverts commit 608769fd03.
2008-07-20 17:34:22 -04:00
Eliot Horowitz
608769fd03 added AGPL License Header to every file 2008-07-20 17:33:02 -04:00