Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-18 | Move the opaque type sslsocket() out of include/types.hrl. | Loïc Hoguin | |
2011-04-17 | Use the inet:ip_address() type instead of the user-defined one. | Loïc Hoguin | |
2011-04-16 | Add an accept timeout for code reloading. | Loïc Hoguin | |
Thought it was already there, but I guess not. Anyway it's here now so everything is back to normal. ;) | |||
2011-04-14 | SSL transport uses sslsocket(), not plain socket(). | Loïc Hoguin | |
2011-04-12 | Add a Transport:messages/0 function to obtain the atoms sent in active mode. | Loïc Hoguin | |
That way we can support active mode without having to hardcode the atoms for each transports available. | |||
2011-04-03 | Add initial SSL transport support. | Loïc Hoguin | |
Code is working but hasn't been benchmarked yet. |