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: ipfs/kubo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 18297e2dc936
Choose a base ref
...
head repository: ipfs/kubo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 898863d63281
Choose a head ref
  • 3 commits
  • 222 files changed
  • 2 contributors

Commits on Jun 2, 2015

  1. Revert "godeps: update everything to master"

    This reverts commit dc758b1.
    whyrusleeping committed Jun 2, 2015
    Copy the full SHA
    546415b View commit details

Commits on Jun 3, 2015

  1. Copy the full SHA
    db98e77 View commit details
  2. Merge pull request #1323 from ipfs/revert-godeps-update

    Revert "godeps: update everything to master"
    jbenet committed Jun 3, 2015
    Copy the full SHA
    898863d View commit details
Showing with 1,001 additions and 191,325 deletions.
  1. +30 −46 Godeps/Godeps.json
  2. +0 −14 Godeps/_workspace/src/github.com/Sirupsen/logrus/CHANGELOG.md
  3. +3 −4 Godeps/_workspace/src/github.com/Sirupsen/logrus/README.md
  4. +0 −2 Godeps/_workspace/src/github.com/Sirupsen/logrus/entry.go
  5. +3 −4 Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/sentry/README.md
  6. +1 −21 Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/sentry/sentry.go
  7. +2 −5 Godeps/_workspace/src/github.com/Sirupsen/logrus/hooks/sentry/sentry_test.go
  8. +3 −4 Godeps/_workspace/src/github.com/Sirupsen/logrus/json_formatter.go
  9. +1 −4 Godeps/_workspace/src/github.com/Sirupsen/logrus/logger.go
  10. +1 −3 Godeps/_workspace/src/github.com/Sirupsen/logrus/text_formatter.go
  11. +1 −3 Godeps/_workspace/src/github.com/cenkalti/backoff/exponential.go
  12. +3 −0 Godeps/_workspace/src/github.com/cenkalti/backoff/exponential_test.go
  13. +2 −2 Godeps/_workspace/src/github.com/cheggaaa/pb/README.md
  14. +5 −8 Godeps/_workspace/src/github.com/cheggaaa/pb/format.go
  15. +61 −72 Godeps/_workspace/src/github.com/cheggaaa/pb/pb.go
  16. +1 −1 Godeps/_workspace/src/github.com/cheggaaa/pb/pb_nix.go
  17. +0 −7 Godeps/_workspace/src/github.com/cheggaaa/pb/pb_test.go
  18. +1 −1 Godeps/_workspace/src/github.com/cheggaaa/pb/pb_x.go
  19. +1 −1 Godeps/_workspace/src/github.com/crowdmob/goamz/aws/regions.go
  20. +2 −17 Godeps/_workspace/src/github.com/crowdmob/goamz/s3/s3.go
  21. +2 −65 Godeps/_workspace/src/github.com/crowdmob/goamz/s3/s3test/server.go
  22. +76 −13 Godeps/_workspace/src/github.com/fd/go-nat/natpmp.go
  23. +2 −6 Godeps/_workspace/src/github.com/fzzy/radix/redis/client.go
  24. +1 −2 Godeps/_workspace/src/github.com/fzzy/radix/redis/client_test.go
  25. +0 −23 Godeps/_workspace/src/github.com/fzzy/radix/redis/reply.go
  26. +1 −21 Godeps/_workspace/src/github.com/fzzy/radix/redis/reply_test.go
  27. +98 −157 Godeps/_workspace/src/github.com/fzzy/radix/redis/resp/resp.go
  28. +1 −2 Godeps/_workspace/src/github.com/fzzy/radix/redis/resp/resp_test.go
  29. +0 −4 Godeps/_workspace/src/github.com/gogo/protobuf/proto/encode_gogo.go
  30. +1 −1 Godeps/_workspace/src/github.com/hashicorp/golang-lru/README.md
  31. +17 −58 Godeps/_workspace/src/github.com/hashicorp/golang-lru/lru.go
  32. +3 −82 Godeps/_workspace/src/github.com/hashicorp/golang-lru/lru_test.go
  33. +10 −57 Godeps/_workspace/src/github.com/hashicorp/yamux/session.go
  34. +13 −70 Godeps/_workspace/src/github.com/hashicorp/yamux/session_test.go
  35. +6 −25 Godeps/_workspace/src/github.com/hashicorp/yamux/stream.go
  36. +1 −1 Godeps/_workspace/src/github.com/howeyc/fsnotify/fsnotify_bsd.go
  37. +1 −1 Godeps/_workspace/src/github.com/howeyc/fsnotify/fsnotify_open_bsd.go
  38. +0 −2 Godeps/_workspace/src/github.com/huin/goupnp/goupnp.go
  39. +1 −1 Godeps/_workspace/src/github.com/huin/goupnp/soap/soap.go
  40. +0 −27 Godeps/_workspace/src/github.com/jackpal/gateway/LICENSE
  41. +0 −7 Godeps/_workspace/src/github.com/jackpal/gateway/README.md
  42. +0 −40 Godeps/_workspace/src/github.com/jackpal/gateway/gateway_darwin.go
  43. +0 −75 Godeps/_workspace/src/github.com/jackpal/gateway/gateway_linux.go
  44. +0 −10 Godeps/_workspace/src/github.com/jackpal/gateway/gateway_test.go
  45. +0 −14 Godeps/_workspace/src/github.com/jackpal/gateway/gateway_unimplemented.go
  46. +0 −43 Godeps/_workspace/src/github.com/jackpal/gateway/gateway_windows.go
  47. +0 −12 Godeps/_workspace/src/github.com/jackpal/go-nat-pmp/natpmp.go
  48. +0 −13 Godeps/_workspace/src/github.com/jackpal/go-nat-pmp/natpmp_test.go
  49. +1 −1 Godeps/_workspace/src/github.com/jbenet/go-peerstream/listener.go
  50. +4 −2 Godeps/_workspace/src/github.com/jbenet/go-reuseport/impl_unix.go
  51. +1 −1 Godeps/_workspace/src/github.com/jbenet/go-reuseport/poll/error.go
  52. +1 −3 Godeps/_workspace/src/github.com/kardianos/osext/README.md
  53. +3 −3 Godeps/_workspace/src/github.com/kardianos/osext/osext.go
  54. +0 −23 Godeps/_workspace/src/github.com/kardianos/osext/osext_test.go
  55. +16 −37 Godeps/_workspace/src/github.com/miekg/dns/client.go
  56. +0 −23 Godeps/_workspace/src/github.com/miekg/dns/client_test.go
  57. +10 −15 Godeps/_workspace/src/github.com/miekg/dns/dnssec_keyscan.go
  58. +2 −81 Godeps/_workspace/src/github.com/miekg/dns/parse_test.go
  59. +0 −10 Godeps/_workspace/src/github.com/miekg/dns/server_test.go
  60. +7 −8 Godeps/_workspace/src/github.com/miekg/dns/types.go
  61. +2 −2 Godeps/_workspace/src/github.com/miekg/dns/zscan.go
  62. +27 −63 Godeps/_workspace/src/github.com/miekg/dns/zscan_rr.go
  63. +130 −253 Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go
  64. +79 −35 Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_compaction.go
  65. +2 −2 Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_iter.go
  66. +7 −7 Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_state.go
  67. +4 −40 Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_test.go
  68. +22 −50 Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db_write.go
  69. +0 −1 Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/errors.go
  70. +3 −6 Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/memdb.go
  71. +0 −31 Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/opt/options.go
  72. +254 −10 Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session.go
  73. +0 −287 Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_compaction.go
  74. +8 −6 Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_record.go
  75. +3 −3 Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_record_test.go
  76. +1 −1 Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/session_util.go
  77. +0 −10 Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/storage_test.go
  78. +2 −6 Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/table.go
  79. +1 −1 Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/version.go
  80. +2 −11 Godeps/_workspace/src/github.com/whyrusleeping/iptb/main.go
  81. +0 −78 Godeps/_workspace/src/golang.org/x/net/html/atom/atom.go
  82. +0 −109 Godeps/_workspace/src/golang.org/x/net/html/atom/atom_test.go
  83. +0 −648 Godeps/_workspace/src/golang.org/x/net/html/atom/gen.go
  84. +0 −713 Godeps/_workspace/src/golang.org/x/net/html/atom/table.go
  85. +0 −351 Godeps/_workspace/src/golang.org/x/net/html/atom/table_test.go
  86. +0 −244 Godeps/_workspace/src/golang.org/x/net/html/charset/charset.go
  87. +0 −236 Godeps/_workspace/src/golang.org/x/net/html/charset/charset_test.go
  88. +0 −111 Godeps/_workspace/src/golang.org/x/net/html/charset/gen.go
  89. +0 −235 Godeps/_workspace/src/golang.org/x/net/html/charset/table.go
  90. +0 −48 Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/HTTP-charset.html
  91. +0 −48 Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/HTTP-vs-UTF-8-BOM.html
  92. +0 −49 Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/HTTP-vs-meta-charset.html
  93. +0 −49 Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/HTTP-vs-meta-content.html
  94. +0 −47 Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/No-encoding-declaration.html
  95. +0 −9 Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/README
  96. BIN Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/UTF-16BE-BOM.html
  97. BIN Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/UTF-16LE-BOM.html
  98. +0 −49 Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/UTF-8-BOM-vs-meta-charset.html
  99. +0 −48 Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/UTF-8-BOM-vs-meta-content.html
  100. +0 −48 Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/meta-charset-attribute.html
  101. +0 −48 Godeps/_workspace/src/golang.org/x/net/html/charset/testdata/meta-content-attribute.html
  102. +0 −102 Godeps/_workspace/src/golang.org/x/net/html/const.go
  103. +0 −106 Godeps/_workspace/src/golang.org/x/net/html/doc.go
  104. +0 −156 Godeps/_workspace/src/golang.org/x/net/html/doctype.go
  105. +0 −2,253 Godeps/_workspace/src/golang.org/x/net/html/entity.go
  106. +0 −29 Godeps/_workspace/src/golang.org/x/net/html/entity_test.go
  107. +0 −258 Godeps/_workspace/src/golang.org/x/net/html/escape.go
  108. +0 −97 Godeps/_workspace/src/golang.org/x/net/html/escape_test.go
  109. +0 −40 Godeps/_workspace/src/golang.org/x/net/html/example_test.go
  110. +0 −226 Godeps/_workspace/src/golang.org/x/net/html/foreign.go
  111. +0 −193 Godeps/_workspace/src/golang.org/x/net/html/node.go
  112. +0 −146 Godeps/_workspace/src/golang.org/x/net/html/node_test.go
  113. +0 −2,094 Godeps/_workspace/src/golang.org/x/net/html/parse.go
  114. +0 −388 Godeps/_workspace/src/golang.org/x/net/html/parse_test.go
  115. +0 −271 Godeps/_workspace/src/golang.org/x/net/html/render.go
  116. +0 −156 Godeps/_workspace/src/golang.org/x/net/html/render_test.go
  117. +0 −2,237 Godeps/_workspace/src/golang.org/x/net/html/testdata/go1.html
  118. +0 −28 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/README
  119. +0 −194 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/adoption01.dat
  120. +0 −31 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/adoption02.dat
  121. +0 −135 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/comments01.dat
  122. +0 −370 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/doctype01.dat
  123. +0 −603 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/entities01.dat
  124. +0 −249 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/entities02.dat
  125. +0 −246 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/html5test-com.dat
  126. +0 −43 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/inbody01.dat
  127. +0 −40 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/isindex.dat
  128. BIN ...s/_workspace/src/golang.org/x/net/html/testdata/webkit/pending-spec-changes-plain-text-unsafe.dat
  129. +0 −52 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/pending-spec-changes.dat
  130. BIN Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/plain-text-unsafe.dat
  131. +0 −308 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/scriptdata01.dat
  132. +0 −15 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/scripted/adoption01.dat
  133. +0 −28 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/scripted/webkit01.dat
  134. +0 −212 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tables01.dat
  135. +0 −1,952 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests1.dat
  136. +0 −799 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests10.dat
  137. +0 −482 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests11.dat
  138. +0 −62 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests12.dat
  139. +0 −74 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests14.dat
  140. +0 −208 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests15.dat
  141. +0 −2,299 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests16.dat
  142. +0 −153 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests17.dat
  143. +0 −269 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests18.dat
  144. +0 −1,237 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests19.dat
  145. +0 −763 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests2.dat
  146. +0 −455 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests20.dat
  147. +0 −221 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests21.dat
  148. +0 −157 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests22.dat
  149. +0 −155 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests23.dat
  150. +0 −79 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests24.dat
  151. +0 −219 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests25.dat
  152. +0 −313 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests26.dat
  153. +0 −305 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests3.dat
  154. +0 −59 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests4.dat
  155. +0 −191 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests5.dat
  156. +0 −663 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests6.dat
  157. +0 −390 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests7.dat
  158. +0 −148 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests8.dat
  159. +0 −457 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests9.dat
  160. +0 −741 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tests_innerHTML_1.dat
  161. +0 −261 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/tricky01.dat
  162. +0 −610 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/webkit01.dat
  163. +0 −159 Godeps/_workspace/src/golang.org/x/net/html/testdata/webkit/webkit02.dat
  164. +0 −1,219 Godeps/_workspace/src/golang.org/x/net/html/token.go
  165. +0 −748 Godeps/_workspace/src/golang.org/x/net/html/token_test.go
  166. +1 −1 Godeps/_workspace/src/golang.org/x/net/ipv4/syscall_unix.go
  167. +1 −1 Godeps/_workspace/src/golang.org/x/net/ipv6/syscall_unix.go
  168. +0 −209 Godeps/_workspace/src/golang.org/x/text/encoding/charmap/charmap.go
  169. +0 −415 Godeps/_workspace/src/golang.org/x/text/encoding/charmap/maketables.go
  170. +0 −5,116 Godeps/_workspace/src/golang.org/x/text/encoding/charmap/tables.go
  171. +0 −179 Godeps/_workspace/src/golang.org/x/text/encoding/encoding.go
  172. +0 −1,033 Godeps/_workspace/src/golang.org/x/text/encoding/encoding_test.go
  173. +0 −40 Godeps/_workspace/src/golang.org/x/text/encoding/example_test.go
  174. +0 −45 Godeps/_workspace/src/golang.org/x/text/encoding/htmlindex/htmlindex.go
  175. +0 −26 Godeps/_workspace/src/golang.org/x/text/encoding/ianaindex/example_test.go
  176. +0 −64 Godeps/_workspace/src/golang.org/x/text/encoding/ianaindex/ianaindex.go
  177. +0 −137 Godeps/_workspace/src/golang.org/x/text/encoding/internal/identifier/gen.go
  178. +0 −80 Godeps/_workspace/src/golang.org/x/text/encoding/internal/identifier/identifier.go
  179. +0 −1,621 Godeps/_workspace/src/golang.org/x/text/encoding/internal/identifier/mib.go
  180. +0 −60 Godeps/_workspace/src/golang.org/x/text/encoding/internal/internal.go
  181. +0 −12 Godeps/_workspace/src/golang.org/x/text/encoding/japanese/all.go
  182. +0 −210 Godeps/_workspace/src/golang.org/x/text/encoding/japanese/eucjp.go
  183. +0 −273 Godeps/_workspace/src/golang.org/x/text/encoding/japanese/iso2022jp.go
  184. +0 −161 Godeps/_workspace/src/golang.org/x/text/encoding/japanese/maketables.go
  185. +0 −188 Godeps/_workspace/src/golang.org/x/text/encoding/japanese/shiftjis.go
  186. +0 −26,971 Godeps/_workspace/src/golang.org/x/text/encoding/japanese/tables.go
  187. +0 −177 Godeps/_workspace/src/golang.org/x/text/encoding/korean/euckr.go
  188. +0 −143 Godeps/_workspace/src/golang.org/x/text/encoding/korean/maketables.go
  189. +0 −34,152 Godeps/_workspace/src/golang.org/x/text/encoding/korean/tables.go
  190. +0 −12 Godeps/_workspace/src/golang.org/x/text/encoding/simplifiedchinese/all.go
  191. +0 −280 Godeps/_workspace/src/golang.org/x/text/encoding/simplifiedchinese/gbk.go
  192. +0 −228 Godeps/_workspace/src/golang.org/x/text/encoding/simplifiedchinese/hzgb2312.go
  193. +0 −161 Godeps/_workspace/src/golang.org/x/text/encoding/simplifiedchinese/maketables.go
  194. +0 −43,999 Godeps/_workspace/src/golang.org/x/text/encoding/simplifiedchinese/tables.go
  195. +0 −510 Godeps/_workspace/src/golang.org/x/text/encoding/testdata/candide-gb18030.txt
  196. BIN Godeps/_workspace/src/golang.org/x/text/encoding/testdata/candide-utf-16le.txt
  197. +0 −510 Godeps/_workspace/src/golang.org/x/text/encoding/testdata/candide-utf-8.txt
  198. +0 −510 Godeps/_workspace/src/golang.org/x/text/encoding/testdata/candide-windows-1252.txt
  199. +0 −178 Godeps/_workspace/src/golang.org/x/text/encoding/testdata/rashomon-euc-jp.txt
  200. +0 −178 Godeps/_workspace/src/golang.org/x/text/encoding/testdata/rashomon-iso-2022-jp.txt
  201. +0 −178 Godeps/_workspace/src/golang.org/x/text/encoding/testdata/rashomon-shift-jis.txt
  202. +0 −178 Godeps/_workspace/src/golang.org/x/text/encoding/testdata/rashomon-utf-8.txt
  203. +0 −107 ...s/_workspace/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-gb-levels-1-and-2-hz-gb2312.txt
  204. +0 −107 Godeps/_workspace/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-gb-levels-1-and-2-utf-8.txt
  205. +0 −107 Godeps/_workspace/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-simplified-gbk.txt
  206. +0 −107 Godeps/_workspace/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-simplified-utf-8.txt
  207. +0 −106 Godeps/_workspace/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-traditional-big5.txt
  208. +0 −106 Godeps/_workspace/src/golang.org/x/text/encoding/testdata/sunzi-bingfa-traditional-utf-8.txt
  209. +0 −175 Godeps/_workspace/src/golang.org/x/text/encoding/testdata/unsu-joh-eun-nal-euc-kr.txt
  210. +0 −175 Godeps/_workspace/src/golang.org/x/text/encoding/testdata/unsu-joh-eun-nal-utf-8.txt
  211. +0 −198 Godeps/_workspace/src/golang.org/x/text/encoding/traditionalchinese/big5.go
  212. +0 −140 Godeps/_workspace/src/golang.org/x/text/encoding/traditionalchinese/maketables.go
  213. +0 −37,142 Godeps/_workspace/src/golang.org/x/text/encoding/traditionalchinese/tables.go
  214. +0 −82 Godeps/_workspace/src/golang.org/x/text/encoding/unicode/override.go
  215. +0 −327 Godeps/_workspace/src/golang.org/x/text/encoding/unicode/unicode.go
  216. +0 −37 Godeps/_workspace/src/golang.org/x/text/transform/examples_test.go
  217. +0 −616 Godeps/_workspace/src/golang.org/x/text/transform/transform.go
  218. +0 −1,082 Godeps/_workspace/src/golang.org/x/text/transform/transform_test.go
  219. +1 −1 Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2/example_test.go
  220. +11 −13 Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2/lumberjack.go
  221. +0 −56 Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2/lumberjack_test.go
  222. +40 −0 test/sharness/x0045-add-cat-iptb.sh
