Commit Graph

18 Commits (7d0911ffd5f72c4f949060d73fcc41ab838a14d6)

Author SHA1 Message Date
Pierrick Charron 8a19087270 Move the use_ssl bool into the option struct 2009-12-28 01:05:04 +00:00
Pierrick Charron 7c135b9664 First step to make the stomp.c/stomp.h more reusable 2009-12-28 01:01:07 +00:00
Pierrick Charron b986c891d8 Rename frame_destroy => stomp_free_frame 2009-12-27 23:51:12 +00:00
Pierrick Charron d1934cf31b Rename stomp_new by stomp_init 2009-12-27 18:53:12 +00:00
Pierrick Charron 26427f95cd Remove useless TSRM from the stomp_close 2009-12-27 18:48:22 +00:00
Pierrick Charron 5940fe8264 Remove useless TSRM from the stomp_new 2009-12-27 18:36:22 +00:00
Pierrick Charron db3abd3904 Code cleaning 2009-12-05 19:49:26 +00:00
Pierrick Charron 265f925b84 Fix bug 16933 2009-11-14 22:48:32 +00:00
Pierrick Charron 87b67a302d Fix bug #16930 2009-11-14 22:05:01 +00:00
Pierrick Charron ace10bbdde Fix memory leaks in stomp_send and stomp_ack 2009-11-07 19:01:37 +00:00
Pierrick Charron f0938284ad Prepare release 0.3.0 2009-11-07 04:03:10 +00:00
Pierrick Charron 543a6a18a3 * Add stomp_error_connect function
* Rename all properties param headers
* Rename Stomp::disconnect by Stomp::__destruct
2009-11-05 07:18:13 +00:00
Kalle Sommer Nielsen 613f4fb294 These should be either E_WARNING or E_RECORABLE_ERROR, they are non-fatal show-stoppers :) 2009-11-04 13:52:58 +00:00
Pierrick Charron 7e97fc910f * Add arginfo to StompFrame::__construct
* Add a properties optional param to all php_stomp_transition
* Config separation of the connection and read timeout
* Modify timeout methods/functions to read_timeout
2009-11-04 01:36:17 +00:00
Kalle Sommer Nielsen b814cd9bee * Windows build fix (swap #include)
* Windows SSL check and support in config.w32
* Typo in test name
2009-10-31 21:50:11 +00:00
Pierrick Charron db5ef566d2 Add SSL support in MINFO 2009-10-31 20:39:33 +00:00
Pierrick Charron 9182fffe6e Add stomp+SSL support 2009-10-31 20:34:03 +00:00
Pierrick Charron 3718df2b84 Stomp extension - Initial import 2009-10-30 01:28:16 +00:00