Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
neo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Kirill Smelkov
neo
Commits
745941f7
Commit
745941f7
authored
May 12, 2017
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
ae55336c
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
39 additions
and
14 deletions
+39
-14
go/neo/packed.go
go/neo/packed.go
+7
-3
go/neo/pkt.go
go/neo/pkt.go
+7
-3
go/neo/proto_test.go
go/neo/proto_test.go
+7
-3
go/neo/protogen.go
go/neo/protogen.go
+6
-1
go/xcommon/xbufio/seqbuf_ioat.go
go/xcommon/xbufio/seqbuf_ioat.go
+1
-0
go/xcommon/xbufio/xbufio.go
go/xcommon/xbufio/xbufio.go
+7
-2
go/zodb/storage/fs1/fsb/fsb.go
go/zodb/storage/fs1/fsb/fsb.go
+2
-0
go/zodb/storage/fs1/py/indexcmp
go/zodb/storage/fs1/py/indexcmp
+1
-1
go/zodb/str.go
go/zodb/str.go
+1
-1
No files found.
go/neo/packed.go
View file @
745941f7
...
...
@@ -2,17 +2,21 @@
// Kirill Smelkov <kirr@nexedi.com>
//
// This program is free software: you can Use, Study, Modify and Redistribute
// it under the terms of the GNU General Public License version
2
, or (at your
// it under the terms of the GNU General Public License version
3
, or (at your
// option) any later version, as published by the Free Software Foundation.
//
// You can also Link and Combine this program with other software covered by
// the terms of any of the Open Source Initiative approved licenses and Convey
// the resulting work. Corresponding source of such a combination shall include
// the source code for all other software used.
//
// This program is distributed WITHOUT ANY WARRANTY; without even the implied
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
//
// See COPYING file for full licensing terms.
// Types to use in packed structures
package
neo
// Types to use in packed structures
import
(
"encoding/binary"
...
...
go/neo/pkt.go
View file @
745941f7
...
...
@@ -2,17 +2,21 @@
// Kirill Smelkov <kirr@nexedi.com>
//
// This program is free software: you can Use, Study, Modify and Redistribute
// it under the terms of the GNU General Public License version
2
, or (at your
// it under the terms of the GNU General Public License version
3
, or (at your
// option) any later version, as published by the Free Software Foundation.
//
// You can also Link and Combine this program with other software covered by
// the terms of any of the Open Source Initiative approved licenses and Convey
// the resulting work. Corresponding source of such a combination shall include
// the source code for all other software used.
//
// This program is distributed WITHOUT ANY WARRANTY; without even the implied
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
//
// See COPYING file for full licensing terms.
// NEO. Packets and packet buffers management
package
neo
// packets and packet buffers management
import
(
"fmt"
...
...
go/neo/proto_test.go
View file @
745941f7
...
...
@@ -2,17 +2,21 @@
// Kirill Smelkov <kirr@nexedi.com>
//
// This program is free software: you can Use, Study, Modify and Redistribute
// it under the terms of the GNU General Public License version
2
, or (at your
// it under the terms of the GNU General Public License version
3
, or (at your
// option) any later version, as published by the Free Software Foundation.
//
// You can also Link and Combine this program with other software covered by
// the terms of any of the Open Source Initiative approved licenses and Convey
// the resulting work. Corresponding source of such a combination shall include
// the source code for all other software used.
//
// This program is distributed WITHOUT ANY WARRANTY; without even the implied
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
//
// See COPYING file for full licensing terms.
// NEO. Protocol. Tests
package
neo
// protocol tests
import
(
hexpkg
"encoding/hex"
...
...
go/neo/protogen.go
View file @
745941f7
...
...
@@ -2,9 +2,14 @@
// Kirill Smelkov <kirr@nexedi.com>
//
// This program is free software: you can Use, Study, Modify and Redistribute
// it under the terms of the GNU General Public License version
2
, or (at your
// it under the terms of the GNU General Public License version
3
, or (at your
// option) any later version, as published by the Free Software Foundation.
//
// You can also Link and Combine this program with other software covered by
// the terms of any of the Open Source Initiative approved licenses and Convey
// the resulting work. Corresponding source of such a combination shall include
// the source code for all other software used.
//
// This program is distributed WITHOUT ANY WARRANTY; without even the implied
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
//
...
...
go/xcommon/xbufio/seqbuf_ioat.go
View file @
745941f7
...
...
@@ -16,6 +16,7 @@
// See COPYING file for full licensing terms.
package
xbufio
// bufferring for io.ReaderAt optimized for sequential access
import
(
"io"
...
...
go/xcommon/xbufio/xbufio.go
View file @
745941f7
// Copyright (C) 2017 Nexedi SA and Contributors.
XXX -> GPLv3
// Copyright (C) 2017 Nexedi SA and Contributors.
// Kirill Smelkov <kirr@nexedi.com>
//
// This program is free software: you can Use, Study, Modify and Redistribute
// it under the terms of the GNU General Public License version
2
, or (at your
// it under the terms of the GNU General Public License version
3
, or (at your
// option) any later version, as published by the Free Software Foundation.
//
// You can also Link and Combine this program with other software covered by
// the terms of any of the Open Source Initiative approved licenses and Convey
// the resulting work. Corresponding source of such a combination shall include
// the source code for all other software used.
//
// This program is distributed WITHOUT ANY WARRANTY; without even the implied
// warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
//
...
...
go/zodb/storage/fs1/fsb/
cmp
.go
→
go/zodb/storage/fs1/fsb/
fsb
.go
View file @
745941f7
// Package fsb specializes cznic/b.Tree for FileStorage index needs.
// See gen-fsbtree for details.
package
fsb
//go:generate ./gen-fsbtree
...
...
go/zodb/storage/fs1/py/indexcmp
View file @
745941f7
#!/usr/bin/env python2
# TODO author/copyright
"""compare two index files"""
"""compare two
ZODB FileStorage v1
index files"""
from
ZODB.fsIndex
import
fsIndex
import
sys
...
...
go/zodb/str.go
View file @
745941f7
...
...
@@ -16,7 +16,7 @@
// See COPYING file for full licensing terms.
package
zodb
// formatting and parsing
for basic zodb types
// formatting and parsing for basic zodb types
import
(
"fmt"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment