summaryrefslogtreecommitdiff
path: root/util/miniwebserver.h
Commit message (Expand)AuthorAgeFilesLines
* ran astyle SERVER-2304Eliot Horowitz2011-01-041-1/+1
* Revert "Have ReplicaSets wait for Listener before initializing SERVER-1515"Mathias Stearn2010-09-131-2/+0
* Have ReplicaSets wait for Listener before initializing SERVER-1515Mathias Stearn2010-09-101-0/+2
* move rest out of dbwebserverEliot Horowitz2010-07-281-4/+5
* working on modularizing web server so can hook up to mongos SERVER-1355 2Eliot Horowitz2010-07-271-1/+2
* stdafx->pchDwight2010-04-271-1/+1
* Make MiniWebServer inherit from ListerMathias Stearn2010-04-051-10/+2
* use BSONObj for params so order is preservedEliot Horowitz2010-03-121-1/+3
* URL decoding for the HTTP/REST server SERVER-625Mathias Stearn2010-03-031-0/+3
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-15/+14
* disable http interface authentication for localhostAaron2009-05-131-2/+3
* add 'bind_ip' option to bind listener only to requested local interfaceAaron2009-04-291-1/+1
* Close listener sockets on exitAaron2009-04-011-2/+4
* virtual dtors == goodAaron2009-02-181-0/+1
* grid/message -> util/messageEliot Horowitz2009-02-031-1/+1
* getHeaderEliot Horowitz2009-01-301-0/+1
* Indent all lines within namespaces one levelAaron2009-01-151-29/+29
* Replace tab indentation with spacesAaron2009-01-141-1/+1
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* recv full http request, implement simple rest post handling, refactor dbclien...Aaron2009-01-071-1/+3
* parameter/method parsingEliot Horowitz2008-12-311-1/+6
* better url parsingEliot Horowitz2008-12-301-0/+1
* Replace tab indentation with spacesAaron2008-12-281-6/+6
* web console beginningsunknown2008-11-291-0/+43