Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Pulse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ind.ie Projects
Pulse
Commits
843fd9bd
Commit
843fd9bd
authored
Jun 01, 2014
by
Jakob Borg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add license header
parent
26c33c4a
Changes
91
Hide whitespace changes
Inline
Side-by-side
Showing
91 changed files
with
367 additions
and
3 deletions
+367
-3
beacon/beacon.go
beacon/beacon.go
+4
-0
beacon/debug.go
beacon/debug.go
+4
-0
beacon/doc.go
beacon/doc.go
+4
-0
buffers/buffers.go
buffers/buffers.go
+4
-0
cid/cid.go
cid/cid.go
+4
-0
cid/cid_test.go
cid/cid_test.go
+4
-0
cmd/assets/assets.go
cmd/assets/assets.go
+4
-0
cmd/stcli/main.go
cmd/stcli/main.go
+4
-0
cmd/stcli/tls.go
cmd/stcli/tls.go
+4
-0
cmd/stpidx/main.go
cmd/stpidx/main.go
+4
-0
cmd/syncthing/debug.go
cmd/syncthing/debug.go
+4
-0
cmd/syncthing/gui.go
cmd/syncthing/gui.go
+4
-0
cmd/syncthing/gui_solaris.go
cmd/syncthing/gui_solaris.go
+4
-0
cmd/syncthing/gui_unix.go
cmd/syncthing/gui_unix.go
+4
-0
cmd/syncthing/limitedwriter.go
cmd/syncthing/limitedwriter.go
+4
-0
cmd/syncthing/locktrace.go
cmd/syncthing/locktrace.go
+4
-0
cmd/syncthing/main.go
cmd/syncthing/main.go
+4
-0
cmd/syncthing/openurl_unix.go
cmd/syncthing/openurl_unix.go
+4
-0
cmd/syncthing/openurl_windows.go
cmd/syncthing/openurl_windows.go
+4
-0
cmd/syncthing/tls.go
cmd/syncthing/tls.go
+4
-0
cmd/syncthing/upgrade.go
cmd/syncthing/upgrade.go
+4
-0
cmd/syncthing/upgrade_test.go
cmd/syncthing/upgrade_test.go
+4
-0
cmd/syncthing/usage.go
cmd/syncthing/usage.go
+4
-0
config/config.go
config/config.go
+4
-0
config/config_test.go
config/config_test.go
+4
-0
discover/cmd/discosrv/main.go
discover/cmd/discosrv/main.go
+4
-0
discover/debug.go
discover/debug.go
+4
-0
discover/discover.go
discover/discover.go
+4
-0
discover/doc.go
discover/doc.go
+4
-0
discover/packets.go
discover/packets.go
+4
-0
discover/packets_xdr.go
discover/packets_xdr.go
+4
-0
files/debug.go
files/debug.go
+4
-0
files/set.go
files/set.go
+4
-0
files/set_anal.go
files/set_anal.go
+4
-0
files/set_fast.go
files/set_fast.go
+4
-0
files/set_test.go
files/set_test.go
+4
-0
gui/app.js
gui/app.js
+4
-0
gui/index.html
gui/index.html
+5
-0
integration/folders.sh
integration/folders.sh
+4
-0
integration/genfiles.go
integration/genfiles.go
+4
-0
integration/json.go
integration/json.go
+4
-0
integration/md5r.go
integration/md5r.go
+4
-0
integration/test.sh
integration/test.sh
+4
-0
lamport/clock.go
lamport/clock.go
+4
-0
logger/logger.go
logger/logger.go
+4
-0
model/blockqueue.go
model/blockqueue.go
+4
-0
model/debug.go
model/debug.go
+4
-0
model/doc.go
model/doc.go
+4
-0
model/model.go
model/model.go
+4
-0
model/model_test.go
model/model_test.go
+4
-0
model/puller.go
model/puller.go
+4
-0
model/suppressor.go
model/suppressor.go
+4
-0
model/suppressor_test.go
model/suppressor_test.go
+4
-0
model/tempname.go
model/tempname.go
+4
-0
model/tempname_windows.go
model/tempname_windows.go
+4
-0
model/util.go
model/util.go
+4
-0
model/util_test.go
model/util_test.go
+4
-0
osutil/hidden_unix.go
osutil/hidden_unix.go
+4
-0
osutil/hidden_windows.go
osutil/hidden_windows.go
+4
-0
osutil/osutil.go
osutil/osutil.go
+4
-0
protocol/common_test.go
protocol/common_test.go
+4
-0
protocol/counting.go
protocol/counting.go
+4
-0
protocol/debug.go
protocol/debug.go
+4
-0
protocol/doc.go
protocol/doc.go
+4
-0
protocol/header.go
protocol/header.go
+4
-0
protocol/message_types.go
protocol/message_types.go
+4
-0
protocol/message_xdr.go
protocol/message_xdr.go
+4
-0
protocol/nativemodel_darwin.go
protocol/nativemodel_darwin.go
+4
-0
protocol/nativemodel_unix.go
protocol/nativemodel_unix.go
+4
-0
protocol/nativemodel_windows.go
protocol/nativemodel_windows.go
+4
-0
protocol/protocol.go
protocol/protocol.go
+4
-0
protocol/protocol_test.go
protocol/protocol_test.go
+4
-0
protocol/wireformat.go
protocol/wireformat.go
+4
-0
scanner/blocks.go
scanner/blocks.go
+4
-0
scanner/blocks_test.go
scanner/blocks_test.go
+4
-0
scanner/debug.go
scanner/debug.go
+4
-0
scanner/doc.go
scanner/doc.go
+4
-0
scanner/file.go
scanner/file.go
+4
-0
scanner/walk.go
scanner/walk.go
+4
-0
scanner/walk_test.go
scanner/walk_test.go
+4
-0
upnp/debug.go
upnp/debug.go
+4
-0
upnp/upnp.go
upnp/upnp.go
+6
-3
versioner/debug.go
versioner/debug.go
+4
-0
versioner/simple.go
versioner/simple.go
+4
-0
versioner/versioner.go
versioner/versioner.go
+4
-0
xdr/cmd/coder/main.go
xdr/cmd/coder/main.go
+4
-0
xdr/debug.go
xdr/debug.go
+4
-0
xdr/doc.go
xdr/doc.go
+4
-0
xdr/reader.go
xdr/reader.go
+4
-0
xdr/writer.go
xdr/writer.go
+4
-0
xdr/xdr_test.go
xdr/xdr_test.go
+4
-0
No files found.
beacon/beacon.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
beacon
import
"net"
...
...
beacon/debug.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
beacon
import
(
...
...
beacon/doc.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// Package beacon implements an UDP broadcast beacon
package
beacon
buffers/buffers.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// Package buffers manages a set of reusable byte buffers.
package
buffers
...
...
cid/cid.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// Package cid provides a manager for mappings between node ID:s and connection ID:s.
package
cid
...
...
cid/cid_test.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
cid
import
"testing"
...
...
cmd/assets/assets.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
main
import
(
...
...
cmd/stcli/main.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
main
import
(
...
...
cmd/stcli/tls.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
main
import
(
...
...
cmd/stpidx/main.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
main
import
(
...
...
cmd/syncthing/debug.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
main
import
(
...
...
cmd/syncthing/gui.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
main
import
(
...
...
cmd/syncthing/gui_solaris.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
//+build solaris
package
main
...
...
cmd/syncthing/gui_unix.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
//+build !windows,!solaris
package
main
...
...
cmd/syncthing/limitedwriter.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
main
import
(
...
...
cmd/syncthing/locktrace.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
//+build locktrace
package
main
...
...
cmd/syncthing/main.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
main
import
(
...
...
cmd/syncthing/openurl_unix.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// +build !windows
package
main
...
...
cmd/syncthing/openurl_windows.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// +build windows
package
main
...
...
cmd/syncthing/tls.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
main
import
(
...
...
cmd/syncthing/upgrade.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
main
import
(
...
...
cmd/syncthing/upgrade_test.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
main
import
"testing"
...
...
cmd/syncthing/usage.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
main
import
(
...
...
config/config.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// Package config implements reading and writing of the syncthing configuration file.
package
config
...
...
config/config_test.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
config
import
(
...
...
discover/cmd/discosrv/main.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
main
import
(
...
...
discover/debug.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
discover
import
(
...
...
discover/discover.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
discover
import
(
...
...
discover/doc.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// Package discover implements the node discovery protocol.
package
discover
discover/packets.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
discover
const
(
...
...
discover/packets_xdr.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
discover
import
(
...
...
files/debug.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
files
import
(
...
...
files/set.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// Package files provides a set type to track local/remote files with newness checks.
package
files
...
...
files/set_anal.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
//+build anal
package
files
...
...
files/set_fast.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
//+build !anal
package
files
...
...
files/set_test.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
files
import
(
...
...
gui/app.js
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
/*jslint browser: true, continue: true, plusplus: true */
/*global $: false, angular: false */
...
...
gui/index.html
View file @
843fd9bd
<!DOCTYPE html>
<!--
Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
Use of this source code is governed by an MIT-style license that can be
found in the LICENSE file.
-->
<html
lang=
"en"
ng-app=
"syncthing"
ng-controller=
"SyncthingCtrl"
class=
"ng-cloak"
>
<head>
<meta
charset=
"utf-8"
>
...
...
integration/folders.sh
View file @
843fd9bd
#!/bin/bash
# Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
# Use of this source code is governed by an MIT-style license that can be
# found in the LICENSE file.
iterations
=
${
1
:-
5
}
id1
=
I6KAH7666SLLL5PFXSOAUFJCDZYAOMLEKCP2GB3BV5RQST3PSROA
...
...
integration/genfiles.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// +build ignore
package
main
...
...
integration/json.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// +build ignore
package
main
...
...
integration/md5r.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// +build ignore
package
main
...
...
integration/test.sh
View file @
843fd9bd
#!/bin/bash
# Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
# Use of this source code is governed by an MIT-style license that can be
# found in the LICENSE file.
iterations
=
${
1
:-
5
}
id1
=
I6KAH7666SLLL5PFXSOAUFJCDZYAOMLEKCP2GB3BV5RQST3PSROA
...
...
lamport/clock.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// Package lamport implements a simple Lamport Clock for versioning
package
lamport
...
...
logger/logger.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// Package logger implements a standardized logger with callback functionality
package
logger
...
...
model/blockqueue.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
model
import
(
...
...
model/debug.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
model
import
(
...
...
model/doc.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// Package model implements repository abstraction and file pulling mechanisms
package
model
model/model.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
model
import
(
...
...
model/model_test.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
model
import
(
...
...
model/puller.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
model
import
(
...
...
model/suppressor.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
model
import
(
...
...
model/suppressor_test.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
model
import
(
...
...
model/tempname.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// +build !windows
package
model
...
...
model/tempname_windows.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// +build windows
package
model
...
...
model/util.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
model
import
(
...
...
model/util_test.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
model
import
(
...
...
osutil/hidden_unix.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// +build !windows
package
osutil
...
...
osutil/hidden_windows.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// +build windows
package
osutil
...
...
osutil/osutil.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
osutil
import
(
...
...
protocol/common_test.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
protocol
import
(
...
...
protocol/counting.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
protocol
import
(
...
...
protocol/debug.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
protocol
import
(
...
...
protocol/doc.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// Package protocol implements the Block Exchange Protocol.
package
protocol
protocol/header.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
protocol
import
"github.com/calmh/syncthing/xdr"
...
...
protocol/message_types.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
protocol
type
IndexMessage
struct
{
...
...
protocol/message_xdr.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
protocol
import
(
...
...
protocol/nativemodel_darwin.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// +build darwin
package
protocol
...
...
protocol/nativemodel_unix.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// +build !windows,!darwin
package
protocol
...
...
protocol/nativemodel_windows.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// +build windows
package
protocol
...
...
protocol/protocol.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
protocol
import
(
...
...
protocol/protocol_test.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
protocol
import
(
...
...
protocol/wireformat.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
protocol
import
(
...
...
scanner/blocks.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
scanner
import
(
...
...
scanner/blocks_test.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
scanner
import
(
...
...
scanner/debug.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
package
scanner
import
(
...
...
scanner/doc.go
View file @
843fd9bd
// Copyright (C) 2014 Jakob Borg and other contributors. All rights reserved.
// Use of this source code is governed by an MIT-style license that can be
// found in the LICENSE file.
// Package scanner implements a file system scanner and hasher.
package
scanner
scanner/file.go
View file @
843fd9bd