Commit Graph

  • acf43f619f Only add content-length header for messages containing zero byte master Vitaliy Filippov 2015-08-18 12:08:09 +0300
  • 618d2bd4d4 Fix compiler warning (assignment makes pointer from integer without a cast) Vitaliy Filippov 2015-08-18 12:07:50 +0300
  • eb55496781 Fixing stomp_writable() check so we can catch when connect failed. Gennady Feldman 2015-06-05 12:54:13 -0400
  • 15a3b9a059 1.0.8 => 1.0.9-dev Gennady Feldman 2015-05-18 18:19:58 -0400
  • 50bfb5d8da Releasing v1.0.8 release_1_0_8 Gennady Feldman 2015-05-18 18:17:11 -0400
  • 4bd40f20a2 Fixing PHP_STOMP_VERSION constant, per Remi's request. Gennady Feldman 2015-05-18 18:08:25 -0400
  • bf4539e523 fix perm on source files Remi Collet 2015-05-16 07:18:45 +0200
  • 2c4b2f8bf1 1.0.7 => 1.0.8-dev Gennady Feldman 2015-05-15 17:21:29 -0400
  • 0e38c2452e Releasing v1.0.7 release_1_0_7 Gennady Feldman 2015-05-15 17:12:34 -0400
  • 59b74e4142 Merge branch 'pull-request/6' Gennady Feldman 2015-05-05 10:20:59 -0400
  • fbacdccd37 Fix error checking after stomp_send(). Gennady Feldman 2015-05-05 10:17:49 -0400
  • bdedf5922c Adding #ifdef HAVE_NETINET_IN_H around the new TCP_NODELAY code to fix compilation on Windows and possibly others. Gennady Feldman 2015-02-25 11:58:32 -0500
  • d0bc504615 Implement 1.1 in CONNECT and SUBSCRIBE v1.1 Pierrick Charron 2014-12-09 19:46:38 -0500
  • 8b0bbd4db2 Improve frame stack and add test Pierrick Charron 2014-12-09 01:49:39 -0500
  • 79a3ca34c4 Fix error message on invalid receipt Pierrick Charron 2014-12-09 00:53:16 -0500
  • 5024fff376 add missing LICENSE file (mandatory for downstream) Remi Collet 2014-12-08 06:25:08 +0100
  • 8aece537c1 1.0.6 => 1.0.7-dev Pierrick Charron 2014-12-07 21:57:57 -0500
  • ca0de7d66a Release stomp v1.0.6 release_1_0_6 Pierrick Charron 2014-12-07 21:53:45 -0500
  • 200bd35bb2 Fix error message mismatch Pierrick Charron 2014-12-07 21:15:03 -0500
  • 059566498b Make stomp_set_error() to be printf like (mi+php at aldan dot algebra dot com) Pierrick Charron 2014-12-07 18:49:04 -0500
  • d37e34917d Make sure connection is closed on error Pierrick Charron 2014-12-07 14:40:23 -0500
  • 189b8dcfc2 Fixed bug #64671 (Add stomp_nack and Stomp::nack functions). Pierrick Charron 2014-12-07 13:22:01 -0500
  • 026798d7c4 Update package.xml for merged #68497 Pierrick Charron 2014-12-07 13:03:31 -0500
  • aafb968d49 Merge remote-tracking branch 'github-fntlnz/fix-bug-68497' Pierrick Charron 2014-12-07 13:01:37 -0500
  • c338977f53 Update package.xml for Bug #67170 Pierrick Charron 2014-12-07 12:55:45 -0500
  • 8e18eb079d Fix Bug #68497 Stomp client doesn't parse ERROR response on CONNECT Lorenzo Fontana 2014-12-02 19:28:20 +0100
  • 214d0eb602 Disable Nagle's Algorithm by adding TCP_NODELAY option to the socket Yarek Tyshchenko 2014-05-01 17:48:07 +0100
  • beb86e70fe added fix be marcelog, see #59970 Peter Petermann 2013-03-17 17:33:02 +0100
  • 5ac6a47e5d Remove compilation warnings Pierrick Charron 2012-11-21 08:59:02 -0500
  • 6dff7f7fd1 Remove useless new line Pierrick Charron 2012-11-20 21:45:38 -0500
  • d705083ab3 Merge branch 'read_buffer' Pierrick Charron 2012-11-20 21:28:31 -0500
  • e7feab2950 Reimplement read_line and read_buffer Pierrick Charron 2012-11-20 21:25:46 -0500
  • 19f47cd105 read buffer implementation on top of stomp_recv Pierrick Charron 2012-11-20 19:54:00 -0500
  • 9e0839fff1 Rename few things Pierrick Charron 2012-11-20 19:12:26 -0500
  • 36c7391402 Auto ack for this test Pierrick Charron 2012-11-20 17:34:51 -0500
  • 6a0fd1393f Package.xml Pierrick Charron 2012-11-20 17:11:12 -0500
  • d4c9f11e07 Combine the two sendto call in one Pierrick Charron 2012-11-20 17:00:43 -0500
  • 0a6e6b2f5a s#writeable#writable#g Pierrick Charron 2012-11-19 09:03:22 -0500
  • a1619b9aa1 Add new note Pierrick Charron 2012-11-18 20:31:55 -0500
  • 520e311c83 Fix rabbitmq compatibility Pierrick Charron 2012-11-18 20:20:23 -0500
  • 71caee45bc Add two new ini config default_username and default_password Pierrick Charron 2012-11-18 19:33:12 -0500
  • 5f7d260c05 Fix stomp_read_frame when buffered Pierrick Charron 2012-11-18 19:23:27 -0500
  • ce374724b9 1.0.5 => 1.0.6-dev Pierrick Charron 2012-11-18 17:35:17 -0500
  • 5a3c1fe602 Package XML release_1_0_5 Pierrick Charron 2012-11-18 17:32:28 -0500
  • 04fd7131b1 Prepare version number for release Pierrick Charron 2012-11-18 17:32:21 -0500
  • acde8ab523 Add tests for binary safety Pierrick Charron 2012-11-18 17:12:26 -0500
  • 8e8861ea8f Auto ack received messages for readframe test Pierrick Charron 2012-11-18 17:08:14 -0500
  • 7d61983988 Fixed bug #59972 - Make body binary safe Pierrick Charron 2012-11-18 17:05:32 -0500
  • 5793a7efee Add a buffer for receipts Pierrick Charron 2012-11-18 11:09:14 -0500
  • d83dfa7117 Fix memory leak when Stomp can not write it's message Pierrick Charron 2012-11-17 17:27:40 -0500
  • 49ae478103 Fix test to work on all versions of activeMQ Pierrick Charron 2012-11-17 12:38:54 -0500
  • f8cec5dc73 Release 1.0.4 release_1_0_4 Pierrick Charron 2012-09-17 14:13:54 +0000
  • b68730beb9 New maintenance version Pierrick Charron 2012-09-17 14:13:40 +0000
  • 4886ef7435 Fixed bug #62831 (Stomp module seems not initializing SSL library first). (Patch by lwhsu at lwhsu dot org) Pierrick Charron 2012-08-16 03:23:42 +0000
  • 6643708893 Add item in the todo list Pierrick Charron 2011-09-14 15:50:08 +0000
  • 43be636313 Make test work with -dev Pierrick Charron 2011-09-09 19:27:26 +0000
  • 4afeec47b5 Fix macros Pierrick Charron 2011-09-01 14:19:38 +0000
  • e95a759e70 Modify the phpinfo to display either or not the SSL support is enabled Pierrick Charron 2010-10-16 03:50:50 +0000
  • df9b30bbb3 Update the php documentation Pierrick Charron 2010-10-13 03:39:55 +0000
  • a3cfb3c06d Tag 1.0.3 and bump trunk version release_1_0_3 Pierrick Charron 2010-10-13 03:28:20 +0000
  • 957f9528dc Tag 1.0.3 and bump trunk version Pierrick Charron 2010-10-13 03:28:20 +0000
  • 98ed6eac3c Fixed default read timeout usec Pierrick Charron 2010-10-13 03:13:56 +0000
  • 61327e6fa7 Fixed bug #18772 (setTimeout usecs not honored). Pierrick Charron 2010-10-13 03:13:19 +0000
  • 90ef82399f Remove useless call to zend_hash_internal_pointer_reset Pierrick Charron 2010-08-20 05:36:18 +0000
  • 8655cf0971 Update package.xml Pierrick Charron 2010-08-13 14:06:56 +0000
  • cff698477e Release 1.0.2 tag release_1_0_2 Pierrick Charron 2010-08-13 13:56:29 +0000
  • 77271afef3 Modify package.xml and version number for release 1.0.2 Pierrick Charron 2010-08-13 13:51:33 +0000
  • d667481cd7 Coding standards Pierrick Charron 2010-08-12 03:27:21 +0000
  • e4b0c389d6 Avoid too many call to php_pollfd_for_ms (this fix SSL connection problem) Pierrick Charron 2010-08-12 03:21:53 +0000
  • 4b3f88fd64 tag 1.0.1 release release_1_0_1 Pierrick Charron 2010-08-03 13:21:20 +0000
  • cc688cd647 tag 1.0.1 release Pierrick Charron 2010-08-03 13:21:20 +0000
  • c3d53e5f2e Update tests to match new changes Pierrick Charron 2010-07-27 06:09:14 +0000
  • 7d24da3a22 Update package.xml with recent changes Pierrick Charron 2010-07-27 05:55:15 +0000
  • 078bac3324 New details property in the StompException class New method StompException::getDetails() Add the body content in the Stomp::Error() method Pierrick Charron 2010-07-27 05:48:59 +0000
  • ca58640f70 Fix memory leak Pierrick Charron 2010-07-26 05:11:37 +0000
  • f444d89b61 TODO list Pierrick Charron 2010-06-09 20:31:41 +0000
  • 97ab0bcdd2 Add more specific error messages when receipt is not valid Pierrick Charron 2010-06-08 03:56:04 +0000
  • cabdb94a17 Update package.xml Pierrick Charron 2010-06-07 02:55:28 +0000
  • 928bc0975e Code cleaning Pierrick Charron 2010-06-07 02:53:34 +0000
  • 56c9d3d3f9 Fixed bug #17262 (Server is not responding on win32). Pierrick Charron 2010-06-07 02:31:30 +0000
  • 3c59221f67 Remove unused variable Pierrick Charron 2010-06-07 01:06:18 +0000
  • 2c77d459c0 Update tests Pierrick Charron 2010-06-07 00:07:31 +0000
  • cb81e1651a Update package.xml Pierrick Charron 2010-06-06 18:31:29 +0000
  • 994b70f0b6 Make the php_stomp.c compile with the new runtime cache Pierrick Charron 2010-06-06 18:22:03 +0000
  • 3b33476692 Add headers param to the constructor to allow things like activemq durable/retroactive client support Pierrick Charron 2010-03-17 08:28:53 +0000
  • ced3c2904e Tag release 1.0.0 release_1_0_0 Pierrick Charron 2010-02-12 04:58:52 +0000
  • 4fcd961e8b Bump to stable Pierrick Charron 2010-02-12 04:55:47 +0000
  • 781c5830c3 Update the phpdoc in the example Pierrick Charron 2010-02-01 14:09:23 +0000
  • a4ba550d94 Tag release 0.4.1 release_0_4_1 Pierrick Charron 2010-01-19 05:16:24 +0000
  • 7293ab3977 Fix compilation issue on 5.2.x Pierrick Charron 2010-01-18 13:53:47 +0000
  • 54e91dcec2 Tag release 0.4.0 release_0_4_0 Pierrick Charron 2010-01-18 03:31:27 +0000
  • b3743c3f77 Package.xml file ready to release Pierrick Charron 2010-01-18 03:25:50 +0000
  • e2a724ed9b New test for the stomp extension Pierrick Charron 2010-01-18 03:25:16 +0000
  • 3b149a22b1 Add new methods/functions arg info Pierrick Charron 2010-01-18 02:42:16 +0000
  • ec0f049612 # Change version to 0.4.0-dev # Modification of the package.xml for a future release Pierrick Charron 2010-01-17 14:02:02 +0000
  • 3e73da930b Adds the ability to specify an alternative class for readFrame Pierrick Charron 2010-01-16 06:07:42 +0000
  • f50e766836 New copyright for 2010 Pierrick Charron 2010-01-04 20:22:09 +0000
  • 7d0911ffd5 Fix typo in comments Pierrick Charron 2009-12-31 20:34:08 +0000
  • 8a19087270 Move the use_ssl bool into the option struct Pierrick Charron 2009-12-28 01:05:04 +0000
  • 7c135b9664 First step to make the stomp.c/stomp.h more reusable Pierrick Charron 2009-12-28 01:01:07 +0000