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: gabrielcsapo/node-git-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: pyramation/node-git-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 37 files changed
  • 6 contributors

Commits on Nov 10, 2017

  1. updates docs (#26)

    * updates docs
    - adds extensive docs to Git, Util and Service
    - adds named function to events to trace errors more easily
    
    * fixes req to be typed http.IncomingMessage
    gabrielcsapo authored Nov 10, 2017
    Configuration menu
    Copy the full SHA
    97d2737 View commit details
    Browse the repository at this point in the history
  2. updates duplex lib to fix cork,uncork and change the behavior of writ…

    …eHead slightly. These three methods are now chainable. (#27)
    echopoint authored and gabrielcsapo committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    faad289 View commit details
    Browse the repository at this point in the history
  3. 0.3.4

    - updates duplex lib to fix cork, uncork and add some chaining
    - adds extensive docs to Git, Util and Service
    - adds named function to events to trace errors more easily
    gabrielcsapo committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    d9aabdf View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2017

  1. updates docs page

    gabrielcsapo committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    6d80414 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. makes authenticate more flexible (#30)

    * makes authenticate more flexible
    - [BREAKING] changes the interface for authentication to make it more flexible
    - when error is sent back to client ensure error is string
    
    * updates readme and example
    
    * adds README notice
    gabrielcsapo authored Dec 4, 2017
    Configuration menu
    Copy the full SHA
    0961dac View commit details
    Browse the repository at this point in the history
  2. 0.4.0

    - [BREAKING] changes the interface for authentication to make it more flexible
    - when error is sent back to client ensure error is string
    gabrielcsapo committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    abd8fa4 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. fixes type to be the same as the event names (#32)

    * fixes type to be the same as the event names
    
    * updates changelog
    gabrielcsapo authored Dec 5, 2017
    Configuration menu
    Copy the full SHA
    f3f7396 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. adds https support (#35)

    * adds https support
    
    * ensures options is set
    
    * updates readme and adds example for https
    
    * fixes lint
    
    * documents git ssl override
    gabrielcsapo authored Dec 8, 2017
    Configuration menu
    Copy the full SHA
    9aec84c View commit details
    Browse the repository at this point in the history
  2. 0.4.2

    - adds https support
    gabrielcsapo committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    2d9d4c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

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

Commits on May 29, 2018

  1. Fix for #38 (#39)

    * gitignore update for visual studio, Buffer Fix #38
    
    * Update util.js
    
    * Update service.js
    hasezoey authored and gabrielcsapo committed May 29, 2018
    Configuration menu
    Copy the full SHA
    8202863 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. 0.4.3

    - removes deprecated Buffer interface
    gabrielcsapo committed May 31, 2018
    Configuration menu
    Copy the full SHA
    21dc88e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

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

    - adds  functionality for event streams and response streams
    gabrielcsapo committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    dd20baf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c974e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. add return value to listen method (#44)

    resolves #43
    mojavelinux authored and gabrielcsapo committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    d7840c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. remove useless 'new' calls (#48)

    ravener authored and gabrielcsapo committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    442e48d View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2018

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