Commit Graph

  • 3df43f15c4 cleanup, bugfixes and PendingMessage object MinRK 2010-07-29 22:39:12 -0700
  • 5ba7638796 m MinRK 2010-07-29 01:57:26 -0700
  • 559f816fe4 merge from patches MinRK 2010-07-29 01:47:14 -0700
  • aa9c6e2e10 merge from patches MinRK 2010-07-29 01:46:11 -0700
  • 75af4d2ef8 code review round 1.0001 MinRK 2010-07-29 00:38:48 -0700
  • 5b15b647f3 merged eventloop patches from minrk/master MinRK 2010-07-29 00:20:13 -0700
  • 81ae5e761a round 1 of code review MinRK 2010-07-29 00:10:15 -0700
  • 36f885914f added unicode doc, covering some of our unicode design discussion/decisions MinRK 2010-07-28 14:19:01 -0700
  • f4d2d7068f added unicode doc, covering some of our unicode design discussion/decisions MinRK 2010-07-28 14:17:09 -0700
  • 4bea8e224a use codecs.decode(b) instead of unicode(b) MinRK 2010-07-28 11:50:22 -0700
  • 1a419ea5a7 added _string aliases to _unicode methods MinRK 2010-07-28 11:24:19 -0700
  • 8e75fc0e72 explicitly encode unicode in bind/connect MinRK 2010-07-28 01:57:35 -0700
  • daf9378e4b dropped PyString_AsStringAndSize in favor of as_buffer MinRK 2010-07-28 01:52:38 -0700
  • 2249ffe7b2 updated interfaces wrt unicode to match recent discussion MinRK 2010-07-28 01:41:32 -0700
  • 50ee3a82db merged from patches MinRK 2010-07-26 23:44:08 -0700
  • c85d9ac6f1 added cjson support when available MinRK 2010-07-26 15:14:36 -0700
  • 76acee48c1 unicode related tweaks, stop trying to decode unicode strings on recv side MinRK 2010-07-26 14:59:17 -0700
  • 8954782323 added non-copying recvs to zmqstream MinRK 2010-07-24 23:00:21 -0700
  • 6adf6fcaca merged from patches branch MinRK 2010-07-24 22:59:20 -0700
  • 6029c58400 fixed typo in packages introduced into setup.py MinRK 2010-07-24 22:52:55 -0700
  • 963984a3e7 cleaned up comment MinRK 2010-07-24 22:50:57 -0700
  • ed17fc1f03 tests and associated fixes for unicode/buffers MinRK 2010-07-24 18:56:33 -0700
  • b21d38bdfa updated to use New Buffer Interface when available MinRK 2010-07-24 01:10:09 -0700
  • aa9aedeae7 merged unicode and buffers from patches branch MinRK 2010-07-23 17:19:31 -0700
  • b41e28e0b8 added preliminary buffer support MinRK 2010-07-23 17:11:18 -0700
  • 169f55f21b added basic unicode support to bind,connect,setsockopt,send MinRK 2010-07-23 16:46:25 -0700
  • 19d2179835 added preliminary support for buffers MinRK 2010-07-23 16:17:44 -0700
  • 43f42f5919 allows unicode strings in bind/connect MinRK 2010-07-23 16:17:05 -0700
  • 0c071a2afe fixed MonitoredQueue to work with XREP on both sides MinRK 2010-07-21 19:17:38 -0700
  • 32c46101c3 fixed DelayedCallback _stop typo MinRK 2010-07-21 19:16:43 -0700
  • 5c93d43a4f on_send callbacks receive the message as an argument MinRK 2010-07-21 19:16:20 -0700
  • 942f9dad89 added some unit tests for Devices MinRK 2010-07-21 00:30:45 -0700
  • 6fbd162456 added MonitoredQueue and TSMonitoredQueue objects MinRK 2010-07-20 17:37:14 -0700
  • 199d21912c added multikernel example MinRK 2010-07-19 16:43:06 -0700
  • 3b078b04ba put setsockopt before connect/bind MinRK 2010-07-19 16:40:20 -0700
  • d717d8a454 tweaked heartbeater MinRK 2010-07-18 13:19:45 -0700
  • aea928276d updated ZMQStream to use copy/flag keywords in sends MinRK 2010-07-18 13:11:06 -0700
  • 8da9346734 updated heartbeat and eventloop examples MinRK 2010-07-18 13:10:08 -0700
  • 336e23ff45 device threads are daemonized, so they exit properly MinRK 2010-07-13 12:48:57 -0700
  • 54a7c3029c added ThreadsafeDevice and heartbeat MinRK 2010-07-12 21:43:36 -0700
  • 7e819ee6e1 ping pong heartbeat MinRK 2010-07-12 16:07:00 -0700
  • dd3fc1041c added device support and heartbeat example MinRK 2010-07-12 16:01:34 -0700
  • 820d9901e6 reordered topics MinRK 2010-07-05 13:51:39 -0700
  • 6319476ed9 display.py in chat example works with multiple chatters MinRK 2010-07-04 10:14:53 -0500
  • bc9e39be2e PUBHandler takes socket or interface in constructor MinRK 2010-07-04 09:58:48 -0500
  • 35fb44a77c added test_log.py MinRK 2010-07-04 09:56:05 -0500
  • 484be46c05 display.py in chat example works with multiple chatters MinRK 2010-07-04 09:55:33 -0500
  • 008cdc3cde Merge branch 'master' of git://github.com/ellisonbg/pyzmq MinRK 2010-07-03 19:09:35 -0500
  • 62bfe9f3e4 added Queue MinRK 2010-07-03 19:04:44 -0500
  • 18f5d06155 Fixing the units of timeot in select and poll. Brian Granger 2010-07-03 19:01:46 -0500
  • 18fec65467 fixed send(msg) with no callback MinRK 2010-07-03 17:36:49 -0500
  • b82e173589 added logging example MinRK 2010-07-03 16:27:24 -0500
  • 0b006a1499 added errback MinRK 2010-07-03 15:49:48 -0500
  • 9e89236b6d fixed iproc->inproc typo MinRK 2010-07-03 15:49:25 -0500
  • 999202df0c removed prints MinRK 2010-07-03 10:15:51 -0500
  • 730eeb21bc added DelayedCallback MinRK 2010-07-03 09:58:16 -0500
  • 3e1a6a0449 added draft zmqstream MinRK 2010-07-02 23:29:17 -0500
  • 480757f8b2 Adding eventloop to setup.py. Brian Granger 2010-07-02 18:34:39 -0500
  • b52db05682 Merge branch 'bench' Brian Granger 2010-07-02 18:06:03 -0500
  • eb7f8f5117 Modifying __init__.py for eventloop. Brian Granger 2010-07-02 17:41:38 -0500
  • 2a00ebbc8b Cleaning up examples. Brian Granger 2010-07-02 17:38:56 -0500
  • 467a43981b Updating Tornado ioloop from their master. Brian Granger 2010-07-02 17:37:57 -0500
  • c2ffcfbdef Merge branch 'master' into ioloop Brian Granger 2010-07-02 17:02:43 -0500
  • 27ba4784cb Adding benchmark examples. Brian Granger 2010-07-02 17:00:51 -0500
  • afabbb5b9b Updating to new 2.0.7 API changes. Brian Granger 2010-06-07 08:55:06 -0700
  • 88a07bbbb9 Updating README.rst and setup.cfg.template. Brian Granger 2010-05-27 15:48:38 -0700
  • c0dce80740 Documentation an minor improvements to Message object. Brian Granger 2010-05-27 14:17:35 -0700
  • 4685c6df69 Adding comments about when Py_DECREF is called. Brian Granger 2010-05-27 13:48:54 -0700
  • 0a06003697 Merge remote branch 'Nichol4s/master' into nocopy Brian Granger 2010-05-27 13:41:44 -0700
  • 6664b50280 Minor changes. Brian Granger 2010-05-27 13:41:16 -0700
  • b2821c165a Fixing memory leak on failed send Nicholas Piël 2010-05-26 12:51:56 +0200
  • c55b5e2316 Pulling in Brian's nocopy branch Nicholas Piël 2010-05-26 12:50:20 +0200
  • 8d32972b14 Fixing old memory leak in Stopwatch. Brian Granger 2010-05-21 13:19:24 -0700
  • 42903ba617 Adding back Stopwatch for perf tests and modified lat test to use. Brian Granger 2010-05-21 13:03:17 -0700
  • eb61ac53f7 Adding non-copy capability for recv's in perf tests. Brian Granger 2010-05-21 12:10:19 -0700
  • 6250cb593c Adding support for full non-copy send/recv using Message. Brian Granger 2010-05-20 21:29:24 -0700
  • 0ab9c93f16 Initial implementation of smart Message object. Brian Granger 2010-05-20 16:08:22 -0700
  • 1c8fb867f6 Updating perf tests with copy/no-copy options and new API. Brian Granger 2010-05-18 15:27:39 -0700
  • 9f44c7c7ef Merge branch 'master' into nocopy Brian Granger 2010-05-18 14:50:55 -0700
  • c854731864 Adding tests for large message bug. Brian Granger 2010-05-18 14:46:26 -0700
  • d93946186e Adding time.sleep(1) to end of latency perf tests. Brian Granger 2010-05-18 14:41:26 -0700
  • be0d6c84ed New basic version of non-copying send using just strings. Brian Granger 2010-05-16 14:07:43 -0700
  • 75f61fad9e Updated kernel example to new APIs. Brian Granger 2010-05-16 11:41:46 -0700
  • af88bf5d03 Updating examples to new APIs. Brian Granger 2010-05-16 10:16:37 -0700
  • 6441176fa6 Finish cleaning up after merge. Brian Granger 2010-05-14 15:19:21 -0700
  • c4bdbab061 Trying to get out of jail. Brian Granger 2010-05-14 15:13:44 -0700
  • 7d4c37be50 Fixing various bugs and updating to latest 0MQ master. Brian Granger 2010-05-14 12:09:39 -0700
  • b00a76a8ac Test coverage for ZMQError Nicholas Piël 2010-05-07 16:11:07 +0200
  • bcceaf774c Refactored ZMQError. Nicholas Piël 2010-05-06 14:59:11 +0200
  • c15fe0c04c Merge git://github.com/ellisonbg/pyzmq Nicholas Piël 2010-05-05 16:19:46 +0200
  • b2097cf63a Adding runtime_library_dirs option to setup.cfg.template. Brian E. Granger 2010-04-30 08:46:12 -0700
  • 4bf8945634 Fixing but in Python bindings to getsockopt with IDENTITY. Brian E. Granger 2010-04-29 10:47:40 -0700
  • 6ff6da2a51 Edits to the README.rst. Brian E. Granger 2010-04-28 13:51:11 -0700
  • beb93361e0 Merge branch 'kernel' Brian E. Granger 2010-04-28 13:44:13 -0700
  • 7a9d4877f9 Created zmq_compat.h for a compatibility header file. Brian E. Granger 2010-04-28 13:25:21 -0700
  • 1ffcf0eaa0 Removing SUBSCRIBE/UNSUBSCRIBE from the options in getsockopt. Brian E. Granger 2010-04-28 10:59:29 -0700
  • 792a621f21 Added support for getsockopt and multipart messages. Brian E. Granger 2010-04-27 20:46:33 -0700
  • 811389dd15 New example for publish/subscribe sockets with multiple topics. Fernando Perez 2010-03-26 16:34:06 +0800
  • b0352c8d16 Fixing ctypedef of int64_t. Brian E. Granger 2010-04-27 18:59:54 -0700
  • 16b0c209c4 Adding zmq.tests to setup.py packages. Brian E. Granger 2010-04-27 15:39:22 -0700