Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
ac7717b7
Commit
ac7717b7
authored
Oct 31, 2011
by
Martin Sustrik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
250bpm copyrights added
Signed-off-by:
Martin Sustrik
<
sustrik@250bpm.com
>
parent
4b832ea3
Hide whitespace changes
Inline
Side-by-side
Showing
148 changed files
with
148 additions
and
0 deletions
+148
-0
zmq.h
include/zmq.h
+1
-0
zmq_utils.h
include/zmq_utils.h
+1
-0
inproc_lat.cpp
perf/inproc_lat.cpp
+1
-0
inproc_thr.cpp
perf/inproc_thr.cpp
+1
-0
local_lat.cpp
perf/local_lat.cpp
+1
-0
local_thr.cpp
perf/local_thr.cpp
+1
-0
remote_lat.cpp
perf/remote_lat.cpp
+1
-0
remote_thr.cpp
perf/remote_thr.cpp
+1
-0
array.hpp
src/array.hpp
+1
-0
atomic_counter.hpp
src/atomic_counter.hpp
+1
-0
atomic_ptr.hpp
src/atomic_ptr.hpp
+1
-0
clock.cpp
src/clock.cpp
+1
-0
clock.hpp
src/clock.hpp
+1
-0
command.hpp
src/command.hpp
+1
-0
config.hpp
src/config.hpp
+1
-0
ctx.cpp
src/ctx.cpp
+1
-0
ctx.hpp
src/ctx.hpp
+1
-0
decoder.cpp
src/decoder.cpp
+1
-0
decoder.hpp
src/decoder.hpp
+1
-0
devpoll.cpp
src/devpoll.cpp
+1
-0
devpoll.hpp
src/devpoll.hpp
+1
-0
dist.cpp
src/dist.cpp
+1
-0
dist.hpp
src/dist.hpp
+1
-0
encoder.cpp
src/encoder.cpp
+1
-0
encoder.hpp
src/encoder.hpp
+1
-0
epoll.cpp
src/epoll.cpp
+1
-0
epoll.hpp
src/epoll.hpp
+1
-0
err.cpp
src/err.cpp
+1
-0
err.hpp
src/err.hpp
+1
-0
fd.hpp
src/fd.hpp
+1
-0
fq.cpp
src/fq.cpp
+1
-0
fq.hpp
src/fq.hpp
+1
-0
i_engine.hpp
src/i_engine.hpp
+1
-0
i_poll_events.hpp
src/i_poll_events.hpp
+1
-0
io_object.cpp
src/io_object.cpp
+1
-0
io_object.hpp
src/io_object.hpp
+1
-0
io_thread.cpp
src/io_thread.cpp
+1
-0
io_thread.hpp
src/io_thread.hpp
+1
-0
ip.cpp
src/ip.cpp
+1
-0
ip.hpp
src/ip.hpp
+1
-0
ipc_address.cpp
src/ipc_address.cpp
+1
-0
ipc_address.hpp
src/ipc_address.hpp
+1
-0
ipc_connecter.cpp
src/ipc_connecter.cpp
+1
-0
ipc_connecter.hpp
src/ipc_connecter.hpp
+1
-0
ipc_listener.cpp
src/ipc_listener.cpp
+1
-0
ipc_listener.hpp
src/ipc_listener.hpp
+1
-0
kqueue.cpp
src/kqueue.cpp
+1
-0
kqueue.hpp
src/kqueue.hpp
+1
-0
lb.cpp
src/lb.cpp
+1
-0
lb.hpp
src/lb.hpp
+1
-0
likely.hpp
src/likely.hpp
+1
-0
mailbox.cpp
src/mailbox.cpp
+1
-0
mailbox.hpp
src/mailbox.hpp
+1
-0
msg.cpp
src/msg.cpp
+1
-0
msg.hpp
src/msg.hpp
+1
-0
mtrie.cpp
src/mtrie.cpp
+1
-0
mtrie.hpp
src/mtrie.hpp
+1
-0
mutex.hpp
src/mutex.hpp
+1
-0
object.cpp
src/object.cpp
+1
-0
object.hpp
src/object.hpp
+1
-0
options.cpp
src/options.cpp
+1
-0
options.hpp
src/options.hpp
+1
-0
own.cpp
src/own.cpp
+1
-0
own.hpp
src/own.hpp
+1
-0
pair.cpp
src/pair.cpp
+1
-0
pair.hpp
src/pair.hpp
+1
-0
pgm_receiver.cpp
src/pgm_receiver.cpp
+1
-0
pgm_receiver.hpp
src/pgm_receiver.hpp
+1
-0
pgm_sender.cpp
src/pgm_sender.cpp
+1
-0
pgm_sender.hpp
src/pgm_sender.hpp
+1
-0
pgm_socket.cpp
src/pgm_socket.cpp
+1
-0
pgm_socket.hpp
src/pgm_socket.hpp
+1
-0
pipe.cpp
src/pipe.cpp
+1
-0
pipe.hpp
src/pipe.hpp
+1
-0
poll.cpp
src/poll.cpp
+1
-0
poll.hpp
src/poll.hpp
+1
-0
poller.hpp
src/poller.hpp
+1
-0
poller_base.cpp
src/poller_base.cpp
+1
-0
poller_base.hpp
src/poller_base.hpp
+1
-0
pub.cpp
src/pub.cpp
+1
-0
pub.hpp
src/pub.hpp
+1
-0
pull.cpp
src/pull.cpp
+1
-0
pull.hpp
src/pull.hpp
+1
-0
push.cpp
src/push.cpp
+1
-0
push.hpp
src/push.hpp
+1
-0
random.cpp
src/random.cpp
+1
-0
random.hpp
src/random.hpp
+1
-0
reaper.cpp
src/reaper.cpp
+1
-0
reaper.hpp
src/reaper.hpp
+1
-0
rep.cpp
src/rep.cpp
+1
-0
rep.hpp
src/rep.hpp
+1
-0
req.cpp
src/req.cpp
+1
-0
req.hpp
src/req.hpp
+1
-0
select.cpp
src/select.cpp
+1
-0
select.hpp
src/select.hpp
+1
-0
session_base.cpp
src/session_base.cpp
+1
-0
session_base.hpp
src/session_base.hpp
+1
-0
signaler.cpp
src/signaler.cpp
+1
-0
signaler.hpp
src/signaler.hpp
+1
-0
socket_base.cpp
src/socket_base.cpp
+1
-0
socket_base.hpp
src/socket_base.hpp
+1
-0
stdint.hpp
src/stdint.hpp
+1
-0
stream_engine.cpp
src/stream_engine.cpp
+1
-0
stream_engine.hpp
src/stream_engine.hpp
+1
-0
sub.cpp
src/sub.cpp
+1
-0
sub.hpp
src/sub.hpp
+1
-0
tcp_address.cpp
src/tcp_address.cpp
+1
-0
tcp_address.hpp
src/tcp_address.hpp
+1
-0
tcp_connecter.cpp
src/tcp_connecter.cpp
+1
-0
tcp_connecter.hpp
src/tcp_connecter.hpp
+1
-0
tcp_listener.cpp
src/tcp_listener.cpp
+1
-0
tcp_listener.hpp
src/tcp_listener.hpp
+1
-0
thread.cpp
src/thread.cpp
+1
-0
thread.hpp
src/thread.hpp
+1
-0
trie.cpp
src/trie.cpp
+1
-0
trie.hpp
src/trie.hpp
+1
-0
vtcp_connecter.cpp
src/vtcp_connecter.cpp
+1
-0
vtcp_connecter.hpp
src/vtcp_connecter.hpp
+1
-0
vtcp_listener.cpp
src/vtcp_listener.cpp
+1
-0
vtcp_listener.hpp
src/vtcp_listener.hpp
+1
-0
windows.hpp
src/windows.hpp
+1
-0
wire.hpp
src/wire.hpp
+1
-0
xpub.cpp
src/xpub.cpp
+1
-0
xpub.hpp
src/xpub.hpp
+1
-0
xrep.cpp
src/xrep.cpp
+1
-0
xrep.hpp
src/xrep.hpp
+1
-0
xreq.cpp
src/xreq.cpp
+1
-0
xreq.hpp
src/xreq.hpp
+1
-0
xsub.cpp
src/xsub.cpp
+1
-0
xsub.hpp
src/xsub.hpp
+1
-0
ypipe.hpp
src/ypipe.hpp
+1
-0
yqueue.hpp
src/yqueue.hpp
+1
-0
zmq.cpp
src/zmq.cpp
+1
-0
zmq_utils.cpp
src/zmq_utils.cpp
+1
-0
test_hwm.cpp
tests/test_hwm.cpp
+1
-0
test_invalid_rep.cpp
tests/test_invalid_rep.cpp
+1
-0
test_pair_inproc.cpp
tests/test_pair_inproc.cpp
+1
-0
test_pair_ipc.cpp
tests/test_pair_ipc.cpp
+1
-0
test_pair_tcp.cpp
tests/test_pair_tcp.cpp
+1
-0
test_reqrep_device.cpp
tests/test_reqrep_device.cpp
+1
-0
test_reqrep_drop.cpp
tests/test_reqrep_drop.cpp
+1
-0
test_reqrep_inproc.cpp
tests/test_reqrep_inproc.cpp
+1
-0
test_reqrep_ipc.cpp
tests/test_reqrep_ipc.cpp
+1
-0
test_reqrep_tcp.cpp
tests/test_reqrep_tcp.cpp
+1
-0
test_shutdown_stress.cpp
tests/test_shutdown_stress.cpp
+1
-0
test_sub_forward.cpp
tests/test_sub_forward.cpp
+1
-0
test_timeo.cpp
tests/test_timeo.cpp
+1
-0
testutil.hpp
tests/testutil.hpp
+1
-0
No files found.
include/zmq.h
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
include/zmq_utils.h
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
perf/inproc_lat.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
perf/inproc_thr.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
perf/local_lat.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
perf/local_thr.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
perf/remote_lat.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
perf/remote_thr.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/array.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/atomic_counter.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/atomic_ptr.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/clock.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/clock.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/command.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/config.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/ctx.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/ctx.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/decoder.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/decoder.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/devpoll.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/devpoll.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/dist.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/dist.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/encoder.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/encoder.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/epoll.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/epoll.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/err.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/err.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/fd.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/fq.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/fq.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/i_engine.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/i_poll_events.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/io_object.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/io_object.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/io_thread.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/io_thread.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/ip.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/ip.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/ipc_address.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/ipc_address.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/ipc_connecter.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/ipc_connecter.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/ipc_listener.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/ipc_listener.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/kqueue.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/kqueue.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/lb.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/lb.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/likely.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/mailbox.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/mailbox.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/msg.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/msg.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/mtrie.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/mtrie.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/mutex.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/object.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/object.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/options.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/options.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/own.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/own.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/pair.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/pair.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/pgm_receiver.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/pgm_receiver.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/pgm_sender.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/pgm_sender.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/pgm_socket.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/pgm_socket.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/pipe.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/pipe.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/poll.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/poll.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/poller.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/poller_base.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/poller_base.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/pub.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/pub.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/pull.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/pull.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/push.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/push.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/random.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/random.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/reaper.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/reaper.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/rep.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/rep.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/req.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/req.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/select.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/select.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/session_base.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/session_base.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/signaler.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/signaler.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/socket_base.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/socket_base.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/stdint.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/stream_engine.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/stream_engine.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/sub.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/sub.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/tcp_address.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/tcp_address.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/tcp_connecter.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/tcp_connecter.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/tcp_listener.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/tcp_listener.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/thread.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/thread.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/trie.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/trie.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/vtcp_connecter.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/vtcp_connecter.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/vtcp_listener.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/vtcp_listener.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/windows.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/wire.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/xpub.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/xpub.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/xrep.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/xrep.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/xreq.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/xreq.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/xsub.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/xsub.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/ypipe.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/yqueue.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/zmq.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
src/zmq_utils.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
tests/test_hwm.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
tests/test_invalid_rep.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
tests/test_pair_inproc.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
tests/test_pair_ipc.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
tests/test_pair_tcp.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
tests/test_reqrep_device.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
tests/test_reqrep_drop.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
tests/test_reqrep_inproc.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
tests/test_reqrep_ipc.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
tests/test_reqrep_tcp.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
tests/test_shutdown_stress.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
tests/test_sub_forward.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
tests/test_timeo.cpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
tests/testutil.hpp
View file @
ac7717b7
/*
Copyright (c) 2009-2011 250bpm s.r.o.
Copyright (c) 2007-2011 iMatix Corporation
Copyright (c) 2007-2011 Other contributors as noted in the AUTHORS file
...
...
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