Skip to content

Tags: xanf/node-git-server

Tags

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[feature] adds the ability to introspect on the header for the authen…

…ticate function (gabrielcsapo#52)

0.5.1

Toggle 0.5.1's commit message
0.5.1

- bump dependencies
  - tap ^11.0.1 -> ^12.5.3
  - tryitout ^2.0.6 -> ^2.1.1

0.5.0

Toggle 0.5.0's commit message
Merge branch 'master' of github.com:gabrielcsapo/node-git-server

0.4.3

Toggle 0.4.3's commit message
0.4.3

- removes deprecated Buffer interface

0.4.2

Toggle 0.4.2's commit message
0.4.2

- adds https support

0.4.1

Toggle 0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixes type to be the same as the event names (gabrielcsapo#32)

* fixes type to be the same as the event names

* updates changelog

0.4.0

Toggle 0.4.0's commit message
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

0.3.4

Toggle 0.3.4's commit message
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

0.3.3

Toggle 0.3.3's commit message
0.3.3

- Removes dependency on http-duplex package replacing w/ internal replacement lib
- updates tryitout@1.0.0 and updates Docs

0.3.2

Toggle 0.3.2's commit message
0.3.2

- fixes pathing issues on non linux/unix based operating systems (windows)