Commit Graph

1719 Commits

Author SHA1 Message Date
Brice Figureau
8bf6bea8f9 Add Go WinRM client library and cli tool (#963)
This (now mature) library is in used in Packer and some other Go projects.
As of this writing it is maintained, and relatively well tested.

Godoc:
https://godoc.org/github.com/masterzen/winrm

Go Report Card: A+
https://goreportcard.com/report/github.com/masterzen/winrm

Gocover: 86%
https://gocover.io/github.com/masterzen/winrm

Signed-off-by: Brice Figureau <brice@daysofwonder.com>
2016-05-25 10:27:31 -07:00
obivan
2b7ddd24e1 Remove hk, it is deprecated. (#962) 2016-05-24 12:31:10 -07:00
Wesley Hill
529c435a01 Add durafmt (#961). 2016-05-23 18:51:14 -07:00
Monmohan
bcc5dfd08b Added xferspdy to Utilities section.
Added xferspdy to Utilities section.
2016-05-19 15:38:52 -07:00
kirillDanshin
4cff0e3b79 Merge pull request #951 from bjflanne/master
Added NATS to Distributed Systems, and updated Messaging section with…
closes #949
2016-05-12 18:11:26 +03:00
bjflanne
ed1cce18d4 Added NATS to Distributed Systems, and updated Messaging section with NATS Go client 2016-05-12 10:45:27 -04:00
kirillDanshin
21379e8daa Merge pull request #933 from gonutz/master
Added d3d9 library.
2016-05-07 19:39:59 +03:00
kirillDanshin
4d28091e79 Merge pull request #932 from xor-gate/add-secdl
Add secdl, Golang implementation of Lighttpd ModSecDownload algorithm
2016-05-06 03:00:06 +03:00
kirillDanshin
0d513d31f2 Merge pull request #929 from pascaldekloe/master
Add Colfer to serialization
2016-05-05 21:25:40 +03:00
kirillDanshin
5c8e3f99c6 Merge pull request #910 from codingsince1985/hotfix
geo-golang newly supports OpenStreetMap
2016-05-04 22:12:10 +03:00
Lars
4bbfaea08d Added d3d9 library. 2016-05-02 11:14:50 +02:00
kirillDanshin
e466a41766 Merge pull request #900 from xtaci/master
add kcp-go
2016-05-01 21:54:51 +03:00
kirillDanshin
8d366df7ca Merge pull request #928 from jbreitbart/master
Added go-imgur.
2016-05-01 21:27:06 +03:00
kirillDanshin
12ec48b358 Merge pull request #930 from otoolep/master
The repo for rqlite has changed
2016-05-01 21:19:38 +03:00
Jerry Jacobs
15babf4721 Add secdl, Golang implementation of Lighttpd ModSecDownload algorithm 2016-05-01 08:38:05 +00:00
kirillDanshin
d85f7954c4 Merge pull request #907 from rs/rest-layer
Add rest-layer
2016-04-29 21:31:52 +03:00
Philip O'Toole
379778b2e4 The repo for rqlite has changed 2016-04-26 18:17:11 -07:00
kirillDanshin
1a7e46d975 Merge pull request #917 from yanyiwu/patch-1
gojieba
2016-04-26 17:45:48 +03:00
Pascal de Kloe
b06b9cedcd Add Colfer to serialization 2016-04-26 13:07:59 +02:00
kirillDanshin
087c3c2392 Merge pull request #923 from dixonwille/patch-1
Add WLog and WMenu
2016-04-25 23:45:03 +03:00
kirillDanshin
e0409c0eaa Merge pull request #926 from joeybloggs/master
Add log - a simple, configurable and scalable Structured Logging library for Go
2016-04-25 23:24:52 +03:00
Jens Breitbart
7384fbe1aa Added go-imgur. 2016-04-25 18:33:01 +02:00
joeybloggs
b6bf72de71 Add Structured Logging library https://github.com/go-playground/log 2016-04-25 08:10:58 -04:00
Thiago Avelino
c913a01930 Merge pull request #921 from bep/stormg
Add Storm ORM
2016-04-22 20:48:08 -03:00
Will Dixon
49133a92a6 Added Wmenu 2016-04-21 20:04:00 -04:00
Will Dixon
ecbaaef90e Added Wlog 2016-04-21 17:35:51 -04:00
Bjørn Erik Pedersen
8ff28846e0 Add Storm ORM 2016-04-20 11:35:30 +02:00
Dmitri Shuralyov
63f6cac77d Fix typo in PULL_REQUEST_TEMPLATE.md. 2016-04-19 17:27:22 -07:00
yanyiwu
c80306466c alphabetical order 2016-04-18 15:36:38 +08:00
Yanyi Wu
6280ad16ee gojieba
[GoJieba](https://github.com/yanyiwu/gojieba) - This is a Go implementation of [jieba](https://github.com/fxsjy/jieba) which a Chinese word splitting algorithm.

[here](https://github.com/yanyiwu/gojieba/blob/master/README_EN.md) is its english README.md
2016-04-18 15:36:03 +08:00
kirillDanshin
b69d8dcf59 Merge pull request #914 from charneykaye/master
Add gofpdf
2016-04-17 09:07:15 +03:00
kirillDanshin
9f03d0264f Merge pull request #913 from appleboy/patch-3
Add a push notification server (gorush).
2016-04-17 09:03:40 +03:00
Matt Holt
872571264d Add archiver 2016-04-15 16:32:14 -06:00
Charney Kaye
7d5df926d6 Add gofpdf 2016-04-15 17:59:08 -04:00
kirillDanshin
2a6f5223b9 Merge pull request #908 from schachmat/patch-1
add ingo config utility
2016-04-15 12:08:04 +03:00
Bo-Yi Wu
4adb764dcd Add a push notification server.
A push notification server using Gin framework written in Go (Golang).

* Support Google Cloud Message using go-gcm library for Android.
* Support HTTP/2 Apple Push Notification Service using apns2 library.
* Support YAML configuration.
* Support command line to send single Android or iOS notification.
* Support Web API to send push notification.
* Support zero downtime restarts for go servers using endless.
* Support HTTP/2 or HTTP/1.1 protocol.
2016-04-14 20:50:04 +08:00
kirillDanshin
693f86b213 Merge pull request #911 from paked/patch-1
Rename Engi to Engo
2016-04-14 06:22:13 +03:00
Harrison Shoebridge
b9446d2aa4 Rename Engi to Engo
We've recently renamed the project and moved to an organisation.
2016-04-14 08:13:02 +10:00
Jerry Zhao
76188071d4 geo-golang newly supports OpenStreetMap 2016-04-13 21:03:58 +10:00
kirillDanshin
8b4776b929 Merge pull request #905 from lemire/master
adding the roaring library (compressed bitset format)
2016-04-13 11:07:54 +03:00
kirillDanshin
2b39457424 Merge pull request #909 from plar/master
Add data structure: adaptive radix tree
2016-04-13 11:04:03 +03:00
Pavel Larkin
cadbc5fa42 Add data structure: adaptive radix tree 2016-04-12 12:58:50 -04:00
schachmat
dbb812167c add ingo config utility 2016-04-12 15:14:54 +02:00
kirillDanshin
0769389d7b Merge pull request #901 from mmcdole/patch-1
Add gofeed
2016-04-09 06:06:45 +03:00
kirillDanshin
5e135e10c7 Merge pull request #906 from nstogner/master
Add httpware - composable (net/context based) middleware
2016-04-09 04:43:29 +03:00
Olivier Poitrey
0a1e6670a6 Add rest-layer 2016-04-08 16:08:05 -07:00
Nick Stogner
910cec137c Add httpware 2016-04-08 14:54:50 -04:00
Daniel Lemire
fb452ea8b7 Putting back the spurious space? 2016-04-08 11:37:30 -04:00
Daniel Lemire
f88f4cf90d Proposing the addition of roaring. 2016-04-08 11:10:28 -04:00
kirillDanshin
42263cb876 Merge pull request #894 from appleboy/patch-1
Add gofight package in testing section.
2016-04-07 19:18:30 +03:00