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

170 Commits

Author SHA1 Message Date
Aaron
4c491e5b9e Handle const pointers correctly 2009-02-23 11:16:33 -05:00
Aaron
4311f257ef Better LazyString 2009-02-23 11:11:00 -05:00
Dwight
b23ec0964c compile windows 2009-02-23 09:50:45 -05:00
Aaron
3c33cbe8e7 Maybe more efficient 2009-02-20 15:56:24 -05:00
eliot
c9556de9ab windows compile 2009-02-20 15:23:14 -05:00
Aaron
db0f38e88b Dummy count implementation 2009-02-20 11:08:22 -05:00
Aaron
6f25a72ec3 'better' LazyString 2009-02-20 10:48:32 -05:00
Eliot Horowitz
c759ddf5cc linux mem info 2009-02-20 09:52:13 -05:00
Eliot Horowitz
3f5102bf27 processinfo class and meminfo command, only works on darwin for the moment 2009-02-20 09:34:25 -05:00
Aaron
9d8876a09b LazyString() takes const reference 2009-02-19 14:14:34 -05:00
Aaron
4fca3ad77a Make assertions stringable 2009-02-19 12:43:46 -05:00
Aaron
6df7d02ce8 Don't create string unless we're actually going to log 2009-02-19 12:03:15 -05:00
Aaron
b1d9032447 Get rid of stringable class, use implicit type conversion to string instead 2009-02-18 22:17:30 -05:00
Aaron
593bf1f126 virtual dtors == good 2009-02-18 13:42:32 -05:00
dwight
90f39126fc log more on commands 2009-02-18 09:45:49 -05:00
dwight
22085b0540 add a couple virtual destructors just to be safe 2009-02-17 19:21:01 -05:00
Dwight
9c286b438f btree: fix a bug (missing code) when reinserting a key that was marked unused 2009-02-13 11:25:52 -05:00
Aaron
bd3b8ec5e1 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-02-11 13:18:01 -05:00
Aaron
6224cd9f29 Add initial perf tests 2009-02-11 13:17:52 -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
Dwight
9f5fe79f2f little things: hack for windows filenames, better logging 2009-02-11 11:28:49 -05:00
Aaron
8476a12040 Cleaner 2009-02-09 17:00:13 -05:00
Dwight
a071a573c3 compile windows 2009-02-09 16:33:07 -05:00
Aaron
166716bb25 dbtop 2009-02-09 15:57:30 -05:00
Dwight
4d5f0e9a78 clean up exception classes 2009-02-06 16:21:49 -05:00
Eliot Horowitz
ef80bbf86c dos2unix 2009-02-06 15:09:16 -05:00
Eliot Horowitz
62cab8c320 get rid of warnings 2009-02-06 15:08:53 -05:00
Aaron
7fddf99109 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-02-06 14:49:30 -05:00
Aaron
4705faf92b Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2009-02-06 14:47:45 -05:00
Aaron
f06e57b988 OSX compile 2009-02-06 14:47:38 -05:00
Dwight
0b210bfa0e check if closed properly, recstore 2009-02-06 14:33:26 -05:00
Aaron
3b05df2850 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-02-06 14:27:10 -05:00
Dwight
52eb04828c File class 2009-02-06 13:30:19 -05:00
Dwight
94f125e855 new pagewriter
File class
sleepmillis fixed
2009-02-06 13:29:57 -05:00
Aaron
3792032a1d Longer stacktraces (esp nice with --noOptimization scons flag) 2009-02-06 13:26:12 -05:00
Eliot Horowitz
6d48156c23 throw exception when socket fails 2009-02-03 16:48:12 -05:00
Eliot Horowitz
3aa74384ae grid/message -> util/message 2009-02-03 13:30:28 -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
Eliot Horowitz
9bcacf16c0 pragma pack changes for solaris
slight change this will break other platforms, will test
2009-02-01 22:21:32 -05:00
Eliot Horowitz
97aab58d4b Revert "UUID class"
This reverts commit e9fc9ce950.
2009-01-30 16:21:39 -05:00
Eliot Horowitz
6bb4abc017 Revert "better for linux"
This reverts commit c6acd530d4.
2009-01-30 16:21:30 -05:00
Eliot Horowitz
c6acd530d4 better for linux 2009-01-30 16:14:04 -05:00
Eliot Horowitz
e9fc9ce950 UUID class 2009-01-30 15:58:44 -05:00
Eliot Horowitz
c3d792be34 getHeader 2009-01-30 15:05:28 -05:00
Eliot Horowitz
bc0133da89 method for taking a string and computing string digest 2009-01-30 15:05:18 -05:00
Eliot Horowitz
df2b701b0f option to use main memory instead of memory mapped files
really only for testing
though i guess is kind of cool if you want to use the db purely for an in memory cache
scons --mm to build
2009-01-29 22:31:13 -05:00
Eliot Horowitz
c18f2e4927 clean up mmap includes 2009-01-29 22:21:33 -05:00
Dwight
dcf90d4def sort() for c++ client 2009-01-29 18:38:35 -05:00
Eliot Horowitz
9406c59f80 broke mmap into different .cpp files for different platforms 2009-01-29 17:22:59 -05:00