[CDRIVER-690] Document bson streaming reads Created: 28/May/15  Updated: 11/Jan/16  Resolved: 12/Oct/15

Status: Closed
Project: C Driver
Component/s: docs, libbson
Affects Version/s: None
Fix Version/s: 1.2.0

Type: Improvement Priority: Major - P3
Reporter: A. Jesse Jiryu Davis Assignee: Kyle Suarez
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Document bson_reader_destroy_func_t, bson_reader_read_func_t, and related. Example of streaming BSON over TCP.



 Comments   
Comment by Githook User [ 11/Jan/16 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: 1.3.0-dev
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 11/Jan/16 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: 1.3.0-dev
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 11/Jan/16 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: 1.3.0-dev
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 11/Jan/16 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: 1.3.0-dev
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 11/Jan/16 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: 1.3.0-dev
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 11/Jan/16 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: 1.3.0-dev
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 11/Jan/16 ]

Author:

{u'username': u'bjori', u'name': u'Hannes Magnusson', u'email': u'bjori@10gen.com'}

Message: Merge pull request #139 from ksuarz/master

CDRIVER-690 BSON streaming
Branch: 1.3.0-dev
https://github.com/mongodb/libbson/commit/7ffa1b5d76b23d7bbdc7d4aa892181e9874987aa

