0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-22 07:29:31 +08:00

2028 Commits

Author SHA1 Message Date
malosek
c637bf292d Merge branch 'master' of git@github.com:sustrik/zeromq2 2009-11-30 16:45:36 +01:00
malosek
9ccf2b42cf minor tweaks in pgm code 2009-11-30 16:45:18 +01:00
Martin Sustrik
8d85638f77 memory leak in message encoder fixed 2009-11-26 12:01:26 +01:00
Martin Sustrik
92aa9e94e2 experimental code to use futexes instead of mutexes added to simple_semapthore_t 2009-11-25 08:55:03 +01:00
Martin Sustrik
c98fd6bc3f ZMQII-25: Implement streamed request/reply 2009-11-24 11:23:10 +01:00
Martin Sustrik
c41daca3da race condition in inproc transport shutdown fixed 2009-11-21 21:30:09 +01:00
Martin Sustrik
64634605b3 obsolete parameter removed from 'bind' command 2009-11-21 21:13:29 +01:00
Martin Sustrik
0e9ab2e8a3 inproc transport - initial commit 2009-11-21 20:59:55 +01:00
Martin Sustrik
14f2fecdcd ZMQII-24: SEGFAULT when anonymous session disconnects 2009-11-19 09:53:49 +01:00
Martin Sustrik
c2e0661b0a uninitialised variable in devpoll_t and kqueue_t 2009-11-19 08:06:52 +01:00
Martin Sustrik
26ca5ed8c6 Fixing concurrency issue in rep.cpp resulting in broken connections with multiple requesters under heavy load. 2009-11-14 18:57:04 +01:00
malosek
84585a9561 pgm_transport_recvmsgv in process_upstream returns PGM_IO_STATUS_RATE_LIMITED on busy sender 2009-11-04 18:59:19 +01:00
malosek
c2cd7977f7 update pgm_socket to recent openpgm2 2009-11-03 19:54:43 +01:00
malosek
08b02a43ae fixed get_sender_fds and get_receiver_fds for openpgm2 2009-11-03 14:11:53 +01:00
malosek
7d672d3ab8 minor fixes for MSVC++ 2005 build 2009-11-03 14:06:25 +01:00
Martin Sustrik
7cbdcc9542 ZMQII-21: Problem with fd_signaler_t::poll on socket close 2009-10-22 13:21:27 +02:00
malosek
8b08047cb0 added --with-pgm2-examples configure option 2009-10-19 19:00:04 +02:00
malosek
50c7d12be6 added HAVE_LIBWS2_32 into platform.hpp.in 2009-10-12 22:53:11 +02:00
malosek
0ce02058eb updated 0MQ to recent OpenPGM2 rev.562 2009-10-12 22:51:41 +02:00
malosek
7afc61ae7c 0MQ compilable on winXP mingw with --with-pgm2 option 2009-10-06 12:57:24 +02:00
malosek
ac83175ef0 updated to recent PGM2 changes 2009-10-05 16:57:26 +02:00
malosek
3daeff2786 mingw port 2009-10-05 15:06:40 +02:00
malosek
14dc1f45cd build system tuning - fixed make dist 2009-10-05 12:28:34 +02:00
malosek
b0c97a5f8b build system tuning 2009-10-05 10:37:49 +02:00
malosek
d57ee0984a Merge branch 'master' of git@github.com:sustrik/zeromq2 2009-10-05 10:22:31 +02:00
malosek
e1b9fcd4b1 moved pgm_create_custom_gsi into PGM1 and drop ssl dependency 2009-10-05 10:18:24 +02:00
Martin Sustrik
4efe2366d7 poller is a concept now rather than virtualised class 2009-10-02 10:46:36 +02:00
Martin Sustrik
4a3b4dadea ZMQII-9: Check and implement speculative reads & writes 2009-10-02 09:42:13 +02:00
unknown
49a9ef5fcb windows error handling improved 2009-10-01 13:48:04 +02:00
Martin Sustrik
cc631c4c66 ZMQII-18: Implement I/O multiplexing (first approximation) 2009-10-01 10:56:17 +02:00
Martin Sustrik
f2ff2c6e5c checking for available messages added to ypipe/pipe 2009-09-30 10:08:35 +02:00
malosek
64e68e7486 detecting data loss for PGM2 receiver 2009-09-29 13:56:19 +02:00
malosek
39d915ded8 PGM2 sender 2009-09-28 18:06:06 +02:00
malosek
cf6cc0128f pgm2 receiver working (partly) 2009-09-25 17:50:12 +02:00
malosek
72c5c5fff4 --with-pgm2 compilable 2009-09-24 16:23:49 +02:00
malosek
33afdcd1ad added --with-pgm2 into build system 2009-09-24 12:43:35 +02:00
Martin Sustrik
b0a1a16fc2 Merge branch 'master' of git@github.com:sustrik/zeromq2 2009-09-23 10:23:53 +02:00
Martin Sustrik
088a2db674 ZMQII-16: Change "struct zmq_msg_t" to "zmq_msg_t" in C binding 2009-09-23 10:22:54 +02:00
malosek
2521130769 ZMQII-14: Change default for ZMQ_MCAST_LOOP to true 2009-09-23 10:22:39 +02:00
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