Dwight
|
6e1f782d16
|
important cursor bug fixes (getmore)
clean up logs a little
|
2008-07-30 14:07:02 -04:00 |
|
Dwight
|
227f630729
|
replication
|
2008-07-29 17:54:54 -04:00 |
|
Dwight
|
a0d1c47ff7
|
replication some work done
|
2008-07-28 17:52:44 -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
|
9249a94423
|
comments
|
2008-07-27 18:44:10 -04:00 |
|
Dwight
|
e011494cbc
|
cloneDatabase()
|
2008-07-27 18:36:47 -04:00 |
|
Dwight
|
3fbf00615f
|
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
|
2008-07-26 14:28:48 -04:00 |
|
Dwight
|
61621194a3
|
comment
|
2008-07-26 14:28:20 -04:00 |
|
Dwight
|
1a5d90cc9d
|
cursorid 0 on getmore; fix for hudsonSmall test
|
2008-07-24 16:47:24 -04:00 |
|
Dwight
|
20c7cf953a
|
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
|
2008-07-24 16:07:29 -04:00 |
|
Dwight
|
24fdaa1ed9
|
fix nasty drop / dropIndex bugs
|
2008-07-24 16:07:18 -04:00 |
|
Eliot Horowitz
|
517956ab60
|
hack namespace _hudsonSmall which uses small files so we can test file boundaries
|
2008-07-24 14:09:18 -04:00 |
|
Dwight
|
fa1bbbc78a
|
defensive / better logging / minor
|
2008-07-23 18:09:53 -04:00 |
|
Dwight
|
5f9bdedf08
|
minor logging and stuff. DEV mode off by default.
|
2008-07-23 15:30:24 -04:00 |
|
Dwight
|
38dbc34d45
|
a little defensive plus better json output
|
2008-07-22 18:12:32 -04:00 |
|
Dwight
|
27cbdfdc8c
|
bad files gone
|
2008-07-22 10:01:30 -04:00 |
|
Mike Dirolf
|
431d1aaae7
|
Added flag to build with 10.4 compatability.
|
2008-07-21 11:07:19 -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 |
|
Dwight
|
258be59a79
|
compound $lt $gt statements now work, but query optimizer needs to be smarter
|
2008-07-17 19:34:47 -04:00 |
|
Dwight
|
f0eb45a2b6
|
Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
Conflicts:
db/jsobj.h
|
2008-07-17 16:45:35 -04:00 |
|
Dwight
|
08bbcb55f2
|
$in queries
|
2008-07-17 16:43:58 -04:00 |
|
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
|
ee68a8e252
|
--nocursors
|
2008-07-09 12:32:11 -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 |
|