0
I Use This!
Inactive

Commits : Listings

Analyzed 42 minutes ago. based on code collected 1 day ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- incorporated cedricboidins' patch (thanks!) (fixes GH-10)
mb
More... over 12 years ago
- updated readme
mb
More... over 12 years ago
- upgraded projects to xcode 4 on lion and ios5 - fixed a bug, where a bool would not be encoded properly
mb
More... over 12 years ago
- added some logging - fixed a bug in encodeBool for AMF3 encoding
mb
More... over 13 years ago
- changed code formatting (well ...) - fixed a bug, where nested, automatically generated arraycollections would not be serialized
mb
More... over 13 years ago
- removed rarely used classes - fixed a bug, where encodeInt did not work properly when nesting non-keyed objects
mb
More... over 13 years ago
- fixed a bug, where nested externalized objects were not encode properly
mb
More... over 13 years ago
- removed logging, which also fixes a potential crasher
mb
More... almost 14 years ago
- updated asyncsocket - added framework target
mb
More... almost 14 years ago
- removed logging
mb
More... almost 14 years ago
- removed log message
mb
More... almost 14 years ago
- fixed a bug, where encoding nil as the rootobject would result in an encoded asobject - fixed a bug, where encoding a bytearray as the rootobject would result in plain data being written
mb
More... almost 14 years ago
- reenabled communication between two cocoa duplexsockets
mb
More... almost 14 years ago
- merged master
mb
More... almost 14 years ago
- bug fixes
mb
More... about 14 years ago
- fixed a typo in the DemoCallerDelegate protocol and thus resulting in AppDelegate (thanks to sean brady for pointing out)
mb
More... about 14 years ago
if both service and method passed to amfremotingcall are nil, the string "null" is used as the targetURI, so one can send flex remotingmessages
mb
More... about 14 years ago
- AMFUnarchiver now falls back to Latin1 when decoding a string as UTF8 fails
mb
More... about 14 years ago
- reverted flexarraycollection description string, which accidentally slipped in
mb
More... over 14 years ago
- fixed a bug, where m_position was not updated in the containing amf0archiver, after unarchiving a avmplus object, which was the case with responses encoded by amfext (thanks to erik ahlner for discovery and support) - added ability to unregister classes, which we're registered by default - default classes are now only registered once - unregistered default classes in amfdebugarchiver in order for it to be able to show flex errormessages nicely in amfclient
mb
More... over 14 years ago
- fixed a bug where amfVersion in AMFRemotingCall was ignored (thanks to Kevin McCue for discovering it)
mb
More... over 14 years ago
- removed bghudappkit dependency
mb
More... over 14 years ago
- applied gwatkins' patch (thanks!) - fixes #2 (which was also reported by gwatkins) - added unit test for #2
mb
More... over 14 years ago
- fixed a leak in amfgateway
mb
More... over 14 years ago
- added ability to specify custom remotegateway class - modified use of delegates - added disconnect method to remotegateway
mb
More... over 14 years ago
- removed logging
mb
More... almost 15 years ago
- added support for sending crossdomain.xml
mb
More... almost 15 years ago
fixed bugs in the iphone version: - exception name was used which did not exist in cocoa touch - fixed missing import - fixed invalid chars in project name (finally! thanks to Marco Bresciani
mb
More... almost 15 years ago
- updated server example to latest changes - updated tests - fixed a bug in AMFActionMessage where an exception was unnecessarily thrown (thanks to Marco Bresciani)
mb
More... almost 15 years ago
- fixed a small formatting error in as stubcode generator
mb
More... almost 15 years ago