Commit Graph

99 Commits

Author SHA1 Message Date
alanw
3224ad222a Moved implementation code from stdafx to correct pre-compiled headers 2009-06-04 12:25:58 +01:00
Eliot Horowitz
f30eae51ce move version string to .cpp so changing doesn't require recompile MINOR 2009-05-28 22:14:26 -04:00
Aaron
f09cbb98af update version to 0.9.2+ 2009-05-22 16:34:55 -04:00
Eliot Horowitz
1cec8ff649 version 0.9.2 2009-05-22 15:29:38 -04:00
Aaron
b039c1f219 add reads/writes to dbtop 2009-05-18 18:17:27 -04:00
Dwight
df348ee066 fix assert macro definition after a boost include (ugly at the moment) 2009-05-15 17:27:31 -04:00
Dwight
9d5bbc8090 fix up free() old defensive code 2009-05-13 11:42:48 -04:00
Aaron
3278eccd23 update version string to 0.9.1+ 2009-05-12 14:22:09 -04:00
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