Commit Graph

  • 495eba101c Merge pull request #26 from mrothe/patch-1 Richard Newton 2013-07-17 05:42:00 -0700
  • 2b936bae79 Merge 830d2ede86 into f43e83e34e mrothe 2013-07-17 05:01:56 -0700
  • 830d2ede86 Revert "Fix missing include". Markus Rothe 2013-07-17 13:59:06 +0200
  • f43e83e34e Merge pull request #22 from ricnewton/monitor_updates Andrey Sibiryov 2013-07-16 06:10:47 -0700
  • 5aceb2f43f Merge 32546c6538 into ce4a4a311e Richard Newton 2013-07-16 05:19:50 -0700
  • 738550b3b2 Merge cd0d62e90e into ce4a4a311e Montoya Edu 2013-07-16 05:16:46 -0700
  • ce4a4a311e Merge pull request #19 from hintjens/master taurel 2013-07-16 05:09:01 -0700
  • f6a62685ad Merge 4c8fbb9acb into 7975875acd Pieter Hintjens 2013-07-16 05:05:01 -0700
  • 7975875acd Merge pull request #23 from cjuniet/master Andrey Sibiryov 2013-07-16 04:18:56 -0700
  • 59d1e574af Merge f1fd8f8f6a into 3f7bab2f63 Christophe Juniet 2013-07-15 15:07:38 -0700
  • 3f7bab2f63 Merge pull request #25 from csteifel/master Pieter Hintjens 2013-07-13 14:07:14 -0700
  • c25d53709f Merge 6a04e4a7f3 into abb3bd2c75 Colin Steifel 2013-07-13 12:02:36 -0700
  • 6a04e4a7f3 Changed context_t to use new zmq_ctx_* functions Colin Steifel 2013-07-13 14:52:51 -0400
  • abb3bd2c75 Merge pull request #24 from csteifel/master Kobolog 2013-07-12 15:26:04 -0700
  • fa9749646b Merge b9d239b0db into c36e3065d2 Colin Steifel 2013-07-12 14:59:48 -0700
  • b9d239b0db Adding space between function and args to conform with style Colin Steifel 2013-07-12 17:59:42 -0400
  • 9751701d7a Changed from static_cast to != to avoid warnings Colin Steifel 2013-07-12 17:36:23 -0400
  • b6839cd50d Adding ability to check for multipart messages Colin Steifel 2013-07-12 17:02:10 -0400
  • f1fd8f8f6a Fix missing include Christophe Juniet 2013-07-04 18:46:52 +0200
  • 32546c6538 Convert all tabs to spaces to match formatting style for rest of the file. Richard Newton 2013-07-01 13:33:28 +0100
  • 666cc7ae4e Implement monitor aborting. This relies on having the new ZMQ_EVENT_MONITOR_STOPPED event. Richard Newton 2013-07-01 13:31:33 +0100
  • 37d5ecd7e2 Add event called after we have connected up our paired socket, we are guaranteed to get monitor events after this point. Richard Newton 2013-06-28 18:31:00 +0100
  • 938e4ab07b Rework monitor to support both new (3.3 and above) and old ways montior events work. Richard Newton 2013-06-28 17:32:49 +0100
  • dfea887ecb Parse event structure as data for event handlers. Richard Newton 2013-06-28 14:07:27 +0100
  • 61a21bb082 Avoid a memcpy in monitor_t Richard Newton 2013-06-28 12:34:18 +0100
  • b34444d273 Rework monitor_t. Richard Newton 2013-06-28 12:22:21 +0100
  • cd0d62e90e fixing monitoring stuff bindings. montoyaedu 2013-06-28 10:23:18 +0200
  • c36e3065d2 Merge pull request #18 from Kobolog/master Pieter Hintjens 2013-06-27 10:55:54 -0700
  • 7ed3319201 Merge 2fe20236f5 into b009df6499 Kobolog 2013-06-27 10:55:50 -0700
  • b009df6499 Merge pull request #17 from grefab/master Pieter Hintjens 2013-06-27 10:55:43 -0700
  • bb213b4c76 Merge 2798087c2e into d5cf3c9410 Gregor Fabritius 2013-06-27 10:55:37 -0700
  • d5cf3c9410 Merge pull request #15 from montoyaedu/master Pieter Hintjens 2013-06-27 10:55:23 -0700
  • e74c035cac Merge f30f92b392 into 56482ca7c8 Montoya Edu 2013-06-27 10:55:14 -0700
  • 56482ca7c8 Merge pull request #20 from taurel/master Pieter Hintjens 2013-06-27 10:54:34 -0700
  • ceebfcf21f Merge 3afc98efa1 into b232978003 taurel 2013-06-26 08:17:51 -0700
  • 3afc98efa1 Add a disconnect method (interface to the zmq_disconnect call) in the socket_t class Emmanuel Taurel 2013-06-26 17:04:45 +0200
  • 4c8fbb9acb Added license and link to C4.1 contribution policy Pieter Hintjens 2013-05-10 07:39:40 -0400
  • 2fe20236f5 prevent unused expression result warnings from non-debug ZMQ_ASSERT macro expansion Andrey Sibiryov 2013-04-06 04:14:30 +0400
  • 2798087c2e added possibility to disconnect. Gregor Fabritius 2013-02-23 22:01:31 +0100
  • de8059f190 added possibility to unbind. Gregor Fabritius 2013-02-23 19:50:59 +0100
  • b232978003 Merge pull request #14 from robertmaynard/master Ian Barber 2013-02-13 11:59:36 -0800
  • b1129078b0 Merge a5174232d5 into 34dd3a1f36 Robert Maynard 2013-02-13 11:58:38 -0800
  • 34dd3a1f36 Merge pull request #13 from jdswinbank/master Ian Barber 2013-02-13 11:56:38 -0800
  • f30f92b392 syntax & bug fixing modified monitor_t interface H. Eduardo Montoya Sánchez 2013-01-30 17:30:05 +0100
  • bcdf163fa8 work in progress... H. Eduardo Montoya Sánchez 2013-01-30 15:22:54 +0100
  • 9f7a5f18d1 Update zmq.hpp Montoya Edu 2013-01-29 19:14:17 +0100
  • b1dacd8d0f Update zmq.hpp Montoya Edu 2013-01-29 19:11:33 +0100
  • 50d90090e1 Merge a3f283b0e4 into 127c255d65 Madhu Srinivasan 2013-01-27 00:31:50 -0800
  • a3f283b0e4 Merge remote-tracking branch 'upstream/master' Madhu Srinivasan 2013-01-27 11:31:12 +0300
  • a5174232d5 Correctly define ZMQ_DELETED_FUNCTION when using older clang compilers. Robert Maynard 2013-01-09 10:19:11 -0500
  • eaa8cc3b46 Merge cc25ef9c52 into 127c255d65 John Swinbank 2013-01-05 06:54:30 -0800
  • cc25ef9c52 Interface to zmq_proxy() John Swinbank 2013-01-05 15:50:28 +0100
  • 127c255d65 Merge pull request #10 from ricnewton/explicit-constructors Pieter Hintjens 2013-01-05 03:22:29 -0800
  • 142d8464f2 Merge 72162cecdd into 052c656138 Richard Newton 2013-01-05 03:22:25 -0800
  • 052c656138 Merge pull request #12 from arsenm/master Pieter Hintjens 2013-01-05 03:21:38 -0800
  • 3b94a42a22 Merge 02ceef1727 into 90d870b836 Matt Arsenault 2012-12-27 13:57:39 -0800
  • 02ceef1727 Use deleted functions if available Matt Arsenault 2012-12-14 18:38:27 -0800
  • 36722d9031 Don't use deprecated functions Matt Arsenault 2012-12-14 18:36:23 -0800
  • cf6fd25a10 Change in permissions ? Madhusudhanan Srinivasan 2012-11-18 14:01:29 +0300
  • ec319aa515 Added a CMakeLists to make it cmake friendly Madhu Srinivasan 2012-11-10 12:03:30 +0300
  • 72162cecdd Make single parameter constructors explicit Richard Newton 2012-11-06 18:24:39 +0000
  • 90d870b836 Merge pull request #4 from ricnewton/const_data_access Pieter Hintjens 2012-08-28 21:11:02 -0700
  • f7778dc73d Merge 2efcdccace into 1a350206fe Richard Newton 2012-08-28 21:10:59 -0700
  • 1a350206fe Merge pull request #5 from ronelliott/master Pieter Hintjens 2012-08-28 21:10:50 -0700
  • 7b0eabf367 Merge ad415995ee into bdabaafd63 Ron Elliott 2012-08-28 21:10:47 -0700
  • bdabaafd63 Merge pull request #6 from ricnewton/context_close Pieter Hintjens 2012-08-28 21:10:36 -0700
  • c0ef1f0fe9 Merge ce3e3e2f9a into f957e25a3f Richard Newton 2012-08-28 05:53:37 -0700
  • ce3e3e2f9a Add explicit close method to context_t Richard Newton 2012-08-28 13:49:14 +0100
  • f957e25a3f Merge pull request #3 from ricnewton/message_move_constructor Ian Barber 2012-07-31 09:32:53 -0700
  • ad415995ee Added 'connected' method to socket_t class. Ron Elliott 2012-07-28 10:22:10 -0700
  • 2efcdccace Add const data access to message_t Richard Newton 2012-07-25 12:20:27 +0100
  • 1fec9fedd5 Merge 952c382575 into f1640d2c9d Richard Newton 2012-07-25 04:13:21 -0700
  • 952c382575 Add move constructor to message_t Richard Newton 2012-07-25 12:06:53 +0100
  • 3ec37d518c Merge a735a4796e into f1640d2c9d Richard Newton 2012-07-23 05:13:46 -0700
  • a735a4796e Add const data access to message_t Richard Newton 2012-07-23 13:10:00 +0100
  • 73a3c44969 Add move constructor and assignment operator to message_t (if compiler supports it) Richard Newton 2012-07-23 11:43:07 +0100
  • f1640d2c9d Revert "Renamed to XS, setctxopt method added" Martin Sustrik 2012-03-16 18:11:50 +0100
  • 0f14f299c3 Renamed to XS, setctxopt method added Martin Sustrik 2012-03-16 18:06:09 +0100
  • e034a4b79c Merge pull request #1 from thesamet/master Pieter Hintjens 2012-02-14 09:10:59 -0800
  • cce62c705a Merge 0483ee0dfa into 73fd092572 GitHub Merge Button 2012-02-13 22:28:26 -0800
  • 0483ee0dfa Prevent unused variable warning in presence of assertions. Nadav Samet 2012-02-13 22:25:13 -0800
  • 73fd092572 Prevent exception to be thrown in the destructor Martin Sustrik 2012-01-31 11:11:34 +0900
  • 729aaad079 Change the license to MIT Martin Sustrik 2011-12-13 16:03:00 +0900
  • cc98ac8aba Subject: [PATCH] C++11 move constructor/assignment operator for socket_t and context_t Botond Ballo 2011-11-19 14:02:16 +0100
  • ac1ba21f13 Send and recv with plain buffer as an argument added Martin Sustrik 2011-09-14 12:21:11 +0200
  • f5bc62f8c3 Compilation errors with 3.0 fixed Martin Sustrik 2011-05-28 14:38:02 +0200
  • 9da2598aa0 Update to 3.0 API Martin Sustrik 2011-05-25 18:44:58 +0200
  • 38bbe08168 Initial version of C++ binding Martin Sustrik 2011-05-25 18:42:41 +0200