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

28 Commits

Author SHA1 Message Date
Dwight
2706a28123 begin cmdline.h 2009-08-25 10:24:44 -04:00
Aaron
0532b35568 add client ip / port to current op, add unlocked version of current op to http interface 2009-05-26 17:18:34 -04:00
Aaron
da7a9b3f71 make tools capable of running standalone, without a mongod instance 2009-05-20 11:39:12 -04:00
Aaron
13f2cc026f revert tracking stack of current ops, as not enough infrastructure in place to handle all cases well 2009-05-13 12:32:30 -04:00
Aaron
92aa0ce095 maintain stack of current ops, do http authentication after recording context for http output 2009-05-13 11:58:24 -04:00
Aaron
6ea9c81aa3 DBDirectClient uses main db mutex recursively and preserves database context 2009-05-06 11:32:48 -04:00
Aaron
1cc7ed2b07 log query info for update & delete 2009-05-04 15:46:23 -04:00
Aaron
ed35b0874c Close listener sockets on exit 2009-04-01 12:26:31 -04:00
Eliot Horowitz
e91ed0e854 add DBClientBase::getServerAddress() 2009-03-25 17:08:36 -04:00
Aaron
3931f7efcb Revert "Use os file locking to lock dbpath"
This reverts commit 56e81849a0.
2009-03-10 10:14:37 -04:00
Aaron
56e81849a0 Use os file locking to lock dbpath 2009-03-09 20:02:02 -04:00
Aaron
1839efb94d Log current op to console on crash 2009-03-03 16:10:42 -05:00
Aaron
db0f38e88b Dummy count implementation 2009-02-20 11:08:22 -05:00
Aaron
166716bb25 dbtop 2009-02-09 15:57:30 -05:00
Aaron
1944722861 Typo 2009-01-23 10:28:07 -05:00
Aaron
29c383ae20 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-23 10:17:34 -05:00
Aaron
9d3019ba30 Dummy authorization for DBDirectClient 2009-01-23 10:11:11 -05:00
Eliot Horowitz
64e1027072 track where the db was started from so easier to find jars 2009-01-22 11:15:51 -05:00
Aaron
90d45238aa Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
Aaron
248a6dd8de Replace tab indentation with spaces 2009-01-14 17:17:24 -05:00
Aaron
ad1f6b3cbd Put our code in 'mongo' namespace 2009-01-14 17:09:51 -05:00
Eliot Horowitz
4e60ec0df1 sayPiggyBack/piggyBack
not implemented yet, just passes through to say
2009-01-13 12:53:00 -05:00
Aaron
601be4dd4f recv full http request, implement simple rest post handling, refactor dbclient code 2009-01-07 10:08:12 -05:00
Eliot Horowitz
ce95083dc2 moving DBDirectClient to instance.* b/c it only make sense there and cleans linking 2009-01-02 16:41:13 -05:00
Aaron
689962e86d Move getDatabaseNames to instance.cpp 2008-12-29 14:07:21 -05:00
Aaron
b7cbd30112 Replace tab indentation with spaces 2008-12-28 20:28:49 -05:00
Aaron
6ae140a2df Use socketless interface for cloning using single db instance 2008-12-18 12:02:12 -05:00
Aaron Staple
482b00b01e Adding new unit dbtests binary, with a few btree tests; moved some global state from db.cpp to instance.cpp 2008-12-02 09:53:05 -08:00