summaryrefslogtreecommitdiff
path: root/db/dbwebserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* valid json formatkristina2009-06-161-2/+2
* add client ip / port to current op, add unlocked version of current op to htt...Aaron2009-05-261-0/+1
* add reads/writes to dbtopAaron2009-05-181-2/+3
* revert tracking stack of current ops, as not enough infrastructure in place t...Aaron2009-05-131-3/+1
* disable http interface authentication for localhostAaron2009-05-131-4/+8
* maintain stack of current ops, do http authentication after recording context...Aaron2009-05-131-7/+15
* print currentOp in http interfaceAaron2009-05-121-0/+1
* add version and system info to http interfaceAaron2009-05-121-0/+4
* add 'bind_ip' option to bind listener only to requested local interfaceAaron2009-04-291-1/+2
* Close listener sockets on exitAaron2009-04-011-1/+2
* timeout old cursors (for sharding)Dwight2009-03-271-0/+3
* remind people at startup that there is a web admin interfaceDwight2009-03-251-3/+9
* Replace emptyObj with BSONObj()Aaron2009-03-191-1/+1
* Add number of calls to setClient to DBTOPAaron2009-03-021-2/+2
* dbtopAaron2009-02-091-0/+9
* doneAndDecouple() -> obj()Dwight2009-02-091-1/+1
* on exit, wait for replication to finish upDwight2009-02-041-2/+2
* if there are users in admin, need to authenticate against that to use webserverEliot Horowitz2009-01-301-0/+65
* Set up authInfo in contexts where it may be requiredAaron2009-01-201-0/+3
* Replaced our #defined cout with mongo::out()Aaron2009-01-151-2/+2
* Indent all lines within namespaces one levelAaron2009-01-151-290/+290
* Replace tab indentation with spacesAaron2009-01-141-42/+42
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* recv full http request, implement simple rest post handling, refactor dbclien...Aaron2009-01-071-6/+22
* strtod not strtof (better)Dwight2009-01-061-1/+1
* filter_Eliot Horowitz2009-01-051-10/+33
* limit and count workEliot Horowitz2009-01-051-1/+1
* minor nicer loggingdwight2009-01-041-2/+2
* moving DBDirectClient to instance.* b/c it only make sense there and cleans l...Eliot Horowitz2009-01-021-0/+1
* messing around with REST apiEliot Horowitz2008-12-311-15/+74
* using new DBDirectClientEliot Horowitz2008-12-311-1/+14
* REST stub from middle of nightEliot Horowitz2008-12-311-1/+52
* better url parsingEliot Horowitz2008-12-301-0/+2
* Replace tab indentation with spacesAaron2008-12-281-32/+36
* partial - appendRegex not finished yetdwight2008-12-251-1/+1
* Merge branch 'master' of ssh://git.10gen.com/data/gitroot/pDwight2008-12-171-1/+0
|\
| * Make g++ warnings stricter, clear a few new warningsAaron2008-12-171-1/+0
* | fix linker warnings for vc++Dwight2008-12-171-0/+10
|/
* $cmd replacepeerDwight2008-12-151-2/+7
* bool seemCaughtUpDwight2008-12-121-0/+2
* protect against inappropriate $cmd's to a slave mode dbDwight2008-12-111-1/+3
* fix my brain dead timing codeDwight2008-12-101-10/+15
* log cpu usage of the database (utilization)Dwight2008-12-101-16/+20
* timing capabilitiesDwight2008-12-051-6/+65
* show assertions in the web consoleDwight2008-12-041-1/+11
* web console workDwight2008-12-041-3/+11
* replication fixes -- "first: true" support (local.dbinfo.*); clean up class nameDwight2008-12-021-3/+6
* repl pair bug fixDwight2008-12-011-4/+4
* a little more on webunknown2008-11-301-3/+28
* web console beginningsunknown2008-11-291-0/+67