1. Dec 21, 2016
  2. Dec 20, 2016
    • A. Jesse Jiryu Davis's avatar
      CDRIVER-1926 fix truncated man page lines · 35447643
      A. Jesse Jiryu Davis authored
      Mallard lines like "Optional <code>bson_t</code>. Might be NULL." was
      output as:
      
      Optional
      .B bson_t
      . Might be NULL.
      
      Groff misinterprets, and truncates at the first period. Escape the dot:
      
      Optional
      .B bson_t
      \[char46] Might be NULL.
      35447643
  3. Dec 14, 2016
  4. Dec 13, 2016
  5. Dec 12, 2016
  6. Dec 10, 2016
  7. Dec 08, 2016
  8. Nov 18, 2016
  9. Nov 17, 2016
  10. Nov 16, 2016
  11. Nov 15, 2016
  12. Nov 12, 2016
    • A. Jesse Jiryu Davis's avatar
      CDRIVER-1335 bson_as_json for "code" types · 1048f4f7
      A. Jesse Jiryu Davis authored
      bson_append_code_with_scope now preserves the "code with scope" type
      if scope is an empty, non-NULL BSON document.
      
      bson_as_json now properly formats BSON "code" and "code with scope"
      types like '{"$code": "...", "$scope": {}}'. Before, it had treated the
      code as a string and ignored the scope.
      1048f4f7
  13. Nov 11, 2016