76 changes: 30 additions & 46 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 0 additions & 14 deletions Godeps/_workspace/src/github.com/Sirupsen/logrus/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions Godeps/_workspace/src/github.com/Sirupsen/logrus/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Godeps/_workspace/src/github.com/Sirupsen/logrus/entry.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Godeps/_workspace/src/github.com/Sirupsen/logrus/logger.go
4 changes: 2 additions & 2 deletions Godeps/_workspace/src/github.com/cheggaaa/pb/README.md
13 changes: 5 additions & 8 deletions Godeps/_workspace/src/github.com/cheggaaa/pb/format.go
133 changes: 61 additions & 72 deletions Godeps/_workspace/src/github.com/cheggaaa/pb/pb.go
2 changes: 1 addition & 1 deletion Godeps/_workspace/src/github.com/cheggaaa/pb/pb_nix.go
7 changes: 0 additions & 7 deletions Godeps/_workspace/src/github.com/cheggaaa/pb/pb_test.go
2 changes: 1 addition & 1 deletion Godeps/_workspace/src/github.com/cheggaaa/pb/pb_x.go
19 changes: 2 additions & 17 deletions Godeps/_workspace/src/github.com/crowdmob/goamz/s3/s3.go
89 changes: 76 additions & 13 deletions Godeps/_workspace/src/github.com/fd/go-nat/natpmp.go
8 changes: 2 additions & 6 deletions Godeps/_workspace/src/github.com/fzzy/radix/redis/client.go
23 changes: 0 additions & 23 deletions Godeps/_workspace/src/github.com/fzzy/radix/redis/reply.go
22 changes: 1 addition & 21 deletions Godeps/_workspace/src/github.com/fzzy/radix/redis/reply_test.go
255 changes: 98 additions & 157 deletions Godeps/_workspace/src/github.com/fzzy/radix/redis/resp/resp.go

