Commit Graph

304 Commits

Author SHA1 Message Date
Martin Sustrik
4ceb839350 typos in man pages fixed 2010-01-18 13:16:14 +01:00
Martin Sustrik
bddff50271 ZMQII-40: wrong return code from recolve_ip_interface 2010-01-18 11:01:41 +01:00
Martin Sustrik
55944729ed ChangeLog modified for 2.0-beta2 version 2010-01-18 10:53:46 +01:00
Martin Sustrik
f40e3a6931 version number bumped 2010-01-17 17:49:34 +01:00
Martin Sustrik
51e012c446 Solaris build fixed 2010-01-16 09:39:44 +01:00
unknown
a507d16e13 Win32 build fixed 2010-01-15 14:21:20 +01:00
Martin Sustrik
2bb57ac57a ZMQII-39: Implement IPC transport 2010-01-15 14:11:39 +01:00
unknown
56c369272c Merge branch 'master' of github.com:sustrik/zeromq2 2010-01-14 15:50:54 +01:00
unknown
b9b0124d55 ZMQII-34: ensure that poll won't return POLLIN event when the message will be filtered out anyway (Win32) 2010-01-14 15:50:12 +01:00
Martin Sustrik
b60342ae1a man pages are more specific on NIC name issue 2010-01-14 14:11:34 +01:00
Martin Sustrik
067ba3b9f7 ZMQII-34: ensure that poll won't return POLLIN event when the message will be filtered out anyway (POSIX) 2010-01-13 19:21:23 +01:00
Martin Sustrik
06105d1642 transports man pages updated 2010-01-13 15:15:01 +01:00
Martin Sustrik
30a107e06d timeout parameter for zmq_poll added in cl binding 2010-01-13 13:35:13 +01:00
Martin Sustrik
20a8edcf5c ZMQII-38: Compiler complains about missing virtual constructors 2010-01-13 13:24:29 +01:00
Martin Sustrik
76dbb4f3bb zmq_tcp man page added 2010-01-12 13:08:37 +01:00
Martin Sustrik
bcd278a5a5 ZMQII-37: SIGSEGV when polling on REQ socket 2010-01-12 08:14:55 +01:00
Martin Sustrik
4c613b39fa script to convert man pages to html added 2010-01-12 08:02:03 +01:00
Martin Sustrik
72b2f07a70 ZMQII-36: Chat example & forwarder broken because of changes subscribe semantics 2010-01-11 07:47:19 +01:00
Martin Sustrik
65f450f22e minor man page fix 2010-01-10 17:41:59 +01:00
Martin Sustrik
bd07baf028 ZMQII-33: zmq_poll may exceed timeout if signal interrupts the waiting 2010-01-09 22:24:59 +01:00
Martin Sustrik
e806615dd1 ZMQII-31: memory leak in zmq_poll (on timeout) 2010-01-08 15:44:51 +01:00
Martin Sustrik
9fc8827b8a Merge branch 'master' of git@github.com:sustrik/zeromq2 2010-01-07 14:45:13 +01:00
Martin Sustrik
ddf5f75549 zmq.cpp build probelm on non-linux platforms fixed 2010-01-07 14:44:43 +01:00
malosek
e9a4ad38ce updated version to 2.0-beta1 in configure.in 2010-01-06 20:10:27 +01:00
Martin Sustrik
7546526e66 ChangeLog updated for 2.0-beta1 2010-01-06 19:42:15 +01:00
malosek
e21b33e9cf forced WINVER to 0x0501 for mingv32 build 2010-01-05 18:34:27 +01:00
Martin Sustrik
ef049efe2e perf tests modified to reflect change in subscription format 2010-01-05 14:45:10 +01:00
malosek
8d339e9596 Fixed newer autotools warningng about AC_CONFIG_MACRO_DIR 2010-01-05 13:46:35 +01:00
malosek
11fec367d1 added pending event fd handling by the pgm_sender 2010-01-05 11:22:14 +01:00
malosek
472ddf8de2 fixed failed merge with autogen.sh 2010-01-05 11:05:03 +01:00
malosek
d10c605fa9 updated to libpgm-2.0.20rc5 2010-01-05 10:51:54 +01:00
Martin Sustrik
4f6baf4dde Copyrights transferred from FastMQ to iMatix 2010-01-05 08:29:35 +01:00
malosek
bf01727f4b updated to libpgm 2.0.19rc4 2010-01-04 16:04:40 +01:00
malosek
1528edb963 fixed autogen.sh complaining about existing config dir 2010-01-04 16:03:49 +01:00
Martin Sustrik
f2b235db16 ZMQII-29: Add timeout to zmq_poll function 2010-01-04 15:46:20 +01:00
Martin Sustrik
7884f4541a problem with new version of autoreconf fixed 2010-01-04 15:13:04 +01:00
malosek
1b90e5f6f5 added missing likely.hpp file into the dist 2009-12-31 16:53:00 +01:00
malosek
9bda63cd63 fixed minor gcc warning in src/pgm_receiver.cpp 2009-12-31 16:35:04 +01:00
malosek
819590c04c libpgm updated to 2.0.18rc3 2009-12-31 16:31:13 +01:00
malosek
9fadf0b218 fixed minor gcc warning in src/pgm_socket.cpp 2009-12-31 16:18:45 +01:00
malosek
d6da7903d0 removed unused foreign/openpgm/create_custom_gsi_1.patch file 2009-12-31 15:47:44 +01:00
malosek
7cb02fb3e7 fixed make dist for non pgm configuration 2009-12-31 15:44:42 +01:00
Martin Sustrik
102077471c error in zmq_poll manpage fixed 2009-12-29 16:50:28 +01:00
unknown
e9cebc86ed EINPROGRESS definition added on Win32 platform 2009-12-29 16:42:56 +01:00
Martin Sustrik
23e5c3b342 polling on SUB socket fixed 2009-12-29 07:53:33 +01:00
Martin Sustrik
72161fb075 format of subscriptions changed (no * needed anymore) 2009-12-28 21:29:31 +01:00
unknown
c97967ed4b MSVC build fixed 2009-12-28 16:20:21 +01:00
Martin Sustrik
5852db451a PGM code cleanup 2009-12-28 11:51:06 +01:00
Martin Sustrik
aebff623f3 ZMQII-28: Bidirectional introduction on TCP connection establishment 2009-12-23 19:37:56 +01:00
Martin Sustrik
b3bd4c15fe OpenPGM error handling fixed 2009-12-22 09:01:01 +01:00