Avi Kivity
0ae22a09d4
LICENSE: Update to version 1.1
...
Updated terms of non-commercial use (must be a never-customer).
2026-04-12 19:46:33 +03:00
Avi Kivity
f3eade2f62
treewide: relicense to ScyllaDB-Source-Available-1.0
...
Drop the AGPL license in favor of a source-available license.
See the blog post [1] for details.
[1] https://www.scylladb.com/2024/12/18/why-were-moving-to-a-source-available-license/
2024-12-18 17:45:13 +02:00
Gleb Natapov
41a57ed2e8
streaming: move streaming code to use host ids instead of host ips
...
The patch is rather large, but it is a straightforward conversion from
one type to another.
2024-12-15 11:31:11 +02:00
Avi Kivity
fcb8d040e8
treewide: use Software Package Data Exchange (SPDX) license identifiers
...
Instead of lengthy blurbs, switch to single-line, machine-readable
standardized (https://spdx.dev ) license identifiers. The Linux kernel
switched long ago, so there is strong precedent.
Three cases are handled: AGPL-only, Apache-only, and dual licensed.
For the latter case, I chose (AGPL-3.0-or-later and Apache-2.0),
reasoning that our changes are extensive enough to apply our license.
The changes we applied mechanically with a script, except to
licenses/README.md.
Closes #9937
2022-01-18 12:15:18 +01:00
Avi Kivity
a55b434a2b
treewide: extent copyright statements to present day
2021-06-06 19:18:49 +03:00
Pavel Solodovnikov
2f442f28af
treewide: add const qualifiers throughout the code base
2019-11-26 02:24:49 +03:00
Pekka Enberg
38a54df863
Fix pre-ScyllaDB copyright statements
...
People keep tripping over the old copyrights and copy-pasting them to
new files. Search and replace "Cloudius Systems" with "ScyllaDB".
Message-Id: <1460013664-25966-1-git-send-email-penberg@scylladb.com >
2016-04-08 08:12:47 +03:00
Asias He
2cc31ac977
streaming: Get rid of the stream_index
...
It is always zero.
2016-01-25 16:58:57 +08:00
Asias He
89b79d44de
streaming: Get rid of the _connecting_ parameter
...
messaging_service will use private ip address automatically to connect a
peer node if possible. There is no need for the upper level like
streaming to worry about it. Drop it simplifies things a bit.
2015-12-31 11:25:08 +01:00
Avi Kivity
d5cf0fb2b1
Add license notices
2015-09-20 10:43:39 +03:00
Asias He
d574e6e3c8
streaming: Rename getTotalFilesToSend to get_total_files_to_send
2015-07-21 16:12:54 +08:00
Asias He
ec8a0e2566
streaming: Add add_session_info and get_all_session_info
2015-06-26 09:21:21 +08:00
Asias He
fb3df916b9
streaming: Complete session_info
2015-06-24 16:13:30 +08:00
Asias He
4a7ef682ab
streaming: Use stream_session_state
...
In session_info, stream_coordinator and stream_session
2015-06-24 16:13:30 +08:00
Asias He
573e96c4c2
streaming: Convert StreamState.java to C++
2015-06-24 16:13:30 +08:00
Asias He
0aa9fdff5d
streaming: Convert SessionInfo.java to C++
2015-06-18 23:02:31 +08:00