1. ad6fc5d build: Updating LOCAL_MODULE_TAGS with optional tag by Nagender Telkar · 13 years ago fp2-sibon fp2-sibon-2.0.1 fp2-sibon-2.0.2 FP2-open-16.05.0 FP2-open-16.06.0 FP2-open-16.07.1 FP2-open-16.08.0 FP2-open-16.09.0 FP2-open-16.10.0 FP2-open-16.11.0 FP2-open-16.12.0 FP2-open-17.01.0 FP2-open-17.04.0
  2. 85229c8 Enable BSON compilation on Android gingerbread branch by Kevin Tang · 13 years ago
  3. 7afb6e4 Check len against underflow that could cause heap overrun by Mathias Stearn · 14 years ago
  4. e62001c Add a copy of the Apache 2 license. by Richard Kreuter · 14 years ago
  5. 416f42f Add license headers to source files. by Richard Kreuter · 14 years ago
  6. 3f4ecf4 Just in case: don't include <unistd.h> on Windows. by Richard Kreuter · 14 years ago
  7. 57ac583 Include <unistd.h> to avoid a warning about close(2). by Richard Kreuter · 14 years ago
  8. 34560e3 Add support for building a shared library. by Richard Kreuter · 14 years ago
  9. ca1bf2d Make everything work on linux again by Mathias Stearn · 14 years ago
  10. 6c6af36 passing all tests on windows CDRIVER-9 by Mathias Stearn · 14 years ago
  11. 0827f40 Everything now builds on windows CDRIVER-9 by Mathias Stearn · 14 years ago
  12. 58e403e make the core libs build under windows CDRIVER-9 by Mathias Stearn · 14 years ago
  13. 27981b4 Always use int for bson_bool_t. CDRIVER-10 by Mathias Stearn · 14 years ago
  14. 32121ad Don't use -ansi or -std=c99 with c++ code by Mathias Stearn · 14 years ago
  15. 5cc6864 Test for all BSON types. Fixes for found bugs. by Mathias Stearn · 14 years ago
  16. 469e3bb Fix bson_append_long CDRIVER-7 by Mathias Stearn · 14 years ago
  17. cbb524b Fix bson_append_binary CDRIVER-8 by Mathias Stearn · 14 years ago
  18. c44b0ce Replica Pair support CDRIVER-4 by Mathias Stearn · 14 years ago
  19. 6035733 ismaster command CDRIVER-4 by Mathias Stearn · 14 years ago
  20. ee0478f bson_eoo should be treated as false by Mathias Stearn · 14 years ago
  21. fe9cba1 changes to compile with C++ code. CDRIVER-2 by Mathias Stearn · 14 years ago
  22. 27bbbff bson_oid_generated_time by Mathias Stearn · 14 years ago
  23. 4254c18 README by Mathias Stearn · 14 years ago
  24. f822fd7 Make exception macros specializations of generic versions by Mathias Stearn · 14 years ago
  25. 8f88c60 fix typo by Mathias Stearn · 14 years ago
  26. eb956ef make bson_append_element work if passed a name by Mathias Stearn · 14 years ago
  27. 44947e9 make more uses of bson_iterator const by Mathias Stearn · 14 years ago
  28. b920f22 iterator extraction for subobjects by Mathias Stearn · 14 years ago
  29. fab6eb3 code and codewscope by Mathias Stearn · 14 years ago
  30. e6eb5ba bson_append_long by Mathias Stearn · 14 years ago
  31. ec97a7e support for dates by Mathias Stearn · 14 years ago
  32. 7e39953 Authentication and addUser by Mathias Stearn · 14 years ago
  33. 2490576 Move md5 from test/ to src/ and add mongo_ prefixes by Mathias Stearn · 14 years ago
  34. 218e29f First attempt at exception handling by Mathias Stearn · 14 years ago
  35. d926a9c Pass connection ptr until interfacing with OS by Mathias Stearn · 14 years ago
  36. c4c4aa0 Make conn a 1 element array rather than a variable by Mathias Stearn · 14 years ago
  37. 961d65c make it easy to skip slow tests by Mathias Stearn · 14 years ago
  38. 06b9881 C99 stdbool.h provides bool by Mathias Stearn · 14 years ago
  39. fe13927 dont need getlasterror on finds by Mathias Stearn · 14 years ago
  40. bbc3fe9 full benchmark suite by Mathias Stearn · 14 years ago
  41. 37cd32a Benchmark find and find_all by Mathias Stearn · 14 years ago
  42. 31da3db index helpers by Mathias Stearn · 14 years ago
  43. e30ef94 bson_append_element by Mathias Stearn · 14 years ago
  44. e60a7dd don't advance iterator past end of object by Mathias Stearn · 14 years ago
  45. 0fd126e Helpers for simple commands by Mathias Stearn · 15 years ago
  46. 4822937 default TEST_SERVER in test/benchmark by Mathias Stearn · 15 years ago
  47. d1a5bec fix old typo by Mathias Stearn · 15 years ago
  48. 0198225 sprintf sucks. use lookup table for all nums < 1000 by Mathias Stearn · 15 years ago
  49. e63a778 only strlen keys once by Mathias Stearn · 15 years ago
  50. c2b7dd5 don't get_last_error for serializer tests by Mathias Stearn · 15 years ago
  51. 17f07e5 pure serializer benchmark by Mathias Stearn · 15 years ago
  52. 6870e7b Start of benchmark script by Mathias Stearn · 15 years ago
  53. c40e7c6 fix for bson_ensure_space by Mathias Stearn · 15 years ago
  54. b21f247 test showing broken bson_ensure_space (segfault) by Mathias Stearn · 15 years ago
  55. d8fd814 bson_find by Mathias Stearn · 15 years ago
  56. 2a09ec8 Added mongo_count. renamed tests for easier glob by Mathias Stearn · 15 years ago
  57. 5d5ae8e bson_append_bson by Mathias Stearn · 15 years ago
  58. 230b6aa mongo_remove by Mathias Stearn · 15 years ago
  59. 32615e5 Forgot to add files by Mathias Stearn · 15 years ago
  60. 68a6ba4 error handling commands by Mathias Stearn · 15 years ago
  61. 2c48201 actually send killcursors message by Mathias Stearn · 15 years ago
  62. 7100ec6 one = 1 by Mathias Stearn · 15 years ago
  63. bc4658a fix memory leak in testupdate by Mathias Stearn · 15 years ago
  64. ffec0f8 Update operations by Mathias Stearn · 15 years ago
  65. 9d56237 testsimple shouldnt fail if collection doesn't exist by Mathias Stearn · 15 years ago
  66. 60e755e clean up insert code by Mathias Stearn · 15 years ago
  67. 0e16c82 add --c99 option for scons by Mathias Stearn · 15 years ago
  68. f16c601 compile without -D options with c99 by Mathias Stearn · 15 years ago
  69. 3df607a use platform bools if they exist by Mathias Stearn · 15 years ago
  70. 3a1948c use bson_bool_t for true/false rather than int by Mathias Stearn · 15 years ago
  71. b033914 bson_from_buffer by Mathias Stearn · 15 years ago
  72. 485adf8 commands to drop dbs and collections by Mathias Stearn · 15 years ago
  73. bf5817a make bson_size const correct by Mathias Stearn · 15 years ago
  74. 0d6adf3 make bson_copy ignore NULL out by Mathias Stearn · 15 years ago
  75. 5dc6f23 mongo_find_one by Mathias Stearn · 15 years ago
  76. aa512af bson_copy helper function by Mathias Stearn · 15 years ago
  77. 72733d4 don't destroy null cursors by Mathias Stearn · 15 years ago
  78. 971b49a rename mongo_query to mongo_find by Mathias Stearn · 15 years ago
  79. 9c57298 fix compile error by Mathias Stearn · 15 years ago
  80. 3f0392f regex data type and fixing bson_iterator_next by Mathias Stearn · 15 years ago
  81. 79ec7dd binary data type by Mathias Stearn · 15 years ago
  82. 509f01f symbol, code, and undefined by Mathias Stearn · 15 years ago
  83. 65d28c2 seed rand() by Mathias Stearn · 15 years ago
  84. 91d4ee1 stdint -> unistd by Mathias Stearn · 15 years ago
  85. e08206a Better error handling for malloc by Mathias Stearn · 15 years ago
  86. 7315ada add subobject and array example by Mathias Stearn · 15 years ago
  87. 3b06788 static globals for zero and one. setsockopt should fail silently. by Mathias Stearn · 15 years ago
  88. b1058ca better scons configs by Mathias Stearn · 15 years ago
  89. e415da4 strong warning message by Mathias Stearn · 15 years ago
  90. d8018b5 ObjectID work by Mathias Stearn · 15 years ago
  91. 0b0b0ff fix off-by-one by Mathias Stearn · 15 years ago
  92. 89cc47f query work and insert_batch by Mathias Stearn · 15 years ago
  93. bc30370 Fix typo and add bson_empty function by Mathias Stearn · 15 years ago
  94. 5e282b7 support testing on remote server by Mathias Stearn · 15 years ago
  95. 8903dd3 Starting on queries by Mathias Stearn · 15 years ago
  96. 783bc0e fix comments by Mathias Stearn · 15 years ago
  97. c7b7691 Better unit testing setup by Mathias Stearn · 15 years ago
  98. b358d8a Rearrange mongo_* structs and add test for sizes by Mathias Stearn · 15 years ago
  99. d902521 Better mongo messaging by Mathias Stearn · 15 years ago
  100. 1f7ce71 add ctags file to gitignore by Mathias Stearn · 15 years ago