Commit Graph

391 Commits

Author SHA1 Message Date
Martin Sustrik
ed5563f752 man pages (dummy) added for zmq_msg_* functions 2009-11-22 10:25:53 +01:00
Martin Sustrik
55b64a02e7 man pages - initial (dummy) version 2009-11-22 08:47:06 +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
Martin Sustrik
55acf365ea releasing python global lock when doing blocking operations 2009-10-20 18:44:17 +02:00
malosek
8b08047cb0 added --with-pgm2-examples configure option 2009-10-19 19:00:04 +02:00
malosek
71e455bfe5 ZMQII-19: add --disable-eventfd configure option 2009-10-19 15:19:22 +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
ea2f6558fd mingw fixed winsock linking issue 2009-10-12 22:50:01 +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
de2e439a52 1 minor change in xmlParser.cpp 2009-10-05 15:06:08 +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
ff65e26ce7 create_custom_gsi.patch renamed to create_custom_gsi_1.patch 2009-10-05 10:22:12 +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
Martin Sustrik
84d854a088 documentation error in zmq.h fixed 2009-09-29 15:40:29 +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
malosek
5aee5fd0cf Updated libzmq.vcproj file 2009-09-23 12:14:44 +02:00
malosek
27d8627cb5 Updated changelog for alpha3 release 2009-09-23 11:31:03 +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
3bd8f83f6d language bindings use zmq_strerror instead of strerror 2009-09-22 13:00:05 +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