0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Oct 04, 2024 — Oct 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update all tests to pass again More... over 16 years ago
Detect {error, no_key} and return a "text" error. More... over 16 years ago
Fix controlling_process handover More... over 16 years ago
erlami deals with lists not binaries (at least for now) More... over 16 years ago
We don't use the server state, so kill it off More... over 16 years ago
Cleanup the amisym_server public api More... over 16 years ago
The module to start is amisym not amisym_app More... over 16 years ago
Update Makefiles to build what we have currently More... over 16 years ago
Re-work the OTP Tree layout relationships. More... over 16 years ago
gen_listener_tcp should live under src/lib not src/amisym More... over 16 years ago
These bin/ files are used for starting amisym. The _ctl is responsible for monitoring the amisym after it has been started. the amisymd is a daemon More... over 16 years ago
All tests passed. More... over 16 years ago
Now the amisym starts as an application. The module amisym_app is called when you run make runsym More... over 16 years ago
Now I have flesh for all modules that needed to be added or edited. Need to hookup the application. Already have an application prototype More... over 16 years ago
Now I have everything spelled out. Not run, Not tested. Shouldn't have commited this in normal circumstances. But things are anything but normal now. I dont want to lose this. More... over 16 years ago
Added the client supervisor. More... over 16 years ago
Skeleton barebones amiserver. As of now it does nothing More... over 16 years ago
Re-organize supervision tree and ensure eventbus stops when amisym is stopped More... over 16 years ago
TODOfu More... over 16 years ago
Should not be under git More... over 16 years ago
Merge branch 'amisym_eventbus_genserver' into is_connected_bug More... over 16 years ago
The former tests for amisym_eventbus were for the tests I wrote. Now All former tests passed. More... over 16 years ago
Merge branch 'amisym_eventbus_genserver' of [email protected]:erlami into is_connected_bug More... over 16 years ago
All tests passed. More... over 16 years ago
Added message method. Added stop method More... over 16 years ago
moved old_tests back to test. More... over 16 years ago
self() in the gen_server will only the the Pid of the gen_server itself So the methods should have a Pid argument, which is the Pid of the calling process. More... over 16 years ago
Fixed. I was using From, but what we needed actually is the Pid, So I added a self() to the gen_server:call Mesages. More... over 16 years ago
is_connected method, Tests failing. More... over 16 years ago
disconnect method. Tested More... over 16 years ago