Large diffs are not rendered by default.

75 changes: 17 additions & 58 deletions Godeps/_workspace/src/github.com/hashicorp/golang-lru/lru.go
85 changes: 3 additions & 82 deletions Godeps/_workspace/src/github.com/hashicorp/golang-lru/lru_test.go
67 changes: 10 additions & 57 deletions Godeps/_workspace/src/github.com/hashicorp/yamux/session.go
83 changes: 13 additions & 70 deletions Godeps/_workspace/src/github.com/hashicorp/yamux/session_test.go
31 changes: 6 additions & 25 deletions Godeps/_workspace/src/github.com/hashicorp/yamux/stream.go
2 changes: 0 additions & 2 deletions Godeps/_workspace/src/github.com/huin/goupnp/goupnp.go
2 changes: 1 addition & 1 deletion Godeps/_workspace/src/github.com/huin/goupnp/soap/soap.go
27 changes: 0 additions & 27 deletions Godeps/_workspace/src/github.com/jackpal/gateway/LICENSE

This file was deleted.

7 changes: 0 additions & 7 deletions Godeps/_workspace/src/github.com/jackpal/gateway/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions Godeps/_workspace/src/github.com/jackpal/gateway/gateway_darwin.go

This file was deleted.

75 changes: 0 additions & 75 deletions Godeps/_workspace/src/github.com/jackpal/gateway/gateway_linux.go

