8942c8c
Fix build by
2014-11-23 14:12:38 -0800
2b08b90
Use new "cover" path by
2014-11-23 14:08:19 -0800
62a50bb
add some additional Membership fields by
2014-11-18 15:15:25 -0800
dcb7f71
Merge pull request #81 from satoshun/type_assertion by
2014-11-07 11:37:41 -0800
9a8e832
use direct result of switch type assertion by
2014-11-07 13:03:36 +0000
5257f70
use https for GitHub URL by
2014-11-06 15:40:04 -0800
001a731
Use https for godoc.org URLs by
2014-11-06 15:16:11 -0800
aeee6dd
Merge pull request #78 from satoshun/range_syntax by
2014-11-06 02:23:18 -0800
a29ff22
Use range syntax by
2014-11-05 13:41:20 +0000
709dbfa
Merge pull request #77 from mredivo/no-log-signal2 by
2014-11-04 13:21:56 -0800
e1643f8
Remove signal.go logging; log from hook functions instead. by
2014-11-04 11:56:32 -0800
23ec88e
Fix bug with string pattern matching with "." by
2014-11-03 11:29:51 -0800
dde2989
Simplify a logical XOR by
2014-11-02 13:22:57 -0800
17227c1
Improve test coverage slightly by
2014-11-02 13:01:32 -0800
60d46a2
Fix typo in a test error message by
2014-11-02 13:00:14 -0800
9556e17
Force use of fallback chanpool on App Engine by
2014-11-01 17:06:20 -0700
69ab4d7
SubRouter middleware by
2014-11-01 16:17:05 -0700
2fe5c3e
Change semantics of wildcard patterns by
2014-11-01 15:46:02 -0700
1a390ab
Allow ".,;" as string pattern "break chars" by
2014-11-01 14:59:43 -0700
8967205
fix return type of PullRequests.ListCommits by
2014-10-31 10:49:34 -0700
ac6efd8
Add a note about outgrowing Logger by
2014-10-29 22:32:29 -0700
3ac66ef
add support for combined status by
2014-10-29 11:44:18 -0700
9c12030
add Mat Geist as contributor by
2014-10-28 12:25:13 -0700
f255c52
Change the router interface slightly by
2014-10-26 17:44:00 -0700
b12ae7f
Move bytecode router code around by
2014-10-26 17:27:44 -0700
1bea1bd
Minor fixup by
2014-10-26 17:14:04 -0700
a655411
Pre-compile routes at Serve() time by
2014-10-26 17:02:16 -0700
89bc831
Move Pattern code around by
2014-10-26 16:52:20 -0700
8cb0725
Fix public API by
2014-10-26 16:30:44 -0700
f292697
Put more methods on Mux by
2014-10-26 16:25:25 -0700
2c106c9
Start moving away from struct embedding by
2014-10-26 16:13:27 -0700
04b25f2
Don't expose the internal routeMachine by
2014-10-26 15:20:29 -0700
64bf229
Add pagination for listing comments by
2014-10-24 21:23:59 -0700
79144d6
Add HTMLURL field to RepositoryCommit. by
2014-10-18 15:10:44 -0700
5ad9fb3
fix typo: s/comitempty/omitempty/ by
2014-10-17 18:48:10 -0700
87b028e
fix some style issues in client tests by
2014-10-17 10:02:28 -0700
d148dc0
add octocat and zen endpoints by
2014-10-17 08:54:06 -0700
fef7114
add Charlie Yan as a contributor by
2014-10-16 15:27:26 -0700
ef6e01c
ListUserTeams implementation and test, go build and go test pass by
2014-10-16 13:57:02 -0700
71d8318
fix minor typos in function comment by
2014-10-14 20:33:47 -0700
4c80909
fix minor golint issues by
2014-10-14 20:29:45 -0700
1173b0b
Adding omitempty to base_tree in CreateTree API by
2014-09-06 13:10:29 -0400
f812049
RepositoryRelease struct: Add Assets field by
2014-10-12 22:47:37 +0200
c491754
Add support for deployment api by
2014-09-25 11:21:50 -0700
eb2a40b
pass nil to http.NewRequest if body is nil by
2014-10-14 18:09:24 -0700
b55688d
set user agent header only if non-empty by
2014-10-14 16:09:18 -0700
119938d
Add bind.Sniff to expose default selection logic by
2014-10-08 00:58:55 -0700
57e752c
Refactor package graceful by
2014-09-02 01:29:28 -0700
5a5d765
Merge pull request #69 from mredivo/master by
2014-10-03 15:31:01 -0700
22c4c96
Add BytesWritten() method to WriterProxy. by
2014-10-03 14:12:14 -0700
3ed4dab
Better top-level AppEngine support by
2014-10-01 10:45:45 -0700
e444e69
Merge pull request #71 from Madrigal/patch-1 by
2014-09-26 08:38:14 -0700
d7e4639
Rearrange rules for matching strict slash by
2014-09-26 00:20:46 -0500
8df3a80
Rearrange getHost function by
2014-09-26 00:20:12 -0500
b99cc2e
GoDoc badge instead of a plain link by
2014-09-25 08:09:17 +1200
b1824b9
README: Add database/sql compatibility by
2014-09-23 14:54:00 +0200
272ed2e
Added methods to implement sql related interfaces. by
2014-09-17 16:23:31 +0200
06f3695
add Rob Figueiredo as contributor by
2014-09-04 08:14:55 -0700
b67cd97
github.com/yext/go-github: add Repo.AutoInit by
2014-07-30 13:07:34 -0400
212ef69
support refs with or without 'refs/' prefix by
2014-09-04 08:04:46 -0700
90d355d
Use net/http.Server.SetKeepAlivesEnabled in Go 1.3 by
2014-09-01 16:06:19 -0700
8b5a2b9
Support Tee() in the ReadFrom case as well by
2014-08-31 19:56:16 -0700
0e21fc9
Document package web/util by
2014-08-31 19:54:01 -0700
d8cbc48
Add PullRequest branch fields Base and Head by
2014-08-29 17:55:16 -0700
a08bb38
Merge pull request #61 from RuiAAPeres/patch-1 by
2014-08-29 17:05:36 -0700
e5a18d6
Update web.go by
2014-08-30 00:55:53 +0100
56f6b12
update Membership to keep up with latest API changes by
2014-08-29 08:13:25 -0700
9e8d33c
Merge pull request #58 from wangjohn/master by
2014-08-26 10:22:35 -0700
e101f75
Boolean logic is hard, guys :( by
2014-08-26 10:20:26 -0700
91e2de2
Fixing typo in example README. by
2014-08-25 22:20:42 -0700
7610669
add support for new team membership API by
2014-08-25 14:20:07 -0700
32d2b56
added pull request links section to the issue struct by
2014-08-11 13:05:05 +1200
203acc7
added url fields to IssueComment and PullRequest by
2014-08-10 15:35:31 +1200
c9fbdda
Add several event structs by
2014-08-02 15:54:19 +1200
28b9206
golint by
2014-08-23 20:01:04 -0700
4d9fdbb
Refactor WriterProxy out of web/middleware by
2014-08-23 17:04:35 -0700
94ec1b1
Also rename files so they aren't lies by
2014-08-23 16:20:59 -0700
b75b7c7
Don't use syscall package on appengine by
2014-08-23 16:19:12 -0700
bf3fc52
Move README buttons to their own line by
2014-08-23 15:57:24 -0700
8b50302
Minor documentation touch-ups by
2014-08-23 15:55:22 -0700
f226afd
Fix-ups from param move by
2014-08-23 15:31:34 -0700
1142ca6
Move param to https://github.com/goji/param by
2014-08-23 15:26:14 -0700
25044d6
Eliminate a lock in the request hot path by
2014-08-23 14:41:10 -0700
ab8aa1f
Use sync.Pool for go1.3 and up by
2014-08-23 14:34:30 -0700
4b8fbc5
Merge pull request #67 from pwaller/patch-1 by
2014-08-11 07:46:53 -0700
8f1a419
Remove blank line to fix docs for Route.Queries by
2014-08-11 15:45:39 +0100
cf51d15
ListCommits and ListFiles should return slices, not pointers by
2014-08-06 13:59:46 -0700
17b9035
Add App Engine support by
2014-07-28 02:12:27 -0700
8344b8a
Fix race in state machine compilation/invalidation by
2014-07-28 02:00:58 -0700
2ab51bb
Only add log.Lmicroseconds if log.Ltime is set by
2014-07-24 17:56:49 -0700
187fd0f
Add compatibility for YAML in Ruby 1.8 by
2014-07-24 17:42:55 -0700
ce77fc6
Add new fields to ReleaseAsset struct by
2014-07-23 09:49:12 +0200
823c724
add Matt Landis as contributor by
2014-07-22 11:29:44 -0700
1c314b0
Add TeamID to Repository for creating organization repos. by
2014-07-18 08:31:19 -0400
be720bc
Add missing quote mark by
2014-07-11 18:22:36 -0700
58bd114
add Colin Misare as contributor by
2014-07-22 08:22:36 -0700
cca6b65
including ListOptions in RepositoryListForksOptions for pagination by
2014-07-02 21:55:39 -0600
5be211b
Fix CreateCommit by
2014-06-11 21:13:59 -0400
eab7e2d
Make use of flag optional in bind by
2014-07-21 11:40:54 -0700
f181235
Merge pull request #2 from jstnlef/minor-refactoring by
2014-07-09 23:40:02 +0200