Граф коммитов

50 Коммитов

Автор SHA1 Сообщение Дата
Kyle Banker ee088910b8 CDRIVER-66 initial fixes for tailable cursors 2011-07-08 13:46:53 -04:00
Kyle Banker 2152cb23aa CDRIVER-33 allow custom fuzz and inc functions for oid generation. 2011-07-07 18:11:58 -04:00
Kyle Banker 4b14e19630 CDRIVER-62 add new indexing options and tests. 2011-07-07 15:23:48 -04:00
Kyle Banker 26c31748d8 CDRIVER-46 Silence, Warnings! 2011-07-07 14:48:46 -04:00
Kyle Banker 915c3edc04 CDRIVER-24 Add SONAME for linux compilation. 2011-07-07 14:26:19 -04:00
Kyle Banker c1afbb69dd CDRIVER-25 test operation timeout 2011-07-07 12:33:13 -04:00
Kyle Banker 4bc643a689 Organized mongo.h into logical chunks. Added net.c for future use. 2011-07-07 11:37:03 -04:00
Kyle Banker ce41c06759 CDRIVER-17 CDRIVER-70 Continued error overhaul. Removed
C-based exception mechanism. getlasterror commands store
result in connection object.
2011-06-01 17:13:04 -05:00
Kyle Banker 24e9c5d9bb CDRIVER-49 CDRIVER-60 CDRIVER-17 Check field names, utf8, and start of new error API. 2011-05-19 17:12:12 -04:00
josh rotenberg a0f63d0f39 add doc building to SConstruct and basic docs.py 2011-04-22 13:31:38 -07:00
Kyle Banker ccd573b60a Define --seed-start-port for replica set test 2011-04-14 15:05:49 -04:00
Kyle Banker e013aa2478 Add feature test for getaddrinfo; otherwise, use inet_addr. 2011-04-07 14:29:28 -04:00
Kyle Banker 7d9c8dbce7 minor: test fixes 2011-04-06 10:18:34 -04:00
Kyle Banker b08b5f18e7 CDRIVER-21 use getaddrinfo for replica sets; test fixes 2011-04-05 17:58:29 -04:00
Kyle Banker 1499304ec0 minor: CDRIVER-21 replica set refactoring 2011-04-01 16:57:44 -04:00
Kyle Banker dd4e7e545e CDRIVER-50 remove support for replica pairs 2011-03-31 14:38:03 -04:00
Kyle Banker 50b455b8d6 INITIAL replica set support 2011-03-30 16:52:44 -04:00
Christopher Triolo 4bce2b02b7 scons tweak 2011-02-11 11:18:09 -05:00
Richard Kreuter 34560e3e0f Add support for building a shared library. 2010-03-02 09:25:28 -05:00
Mathias Stearn 6c6af36514 passing all tests on windows CDRIVER-9 2010-02-04 18:34:07 -05:00
Mathias Stearn 0827f40a51 Everything now builds on windows CDRIVER-9 2010-02-04 18:01:19 -05:00
Mathias Stearn 58e403ebd0 make the core libs build under windows CDRIVER-9 2010-02-04 14:32:14 -05:00
Mathias Stearn 27981b46c5 Always use int for bson_bool_t. CDRIVER-10 2010-01-25 15:06:05 -05:00
Mathias Stearn 32121ad44a Don't use -ansi or -std=c99 with c++ code 2010-01-25 14:58:49 -05:00
Mathias Stearn 5cc68645c7 Test for all BSON types. Fixes for found bugs. 2010-01-25 14:19:44 -05:00
Mathias Stearn c44b0ce92b Replica Pair support CDRIVER-4 2009-12-21 17:14:18 -05:00
Mathias Stearn fe9cba1f43 changes to compile with C++ code. CDRIVER-2 2009-12-03 19:20:30 -05:00
Mathias Stearn 7e39953e6c Authentication and addUser 2009-11-24 20:04:24 -05:00
Mathias Stearn 24905760d3 Move md5 from test/ to src/ and add mongo_ prefixes 2009-11-24 18:33:36 -05:00
Mathias Stearn 06b9881ea2 C99 stdbool.h provides bool 2009-11-24 12:01:40 -05:00
Mathias Stearn 0198225180 sprintf sucks. use lookup table for all nums < 1000 2009-11-18 09:56:17 -05:00
Mathias Stearn 6870e7b210 Start of benchmark script 2009-11-17 23:43:54 -05:00
Mathias Stearn b21f247ef8 test showing broken bson_ensure_space (segfault) 2009-11-17 22:17:47 -05:00
Mathias Stearn 2a09ec8846 Added mongo_count. renamed tests for easier glob 2009-11-17 15:12:53 -05:00
Mathias Stearn 68a6ba4bc5 error handling commands 2009-11-17 13:13:18 -05:00
Mathias Stearn ffec0f832b Update operations 2009-11-16 18:21:46 -05:00
Mathias Stearn 0e16c8244f add --c99 option for scons 2009-11-16 14:22:17 -05:00
Mathias Stearn 3df607ad67 use platform bools if they exist 2009-11-16 13:56:34 -05:00
Mathias Stearn b1058ca031 better scons configs 2009-11-12 19:31:10 -05:00
Mathias Stearn 5e282b7a29 support testing on remote server 2009-11-11 14:25:09 -05:00
Mathias Stearn c7b7691fee Better unit testing setup 2009-11-11 12:14:26 -05:00
Mathias Stearn b358d8a611 Rearrange mongo_* structs and add test for sizes 2009-11-11 11:25:46 -05:00
Mathias Stearn e7955aa58f add debugging symbols 2009-11-10 12:30:07 -05:00
Mathias Stearn 71f302c73c move endian detection to scons 2009-11-09 17:44:33 -05:00
Mathias Stearn 74a121459d first crack at endian swapping 2009-11-09 15:49:49 -05:00
Eliot Horowitz 673f6a633a hash tests now work 2009-10-07 15:03:30 -04:00
Eliot Horowitz f3fb0f2a08 build bson and mongoc library independantly 2009-10-05 21:29:58 -04:00
Eliot Horowitz 43b65ea286 checkpoint for bson - some json -> bson tests 2009-10-05 19:15:35 -04:00
Eliot Horowitz bf1e8e6cd7 api safety 2009-08-21 12:01:27 -04:00
Eliot Horowitz de72cdc77c scons 2009-08-21 10:31:23 -04:00