CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 28 Aug 2025 01:26:38 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100324104322
location: https://web.archive.org/web/20100324104322/https://github.com/mongodb/mongo/tree/r0.1.3_rc1
server-timing: captures_list;dur=0.649562, exclusion.robots;dur=0.023047, exclusion.robots.policy;dur=0.009811, esindex;dur=0.014294, cdx.remote;dur=12.636624, LoadShardBlock;dur=150.074890, PetaboxLoader3.datanode;dur=72.194237, PetaboxLoader3.resolve;dur=35.334768
x-app-server: wwwb-app223
x-ts: 302
x-tr: 190
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app223; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 28 Aug 2025 01:26:39 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 24 Mar 2010 10:43:22 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "2406beef407be85ce6489b4288cad830"
x-archive-orig-x-runtime: 109ms
x-archive-orig-content-length: 27189
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 24 Mar 2010 10:43:22 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 09 Feb 2009 03:12:00 GMT", ; rel="prev memento"; datetime="Sun, 14 Feb 2010 17:32:47 GMT", ; rel="memento"; datetime="Wed, 24 Mar 2010 10:43:22 GMT", ; rel="next memento"; datetime="Tue, 25 May 2010 18:09:32 GMT", ; rel="last memento"; datetime="Tue, 24 Aug 2010 20:34:21 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_14_20100324085623_crawl101-c/52_14_20100324104204_crawl101.arc.gz
server-timing: captures_list;dur=0.522954, exclusion.robots;dur=0.020560, exclusion.robots.policy;dur=0.009732, esindex;dur=0.013068, cdx.remote;dur=26.157456, LoadShardBlock;dur=165.942205, PetaboxLoader3.datanode;dur=91.265744, PetaboxLoader3.resolve;dur=155.184602, load_resource;dur=130.475275
x-app-server: wwwb-app223
x-ts: 200
x-tr: 384
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
mongodb's mongo at r0.1.3_rc1 - GitHub
mongodb / mongo
- Source
- Commits
- Network (41)
- Downloads (0)
- Graphs
-
Tree:
r0.1.3_rc1
click here to add a description
click here to add a homepage
mongo /
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Mon Sep 15 06:50:39 -0700 2008 | some more things to ignore [erh] |
![]() |
GNU-AGPL-3.0.txt | Tue Jul 22 06:45:40 -0700 2008 | license [erh] |
![]() |
README | Tue Jul 22 06:56:45 -0700 2008 | tweak readme [dwight] |
![]() |
bin/ | Tue Aug 26 17:24:08 -0700 2008 | --master default in run.tcs [mongodb] |
![]() |
boost/ | Sun Aug 24 16:21:35 -0700 2008 | rebuilt boost [dwight] |
![]() |
db/ | Loading commit data... ![]() |
|
![]() |
dbgrid/ | ||
![]() |
grid/ | ||
![]() |
lib/ | Mon Nov 05 11:44:26 -0800 2007 | boost [dwight] |
![]() |
mongo.xcodeproj/ | Tue Aug 12 16:49:39 -0700 2008 | relative project for xcode for mongo.... take 2 [geir] |
![]() |
pcre-7.4/ | Sun Nov 04 10:11:38 -0800 2007 | pcre [dwight] |
![]() |
stdafx.cpp | Thu Sep 11 12:13:47 -0700 2008 | arbitrate [dwight] |
![]() |
stdafx.h | ||
![]() |
stdafx.h.gch | Fri Oct 19 16:35:48 -0700 2007 | first commit [dwight] |
![]() |
targetver.h | Sun Jul 20 14:37:33 -0700 2008 | added AGPL License Header to every file take 2 [erh] |
![]() |
util/ |
README
Mongo Database README DOCUMENTATION https://www.10gen.com/wiki/db ORGANIZATION db/ : core database source code grid/ : socket messaging stuff util/ : util classes BUILDING cd db make clean && make RUNNING Run ./db and command line options will display. COMPILER VERSIONS Mongo has been tested with GCC 4.1.2 and Visual Studio 2008. Older versions of GCC may not be happy. NOTES Mongo uses the 10gen appserver and the Java Virtual Machine to execute user program code in the database. This feature is optional -- if you would like to run the database without these installed, run with the --nojni option. With --nojni specified, the db.eval() and $where features are no longer available. Mongo uses memory mapped files. If built as a 32 bit executable, you will not be able to work with large (multi-gigabyte) databases. However, 32 bit builds should work fine with small development databases.