Commit Graph

2939 Commits

Author SHA1 Message Date
malosek
85cbd7f83c added PGM bus functionality 2009-09-22 15:12:51 +02:00
Martin Sustrik
a0db7f6b81 POSIX error codes unsupported on win platform faked 2009-09-22 12:08:18 +02:00
Martin Sustrik
e136d923b7 ZMQ-specific error codes added 2009-09-22 11:52:35 +02:00
Martin Sustrik
cc8136896d documentation in zmq.h improved 2009-09-22 10:57:46 +02:00
Martin Sustrik
e6ca5da181 Windows build fixed 2009-09-22 08:30:15 +02:00
Martin Sustrik
b15f695976 different fixes to req/rep 2009-09-21 17:20:13 +02:00
Martin Sustrik
cb1b6fe32c initial version of req/rep sockets 2009-09-21 14:39:59 +02:00
Martin Sustrik
7668b246fc ZMQ_POLL option forces fd_signaler to be used in app_thread 2009-09-20 12:03:14 +02:00
Martin Sustrik
495a2228cd MSVC warnings removed 2009-09-20 10:58:00 +02:00
Martin Sustrik
f99b8fc921 receiving side of signaler virtualised 2009-09-20 10:47:27 +02:00
Martin Sustrik
50a8b9ea0c 'flags' parameter added to zmq_init 2009-09-20 10:14:21 +02:00
malosek
dffbdbb60c fixed compiler warning cast from uint64 to bool in socket_base.cpp 2009-09-17 11:31:28 +02:00
malosek
3ebe9932f9 Merge branch 'master' of git@github.com:sustrik/zeromq2 2009-09-16 17:07:15 +02:00
malosek
1b2a426656 c and cpp directories moved into bindings directory 2009-09-16 16:49:09 +02:00
Martin Sustrik
d16b3bc0c9 Merge branch 'master' of git@github.com:sustrik/zeromq2 2009-09-16 15:52:39 +02:00
Martin Sustrik
35c58dc733 ZMQII-1: fix for devpoll, kqueue & poll 2009-09-16 15:37:20 +02:00
malosek
10dd8c5346 Merge branch 'master' of git@github.com:sustrik/zeromq2 2009-09-16 15:36:56 +02:00
malosek
03d494d4f0 added udp:// transport prefix for PGM UDP encapsulation 2009-09-16 15:36:38 +02:00
Martin Sustrik
f1c72d693e ZMQII-4: Failure in dev/poll poller 2009-09-16 15:26:49 +02:00
Martin Sustrik
a71d002880 Merge branch 'master' of git@github.com:sustrik/zeromq2 2009-09-16 14:03:42 +02:00
Martin Sustrik
4631fde7e3 ZMQII-8: Failure during orphan pipe deallocation 2009-09-16 14:02:43 +02:00
malosek
7a5db6041f added newly added socket options to all language bindings, P2P model changed to PUB/SUB for throughput tests 2009-09-16 12:22:36 +02:00
Martin Sustrik
9c522dccaf reconnect added to zmq_connecter 2009-09-16 11:02:18 +02:00
Martin Sustrik
6e03cb2f3e Merge branch 'master' of git@github.com:sustrik/zeromq2 2009-09-16 10:56:55 +02:00
malosek
9fbdcc7940 removed reset method from zmq_decoder_t 2009-09-16 10:35:23 +02:00
malosek
969522bbf5 added OpenPGM receiver - ZMQ_SUB 2009-09-16 10:11:01 +02:00
Martin Sustrik
bce2e60bbb more errors from send & recv handled decently on windows 2009-09-16 09:50:39 +02:00
malosek
0381a78c04 added reset method into zmq_decoder_t class 2009-09-15 13:47:15 +02:00
malosek
7653f34df0 fixed pub_t class creating ZMQ_SUB socket_base_t 2009-09-15 12:00:48 +02:00
malosek
3a3bcd337f pgm_sender code beautiication 2009-09-15 09:57:11 +02:00
malosek
f44b215a60 added out_event call into pgm_sender_t revive 2009-09-15 09:47:25 +02:00
malosek
364281343c Merge branch 'master' of git@github.com:sustrik/zeromq2 2009-09-15 09:44:44 +02:00
malosek
bdf22e9c2f deleted useles iostream include from socket_base.cpp 2009-09-15 09:43:42 +02:00
Martin Sustrik
2bc9419ced ZMQII-10: Make connections interrupted during the init phase be closed silently 2009-09-14 13:54:30 +02:00
Martin Sustrik
37cacc5700 ZMQII-1: Win32 - failure on shutdown 2009-09-14 12:28:13 +02:00
Martin Sustrik
c806aabb2d java binding sets socket options using setsockopt function 2009-09-14 11:25:57 +02:00
Martin Sustrik
36707529a7 minor merge problem corrected 2009-09-14 09:40:35 +02:00
Martin Sustrik
89b1f2782c Merge branch 'master' of git@github.com:sustrik/zeromq2 2009-09-11 18:18:25 +02:00
Martin Sustrik
47350adcb6 separate class for PUB-style socket added 2009-09-11 18:16:47 +02:00
malosek
1a4d6f9119 added OpenPGM sender - ZMQ_PUB 2009-09-11 17:58:37 +02:00
Martin Sustrik
e940878b3f build on win32 fixed 2009-09-11 16:59:47 +02:00
Martin Sustrik
7be7962f98 prefix-style message filtering added 2009-09-11 16:23:16 +02:00
Martin Sustrik
42ad2aa02d ZMQII-7: Pipe detach fails on shutdown 2009-09-11 15:51:35 +02:00
Martin Sustrik
29c5930d0b asserts for invalid indexes in pipe reader & writer added 2009-09-11 14:17:57 +02:00
Martin Sustrik
5daa0dec0f ZMQII-5: Only one consumer in a process gets the message 2009-09-11 13:20:24 +02:00
Martin Sustrik
f824b8a067 classify error from async connect as network related or 0MQ bugs 2009-09-10 16:59:22 +02:00
Martin Sustrik
f674c9269e ZMQII-2: SIGSEGV in zmq_connecter_init_t::read 2009-09-10 16:32:06 +02:00
malosek
95944551be Merge branch 'master' of git@github.com:sustrik/zeromq2 2009-09-10 12:04:26 +02:00
Martin Sustrik
b3f32e219e ZMQII-3: cheap and nasty implementation of message filtering 2009-09-10 12:00:47 +02:00
malosek
5acef9fc96 added --with-pgm option, libpgm-1.2.14 build within 0mq build system 2009-09-10 11:21:05 +02:00
Martin Sustrik
4d07d7cabe fix of async connect on win32 2009-09-09 10:08:46 +02:00
Martin Sustrik
c99f39abc6 Merge branch 'master' of git@github.com:sustrik/zeromq2 2009-09-09 09:07:11 +02:00
Martin Sustrik
37d8371967 async connect bug fixed 2009-09-09 09:03:30 +02:00
malosek
734a62c12d Sparc solaris port 2009-09-08 16:55:03 +02:00
malosek
844b590b5e added libzmq.pc.in file 2009-09-08 15:06:08 +02:00
malosek
2a4a10c8be build system tuning 2009-09-08 14:54:04 +02:00
unknown
ec6822a477 win port for c and cpp perf tests 2009-09-08 11:30:49 +02:00
malosek
b71c3005e6 include directory split into c and cpp dirs, added --with-c and --with-cpp configure options 2009-09-07 17:06:47 +02:00
unknown
f895426c18 initial changes for win port 2009-09-07 15:41:43 +02:00
Martin Sustrik
4307baf7bc python binding functional 2009-09-04 16:02:41 +02:00
Martin Sustrik
103cbee6a5 couple of bugs fixed 2009-09-04 09:51:42 +02:00
Martin Sustrik
4914e5c9d1 O(1) socket removal 2009-09-02 16:16:25 +02:00
Martin Sustrik
f92de9b2a9 bug during terminal shutdown fixed 2009-09-02 14:59:53 +02:00
Martin Sustrik
702fdbb5dd messages that may have been received in the init phase are flushed immediately after engine is plugged in 2009-09-02 11:58:39 +02:00
Martin Sustrik
75a5a8732c --disable-shared & C perf tests: a better way 2009-09-02 10:59:31 +02:00
Martin Sustrik
5e08a89d1c Merge branch 'master' of git@github.com:sustrik/zeromq2 2009-09-02 10:23:01 +02:00
Martin Sustrik
6a5120b1f1 python extension & perf tests 2009-09-02 10:22:23 +02:00
Martin Hurton
0aacee389f POSIX threads don't use errno to report errors
Fix simple_semaphore to follow POSIX threads convention for reporting
errors.
2009-08-31 13:31:01 +02:00
Martin Sustrik
176879e5bb engine virtualised; chatroom example removed 2009-08-30 08:18:31 +02:00
tamara
1d650934e4 Ruby bidning added 2009-08-29 11:31:32 +02:00
Martin Sustrik
3666a49022 bug in identifying current thread fixed 2009-08-29 10:32:21 +02:00
Martin Sustrik
6996ef6f1a improved error handling 2009-08-29 09:41:50 +02:00
Martin Sustrik
cb09c6951e pipe deallocation added 2009-08-28 16:51:46 +02:00
Martin Sustrik
2dd5016515 multiple bugs fixed 2009-08-27 16:24:21 +02:00
Martin Sustrik
99c5d92836 pipes added 2009-08-27 10:54:28 +02:00
Martin Sustrik
6be4b01437 session management implemented 2009-08-21 14:29:22 +02:00
Martin Sustrik
a801b6d8b3 couple of bugs in shutdown mechanism fixed 2009-08-20 11:32:23 +02:00
Martin Sustrik
131f2e3096 subscribe API removed 2009-08-17 14:07:34 +02:00
Martin Sustrik
059beca59d listener/connecter/init/session added 2009-08-12 09:40:16 +02:00
Martin Sustrik
bda766ab40 redundant interface (i_api) removed 2009-08-09 16:30:22 +02:00
Martin Sustrik
9f1f823b7b zmq_listener/zmq_connecter implemented 2009-08-09 16:12:09 +02:00
Martin Sustrik
3147ff8523 getsockopt implemented 2009-08-09 11:57:21 +02:00
Martin Sustrik
bde396f156 fix to 3-thread synchronisation algorithm 2009-08-09 11:21:47 +02:00
Martin Sustrik
5b5b513330 socket options interface modeled as in BSD sockets 2009-08-09 09:24:48 +02:00
Martin Sustrik
a8b410e66c lockfree interaction patter for 3 theads implemented 2009-08-08 16:01:58 +02:00
Martin Sustrik
0b5cc026fb clean up - session/socket/engine stuff removed 2009-08-06 12:51:32 +02:00
Martin Sustrik
b8b4acef4c dispatcher renamed to context 2009-08-06 10:47:34 +02:00
Martin Sustrik
cc3755a16f renamed from zs to zmq 2009-08-03 11:30:13 +02:00
Martin Sustrik
4ed70a9302 initial commit 2009-07-29 12:07:54 +02:00