0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

411 Commits

Author SHA1 Message Date
Dwight
1c54c09a28 mem leak regression from bad git merge fixed 2008-07-17 16:02:32 -04:00
Dwight
c3adb4946f check for out of memory 2008-07-17 13:42:20 -04:00
Dwight
2612fa547b Revert "safemalloc"
This reverts commit d195086cb8.
2008-07-17 13:23:26 -04:00
Eliot Horowitz
d195086cb8 safemalloc
slight perf. hit
we can always just do #define safemalloc malloc

someone should look at realloc,calloc, etc...
2008-07-17 09:26:42 -04:00
Dwight
b9410e381f validation / defensive stuff. 2008-07-16 19:18:04 -04:00
Dwight
940273d635 show query expression when slow 2008-07-16 17:38:46 -04:00
Dwight
7d5c131193 roll back bad bug commited couple hours ago 2008-07-16 17:21:47 -04:00
Dwight
4bfd28fa48 npe fix and defensive code 2008-07-16 14:36:10 -04:00
Geir Magnusson Jr
f164a412fc makefile : restore the old way - we'll use the makefile.local trick to deal w/ static builds
for now
2008-07-15 21:20:32 -04:00
Geir Magnusson Jr
78050af53b btree.cpp : free a BTreeBucket where we weren't 2008-07-15 20:53:40 -04:00
Geir Magnusson Jr
db271db191 jsobj.h : further augment ~Details() - ensure that not only is this buffer owned before freeing, but assert that
we've been properly deferences from all that held our pointed (refCount == 0)
2008-07-15 19:53:13 -04:00
Geir Magnusson Jr
5abe19bb16 jsobj.h : fix cast for free() - serves me right to just do it :) 2008-07-15 18:56:48 -04:00
Geir Magnusson Jr
b9631268a2 jsobj.h : fix memory leak in JSObj - it never ever frees the memory in the buffer
inside Details
2008-07-15 18:51:17 -04:00
Mike Dirolf
b927502bca pulled out common path elements, creating variable LIB_PREFIX 2008-07-15 17:30:18 -04:00
Mike Dirolf
7748534935 linking to static versions of pcre and boost 2008-07-15 13:56:51 -04:00
Dwight
09da292c09 lots: new count implemenation,
segv handler fix,
tweak # of objects returned on unlimit()ed find
2008-07-11 16:47:02 -04:00
Dwight
51bb240a58 --nojni option. 2008-07-11 12:27:23 -04:00
Dwight
86fd5369aa --oplog cmd line option 2008-07-10 09:35:30 -04:00
Dwight
45d933fc4a compiles 2008-07-09 16:34:45 -04:00
Dwight
017d3126bc logging wasnt' threadsafe 2008-07-09 16:29:58 -04:00
Dwight
7bb172c2af Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2008-07-09 12:32:21 -04:00
Dwight
ee68a8e252 --nocursors 2008-07-09 12:32:11 -04:00
Geir Magnusson Jr
23b34b4c94 Fix the log rotation for the db, once and for all 2008-07-09 11:24:45 -04:00
Dwight
1bf45a0843 fix deleteindexes and drop issue
minor hashtab fix
ensureindex works now if collection DNE
2008-07-07 18:57:04 -04:00
Dwight
b3f5a1f27f close sockets on shutdown 2008-07-01 20:01:28 -04:00
Dwight
fc0e91f68e detect mmap failure properly; sigsegv fixes 2008-07-01 13:13:41 -04:00
Dwight
89b2164a18 more defensive code and smarter validate function 2008-06-30 21:08:31 -04:00
Dwight
f05e500055 not hexadecimal 2008-06-30 09:40:39 -04:00
Dwight
0bc5be592d validate a little smarter 2008-06-29 22:33:59 -04:00
Dwight
d85e75b674 switching locations 2008-06-28 13:46:59 -04:00
Dwight
b1a480423b first cut at "fast count" 2008-06-27 18:35:03 -04:00
Dwight
d3e3876751 stack traces 2008-06-27 14:35:05 -04:00
Dwight
0c4751cb78 pad objects when allocated, when appropriate, to make updates faster. 2008-06-26 19:11:19 -04:00
Dwight
58d84f51f2 close datafiles on any sort of termination (including seg fault) 2008-06-26 15:30:54 -04:00
Dwight
9dbbf6065e test stub 2008-06-26 15:05:14 -04:00
Dwight
1620d7ebdf regex matches now supported, partially, when reaching into arrays. 2008-06-26 10:39:32 -04:00
Dwight
15dfe43b34 move send() out of mutex.
should fix issue with db getting stuck on dev
2008-06-26 10:33:06 -04:00
Dwight
1f433f935d don't stop core dumps by mistake. 2008-06-26 09:09:19 -04:00
Dwight
59a93423a9 better validation - check if things mistakenly in the free list 2008-06-25 19:41:30 -04:00
Dwight
3d428ce459 fix zero pointers in deleted lists on alloc() 2008-06-25 18:58:04 -04:00
Dwight
0c1fd901af Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2008-06-25 17:13:51 -04:00
Dwight
2fc57c4159 change to do ref counts for JSObj objects.
should fix OS X
dangerous change.
2008-06-25 17:13:40 -04:00
Eliot Horowitz
4bd76fe575 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2008-06-25 17:03:35 -04:00
Eliot Horowitz
17b7872504 -O3 2008-06-25 17:03:08 -04:00
Dwight
4bab168e0f better opLogging - smarter with $cmd, log subset of reads option. 2008-06-25 14:25:34 -04:00
Dwight
dc39662994 capped: don't assert on what could be a user error 2008-06-25 13:08:51 -04:00
Dwight
24d5031c9b Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p 2008-06-25 10:46:42 -04:00
Dwight
fd39a9c15b log less (minor) 2008-06-25 10:46:33 -04:00
yellow
240c50cee3 from eliot
need to call log init in a more general place
2008-06-25 09:00:42 -04:00
Dwight
26dea1fcd6 db.dropDatabase(); 2008-06-24 17:31:51 -04:00