Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: linuxtechie/nginx-gridfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mdirolf/nginx-gridfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 5 files changed
  • 4 contributors

Commits on Oct 24, 2011

  1. Merge pull request mdirolf#1 from abbat/patch-1

    * Fix nginx crash on signal 11 when gridfs_find_query returns MONGO_ERROR
    kiwanami committed Oct 24, 2011
    Configuration menu
    Copy the full SHA
    cfdf63a View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2011

  1. NaN workaround for gridfile_get_numchunks (mongo_c_driver/src/gridfs.c).

    gridfile_get_numchunks returns -2147483648 when chunkSize is 0
    (converting NaN to int). Conversion this int to ngx_uint_t produce
    2147483648 and next ngx_pcalloc throws out of memory.
    abbat committed Oct 31, 2011
    Configuration menu
    Copy the full SHA
    6c5af6c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2011

  1. Merge pull request mdirolf#2 from abbat/master

    NaN workaround for gridfile_get_numchunks (mongo_c_driver/src/gridfs.c).
    kiwanami committed Nov 2, 2011
    Configuration menu
    Copy the full SHA
    a193e37 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2011

  1. Configuration menu
    Copy the full SHA
    af22ea1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e92e1d View commit details
    Browse the repository at this point in the history
  3. Added connection resuming.

    kiwanami committed Nov 3, 2011
    Configuration menu
    Copy the full SHA
    0fb612e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2011

  1. Configuration menu
    Copy the full SHA
    65b191c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2012

  1. fixed submodule url

    kiwanami committed Jan 5, 2012
    Configuration menu
    Copy the full SHA
    8889d52 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2012

  1. bug fixed: failed to connect to the replica set nodes which are indic…

    …ated with the hostname. (In the some environment, the db.isMaster command returns a hostname, not an IP address.)
    kiwanami committed Jan 16, 2012
    Configuration menu
    Copy the full SHA
    b9bc845 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2012

  1. Configuration menu
    Copy the full SHA
    138a6b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2013

  1. Additional CFLAGS options

    eagleas committed Jan 9, 2013
    Configuration menu
    Copy the full SHA
    f4bb958 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e053901 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2013

  1. Avoid deprecation warnings

    eagleas committed Jan 14, 2013
    Configuration menu
    Copy the full SHA
    902a64f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2013

  1. Configuration menu
    Copy the full SHA
    a6d71ca View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2013

  1. Configuration menu
    Copy the full SHA
    251d5c8 View commit details
    Browse the repository at this point in the history
  2. Remove some unused variables

    eagleas committed Jan 17, 2013
    Configuration menu
    Copy the full SHA
    3acbcde View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2013

  1. Merge pull request mdirolf#48 from eagleas/master

    Fix compile errors with mongo-c-driver v0.7.1
    mdirolf committed Dec 10, 2013
    Configuration menu
    Copy the full SHA
    5500ec4 View commit details
    Browse the repository at this point in the history
  2. Update README.rst

    mdirolf committed Dec 10, 2013
    Configuration menu
    Copy the full SHA
    75fea95 View commit details
    Browse the repository at this point in the history
Loading