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

91 Commits

Author SHA1 Message Date
Aaron
5895a4d522 add version and system info to http interface 2009-05-12 14:18:17 -04:00
Aaron
f2b9332f97 when exhaust disk space, delete file and exit immediately 2009-05-12 13:38:33 -04:00
Aaron
57699cdd9c convert some shell functions to new js engine framework 2009-05-04 17:37:02 -04:00
Aaron
532e369024 Revert "Revert "use static variables for OCCASIONALLY/RARELY/ONCE to get per function uniqueness""
This reverts commit ce91c67c40.
2009-04-28 10:11:39 -04:00
Aaron Staple
ce91c67c40 Revert "use static variables for OCCASIONALLY/RARELY/ONCE to get per function uniqueness"
This reverts commit cc3887c864.
2009-04-27 16:51:35 -07:00
Aaron
cc3887c864 use static variables for OCCASIONALLY/RARELY/ONCE to get per function uniqueness 2009-04-27 19:12:32 -04:00
Aaron
716a7b49bf add 'buildinfo' command to get mongod compile information 2009-04-20 14:23:42 -04:00
Aaron
4c52e5e6dd Print os information on startup 2009-03-18 14:15:52 -04:00
Eliot Horowitz
5cd0f0e376 get version on startup 2009-03-17 10:22:26 -04:00
Eliot Horowitz
e2d87d8b1f debugBuild adds DEV 2009-03-12 09:54:21 -04:00
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