0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Aug 07, 2024 — Aug 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add composer.lock to .gitignore More... about 11 years ago
Update AMQPReader.php More... about 11 years ago
Merge pull request #156 from eladeon/master More... over 11 years ago
Remove scream operator More... over 11 years ago
* Explicitly setting string-based functions encoding to ASCII so that library continues to work on systems configured to use an encoding like UTF-8 * Additional socket error handling to avoid fatal errors More... over 11 years ago
Merge pull request #152 from Pardot/eb/reconnect-logic More... over 11 years ago
Added tests for reconnect logic and fixed bug with lazy connections reconnecting More... over 11 years ago
Merge branch 'eb/reconnect-logic' of github.com:Pardot/php-amqplib into eb/reconnect-logic More... over 11 years ago
Merge branch 'master' of github.com:Pardot/php-amqplib into eb/reconnect-logic More... over 11 years ago
Merge branch 'kp/fix-socketIO-timeout-issues' of git://github.com/Pardot/php-amqplib into Pardot-kp/fix-socketIO-timeout-issues More... over 11 years ago
make this exception throw look like similar lines elswhere in the file More... over 11 years ago
Add error checks and remove the now unnecessary timeout check More... over 11 years ago
fixing infinite loops in socketIO More... over 11 years ago
Merge pull request #2 from Pardot/kp/fix-reconnect-issues More... over 11 years ago
Set the connection status when it is closed More... over 11 years ago
Remove static property and use function to determine if the connection attempt should be made during construction More... over 11 years ago
Add connection status method to AbstractConnection, check for connection status before attempting to connect More... over 11 years ago
Merge branch 'eb/reconnect-logic' of github.com:Pardot/php-amqplib into eb/reconnect-logic More... over 11 years ago
Correct the over-merge More... over 11 years ago
channels[0] is the connection object, so do not close it yet More... over 11 years ago
Whitespace cleanup More... over 11 years ago
Whitespace cleanup More... over 11 years ago
Whitespace cleanup More... over 11 years ago
Whitespace cleanup More... over 11 years ago
Whitespace cleanup More... over 11 years ago
Update AMQPStreamConnection.php More... over 11 years ago
adds autoloader note fixes #61 More... over 11 years ago
Close the connection safely More... over 11 years ago
Merge pull request #125 from ehberg/upstream-master More... over 11 years ago
Merge pull request #150 from mbfisher/master More... over 11 years ago