Comment by Githook User [ 11/Jan/16 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 fix typo in error check
Branch: 1.3.0-dev
https://github.com/mongodb/libbson/commit/dbf2711489e6e2e5e015961879fc204e999adbc8

Comment by Githook User [ 11/Jan/16 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 fix streaming example to use fd

Restructured the code to use bson_reader_new_from_fd() rather than
bson_reader_new_from_handle().

A new binary 'bson-streaming-reader' is compiled when making the examples.
Branch: 1.3.0-dev
https://github.com/mongodb/libbson/commit/857ba62f2e1831dd16c6281e8ce6fa9f5cd881b2

Comment by Githook User [ 11/Jan/16 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 clarify callback description
Branch: 1.3.0-dev
https://github.com/mongodb/libbson/commit/8c78a47b329707854721a1e6063cab371f0812e9

Comment by Githook User [ 11/Jan/16 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 fix indentation and style
Branch: 1.3.0-dev
https://github.com/mongodb/libbson/commit/322ff8bab7e5ef8e41ad50207a7fc16208054337

Comment by Githook User [ 11/Jan/16 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 add BSON streaming read example
Branch: 1.3.0-dev
https://github.com/mongodb/libbson/commit/4499f023c5bd5fc3fbc9e844ac9d597d44e474f4

Comment by Githook User [ 11/Jan/16 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 document bson_reader callbacks
Branch: 1.3.0-dev
https://github.com/mongodb/libbson/commit/11ed6e3587f14ba79a945bb3863a018c0660b9c0

Comment by Githook User [ 20/Oct/15 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: debian
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 20/Oct/15 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: debian
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 20/Oct/15 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: debian
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 20/Oct/15 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: debian
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 20/Oct/15 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: debian
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 20/Oct/15 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: debian
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 20/Oct/15 ]

Author:

{u'username': u'bjori', u'name': u'Hannes Magnusson', u'email': u'bjori@10gen.com'}

Message: Merge pull request #139 from ksuarz/master

CDRIVER-690 BSON streaming
Branch: debian
https://github.com/mongodb/libbson/commit/7ffa1b5d76b23d7bbdc7d4aa892181e9874987aa

Comment by Githook User [ 20/Oct/15 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 fix typo in error check
Branch: debian
https://github.com/mongodb/libbson/commit/dbf2711489e6e2e5e015961879fc204e999adbc8

Comment by Githook User [ 20/Oct/15 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 fix streaming example to use fd

Restructured the code to use bson_reader_new_from_fd() rather than
bson_reader_new_from_handle().

A new binary 'bson-streaming-reader' is compiled when making the examples.
Branch: debian
https://github.com/mongodb/libbson/commit/857ba62f2e1831dd16c6281e8ce6fa9f5cd881b2

Comment by Githook User [ 20/Oct/15 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 clarify callback description
Branch: debian
https://github.com/mongodb/libbson/commit/8c78a47b329707854721a1e6063cab371f0812e9

Comment by Githook User [ 20/Oct/15 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 fix indentation and style
Branch: debian
https://github.com/mongodb/libbson/commit/322ff8bab7e5ef8e41ad50207a7fc16208054337

Comment by Githook User [ 20/Oct/15 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 add BSON streaming read example
Branch: debian
https://github.com/mongodb/libbson/commit/4499f023c5bd5fc3fbc9e844ac9d597d44e474f4

Comment by Githook User [ 20/Oct/15 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 document bson_reader callbacks
Branch: debian
https://github.com/mongodb/libbson/commit/11ed6e3587f14ba79a945bb3863a018c0660b9c0

Comment by Githook User [ 07/Oct/15 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: master
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 07/Oct/15 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: master
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 07/Oct/15 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: master
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 07/Oct/15 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: master
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 07/Oct/15 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: master
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 07/Oct/15 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: master
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 01/Oct/15 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: 1.2.0-dev
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 01/Oct/15 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: 1.2.0-dev
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 01/Oct/15 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: 1.2.0-dev
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 01/Oct/15 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: 1.2.0-dev
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 01/Oct/15 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: 1.2.0-dev
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 01/Oct/15 ]

Author:

{u'username': u'ajdavis', u'name': u'A. Jesse Jiryu Davis', u'email': u'jesse@mongodb.com'}

Message: Merge branch 'master' into 1.2.0-dev

  • master: (24 commits)
    1.1.11 Release
    CDRIVER-690 fix typo in error check
    CDRIVER-690 fix streaming example to use fd
    CDRIVER-690 clarify callback description
    CDRIVER-690 fix indentation and style
    CDRIVER-690 add BSON streaming read example
    CDRIVER-690 document bson_reader callbacks
    post-release bump
    1.1.10 Release
    post-release bump
    1.1.9 Release
    CDRIVER-727 actually enable coverage in libbson
    post-release bump
    1.1.8 Release
    post-release bump
    1.1.7 Release
    ensure CMake defines config vars to 0 or 1
    CDRIVER-700 unchecked err in bson_utf8_escape_for_json
    fix assert in test_bson_json_read_bad_cb
    %g prints with 3 exp digits by default on windows
    ...

Conflicts:
CMakeLists.txt
NEWS
build/autotools/Versions.m4
build/rpm/libbson.spec
doc/version.page
tests/test-json.c
Branch: 1.2.0-dev
https://github.com/mongodb/libbson/commit/69ae5fa4d8aefc296d36e251526cdad53ecd877a

Comment by Githook User [ 01/Oct/15 ]

Author:

{u'username': u'bjori', u'name': u'Hannes Magnusson', u'email': u'bjori@10gen.com'}

Message: Merge pull request #139 from ksuarz/master

CDRIVER-690 BSON streaming
Branch: 1.2.0-dev
https://github.com/mongodb/libbson/commit/7ffa1b5d76b23d7bbdc7d4aa892181e9874987aa

Comment by Githook User [ 01/Oct/15 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 fix typo in error check
Branch: 1.2.0-dev
https://github.com/mongodb/libbson/commit/dbf2711489e6e2e5e015961879fc204e999adbc8

Comment by Githook User [ 01/Oct/15 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 fix streaming example to use fd

Restructured the code to use bson_reader_new_from_fd() rather than
bson_reader_new_from_handle().

A new binary 'bson-streaming-reader' is compiled when making the examples.
Branch: 1.2.0-dev
https://github.com/mongodb/libbson/commit/857ba62f2e1831dd16c6281e8ce6fa9f5cd881b2

Comment by Githook User [ 01/Oct/15 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 clarify callback description
Branch: 1.2.0-dev
https://github.com/mongodb/libbson/commit/8c78a47b329707854721a1e6063cab371f0812e9

Comment by Githook User [ 01/Oct/15 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 fix indentation and style
Branch: 1.2.0-dev
https://github.com/mongodb/libbson/commit/322ff8bab7e5ef8e41ad50207a7fc16208054337

Comment by Githook User [ 01/Oct/15 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 add BSON streaming read example
Branch: 1.2.0-dev
https://github.com/mongodb/libbson/commit/4499f023c5bd5fc3fbc9e844ac9d597d44e474f4

Comment by Githook User [ 01/Oct/15 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 document bson_reader callbacks
Branch: 1.2.0-dev
https://github.com/mongodb/libbson/commit/11ed6e3587f14ba79a945bb3863a018c0660b9c0

Comment by A. Jesse Jiryu Davis [ 23/Sep/15 ]

Reopening to remember to merge forward into libbson 1.2.0.

Comment by Githook User [ 11/Sep/15 ]

Author:

{u'username': u'bjori', u'name': u'Hannes Magnusson', u'email': u'bjori@10gen.com'}

Message: Merge pull request #139 from ksuarz/master

CDRIVER-690 BSON streaming
Branch: master
https://github.com/mongodb/libbson/commit/7ffa1b5d76b23d7bbdc7d4aa892181e9874987aa

Comment by Githook User [ 11/Sep/15 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 fix typo in error check
Branch: master
https://github.com/mongodb/libbson/commit/dbf2711489e6e2e5e015961879fc204e999adbc8

Comment by Githook User [ 11/Sep/15 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 fix streaming example to use fd

Restructured the code to use bson_reader_new_from_fd() rather than
bson_reader_new_from_handle().

A new binary 'bson-streaming-reader' is compiled when making the examples.
Branch: master
https://github.com/mongodb/libbson/commit/857ba62f2e1831dd16c6281e8ce6fa9f5cd881b2

Comment by Githook User [ 11/Sep/15 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 clarify callback description
Branch: master
https://github.com/mongodb/libbson/commit/8c78a47b329707854721a1e6063cab371f0812e9

Comment by Githook User [ 11/Sep/15 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 fix indentation and style
Branch: master
https://github.com/mongodb/libbson/commit/322ff8bab7e5ef8e41ad50207a7fc16208054337

Comment by Githook User [ 11/Sep/15 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 add BSON streaming read example
Branch: master
https://github.com/mongodb/libbson/commit/4499f023c5bd5fc3fbc9e844ac9d597d44e474f4

Comment by Githook User [ 11/Sep/15 ]

Author:

{u'username': u'ksuarz', u'name': u'Kyle Suarez', u'email': u'ksuarz@gmail.com'}

Message: CDRIVER-690 document bson_reader callbacks
Branch: master
https://github.com/mongodb/libbson/commit/11ed6e3587f14ba79a945bb3863a018c0660b9c0

Generated at Wed Feb 07 21:10:19 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.