Commit Graph

585 Commits

Author SHA1 Message Date
Martin Lucina
61f0ef569b NetBSD: Check for and use atomic_ops(3) if available 2010-02-22 18:16:40 +01:00
Martin Lucina
3a69cca386 Fix $build_doc/$install_man check yet again 2010-02-22 16:42:13 +01:00
Martin Sustrik
1294c1d33a typo in zmq_ipc(7) fixed 2010-02-21 16:58:53 +01:00
malosek
ff99d753ae Minor buid system tunning 2010-02-20 21:03:12 +01:00
Martin Sustrik
740e531fbb Aleksey Yeschenko added to the credit section of AUTHORS file 2010-02-20 09:11:30 +01:00
Martin Lucina
57148b1fde Add missing check for install_man=yes
Fixes git builds w/o asciidoc, bug introduced in 46824abe
2010-02-19 18:23:54 +01:00
Martin Sustrik
8b86dcf81c build on cygwin enabled 2010-02-19 17:50:47 +01:00
Martin Sustrik
727054547f don't check for identity, if the connection is anonymous 2010-02-19 17:02:07 +01:00
Martin Sustrik
aff1f6621a Merge branch 'master' of git@github.com:sustrik/zeromq2 2010-02-19 15:25:05 +01:00
Martin Sustrik
75f571c884 Multi-hop REQ/REP, part XII., generate unique identities for anonymous connections 2010-02-19 15:24:43 +01:00
Martin Lucina
2a79a943de Add NetBSD support 2010-02-18 19:38:15 +01:00
Martin Lucina
776b126339 Fix typo 2010-02-18 19:27:35 +01:00
Martin Lucina
ab27f84b14 libstdc++ depends on libm on some platforms 2010-02-18 19:27:15 +01:00
Martin Lucina
495f0d105f Fix detection of libstdc++
We only care about libstdc++ when using GNU C++.
Further, libstdc++ depends on libm on some platforms, fix this.
2010-02-18 17:29:14 +01:00
Martin Lucina
46824abeb2 Never build docs from tarball releases
This fixes the build_doc logic to work as advertised and never
try to (re)build documentation when working with a tarball release.
2010-02-18 17:25:49 +01:00
Martin Lucina
8be491b7bd Use feature test macros more conservatively
It turns out that feature test macros are a complete mess, and defining
_GNU_SOURCE and _POSIX_C_SOURCE together breaks some systems. So we try
and define the appropriate "make everything visible" combination specific
to each system instead. This may still break something, so people should
test their platforms and speak up if so.
2010-02-18 13:46:00 +01:00
Martin Sustrik
d008637bc4 one more attempt to fix the previous win32 problem 2010-02-17 21:16:59 +01:00
Martin Sustrik
f97da5e644 Merge branch 'master' of git@github.com:sustrik/zeromq2 2010-02-17 20:33:46 +01:00
Martin Sustrik
e385319e5a recv returning -1 while errno=0 fixed 2010-02-17 20:33:00 +01:00
unknown
41354bfa98 zmq_version fixed on Win32 platform 2010-02-17 20:16:19 +01:00
Martin Lucina
f745c96a9b Add POSIX and GNU Feature Test Macros
This should fix more exotic POSIX platforms such as HPUX which insist on
having _POSIX_C_SOURCE defined to get proper threading behaviour. We also
define _GNU_SOURCE so that we get any extensions on systems with glibc, e.g.
eventfd.
2010-02-17 15:40:26 +01:00
Martin Sustrik
9d8623b28f ZMQII-76: Bug in how replies are handled when the REQ endpoint goes away 2010-02-17 08:30:27 +01:00
Martin Sustrik
33cb20a747 ZMQII-77: Put librbzmq symbols into ZMQ module 2010-02-16 23:31:17 +01:00
Martin Sustrik
1e7878489d exconf.rb checks for libzmq.so installation 2010-02-16 23:02:59 +01:00
Martin Sustrik
8214d386c3 Merge branch 'master' of git@github.com:sustrik/zeromq2 2010-02-16 22:20:09 +01:00
Martin Sustrik
4190f64d8c Special exception clause added to LGPL license 2010-02-16 22:19:33 +01:00
Martin Lucina
96b2690716 Merge branch 'master' of github.com:sustrik/zeromq2 2010-02-16 19:59:32 +01:00
Martin Lucina
60ce5cc82a PGM tarball should be removed on 'distclean', not 'clean' 2010-02-16 19:58:55 +01:00
Martin Sustrik
b9caa319e2 Multi-hop REQ/REP, part XI., finalise the XREQ/XREP functionality 2010-02-16 18:30:38 +01:00
Martin Sustrik
2ddce20535 Merge branch 'master' of git@github.com:sustrik/zeromq2 2010-02-16 18:03:41 +01:00
Martin Sustrik
a2f9899f6a missing COPYING file added 2010-02-16 17:50:36 +01:00
Martin Lucina
afb526f31a Fix 'make dist' to work with no special magic 2010-02-16 00:11:38 +01:00
Martin Lucina
8e9b78af27 Correct path for pgm distclean 2010-02-15 23:59:35 +01:00
Martin Lucina
df0c18ca17 Missed one instance of pgm2 2010-02-15 23:54:49 +01:00
Martin Lucina
b09eeeb2fa Update gitignore 2010-02-15 23:52:08 +01:00
Martin Lucina
80c820d758 Cleaning up more PGM cruft 2010-02-15 23:51:05 +01:00
Martin Lucina
635e314643 Clarify python.h messages 2010-02-15 23:09:57 +01:00
Martin Lucina
55800cea8c Fix typo 2010-02-15 23:02:24 +01:00
Martin Lucina
5687661ba4 Cleanup messages from configure.in 2010-02-15 22:58:45 +01:00
Martin Lucina
48a90cfb34 Replace check for sparc with host_cpu 2010-02-15 22:25:01 +01:00
Martin Lucina
0ded6c1973 Multiple fixes to --with-pgm
Disallow build --with-pgm on non-x86/AMB64 CPUs
Check correctly for all dependencies required by --with-pgm
Don't assume tar has -j
Reorder --with-pgm checks
2010-02-15 22:17:18 +01:00
Martin Sustrik
94c74d5c18 Brian Granger added to credits list 2010-02-15 21:04:34 +01:00
Martin Sustrik
f96f53c968 ZMQ_POLLERR placeholder added to zmq.h 2010-02-15 21:03:11 +01:00
Martin Sustrik
5041b0bc0b fixing the previous commit :( 2010-02-15 20:35:00 +01:00
Martin Sustrik
7778010d76 care taken of the fact that AI_NUMERICSERV is not defined on OSX 10.5 2010-02-15 19:58:47 +01:00
malosek
817c89a78e removed first dummy run of PKG_CHECK_EXISTS 2010-02-15 19:42:05 +01:00
Martin Sustrik
43620b3d35 Multi-hop REQ/REP, part X., optional delayed creation of pipes during connect 2010-02-14 13:34:48 +01:00
Martin Sustrik
4405250d93 Multi-hop REQ/REP, part IX., pass the peer identity as far as socket_base_t 2010-02-13 15:30:03 +01:00
Martin Sustrik
f5ce81f289 Multi-hop REQ/REP, part VIII., new blob_t type used for holding identity 2010-02-13 14:07:30 +01:00
Martin Sustrik
cdc2efe9b5 Multi-hop REQ/REP, part VII., identity-related algorithms rewritten 2010-02-13 13:07:33 +01:00