This file was deleted.

10 changes: 0 additions & 10 deletions Godeps/_workspace/src/github.com/jackpal/gateway/gateway_test.go

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 0 additions & 12 deletions Godeps/_workspace/src/github.com/jackpal/go-nat-pmp/natpmp.go
13 changes: 0 additions & 13 deletions Godeps/_workspace/src/github.com/jackpal/go-nat-pmp/natpmp_test.go

This file was deleted.

4 changes: 1 addition & 3 deletions Godeps/_workspace/src/github.com/kardianos/osext/README.md
6 changes: 3 additions & 3 deletions Godeps/_workspace/src/github.com/kardianos/osext/osext.go
23 changes: 0 additions & 23 deletions Godeps/_workspace/src/github.com/kardianos/osext/osext_test.go
53 changes: 16 additions & 37 deletions Godeps/_workspace/src/github.com/miekg/dns/client.go
23 changes: 0 additions & 23 deletions Godeps/_workspace/src/github.com/miekg/dns/client_test.go
25 changes: 10 additions & 15 deletions Godeps/_workspace/src/github.com/miekg/dns/dnssec_keyscan.go
83 changes: 2 additions & 81 deletions Godeps/_workspace/src/github.com/miekg/dns/parse_test.go
10 changes: 0 additions & 10 deletions Godeps/_workspace/src/github.com/miekg/dns/server_test.go
15 changes: 7 additions & 8 deletions Godeps/_workspace/src/github.com/miekg/dns/types.go
4 changes: 2 additions & 2 deletions Godeps/_workspace/src/github.com/miekg/dns/zscan.go
90 changes: 27 additions & 63 deletions Godeps/_workspace/src/github.com/miekg/dns/zscan_rr.go
383 changes: 130 additions & 253 deletions Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/db.go

Large diffs are not rendered by default.

Loading