Commit Graph

  • f2b235db16 ZMQII-29: Add timeout to zmq_poll function Martin Sustrik 2010-01-04 15:46:20 +01:00
  • 7884f4541a problem with new version of autoreconf fixed Martin Sustrik 2010-01-04 15:13:04 +01:00
  • 1b90e5f6f5 added missing likely.hpp file into the dist malosek 2009-12-31 16:53:00 +01:00
  • 9bda63cd63 fixed minor gcc warning in src/pgm_receiver.cpp malosek 2009-12-31 16:35:04 +01:00
  • 819590c04c libpgm updated to 2.0.18rc3 malosek 2009-12-31 16:31:13 +01:00
  • 9fadf0b218 fixed minor gcc warning in src/pgm_socket.cpp malosek 2009-12-31 16:18:45 +01:00
  • d6da7903d0 removed unused foreign/openpgm/create_custom_gsi_1.patch file malosek 2009-12-31 15:47:44 +01:00
  • 7cb02fb3e7 fixed make dist for non pgm configuration malosek 2009-12-31 15:44:42 +01:00
  • 102077471c error in zmq_poll manpage fixed Martin Sustrik 2009-12-29 16:50:28 +01:00
  • e9cebc86ed EINPROGRESS definition added on Win32 platform unknown 2009-12-29 16:42:56 +01:00
  • 23e5c3b342 polling on SUB socket fixed Martin Sustrik 2009-12-29 07:53:33 +01:00
  • 72161fb075 format of subscriptions changed (no * needed anymore) Martin Sustrik 2009-12-28 21:29:31 +01:00
  • c97967ed4b MSVC build fixed unknown 2009-12-28 16:20:21 +01:00
  • 5852db451a PGM code cleanup Martin Sustrik 2009-12-28 11:51:06 +01:00
  • aebff623f3 ZMQII-28: Bidirectional introduction on TCP connection establishment Martin Sustrik 2009-12-23 19:37:56 +01:00
  • b3bd4c15fe OpenPGM error handling fixed Martin Sustrik 2009-12-22 09:01:01 +01:00
  • 7cf18a2aec minor fixes Martin Sustrik 2009-12-21 20:45:52 +01:00
  • 5a0674dfec OpenPGM error handling improved Martin Sustrik 2009-12-21 18:50:24 +01:00
  • 990a1e8686 zmq_cl(7) man page added Martin Sustrik 2009-12-18 16:01:58 +01:00
  • bad224251e minor errors in zmq_cpp man page fixed Martin Sustrik 2009-12-18 15:46:21 +01:00
  • d50c7daf9e hint parameter (zmq_free_fn) added to Lisp binding Martin Sustrik 2009-12-18 14:34:57 +01:00
  • 1924cba889 memory management in Lisp binding fixed Martin Sustrik 2009-12-18 14:33:22 +01:00
  • 86d68cbcbd memory leaks related to OpenPGM errors fixed Martin Sustrik 2009-12-18 14:19:28 +01:00
  • 500d32a540 examples & perf added to the Debian package Martin Sustrik 2009-12-16 17:19:20 +01:00
  • 667d1a8280 man page updated to match change in zmq_free_fn Martin Sustrik 2009-12-16 15:20:14 +01:00
  • ab5abf6c7e hint parameter added to zmq_free function Martin Sustrik 2009-12-16 15:08:37 +01:00
  • 02202ec30e addition to CREDITS section of AUTHORS file Martin Sustrik 2009-12-16 14:54:11 +01:00
  • 5e77a1daa4 debian package added Martin Sustrik 2009-12-16 14:43:50 +01:00
  • 7479871cde Merge branch 'master' of git@github.com:sustrik/zeromq2 Martin Sustrik 2009-12-15 23:50:32 +01:00
  • 8aa0908635 all news converted to nothrow variant Martin Sustrik 2009-12-15 23:49:55 +01:00
  • 3e64083667 win32 build fixed unknown 2009-12-15 18:00:00 +01:00
  • 2cef05d869 reconnection mechanism added to tcp transport Martin Sustrik 2009-12-15 17:49:40 +01:00
  • 14b112301e handle error during connecting by eventual reconnection Martin Sustrik 2009-12-15 13:58:21 +01:00
  • e49115224a zmq_encoder/decoder are able to add/trim prefixes from messages; fair queueing and load balancing algorithms factorised into separate classes Martin Sustrik 2009-12-15 09:09:19 +01:00
  • bd792faa9d ZMQ_SNDBUF and ZMQ_RCVBUF honoured in PGM transport Martin Sustrik 2009-12-14 11:46:30 +01:00
  • 68488215da Man pages for XREQ/XREP/zmq_queue updated Martin Sustrik 2009-12-13 18:32:22 +01:00
  • 0637e06387 zmq_streamer & zmq_queue are built under MSVC unknown 2009-12-13 14:59:25 +01:00
  • fa6bf24d80 XREP & XREQ socket types added; zmq_queue device added Martin Sustrik 2009-12-13 14:45:23 +01:00
  • c43aded531 debug code removed from PGM engines Martin Sustrik 2009-12-13 11:27:43 +01:00
  • f4ac8d7a44 OpenPGM v1 support removed Martin Sustrik 2009-12-13 09:56:02 +01:00
  • 73b765e4b4 PGM transport fixed Martin Sustrik 2009-12-13 09:11:08 +01:00
  • d5670f34ba ZMQII-26: Use zero-copy for large messages (rx side) Martin Sustrik 2009-12-11 22:29:04 +01:00
  • 770178724f errors are never predicted in branch prediction (likely/unlikely macros added) Martin Sustrik 2009-12-10 21:34:40 +01:00
  • d4fdc26efc zmq_poll implemented on Win32 platform unknown 2009-12-10 16:46:22 +01:00
  • 986ab66b8f ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (Win32) unknown 2009-12-10 10:39:24 +01:00
  • 8d58643655 MSVC build for chat example added unknown 2009-12-10 10:33:07 +01:00
  • 2e39f892c3 ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (POSIX) Martin Sustrik 2009-12-10 09:47:24 +01:00
  • 72dacc3570 zero-copy on tx side optimised to minimise number of user/kernel space transitions Martin Sustrik 2009-12-10 08:25:21 +01:00
  • 1c1dfb50f8 zmq_cpp(7) man page filled in Martin Sustrik 2009-12-09 14:12:25 +01:00
  • cab5a4a159 minor documentation updates Martin Sustrik 2009-12-09 09:19:16 +01:00
  • c98e29fb6e README added to chat example Martin Sustrik 2009-12-08 21:48:39 +01:00
  • 902d4f2282 minor fix of zero-copy on tx side Martin Sustrik 2009-12-08 16:13:51 +01:00
  • 9be877c685 ZMQII-26: Use zero-copy for large messages Martin Sustrik 2009-12-08 15:41:50 +01:00
  • bfef2fcd0b autotools build system builds chat example now Martin Sustrik 2009-12-07 21:52:10 +01:00
  • a08a72dd08 chat example added Martin Sustrik 2009-12-07 21:06:54 +01:00
  • 82012667cc Deadlock on zmq_close Martin Sustrik 2009-12-07 17:28:43 +01:00
  • 9f49594273 C & C++ header files clean-up Martin Sustrik 2009-12-05 11:20:57 +01:00
  • 356ce8fe91 man pages updated Martin Sustrik 2009-12-04 10:06:46 +01:00
  • 3e051e874a Vitaly Mayatskikh added to authors section Martin Sustrik 2009-12-04 10:03:38 +01:00
  • 721e37a371 platform.hpp.in removed from the codebase Martin Sustrik 2009-12-04 10:02:25 +01:00
  • 734aaa2dcb placeholders for new man pages added Martin Sustrik 2009-12-03 12:58:16 +01:00
  • 6fcdc5fa69 common lisp binding & perf tests added Martin Sustrik 2009-12-03 10:14:07 +01:00
  • 7146ef85e9 seqnum mechanism automated Martin Sustrik 2009-12-02 21:26:47 +01:00
  • cb84580bbc harmless uninitialised memory read fixed Martin Sustrik 2009-12-01 19:09:58 +01:00
  • 9bd309bda6 annoying optimisation in 'bind' command removed Martin Sustrik 2009-12-01 18:50:54 +01:00
  • c04583ff6c minor code beautification Martin Sustrik 2009-12-01 15:12:42 +01:00
  • 0d704fceee MSVC warnings fixed unknown 2009-12-01 14:58:00 +01:00
  • 9cff475af8 added libpgm-2.0.17rc2 into the dist package malosek 2009-11-30 18:18:13 +01:00
  • 82242f6a9e minor formatting fix in zmq_init.3 man page malosek 2009-11-30 17:48:16 +01:00
  • c637bf292d Merge branch 'master' of git@github.com:sustrik/zeromq2 malosek 2009-11-30 16:45:36 +01:00
  • 9ccf2b42cf minor tweaks in pgm code malosek 2009-11-30 16:45:18 +01:00
  • fa1641afc5 msvc build fixed malosek 2009-11-27 14:30:48 +01:00
  • 19ce7c0e77 zmq_msg_data.3 referenced twice in Makefile.am - fixed Martin Sustrik 2009-11-26 12:41:50 +01:00
  • 8d85638f77 memory leak in message encoder fixed Martin Sustrik 2009-11-26 12:01:26 +01:00
  • 92aa9e94e2 experimental code to use futexes instead of mutexes added to simple_semapthore_t Martin Sustrik 2009-11-25 08:55:03 +01:00
  • c98fd6bc3f ZMQII-25: Implement streamed request/reply Martin Sustrik 2009-11-24 11:23:10 +01:00
  • 5cd98bc575 the rest of man3 man pages filled in Martin Sustrik 2009-11-23 09:22:25 +01:00
  • e90ada0d04 more man pages filled in Martin Sustrik 2009-11-22 16:51:21 +01:00
  • 6602cce9af zmq_init, zmq_term & zmq_strerror man pages added Martin Sustrik 2009-11-22 12:05:11 +01:00
  • ed5563f752 man pages (dummy) added for zmq_msg_* functions Martin Sustrik 2009-11-22 10:25:53 +01:00
  • 55b64a02e7 man pages - initial (dummy) version Martin Sustrik 2009-11-22 08:47:06 +01:00
  • c41daca3da race condition in inproc transport shutdown fixed Martin Sustrik 2009-11-21 21:30:09 +01:00
  • 64634605b3 obsolete parameter removed from 'bind' command Martin Sustrik 2009-11-21 21:13:29 +01:00
  • 0e9ab2e8a3 inproc transport - initial commit Martin Sustrik 2009-11-21 20:59:55 +01:00
  • 14f2fecdcd ZMQII-24: SEGFAULT when anonymous session disconnects Martin Sustrik 2009-11-19 09:53:49 +01:00
  • c2e0661b0a uninitialised variable in devpoll_t and kqueue_t Martin Sustrik 2009-11-19 08:06:52 +01:00
  • 26ca5ed8c6 Fixing concurrency issue in rep.cpp resulting in broken connections with multiple requesters under heavy load. Martin Sustrik 2009-11-14 18:57:04 +01:00
  • 84585a9561 pgm_transport_recvmsgv in process_upstream returns PGM_IO_STATUS_RATE_LIMITED on busy sender malosek 2009-11-04 18:59:19 +01:00
  • c2cd7977f7 update pgm_socket to recent openpgm2 malosek 2009-11-03 19:54:43 +01:00
  • 08b02a43ae fixed get_sender_fds and get_receiver_fds for openpgm2 malosek 2009-11-03 14:11:53 +01:00
  • 7d672d3ab8 minor fixes for MSVC++ 2005 build malosek 2009-11-03 14:06:25 +01:00
  • 7cbdcc9542 ZMQII-21: Problem with fd_signaler_t::poll on socket close Martin Sustrik 2009-10-22 13:21:27 +02:00
  • 55acf365ea releasing python global lock when doing blocking operations Martin Sustrik 2009-10-20 18:44:17 +02:00
  • 8b08047cb0 added --with-pgm2-examples configure option malosek 2009-10-19 19:00:04 +02:00
  • 71e455bfe5 ZMQII-19: add --disable-eventfd configure option malosek 2009-10-19 15:19:22 +02:00
  • 50c7d12be6 added HAVE_LIBWS2_32 into platform.hpp.in malosek 2009-10-12 22:53:11 +02:00
  • 0ce02058eb updated 0MQ to recent OpenPGM2 rev.562 malosek 2009-10-12 22:51:41 +02:00
  • ea2f6558fd mingw fixed winsock linking issue malosek 2009-10-12 22:50:01 +02:00
  • 7afc61ae7c 0MQ compilable on winXP mingw with --with-pgm2 option malosek 2009-10-06 12:57:24 +02:00
  • ac83175ef0 updated to recent PGM2 changes malosek 2009-10-05 16:57:26 +02:00