Commit Graph

28 Commits

Author SHA1 Message Date
Dwight 147948c7b3 doneAndDecouple() -> obj() 2009-02-09 13:04:32 -05:00
Aaron 1a695024db Add rough parse error info 2009-02-03 00:13:42 -05:00
Aaron 7b1d71bf25 Put javajstest in 'test' binary, fix fallout of starting jni in test binary 2009-02-03 00:05:49 -05:00
Eliot Horowitz d83e46829f empty string -> emptyObj 2009-02-02 12:16:29 -05:00
Aaron 7967214518 Remove tabs 2009-01-30 13:56:12 -05:00
Aaron 596572dc89 Allow single quoted field names and values 2009-01-30 13:55:22 -05:00
Aaron 01f5ce5434 Allow unquoted field names, at Dwight's request 2009-01-29 18:58:47 -05:00
Aaron c1b8c2669b Parse both hex characters of each byte 2009-01-22 16:38:02 -05:00
Aaron 90d45238aa Indent all lines within namespaces one level 2009-01-15 10:17:11 -05:00
Aaron 248a6dd8de Replace tab indentation with spaces 2009-01-14 17:17:24 -05:00
Aaron ad1f6b3cbd Put our code in 'mongo' namespace 2009-01-14 17:09:51 -05:00
Aaron f2bbe89666 Limit regex options, only use Dbref() in TenGen mode 2009-01-13 14:27:59 -05:00
Aaron 49043c49d6 Check syntactically reserved field names specifically 2009-01-12 11:51:20 -05:00
Aaron f1a538c7c8 Don't allow field names starting with $, added some tests 2009-01-08 15:21:16 -05:00
Aaron 6f18133277 Minor cleanup 2009-01-07 10:32:44 -05:00
Aaron 601be4dd4f recv full http request, implement simple rest post handling, refactor dbclient code 2009-01-07 10:08:12 -05:00
Aaron d91a66e744 Free bson builders if unable to parse 2009-01-06 14:27:05 -05:00
Aaron 9c4278f3ff Fix up regexp parsing 2009-01-06 13:54:19 -05:00
Aaron 79f6f769af Fix comment 2009-01-06 13:12:47 -05:00
Aaron e43158ea54 Clear string buffer, which may have characters left over from a failed pattern match 2009-01-06 13:08:25 -05:00
Aaron dacc872ba2 Enhance json parser 2009-01-06 13:02:09 -05:00
Aaron b7cbd30112 Replace tab indentation with spaces 2008-12-28 20:28:49 -05:00
Dwight 0aef80f8cc rename classes 2008-10-21 16:13:48 -04:00
Dwight 3363fe311c collection options are retained when db is cloned;
those options now listed in system.namespaces;
more repl work
2008-07-28 13:51:39 -04:00
Eliot Horowitz 50e8a1a3f5 added AGPL License Header to every file
take 2
2008-07-20 17:37:33 -04:00
Eliot Horowitz 383a862ad3 Revert "added AGPL License Header to every file"
Oops - added multiple times.

This reverts commit 608769fd03.
2008-07-20 17:34:22 -04:00
Eliot Horowitz 608769fd03 added AGPL License Header to every file 2008-07-20 17:33:02 -04:00
Dwight b1a480423b first cut at "fast count" 2008-06-27 18:35:03 -04:00