Commit Graph

158 Commits

Author SHA1 Message Date
Dwight
bd8a3e9527 more /_commands 2010-04-23 16:41:56 -04:00
Dwight
837fd2cd86 /_commands in the http interface 2010-04-23 15:50:49 -04:00
Dwight Merriman
dd4097595a vcproj cleaning and ohter minor 2010-04-22 21:41:51 -04:00
Dwight
ca84dc6bb1 cleaning 2010-04-22 18:43:37 -04:00
Dwight
3243403a5f tweak web page 2010-04-22 13:07:36 -04:00
Dwight Merriman
ac91527d47 rename file 2010-04-21 18:46:31 -04:00
Eliot Horowitz
a70a2973d4 warning 2010-04-20 23:11:25 -04:00
Dwight
79b5cc21a1 checkpoint 2010-04-20 16:24:06 -04:00
Dwight
fb09b88240 rs 2010-04-20 12:29:00 -04:00
Dwight Merriman
5c6ab24ee2 tweaking webserver 2010-04-19 22:24:37 -04:00
Dwight Merriman
b0da7500d9 allow some commands in the webui 2010-04-19 21:05:46 -04:00
Dwight Merriman
e3a1d9e792 checkpoint some webui work 2010-04-19 12:43:45 -04:00
Eliot Horowitz
f528f30c4f client fix for bad queries 2010-04-09 14:32:24 -04:00
Mathias Stearn
66a489efcc Combine init() and listen() 2010-04-05 10:52:38 -04:00
Mathias Stearn
61e921730c Make Listener register socket with ListeningSockets 2010-04-05 10:52:38 -04:00
Mathias Stearn
163c040888 Make MiniWebServer inherit from Lister 2010-04-05 10:52:38 -04:00
Mathias Stearn
1d10bf7d5e Combine SockAddr::localhost() and isLocalHost() 2010-04-02 13:21:27 -04:00
Mike Dirolf
2cc5eb1214 use application/json for _status SERVER-861 2010-04-01 11:50:49 -04:00
Eliot Horowitz
65d2ac74a8 use god scope for webserver auth 2010-03-26 16:33:12 -04:00
Eliot Horowitz
a7833959a5 set response code on _status 2010-03-23 12:13:23 -04:00
Eliot Horowitz
a64e2e2ebc support repl=1 on _status 2010-03-19 16:31:02 -04:00
Eliot Horowitz
75ad011c4d /_status SERVER-783 2010-03-18 17:11:02 -04:00
Mathias Stearn
d5ad7f95c8 Prettier DBTOP for web interface 2010-03-16 16:01:59 -04:00
Aaron
c971842a55 Revert "Revert "SERVER-695 don't destroy static global mutexes""
This reverts commit eb7cde3e75.

Conflicts:

	db/instance.h
2010-03-15 09:42:01 -07:00
Eliot Horowitz
0d779a3fa8 can get progress of index creation through db.currentOp and web console SERVER-707 2010-03-15 11:18:08 -04:00
Eliot Horowitz
0797f88800 use BSONObj for params so order is preserved 2010-03-12 15:00:01 -05:00
Eliot Horowitz
be389e7cde Merge branch 'master' of github.com:mongodb/mongo 2010-03-04 08:30:26 -05:00
Eliot Horowitz
5dbac3d28f turn off rest by default, --rest to enable SERVER-697 2010-03-03 22:37:41 -05:00
Mathias Stearn
6c05aebf19 URL decoding for the HTTP/REST server SERVER-625 2010-03-03 22:06:03 -05:00
Eliot Horowitz
5098eaa288 fix parens 2010-02-23 17:46:50 -05:00
Eliot Horowitz
75d4cf0679 fix user lookup on repl. slave SERVER-662 2010-02-23 17:19:16 -05:00
Dwight
635a16e94c SERVER-620
mongod thinks a background process is running for a db, even when it's not
2010-02-10 15:34:41 -05:00
Eliot Horowitz
dc9f26e421 readlocktry - use in webserver so more reliabliy works 2010-02-09 12:35:26 -05:00
Eliot Horowitz
12a8eee52c use table in web console for clarity 2010-02-09 10:35:31 -05:00
Eliot Horowitz
c037f21674 move some replication settings into ReplicationSettings 2010-02-08 21:04:09 -05:00
Dwight
92e756eabc background index building 2010-02-04 14:25:49 -05:00
Eliot Horowitz
f15acfe819 new Top ui 2010-02-02 17:16:25 -05:00
Eliot Horowitz
ea575be277 Top/Client/CurOp cleanup checkpoint - mostly working - Top doesn't output anything yet 2010-02-01 13:27:05 -05:00
Eliot Horowitz
2d35a54b16 cleaning up listening thread shutdown 2010-01-09 02:58:12 +01:00
Eliot Horowitz
fcf2d5721c some cleaning/optmizing of Database* storage, also just a little encaspulation 2010-01-02 01:25:53 -05:00
Dwight
0e2a11a69a make lastAssert threadsafe 2009-12-08 14:34:09 -05:00
Dwight
b16058e72e fix some issues with the web diag page 2009-12-07 15:42:26 -05:00
Dwight
ad9d8bbdb4 clean up MutexInfo 2009-12-03 13:12:51 -05:00
Dwight
4df961a405 make some commands read-oinly 2009-12-03 11:50:09 -05:00
Dwight
16bd507b51 checkpoint some intermediate concurrency work 2009-12-02 09:39:17 -05:00
dwight
1624ff1eb0 remove commented line was for testing 2009-11-28 14:10:39 -05:00
dwight
b85efc8064 concurrency work 2009-11-28 13:57:30 -05:00
Dwight
01f1f6915d move CurOp into Client and make inprog handle multiple in progress 2009-10-16 15:36:34 -04:00
Eliot Horowitz
f634e70093 move quota/cpu to cmdLine 2009-10-16 11:36:38 -04:00
Dwight
f152047f19 fix assert to use ours and thus make unit test pass 2009-10-15 16:47:35 -04:00