index
:
libxs.git
master
sp
udp
mato's libxs tree
Martin Lucina
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2010-03-09
udp transport renamed to epgm
Martin Sustrik
2010-03-09
PGM late joiners would start receiving a complete message rather than a ↵
Martin Sustrik
message part
2010-03-09
message flags from the wire are written to zmq_msg_t and vice versa
Martin Sustrik
2010-03-09
message flags added to zmq_msg_t strcuture
Martin Sustrik
2010-03-09
'flags' fields added to the wire format
Martin Sustrik
2010-03-09
rollback functionality added to pipe
Martin Sustrik
2010-03-06
problem with NIC name resolution on OSX fixed
Martin Sustrik
2010-03-03
Win32 build fixes
Martin Lucina
2010-03-03
type mismatch in tcp_listener (win version) fixed
unknown
2010-03-03
Fix typo: zmq_close -> zmq_msg_close
Martin Hurton
2010-03-03
Fix possible lockups when reading from ZMQ_REP sockets
Martin Hurton
2010-03-01
polling on POSIX sockets returns POLLERR (win32)
unknown
2010-03-01
return POLLERR from polling on POSIX sockets (linux version)
Martin Sustrik
2010-02-26
Cygwin support
Martin Lucina
2010-02-24
handle invalid PGM connection string decently
Martin Sustrik
2010-02-24
Merge branch 'master' of git@github.com:sustrik/zeromq2
Martin Sustrik
2010-02-24
minor cast issues on cygwin fixed
Martin Sustrik
2010-02-24
chat example removed from win build; missing fd_signaler_t::poll on win added
unknown
2010-02-24
use binary UUIDs instead of string representation to save some bytes
Martin Sustrik
2010-02-24
Disable IPv6 support
Martin Lucina
The current IPv6 support is half-assed and breaks for too many people. Revert back to IPv4 only for now.
2010-02-23
zmq_errno helper function added
Martin Sustrik
2010-02-23
recv fails after polling for IN on REQ socket
Martin Sustrik
2010-02-22
zmq_poll doesn't exit when infinite timeout is set and interrupt occurs
Martin Sustrik
2010-02-19
build on cygwin enabled
Martin Sustrik
2010-02-19
don't check for identity, if the connection is anonymous
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-02-17
one more attempt to fix the previous win32 problem
Martin Sustrik
2010-02-17
recv returning -1 while errno=0 fixed
Martin Sustrik
2010-02-17
ZMQII-76: Bug in how replies are handled when the REQ endpoint goes away
Martin Sustrik
2010-02-16
Multi-hop REQ/REP, part XI., finalise the XREQ/XREP functionality
Martin Sustrik
2010-02-16
Merge branch 'master' of git@github.com:sustrik/zeromq2
Martin Sustrik
2010-02-15
Cleaning up more PGM cruft
Martin Lucina
2010-02-15
fixing the previous commit :(
Martin Sustrik
2010-02-15
care taken of the fact that AI_NUMERICSERV is not defined on OSX 10.5
Martin Sustrik
2010-02-14
Multi-hop REQ/REP, part X., optional delayed creation of pipes during connect
Martin Sustrik
2010-02-13
Multi-hop REQ/REP, part IX., pass the peer identity as far as socket_base_t
Martin Sustrik
2010-02-13
Multi-hop REQ/REP, part VIII., new blob_t type used for holding identity
Martin Sustrik
2010-02-13
Multi-hop REQ/REP, part VII., identity-related algorithms rewritten
Martin Sustrik
2010-02-13
Multi-hop REQ/REP, part VI., session 'name' renamed to 'peer_identity'
Martin Sustrik
2010-02-12
Multi-hop REQ/REP, part V., peer identity is passed from init object to session
Martin Sustrik
2010-02-12
Multi-hop REQ/REP, part IV., add command deallocation mechanism
Martin Sustrik
2010-02-12
Multi-hop REQ/REP, part III., change 'type' in options to simple ↵
Martin Sustrik
'traceroute' flag
2010-02-12
Merge branch 'master' of git@github.com:sustrik/zeromq2
Martin Sustrik
2010-02-12
Multi-hop REQ/REP, part I., tracerouting switched on on XREP socket
Martin Sustrik
2010-02-12
Fix memory leak in bind()
Martin Hurton
2010-02-12
Multi-hop REQ/REP, part I., socket type is known to all associated objects
Martin Sustrik
2010-02-12
Resolve command starvation in recv()
Martin Hurton
2010-02-11
Integrate version numbering into autoconf
Martin Lucina
configure.in is now the master source for the package version number, this propagates to src/platform.hpp (for zmq_version) and doc/Makefile.am (for documentation generation) automagically.
[next]