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

68 Commits

Author SHA1 Message Date
Aaron
b7cbd30112 Replace tab indentation with spaces 2008-12-28 20:28:49 -05:00
Aaron
3371fa5f54 Change Message access 2008-12-18 13:32:06 -05:00
Aaron
6ae140a2df Use socketless interface for cloning using single db instance 2008-12-18 12:02:12 -05:00
Dwight
b63867ab3c cleanup how we use boost.
eliminate boost hpp's from this repository
see 10gen.com/wiki/pub.db.contrib.windows
2008-12-16 17:48:48 -05:00
Aaron
fc7da15c54 Add -Wsign-compare for g++, clean up a few warning messages 2008-12-12 14:19:49 -05:00
Dwight
60b769a8cb replication fixes -- "first: true" support (local.dbinfo.*); clean up class name 2008-12-02 14:24:45 -05:00
Dwight
2d95d88899 remove deprecated files 2008-11-14 13:51:33 -05:00
Dwight
5c02aabbc8 dbgrid cmd line optinos 2008-11-13 15:52:20 -05:00
Dwight
a4968427e2 bug fix with $natural
timeout on connects w/dbgrid faster
2008-11-03 20:42:59 -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
1875ee8151 more dbgrid work 2008-10-24 17:51:28 -04:00
unknown
e7ca864e92 Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
Conflicts:
	grid/message.cpp
2008-10-19 17:48:11 -05:00
unknown
64769580b1 client support for replica fails (auto failover) 2008-10-19 12:48:04 -05:00
Geir Magnusson Jr
6ed8c54cde message.cpp : change log message to show real size. No functional change. 2008-10-14 21:05:55 -04:00
Dwight
5f9d52a2f5 more work on pairing 2008-09-04 18:24:03 -04:00
Dwight
5deec92469 endian check capability
repl work in progress
cleanup
2008-09-04 10:33:56 -04:00
Dwight
bfb61b7795 cleanup 2008-08-19 16:12:13 -04:00
Dwight
edcee6aaa8 tailable cursors working 2008-08-13 12:17:18 -04:00
Dwight
776387ea1b Merge branch 'master' of ssh://git.10gen.com/data/gitroot/p
Conflicts:

	db/repl.h
2008-08-11 15:16:54 -04:00
Dwight
236575ca95 minor cleanup pragmas 2008-08-11 14:53:08 -04:00
dwight
39030722e5 worko in progress with tailable cursors 2008-08-11 14:07:30 -04:00
dwight
bc24777c11 replication fixes plus some log cleanup 2008-08-02 14:58:15 -04:00
Dwight
e011494cbc cloneDatabase() 2008-07-27 18:36:47 -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
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
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
c79a5e1753 fix a jni issue with the last bug fix. 2008-06-12 11:56:40 -04:00
Dwight
1d8c3e37b3 bad memory issue with cursors 2008-06-11 16:58:34 -04:00
Dwight
4690479e34 handle bad connect from something weird 2008-06-09 15:05:00 -04:00
Dwight
3051b961ca dos2unix 2008-06-06 09:43:15 -04:00
Eliot Horowitz
48de06f6e9 db local jni access works 2008-03-27 17:48:07 -04:00
Dwight
8cdedebc9c jnicallback 2008-03-24 18:04:22 -04:00
Dwight
880049d39e recv() 2008-02-25 19:13:30 -05:00
Dwight
b59d9b5f65 cursor cleanup 2008-02-13 00:26:39 -05:00
Eliot Horowitz
093b76717e Merge branch 'master' of ssh://git.latenightcoders.com/data/gitroot/p 2008-01-26 13:12:42 -05:00
Eliot Horowitz
9f35516beb debugging 2008-01-26 13:12:38 -05:00
yellow
573b11ecd4 prebind 2008-01-24 16:09:24 +00:00
Dwight
f94a9d3fa5 update key bug fix 2007-12-14 12:48:47 -05:00
Dwight
30094cdb68 make regex smart 2007-12-13 15:36:56 -05:00
Dwight
6c86ae3278 assert z>len 2007-12-12 10:32:34 -05:00
Dwight
5ab9ae9d47 use tcp
and an add index key fix
2007-12-08 15:50:47 -05:00
Dwight
0df2998769 unindex bug 2007-12-02 11:33:59 -05:00
Dwight
bcfc3b7b22 logging 2007-12-01 22:49:55 -05:00
Dwight
fb7d5b718c timing 2007-12-01 11:44:42 -05:00
Dwight
6b0f00c292 query for null / undefined values
rather large transport fixes for concurrent connections and other cleanup of that.
2007-11-30 21:30:24 -05:00
Dwight
3199971604 signal 2007-11-27 16:18:56 -05:00