Commit Graph

105 Commits (ca0de7d66ab14398f1508efc442c5b45309971c6)

Author SHA1 Message Date
Pierrick Charron ca0de7d66a Release stomp v1.0.6 2014-12-07 21:53:45 -05:00
Pierrick Charron 200bd35bb2 Fix error message mismatch 2014-12-07 21:15:03 -05:00
Pierrick Charron 059566498b Make stomp_set_error() to be printf like (mi+php at aldan dot algebra dot com) 2014-12-07 18:49:04 -05:00
Pierrick Charron d37e34917d Make sure connection is closed on error 2014-12-07 14:40:23 -05:00
Pierrick Charron 189b8dcfc2 Fixed bug #64671 (Add stomp_nack and Stomp::nack functions). 2014-12-07 13:22:01 -05:00
Pierrick Charron 026798d7c4 Update package.xml for merged #68497 2014-12-07 13:03:31 -05:00
Pierrick Charron aafb968d49 Merge remote-tracking branch 'github-fntlnz/fix-bug-68497' 2014-12-07 13:01:37 -05:00
Pierrick Charron c338977f53 Update package.xml for Bug #67170 2014-12-07 12:55:45 -05:00
Lorenzo Fontana 8e18eb079d Fix Bug #68497 Stomp client doesn't parse ERROR response on CONNECT 2014-12-02 19:28:20 +01:00
Yarek Tyshchenko 214d0eb602 Disable Nagle's Algorithm by adding TCP_NODELAY option to the socket
Signed-off-by: Gennady Feldman <gena01@gmail.com>
2014-12-01 10:43:38 -05:00
Peter Petermann beb86e70fe added fix be marcelog, see #59970 2013-03-17 17:33:02 +01:00
Pierrick Charron 5ac6a47e5d Remove compilation warnings 2012-11-21 08:59:02 -05:00
Pierrick Charron 6dff7f7fd1 Remove useless new line 2012-11-20 21:45:38 -05:00
Pierrick Charron d705083ab3 Merge branch 'read_buffer'
* read_buffer:
  Reimplement read_line and read_buffer
  read buffer implementation on top of stomp_recv
2012-11-20 21:28:31 -05:00
Pierrick Charron e7feab2950 Reimplement read_line and read_buffer 2012-11-20 21:25:46 -05:00
Pierrick Charron 19f47cd105 read buffer implementation on top of stomp_recv 2012-11-20 19:54:00 -05:00
Pierrick Charron 9e0839fff1 Rename few things 2012-11-20 19:12:26 -05:00
Pierrick Charron 36c7391402 Auto ack for this test 2012-11-20 17:34:51 -05:00
Pierrick Charron 6a0fd1393f Package.xml 2012-11-20 17:11:12 -05:00
Pierrick Charron d4c9f11e07 Combine the two sendto call in one 2012-11-20 17:00:43 -05:00
Pierrick Charron 0a6e6b2f5a s#writeable#writable#g 2012-11-19 09:03:22 -05:00
Pierrick Charron a1619b9aa1 Add new note 2012-11-18 20:31:55 -05:00
Pierrick Charron 520e311c83 Fix rabbitmq compatibility 2012-11-18 20:20:23 -05:00
Pierrick Charron 71caee45bc Add two new ini config default_username and default_password 2012-11-18 19:33:12 -05:00
Pierrick Charron 5f7d260c05 Fix stomp_read_frame when buffered 2012-11-18 19:23:27 -05:00
Pierrick Charron ce374724b9 1.0.5 => 1.0.6-dev 2012-11-18 17:35:17 -05:00
Pierrick Charron 5a3c1fe602 Package XML 2012-11-18 17:32:28 -05:00
Pierrick Charron 04fd7131b1 Prepare version number for release 2012-11-18 17:32:21 -05:00
Pierrick Charron acde8ab523 Add tests for binary safety 2012-11-18 17:12:26 -05:00
Pierrick Charron 8e8861ea8f Auto ack received messages for readframe test 2012-11-18 17:08:14 -05:00
Pierrick Charron 7d61983988 Fixed bug #59972 - Make body binary safe 2012-11-18 17:05:32 -05:00
Pierrick Charron 5793a7efee Add a buffer for receipts 2012-11-18 11:09:14 -05:00
Pierrick Charron d83dfa7117 Fix memory leak when Stomp can not write it's message 2012-11-17 17:27:40 -05:00
Pierrick Charron 49ae478103 Fix test to work on all versions of activeMQ 2012-11-17 12:38:54 -05:00
Pierrick Charron b68730beb9 New maintenance version 2012-09-17 14:13:40 +00:00
Pierrick Charron 4886ef7435 Fixed bug #62831 (Stomp module seems not initializing SSL library first). (Patch by lwhsu at lwhsu dot org) 2012-08-16 03:23:42 +00:00
Pierrick Charron 6643708893 Add item in the todo list 2011-09-14 15:50:08 +00:00
Pierrick Charron 43be636313 Make test work with -dev 2011-09-09 19:27:26 +00:00
Pierrick Charron 4afeec47b5 Fix macros 2011-09-01 14:19:38 +00:00
Pierrick Charron e95a759e70 Modify the phpinfo to display either or not the SSL support is enabled 2010-10-16 03:50:50 +00:00
Pierrick Charron df9b30bbb3 Update the php documentation 2010-10-13 03:39:55 +00:00
Pierrick Charron 957f9528dc Tag 1.0.3 and bump trunk version 2010-10-13 03:28:20 +00:00
Pierrick Charron 98ed6eac3c Fixed default read timeout usec 2010-10-13 03:13:56 +00:00
Pierrick Charron 61327e6fa7 Fixed bug #18772 (setTimeout usecs not honored). 2010-10-13 03:13:19 +00:00
Pierrick Charron 90ef82399f Remove useless call to zend_hash_internal_pointer_reset 2010-08-20 05:36:18 +00:00
Pierrick Charron 8655cf0971 Update package.xml 2010-08-13 14:06:56 +00:00
Pierrick Charron 77271afef3 Modify package.xml and version number for release 1.0.2 2010-08-13 13:51:33 +00:00
Pierrick Charron d667481cd7 Coding standards 2010-08-12 03:27:21 +00:00
Pierrick Charron e4b0c389d6 Avoid too many call to php_pollfd_for_ms (this fix SSL connection problem) 2010-08-12 03:21:53 +00:00
Pierrick Charron cc688cd647 tag 1.0.1 release 2010-08-03 13:21:20 +00:00