1. ca1bf2d Make everything work on linux again by Mathias Stearn · 14 years ago
  2. 6c6af36 passing all tests on windows CDRIVER-9 by Mathias Stearn · 14 years ago
  3. 0827f40 Everything now builds on windows CDRIVER-9 by Mathias Stearn · 14 years ago
  4. 5cc6864 Test for all BSON types. Fixes for found bugs. by Mathias Stearn · 14 years ago
  5. c44b0ce Replica Pair support CDRIVER-4 by Mathias Stearn · 14 years ago
  6. fe9cba1 changes to compile with C++ code. CDRIVER-2 by Mathias Stearn · 15 years ago
  7. 7e39953 Authentication and addUser by Mathias Stearn · 15 years ago
  8. 2490576 Move md5 from test/ to src/ and add mongo_ prefixes by Mathias Stearn · 15 years ago
  9. 218e29f First attempt at exception handling by Mathias Stearn · 15 years ago
  10. c4c4aa0 Make conn a 1 element array rather than a variable by Mathias Stearn · 15 years ago
  11. 961d65c make it easy to skip slow tests by Mathias Stearn · 15 years ago
  12. fe13927 dont need getlasterror on finds by Mathias Stearn · 15 years ago
  13. bbc3fe9 full benchmark suite by Mathias Stearn · 15 years ago
  14. 37cd32a Benchmark find and find_all by Mathias Stearn · 15 years ago
  15. 31da3db index helpers by Mathias Stearn · 15 years ago
  16. 0fd126e Helpers for simple commands by Mathias Stearn · 15 years ago
  17. 4822937 default TEST_SERVER in test/benchmark by Mathias Stearn · 15 years ago
  18. d1a5bec fix old typo by Mathias Stearn · 15 years ago
  19. 0198225 sprintf sucks. use lookup table for all nums < 1000 by Mathias Stearn · 15 years ago
  20. c2b7dd5 don't get_last_error for serializer tests by Mathias Stearn · 15 years ago
  21. 17f07e5 pure serializer benchmark by Mathias Stearn · 15 years ago
  22. 6870e7b Start of benchmark script by Mathias Stearn · 15 years ago
  23. c40e7c6 fix for bson_ensure_space by Mathias Stearn · 15 years ago
  24. b21f247 test showing broken bson_ensure_space (segfault) by Mathias Stearn · 15 years ago
  25. 2a09ec8 Added mongo_count. renamed tests for easier glob by Mathias Stearn · 15 years ago
  26. 230b6aa mongo_remove by Mathias Stearn · 15 years ago
  27. 32615e5 Forgot to add files by Mathias Stearn · 15 years ago
  28. bc4658a fix memory leak in testupdate by Mathias Stearn · 15 years ago
  29. ffec0f8 Update operations by Mathias Stearn · 15 years ago
  30. 9d56237 testsimple shouldnt fail if collection doesn't exist by Mathias Stearn · 15 years ago
  31. b033914 bson_from_buffer by Mathias Stearn · 15 years ago
  32. 485adf8 commands to drop dbs and collections by Mathias Stearn · 15 years ago
  33. 971b49a rename mongo_query to mongo_find by Mathias Stearn · 15 years ago
  34. e08206a Better error handling for malloc by Mathias Stearn · 15 years ago
  35. 7315ada add subobject and array example by Mathias Stearn · 15 years ago
  36. d8018b5 ObjectID work by Mathias Stearn · 15 years ago
  37. 89cc47f query work and insert_batch by Mathias Stearn · 15 years ago
  38. bc30370 Fix typo and add bson_empty function by Mathias Stearn · 15 years ago
  39. 5e282b7 support testing on remote server by Mathias Stearn · 15 years ago
  40. 8903dd3 Starting on queries by Mathias Stearn · 15 years ago
  41. c7b7691 Better unit testing setup by Mathias Stearn · 15 years ago
  42. b358d8a Rearrange mongo_* structs and add test for sizes by Mathias Stearn · 15 years ago
  43. 4bfc550 Second attempt at endian conversions by Mathias Stearn · 15 years ago
  44. 71f302c move endian detection to scons by Mathias Stearn · 15 years ago
  45. cfb3a4b oops by Mathias Stearn · 15 years ago
  46. 74a1214 first crack at endian swapping by Mathias Stearn · 15 years ago
  47. c04ec45 Typedefs for structs by Mathias Stearn · 15 years ago
  48. 890ccdd cleaning / disconnect by Eliot Horowitz · 15 years ago
  49. 9041def object/arrays by Eliot Horowitz · 15 years ago
  50. 673f6a6 hash tests now work by Eliot Horowitz · 15 years ago
  51. e8ec4e0 2 more tests that don't work by Eliot Horowitz · 15 years ago
  52. 4e6c2ed all basic types print by Eliot Horowitz · 15 years ago
  53. 0234019 json types all gen. correct sized objects at least by Eliot Horowitz · 15 years ago
  54. 43b65ea checkpoint for bson - some json -> bson tests by Eliot Horowitz · 15 years ago
  55. 99393b7 basic insert working by Eliot Horowitz · 15 years ago
  56. de72cdc scons by Eliot Horowitz · 15 years ago