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: dogestry/dogestry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.1
Choose a base ref
...
head repository: dogestry/dogestry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.2
Choose a head ref
  • 6 commits
  • 50 files changed
  • 3 contributors

Commits on Nov 12, 2015

  1. Configuration menu
    Copy the full SHA
    ad9c427 View commit details
    Browse the repository at this point in the history
  2. s3: fix deadlock in Push()

    Make putFileErrChan buffered to numGoRoutines to avoid deadlock
    Fixes #84
    coopernurse committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    d88911b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2015

  1. updating s3gof3r to latest version

    latest s3gof3r fixes a goroutine leak (which was causing dogestry to balloon
    by 100MB+ each pull), when ran in server mode.
    
    Upped the version to 2.1.2
    Daniel Selans committed Nov 14, 2015
    Configuration menu
    Copy the full SHA
    291cef3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #83 from kfrugia/master

    updated build instructions in readme
    Daniel Selans committed Nov 14, 2015
    Configuration menu
    Copy the full SHA
    7491271 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #86 from dogestry/dselans/memleak_fix

    updating s3gof3r to latest version
    Daniel Selans committed Nov 14, 2015
    Configuration menu
    Copy the full SHA
    3ab379d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #85 from coopernurse/s3-deadlock

    s3: fix deadlock in Push()
    Daniel Selans committed Nov 14, 2015
    Configuration menu
    Copy the full SHA
    9a9d972 View commit details
    Browse the repository at this point in the history
Loading