mongodb

Clone Tools
  • last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Minor cleanup

- reduce strlen operations

- reduce hard-coded constants

- perfer Tcl_Obj based interfaces of string based ones (opens opportunities for special objtypes)

added enumeration values

  1. … 5 more files in changeset.
improve regularity and linebreaking in comments (mostly function headers)

  1. … 16 more files in changeset.
improve spelling

  1. … 3 more files in changeset.
improve spelling: move closer to the linux documentation recommendations

  1. … 18 more files in changeset.
reduce useless output of "make test"

  1. … 1 more file in changeset.
improve spelling

  1. … 8 more files in changeset.
add missing EXTERN declarations

  1. … 4 more files in changeset.
typographic changes, most prominently, more consistent comma settings

https://onlinewritingtraining.com.au/however-therefore-furthermore/

  1. … 6 more files in changeset.
use newer m4 file

silence gcc7+: use attribute based approach for denoting fall through in case statements

  1. … 4 more files in changeset.
fix missed version bump

Bump version number to 2.4.0

  1. … 9 more files in changeset.
update tcl.4 file (get rid of macOS warnings about obsolete option "-prebind", likely to become an error in future macOS versions)

  1. … 2 more files in changeset.
- make gridfs test more robust

improve spelling consistency

improve documentation

  1. … 18 more files in changeset.
* nsf-gridfs.test: Add one more piece of harness to test suite [skip ci]

* library/mongodb/*: Ran NSF MongoDB tests, against MongoDB 4.0.9 and Mongo-C driver 1.14.0 (both, latest stable); updated README.md accordingly, and fixed gridfs tests that hadn't been corrected for renaming README to README.md

Bump version number from 2.3a0 to 2.3

  1. … 10 more files in changeset.
Change http:// occurrences to https://, if applicable (URLs tested)

  1. … 56 more files in changeset.
avoid variable name "index" in generated code since "index" shadows an outer function

  1. … 3 more files in changeset.
mongodb: add "bson asJSON" convenience method

improve spelling

momgoDB interface: add option "-asJSON" to "find all" to ease interaction e.g. with single page applications.

follow the Tcl, not the OpenACS numbering scheme

  1. … 9 more files in changeset.
change version number to first version number after the 2.2.0 release (2.3d0)

  1. … 5 more files in changeset.
fix typos

  1. … 31 more files in changeset.
- remove dead assignment - add cppcheck target

Removed last deprecated call of the mongo-c-driever (mongoc_collection_create_index())