Commit Graph

264 Commits

Author SHA1 Message Date
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
Martin Sustrik
7cf18a2aec minor fixes 2009-12-21 20:45:52 +01:00
Martin Sustrik
5a0674dfec OpenPGM error handling improved 2009-12-21 18:50:24 +01:00
Martin Sustrik
990a1e8686 zmq_cl(7) man page added 2009-12-18 16:01:58 +01:00
Martin Sustrik
bad224251e minor errors in zmq_cpp man page fixed 2009-12-18 15:46:21 +01:00
Martin Sustrik
d50c7daf9e hint parameter (zmq_free_fn) added to Lisp binding 2009-12-18 14:34:57 +01:00
Martin Sustrik
1924cba889 memory management in Lisp binding fixed 2009-12-18 14:33:22 +01:00
Martin Sustrik
86d68cbcbd memory leaks related to OpenPGM errors fixed 2009-12-18 14:19:28 +01:00
Martin Sustrik
500d32a540 examples & perf added to the Debian package 2009-12-16 17:19:20 +01:00
Martin Sustrik
667d1a8280 man page updated to match change in zmq_free_fn 2009-12-16 15:20:14 +01:00
Martin Sustrik
ab5abf6c7e hint parameter added to zmq_free function 2009-12-16 15:08:37 +01:00
Martin Sustrik
02202ec30e addition to CREDITS section of AUTHORS file 2009-12-16 14:54:11 +01:00
Martin Sustrik
5e77a1daa4 debian package added 2009-12-16 14:43:50 +01:00
Martin Sustrik
7479871cde Merge branch 'master' of git@github.com:sustrik/zeromq2 2009-12-15 23:50:32 +01:00
Martin Sustrik
8aa0908635 all news converted to nothrow variant 2009-12-15 23:49:55 +01:00
unknown
3e64083667 win32 build fixed 2009-12-15 18:00:00 +01:00
Martin Sustrik
2cef05d869 reconnection mechanism added to tcp transport 2009-12-15 17:49:40 +01:00
Martin Sustrik
14b112301e handle error during connecting by eventual reconnection 2009-12-15 13:58:21 +01:00
Martin Sustrik
e49115224a zmq_encoder/decoder are able to add/trim prefixes from messages; fair queueing and load balancing algorithms factorised into separate classes 2009-12-15 09:09:19 +01:00
Martin Sustrik
bd792faa9d ZMQ_SNDBUF and ZMQ_RCVBUF honoured in PGM transport 2009-12-14 11:46:30 +01:00
Martin Sustrik
68488215da Man pages for XREQ/XREP/zmq_queue updated 2009-12-13 18:32:22 +01:00
unknown
0637e06387 zmq_streamer & zmq_queue are built under MSVC 2009-12-13 14:59:25 +01:00
Martin Sustrik
fa6bf24d80 XREP & XREQ socket types added; zmq_queue device added 2009-12-13 14:45:23 +01:00
Martin Sustrik
c43aded531 debug code removed from PGM engines 2009-12-13 11:27:43 +01:00
Martin Sustrik
f4ac8d7a44 OpenPGM v1 support removed 2009-12-13 09:56:02 +01:00
Martin Sustrik
73b765e4b4 PGM transport fixed 2009-12-13 09:11:08 +01:00
Martin Sustrik
d5670f34ba ZMQII-26: Use zero-copy for large messages (rx side) 2009-12-11 22:29:04 +01:00
Martin Sustrik
770178724f errors are never predicted in branch prediction (likely/unlikely macros added) 2009-12-10 21:34:40 +01:00
unknown
d4fdc26efc zmq_poll implemented on Win32 platform 2009-12-10 16:46:22 +01:00
unknown
986ab66b8f ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (Win32) 2009-12-10 10:39:24 +01:00
unknown
8d58643655 MSVC build for chat example added 2009-12-10 10:33:07 +01:00
Martin Sustrik
2e39f892c3 ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (POSIX) 2009-12-10 09:47:24 +01:00
Martin Sustrik
72dacc3570 zero-copy on tx side optimised to minimise number of user/kernel space transitions 2009-12-10 08:25:21 +01:00
Martin Sustrik
1c1dfb50f8 zmq_cpp(7) man page filled in 2009-12-09 14:12:25 +01:00
Martin Sustrik
cab5a4a159 minor documentation updates 2009-12-09 09:19:16 +01:00
Martin Sustrik
c98e29fb6e README added to chat example 2009-12-08 21:48:39 +01:00
Martin Sustrik
902d4f2282 minor fix of zero-copy on tx side 2009-12-08 16:13:51 +01:00
Martin Sustrik
9be877c685 ZMQII-26: Use zero-copy for large messages 2009-12-08 15:41:50 +01:00
Martin Sustrik
bfef2fcd0b autotools build system builds chat example now 2009-12-07 21:52:10 +01:00
Martin Sustrik
a08a72dd08 chat example added 2009-12-07 21:06:54 +01:00
Martin Sustrik
82012667cc Deadlock on zmq_close 2009-12-07 17:28:43 +01:00