Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-29 | Substantial simplification of uuid_t | Martin Sustrik | |
The string format of UUID is not used in 0MQ. Further on, it turns out that UUIDs have fixed microarchitecture-agnostic binary layout (see RFC4122). Thus, the conversion to string and back to binary can be avoided. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-03-02 | The copyrights in file headers updated. | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-10-30 | Name of "GNU Lesser Public License" corrected. | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-10-15 | Fix memory leak under Windows | Taras Shpot | |
The comment about memory ownership in uuid_t::to_string was misleading as on most platforms the buffer is a field of the object; The string allocated in UuidToString() wasn't properly freed with RpcStringFree() Signed-off-by: Taras Shpot <taras.shpot@eleks.com> | |||
2010-06-04 | platform.hpp for MSVC contains only very basic stuff | Martin Sustrik | |
2010-05-12 | fixes for OpenVMS | Brett Cameron | |
2010-03-03 | Win32 build fixes | Martin Lucina | |
2010-02-26 | Cygwin support | Martin Lucina | |
2010-02-24 | use binary UUIDs instead of string representation to save some bytes | Martin Sustrik | |
2010-02-19 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik | |
2010-02-19 | Multi-hop REQ/REP, part XII., generate unique identities for anonymous ↵ | Martin Sustrik | |
connections | |||
2010-02-18 | Add NetBSD support | Martin Lucina | |
2010-01-05 | Copyrights transferred from FastMQ to iMatix | Martin Sustrik | |
2009-10-05 | mingw port | malosek | |
2009-09-07 | initial changes for win port | unknown | |
2009-08-03 | renamed from zs to zmq | Martin Sustrik | |
2009-07-29 | initial commit | Martin Sustrik | |