summaryrefslogtreecommitdiff
path: root/util/background.cpp
AgeCommit message (Expand)Author
2009-01-15Indent all lines within namespaces one levelAaron
2009-01-14Put our code in 'mongo' namespaceAaron
2008-12-28Replace tab indentation with spacesAaron
2008-12-12Add -Wsign-compare for g++, clean up a few warning messagesAaron
2008-11-03bug fix with $naturalDwight
2008-10-29catch asserts and report error to client on a queryunknown