summaryrefslogtreecommitdiff
path: root/util/miniwebserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* use BSONObj for params so order is preservedEliot Horowitz2010-03-121-5/+7
* URL decoding for the HTTP/REST server SERVER-625Mathias Stearn2010-03-031-1/+18
* don't try and accept sockets after socket is closedEliot Horowitz2010-02-071-1/+1
* compile fix for windows SERVER-551Eliot Horowitz2010-01-191-3/+2
* catch exceptions in webserver SERVER-551Eliot Horowitz2010-01-191-1/+14
* macro for errno so messages are consistent and have full debuggingEliot Horowitz2009-12-211-6/+6
* all client files now marked as Apache 2.0. SERVER-329.Mathias Stearn2009-10-271-16/+14
* disable http interface authentication for localhostAaron2009-05-131-3/+3
* add 'bind_ip' option to bind listener only to requested local interfaceAaron2009-04-291-2/+6
* Close listener sockets on exitAaron2009-04-011-2/+7
* getHeaderEliot Horowitz2009-01-301-1/+19
* Indent all lines within namespaces one levelAaron2009-01-151-137/+137
* Replace tab indentation with spacesAaron2009-01-141-20/+20
* Put our code in 'mongo' namespaceAaron2009-01-141-0/+4
* recv full http request, implement simple rest post handling, refactor dbclien...Aaron2009-01-071-5/+32
* compile on windowsDwight2009-01-021-3/+3
* parameter/method parsingEliot Horowitz2008-12-311-1/+36
* better url parsingEliot Horowitz2008-12-301-7/+26
* implemented urlEliot Horowitz2008-12-301-1/+7
* Replace tab indentation with spacesAaron2008-12-281-36/+36
* cleanup how we use boost.Dwight2008-12-161-1/+1
* web console beginningsunknown2008-11-291-0/+96