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
b3fbe011
Commit
b3fbe011
authored
Dec 18, 2011
by
Martin Lucina
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:zeromq/libzmq
parents
adc07128
dcb1d558
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
34 changed files
with
56 additions
and
565 deletions
+56
-565
NEWS
NEWS
+0
-0
Makefile.am
builds/msvc/Makefile.am
+26
-7
zmq_forwarder.vcproj
builds/msvc/zmq_forwarder/zmq_forwarder.vcproj
+0
-176
zmq_queue.vcproj
builds/msvc/zmq_queue/zmq_queue.vcproj
+0
-176
zmq_streamer.vcproj
builds/msvc/zmq_streamer/zmq_streamer.vcproj
+0
-176
zmq.txt
doc/zmq.txt
+1
-1
zmq_bind.txt
doc/zmq_bind.txt
+1
-1
zmq_close.txt
doc/zmq_close.txt
+1
-1
zmq_connect.txt
doc/zmq_connect.txt
+1
-1
zmq_errno.txt
doc/zmq_errno.txt
+1
-1
zmq_getsockopt.txt
doc/zmq_getsockopt.txt
+1
-1
zmq_init.txt
doc/zmq_init.txt
+1
-1
zmq_inproc.txt
doc/zmq_inproc.txt
+1
-1
zmq_ipc.txt
doc/zmq_ipc.txt
+1
-1
zmq_msg_close.txt
doc/zmq_msg_close.txt
+1
-1
zmq_msg_copy.txt
doc/zmq_msg_copy.txt
+1
-1
zmq_msg_data.txt
doc/zmq_msg_data.txt
+1
-1
zmq_msg_init.txt
doc/zmq_msg_init.txt
+1
-1
zmq_msg_init_data.txt
doc/zmq_msg_init_data.txt
+1
-1
zmq_msg_init_size.txt
doc/zmq_msg_init_size.txt
+1
-1
zmq_msg_move.txt
doc/zmq_msg_move.txt
+1
-1
zmq_msg_size.txt
doc/zmq_msg_size.txt
+1
-1
zmq_pgm.txt
doc/zmq_pgm.txt
+1
-1
zmq_poll.txt
doc/zmq_poll.txt
+1
-1
zmq_recv.txt
doc/zmq_recv.txt
+1
-1
zmq_recvmsg.txt
doc/zmq_recvmsg.txt
+1
-1
zmq_send.txt
doc/zmq_send.txt
+1
-1
zmq_sendmsg.txt
doc/zmq_sendmsg.txt
+2
-2
zmq_setsockopt.txt
doc/zmq_setsockopt.txt
+1
-1
zmq_socket.txt
doc/zmq_socket.txt
+1
-1
zmq_strerror.txt
doc/zmq_strerror.txt
+1
-1
zmq_tcp.txt
doc/zmq_tcp.txt
+1
-1
zmq_term.txt
doc/zmq_term.txt
+1
-1
zmq_version.txt
doc/zmq_version.txt
+1
-1
No files found.
NEWS
View file @
b3fbe011
This diff is collapsed.
Click to expand it.
builds/msvc/Makefile.am
View file @
b3fbe011
LIBZMQ_DIST
=
libzmq/libzmq.vcproj platform.hpp msvc.sln
DEVICES_DIST
=
zmq_queue/zmq_queue.vcproj
\
zmq_streamer/zmq_streamer.vcproj
\
zmq_forwarder/zmq_forwarder.vcproj
LIBZMQ_DIST
=
libzmq/libzmq.vcproj libzmq/libzmq.vcxproj
\
libzmq/libzmq.vcxproj.filters
\
platform.hpp msvc.sln msvc10.sln
PERF_DIST
=
c_local_thr/c_local_thr.vcproj
\
c_local_thr/c_local_thr.vcxproj
\
c_remote_thr/c_remote_thr.vcproj
\
c_remote_thr/c_remote_thr.vcxproj
\
c_local_lat/c_local_lat.vcproj
\
c_local_lat/c_local_lat.vcxproj
\
c_remote_lat/c_remote_lat.vcproj
\
c_remote_lat/c_remote_lat.vcxproj
\
inproc_lat/inproc_lat.vcproj
\
inproc_thr/inproc_thr.vcproj
inproc_lat/inproc_lat.vcxproj
\
inproc_thr/inproc_thr.vcproj
\
inproc_thr/inproc_thr.vcxproj
PROPERTIES_DIST
=
properties/Common.props
\
properties/Debug.props
\
properties/Dynamic.props
\
properties/Executable.props
\
properties/Precompiled.props
\
properties/Release.props
\
properties/Win32.props
\
properties/Win32_Release.props
\
properties/WithOpenPGM.props
\
properties/x64.props
\
properties/ZeroMQ.props
PRECOMPILED_DIST
=
../../src/precompiled.hpp
\
../../src/precompiled.cpp
EXTRA_DIST
=
$(LIBZMQ_DIST)
$(
DEVICES_DIST)
$(PERF
_DIST)
EXTRA_DIST
=
$(LIBZMQ_DIST)
$(
PERF_DIST)
$(PROPERTIES_DIST)
$(PRECOMPILED
_DIST)
builds/msvc/zmq_forwarder/zmq_forwarder.vcproj
deleted
100644 → 0
View file @
adc07128
<?xml version="1.0" encoding="windows-1250"?>
<VisualStudioProject
ProjectType=
"Visual C++"
Version=
"9.00"
Name=
"zmq_forwarder"
ProjectGUID=
"{EFE471DE-6747-4B2E-B084-F7E45A16CD03}"
RootNamespace=
"zmq_forwarder"
TargetFrameworkVersion=
"196613"
>
<Platforms>
<Platform
Name=
"Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name=
"Debug|Win32"
OutputDirectory=
"$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory=
"$(ConfigurationName)"
ConfigurationType=
"1"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"0"
AdditionalIncludeDirectories=
"../../../bindings/c;../../../bindings/cpp"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"3"
WarningLevel=
"3"
DebugInformationFormat=
"4"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
"../../../bin/zmq_forwarder.exe"
GenerateDebugInformation=
"true"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name=
"Release|Win32"
OutputDirectory=
"$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory=
"$(ConfigurationName)"
ConfigurationType=
"1"
CharacterSet=
"2"
WholeProgramOptimization=
"1"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"2"
EnableIntrinsicFunctions=
"true"
AdditionalIncludeDirectories=
"../../../bindings/c;../../../bindings/cpp"
RuntimeLibrary=
"2"
EnableFunctionLevelLinking=
"true"
WarningLevel=
"3"
DebugInformationFormat=
"3"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
"../../../bin/zmq_forwarder.exe"
GenerateDebugInformation=
"true"
OptimizeReferences=
"2"
EnableCOMDATFolding=
"2"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name=
"Source Files"
Filter=
"cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier=
"{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=
"..\..\..\devices\zmq_forwarder\zmq_forwarder.cpp"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
builds/msvc/zmq_queue/zmq_queue.vcproj
deleted
100644 → 0
View file @
adc07128
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType=
"Visual C++"
Version=
"9.00"
Name=
"zmq_queue"
ProjectGUID=
"{076F7B8B-5175-4CA9-BC2B-438E37F7F43E}"
RootNamespace=
"zmq_queue"
TargetFrameworkVersion=
"196613"
>
<Platforms>
<Platform
Name=
"Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name=
"Debug|Win32"
OutputDirectory=
"$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory=
"$(ConfigurationName)"
ConfigurationType=
"1"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"0"
AdditionalIncludeDirectories=
"../../../bindings/c;../../../bindings/cpp"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"3"
WarningLevel=
"3"
DebugInformationFormat=
"4"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
"../../../bin/zmq_queue.exe"
GenerateDebugInformation=
"true"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name=
"Release|Win32"
OutputDirectory=
"$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory=
"$(ConfigurationName)"
ConfigurationType=
"1"
CharacterSet=
"2"
WholeProgramOptimization=
"1"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"2"
EnableIntrinsicFunctions=
"true"
AdditionalIncludeDirectories=
"../../../bindings/c;../../../bindings/cpp"
RuntimeLibrary=
"2"
EnableFunctionLevelLinking=
"true"
WarningLevel=
"3"
DebugInformationFormat=
"3"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
"../../../bin/zmq_queue.exe"
GenerateDebugInformation=
"true"
OptimizeReferences=
"2"
EnableCOMDATFolding=
"2"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name=
"Source Files"
Filter=
"cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier=
"{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=
"..\..\..\devices\zmq_queue\zmq_queue.cpp"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
builds/msvc/zmq_streamer/zmq_streamer.vcproj
deleted
100644 → 0
View file @
adc07128
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType=
"Visual C++"
Version=
"9.00"
Name=
"zmq_streamer"
ProjectGUID=
"{DF2CED64-4156-48EA-8AA3-38CF86060D59}"
RootNamespace=
"zmq_streamer"
TargetFrameworkVersion=
"196613"
>
<Platforms>
<Platform
Name=
"Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name=
"Debug|Win32"
OutputDirectory=
"$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory=
"$(ConfigurationName)"
ConfigurationType=
"1"
CharacterSet=
"2"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"0"
AdditionalIncludeDirectories=
"../../../bindings/c;../../../bindings/cpp"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"3"
WarningLevel=
"3"
DebugInformationFormat=
"4"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
"../../../bin/zmq_streamer.exe"
GenerateDebugInformation=
"true"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name=
"Release|Win32"
OutputDirectory=
"$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory=
"$(ConfigurationName)"
ConfigurationType=
"1"
CharacterSet=
"2"
WholeProgramOptimization=
"1"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"2"
EnableIntrinsicFunctions=
"true"
AdditionalIncludeDirectories=
"../../../bindings/c;../../../bindings/cpp"
RuntimeLibrary=
"2"
EnableFunctionLevelLinking=
"true"
WarningLevel=
"3"
DebugInformationFormat=
"3"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
"../../../bin/zmq_streamer.exe"
GenerateDebugInformation=
"true"
OptimizeReferences=
"2"
EnableCOMDATFolding=
"2"
TargetMachine=
"1"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCManifestTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCAppVerifierTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name=
"Source Files"
Filter=
"cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier=
"{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath=
"..\..\..\devices\zmq_streamer\zmq_streamer.cpp"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
doc/zmq.txt
View file @
b3fbe011
...
...
@@ -200,7 +200,7 @@ of the 0MQ community and pointers can be found on the 0MQ website.
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
RESOURCES
...
...
doc/zmq_bind.txt
View file @
b3fbe011
...
...
@@ -90,4 +90,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_close.txt
View file @
b3fbe011
...
...
@@ -49,4 +49,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_connect.txt
View file @
b3fbe011
...
...
@@ -88,4 +88,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_errno.txt
View file @
b3fbe011
...
...
@@ -47,4 +47,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_getsockopt.txt
View file @
b3fbe011
...
...
@@ -435,4 +435,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_init.txt
View file @
b3fbe011
...
...
@@ -48,4 +48,4 @@ linkzmq:zmq_term[3]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_inproc.txt
View file @
b3fbe011
...
...
@@ -86,4 +86,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_ipc.txt
View file @
b3fbe011
...
...
@@ -77,4 +77,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_msg_close.txt
View file @
b3fbe011
...
...
@@ -52,4 +52,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_msg_copy.txt
View file @
b3fbe011
...
...
@@ -54,4 +54,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_msg_data.txt
View file @
b3fbe011
...
...
@@ -45,4 +45,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_msg_init.txt
View file @
b3fbe011
...
...
@@ -62,4 +62,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_msg_init_data.txt
View file @
b3fbe011
...
...
@@ -82,4 +82,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_msg_init_size.txt
View file @
b3fbe011
...
...
@@ -55,4 +55,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_msg_move.txt
View file @
b3fbe011
...
...
@@ -49,4 +49,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_msg_size.txt
View file @
b3fbe011
...
...
@@ -45,4 +45,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_pgm.txt
View file @
b3fbe011
...
...
@@ -158,4 +158,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_poll.txt
View file @
b3fbe011
...
...
@@ -126,4 +126,4 @@ Your operating system documentation for the _poll()_ system call.
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_recv.txt
View file @
b3fbe011
...
...
@@ -90,5 +90,5 @@ linkzmq:zmq[7]
AUTHORS
-------
+This man page was written by Martin Sustrik <sustrik@250bpm.com>, Martin
+Lucina <ma
to@kotelna.sk
> and Pieter Hintjens <ph@imatix.com>.
+Lucina <ma
rtin@lucina.net
> and Pieter Hintjens <ph@imatix.com>.
doc/zmq_recvmsg.txt
View file @
b3fbe011
...
...
@@ -117,5 +117,5 @@ linkzmq:zmq[7]
AUTHORS
-------
This man page was written by Martin Sustrik <sustrik@250bpm.com>, Martin
Lucina <ma
to@kotelna.sk
> and Pieter Hintjens <ph@imatix.com>.
Lucina <ma
rtin@lucina.net
> and Pieter Hintjens <ph@imatix.com>.
doc/zmq_send.txt
View file @
b3fbe011
...
...
@@ -101,5 +101,5 @@ linkzmq:zmq[7]
AUTHORS
-------
+This man page was written by Martin Sustrik <sustrik@250bpm.com>, Martin
+Lucina <ma
to@kotelna.sk
> and Pieter Hintjens <ph@imatix.com>.
+Lucina <ma
rtin@lucina.net
> and Pieter Hintjens <ph@imatix.com>.
doc/zmq_sendmsg.txt
View file @
b3fbe011
...
...
@@ -14,7 +14,7 @@ SYNOPSIS
DESCRIPTION
-----------
The _zmq_send()_ function shall queue the message referenced by the 'msg'
The _zmq_send
msg
()_ function shall queue the message referenced by the 'msg'
argument to be sent to the socket referenced by the 'socket' argument. The
'flags' argument is a combination of the flags defined below:
...
...
@@ -117,5 +117,5 @@ linkzmq:zmq[7]
AUTHORS
-------
+This man page was written by Martin Sustrik <sustrik@250bpm.com>, Martin
+Lucina <ma
to@kotelna.sk
> and Pieter Hintjens <ph@imatix.com>.
+Lucina <ma
rtin@lucina.net
> and Pieter Hintjens <ph@imatix.com>.
doc/zmq_setsockopt.txt
View file @
b3fbe011
...
...
@@ -406,4 +406,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_socket.txt
View file @
b3fbe011
...
...
@@ -344,4 +344,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_strerror.txt
View file @
b3fbe011
...
...
@@ -52,4 +52,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_tcp.txt
View file @
b3fbe011
...
...
@@ -159,4 +159,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_term.txt
View file @
b3fbe011
...
...
@@ -62,4 +62,4 @@ linkzmq:zmq_setsockopt[3]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
doc/zmq_version.txt
View file @
b3fbe011
...
...
@@ -50,4 +50,4 @@ linkzmq:zmq[7]
AUTHORS
-------
The 0MQ documentation was written by Martin Sustrik <sustrik@250bpm.com> and
Martin Lucina <ma
to@kotelna.sk
>.
Martin Lucina <ma
rtin@lucina.net
>.
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