Commit Graph

8569 Commits

Author SHA1 Message Date
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
Martin Sustrik
9f49594273 C & C++ header files clean-up 2009-12-05 11:20:57 +01:00
Martin Sustrik
356ce8fe91 man pages updated 2009-12-04 10:06:46 +01:00
Martin Sustrik
3e051e874a Vitaly Mayatskikh added to authors section 2009-12-04 10:03:38 +01:00
Martin Sustrik
721e37a371 platform.hpp.in removed from the codebase 2009-12-04 10:02:25 +01:00
Martin Sustrik
734aaa2dcb placeholders for new man pages added 2009-12-03 12:58:16 +01:00
Martin Sustrik
6fcdc5fa69 common lisp binding & perf tests added 2009-12-03 10:14:07 +01:00
Martin Sustrik
7146ef85e9 seqnum mechanism automated 2009-12-02 21:26:47 +01:00
Martin Sustrik
cb84580bbc harmless uninitialised memory read fixed 2009-12-01 19:09:58 +01:00
Martin Sustrik
9bd309bda6 annoying optimisation in 'bind' command removed 2009-12-01 18:50:54 +01:00
Martin Sustrik
c04583ff6c minor code beautification 2009-12-01 15:12:42 +01:00
unknown
0d704fceee MSVC warnings fixed 2009-12-01 14:58:00 +01:00
malosek
9cff475af8 added libpgm-2.0.17rc2 into the dist package 2009-11-30 18:18:13 +01:00
malosek
82242f6a9e minor formatting fix in zmq_init.3 man page 2009-11-30 17:48:16 +01:00
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
malosek
fa1641afc5 msvc build fixed 2009-11-27 14:30:48 +01:00
Martin Sustrik
19ce7c0e77 zmq_msg_data.3 referenced twice in Makefile.am - fixed 2009-11-26 12:41:50 +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
5cd98bc575 the rest of man3 man pages filled in 2009-11-23 09:22:25 +01:00
Martin Sustrik
e90ada0d04 more man pages filled in 2009-11-22 16:51:21 +01:00
Martin Sustrik
6602cce9af zmq_init, zmq_term & zmq_strerror man pages added 2009-11-22 12:05:11 +01:00
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