Author: astitcher
Date: Tue May 12 20:34:13 2009
New Revision: 774069
URL: http://svn.apache.org/viewvc?rev=774069&view=rev
Log:
Fix typo
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/posix/Time.cpp
Modified: qpid/trunk/qpid/cpp/src/qpid/sys/posix/Time.cpp
URL:
http://svn.apache.org/vi
Author: astitcher
Date: Tue May 12 19:50:45 2009
New Revision: 774051
URL: http://svn.apache.org/viewvc?rev=774051&view=rev
Log:
QPID-1852 Removed thread unsafe code in Logger
Fixed some potentially iffy code in Connector.h if a derived Connector
doesn't have activateSecurityLayer()
Author: astitcher
Date: Thu May 14 15:19:56 2009
New Revision: 774814
URL: http://svn.apache.org/viewvc?rev=774814&view=rev
Log:
More work on cmake:
Make tests build on Linux
Fix XML tests to run
Fix cmake installed locations for modules/config files
Modified:
qpid/trunk/qpid/cpp
Author: astitcher
Date: Thu May 21 15:04:56 2009
New Revision: 777146
URL: http://svn.apache.org/viewvc?rev=777146&view=rev
Log:
Fix managementgen so to avoid trying to move files cross fs
Modified:
qpid/trunk/qpid/cpp/managementgen/qmfgen/generate.py
Modified: qpid/trunk/qpid
Author: astitcher
Date: Fri May 22 20:28:51 2009
New Revision: 777695
URL: http://svn.apache.org/viewvc?rev=777695&view=rev
Log:
Fix to cmake build to account for some ssl include changes
Modified:
qpid/trunk/qpid/cpp/src/ssl.cmake
Modified: qpid/trunk/qpid/cpp/src/ssl.cmake
URL:
Author: astitcher
Date: Tue May 26 21:27:06 2009
New Revision: 778892
URL: http://svn.apache.org/viewvc?rev=778892&view=rev
Log:
[Linux] Small tidy up of SystemInfo code to get executable name
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/posix/SystemInfo.cpp
Modified: qpid/trunk/qpid/cpp
Author: astitcher
Date: Tue May 26 22:39:05 2009
New Revision: 778914
URL: http://svn.apache.org/viewvc?rev=778914&view=rev
Log:
Small include file fix highlighted by using gcc4.4
Modified:
qpid/trunk/qpid/cpp/src/qmf/Message.h
Modified: qpid/trunk/qpid/cpp/src/qmf/Message.h
URL:
Author: astitcher
Date: Thu May 28 05:18:09 2009
New Revision: 779435
URL: http://svn.apache.org/viewvc?rev=779435&view=rev
Log:
QPID-1879 Don't use a thread for every new client Connection
- By default the max number of threads now used for network io
is the number of cpus availabl
Author: astitcher
Date: Thu May 28 06:07:19 2009
New Revision: 779445
URL: http://svn.apache.org/viewvc?rev=779445&view=rev
Log:
QPID-1879 Removed some code obsoleted by this change
Modified:
qpid/trunk/qpid/cpp/src/qpid/client/Connector.cpp
qpid/trunk/qpid/cpp/src/qpid/cl
Author: astitcher
Date: Thu May 28 06:13:57 2009
New Revision: 779446
URL: http://svn.apache.org/viewvc?rev=779446&view=rev
Log:
Whitespace fixes
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/epoll/EpollPoller.cpp
qpid/trunk/qpid/cpp/src/qpid/sys/rdma/RdmaIO.cpp
qpid/trunk/qpid/cpp
Author: astitcher
Date: Thu May 28 20:11:13 2009
New Revision: 779757
URL: http://svn.apache.org/viewvc?rev=779757&view=rev
Log:
Fixes to get qpid to build with gcc4.4 with optimisation
Fix for non thread safe use of inet_ntoa().
Modified:
qpid/trunk/qpid/cpp/src/cluster.mk
qpid/t
Author: astitcher
Date: Mon Jun 1 22:30:24 2009
New Revision: 780855
URL: http://svn.apache.org/viewvc?rev=780855&view=rev
Log:
Some fixes to QPID-1879 so that clustering still works:
Change client io threading to be initialised at first use
Stop linking loadable modules with tests
Add
Author: astitcher
Date: Tue Jun 2 14:21:06 2009
New Revision: 781040
URL: http://svn.apache.org/viewvc?rev=781040&view=rev
Log:
Fixed out of tree build broken by QPID-1874
Modified:
qpid/trunk/qpid/cpp/bindings/qmf/python/Makefile.am
qpid/trunk/qpid/cpp/bindings/qmf/ruby/Makefil
Author: astitcher
Date: Tue Jun 2 14:45:39 2009
New Revision: 781046
URL: http://svn.apache.org/viewvc?rev=781046&view=rev
Log:
Bit more fixed for QPID-1874
Modified:
qpid/trunk/qpid/cpp/bindings/qmf/python/Makefile.am
qpid/trunk/qpid/cpp/bindings/qmf/ruby/Makefile.am
Modified:
Author: astitcher
Date: Wed Jun 3 13:52:37 2009
New Revision: 781375
URL: http://svn.apache.org/viewvc?rev=781375&view=rev
Log:
Revert "Change client io threading to be initialised at first use"
This reverts commit 2e77e9b85912ccbfd29763710a973d0bbff9c684.
Modified:
qpid/trun
Author: astitcher
Date: Wed Jun 3 13:52:44 2009
New Revision: 781376
URL: http://svn.apache.org/viewvc?rev=781376&view=rev
Log:
Revert "QPID-1879 Removed some code obsoleted by this change"
This reverts commit 60d66cae76b2bea90f076875e35cb69049fb2d3a.
Modified:
qpid/trunk/qpi
Author: astitcher
Date: Wed Jun 3 13:52:51 2009
New Revision: 781378
URL: http://svn.apache.org/viewvc?rev=781378&view=rev
Log:
Revert "QPID-1879 Don't use a thread for every new client Connection"
This reverts commit b54680d4b3341fa280a237a6d80952b9830ae3c5.
Modified:
Author: astitcher
Date: Mon Jun 8 14:34:45 2009
New Revision: 782649
URL: http://svn.apache.org/viewvc?rev=782649&view=rev
Log:
Plumbed in an a connection abort operation to the OutputHandler
Modified:
qpid/trunk/qpid/cpp/src/qpid/amqp_0_10/Connection.cpp
qpid/trunk/qpid/cpp/src/
Author: astitcher
Date: Mon Jun 8 14:34:52 2009
New Revision: 782650
URL: http://svn.apache.org/viewvc?rev=782650&view=rev
Log:
Fixed broker Timer implementation so that you can correctly
change the expiry time of a queued TimerTask.
Modified:
qpid/trunk/qpid/cpp/src/qpid/broker/Timer
Author: astitcher
Date: Mon Jun 8 14:35:01 2009
New Revision: 782651
URL: http://svn.apache.org/viewvc?rev=782651&view=rev
Log:
- Added heartbeat generation to the client (actually echo back any
broker generated heartbeat)
- Broker now disconnects client if it receives no traffic in
Author: astitcher
Date: Mon Jun 8 16:43:28 2009
New Revision: 782696
URL: http://svn.apache.org/viewvc?rev=782696&view=rev
Log:
Fix of the previous client heartbeat changes:
- Changes to the cluster code were previously missed
- It's neater and more correct to reset the traffic
timeou
Author: astitcher
Date: Mon Jun 8 18:06:09 2009
New Revision: 782715
URL: http://svn.apache.org/viewvc?rev=782715&view=rev
Log:
YA Fix to the cluster behaviour of the client heartbeat
(non) detection code
Modified:
qpid/trunk/qpid/cpp/src/qpid/cluster/OutputInterceptor.cpp
Modified:
Author: astitcher
Date: Thu Jun 11 14:24:05 2009
New Revision: 783789
URL: http://svn.apache.org/viewvc?rev=783789&view=rev
Log:
Add flag to broker Connection so that it knows if it is a
local or shadow connection
Modified:
qpid/trunk/qpid/cpp/src/qpid/broker/Connection.cpp
qpid/t
Author: astitcher
Date: Thu Jun 11 14:24:14 2009
New Revision: 783790
URL: http://svn.apache.org/viewvc?rev=783790&view=rev
Log:
Stop timers on receiving Connection::closed() from lower levels
as well as sending close() to them.
Modified:
qpid/trunk/qpid/cpp/src/qpid/broker/Connection
Author: astitcher
Date: Thu Jun 11 14:24:21 2009
New Revision: 783791
URL: http://svn.apache.org/viewvc?rev=783791&view=rev
Log:
Don't start the broker Connection heartbeat timers if the
connection isn't a local connection.
Modified:
qpid/trunk/qpid/cpp/src/qpid/broker/
Author: astitcher
Date: Thu Jun 11 14:24:27 2009
New Revision: 783792
URL: http://svn.apache.org/viewvc?rev=783792&view=rev
Log:
Avoid the case where we can receive bytes from the socket
after the heartbeat timer has disconnected it
Modified:
qpid/trunk/qpid/cpp/src/qpid
Author: astitcher
Date: Tue Jun 23 20:02:13 2009
New Revision: 787809
URL: http://svn.apache.org/viewvc?rev=787809&view=rev
Log:
Make sure you close down heartbeatTimer for every close even if you don't
need to do anything else
Modified:
qpid/trunk/qpid/cpp/src/qpid/client/Connectio
Author: astitcher
Date: Tue Jun 23 20:02:18 2009
New Revision: 787810
URL: http://svn.apache.org/viewvc?rev=787810&view=rev
Log:
Don't schedule eof() in response to traffic timeout if already
disconnecting and make sure that this is true for all close
down paths
Modified:
qpid/trunk
Author: astitcher
Date: Tue Jun 23 20:02:24 2009
New Revision: 787811
URL: http://svn.apache.org/viewvc?rev=787811&view=rev
Log:
Once we're aborting the connection due to traffic timeout make sure
we cancel heartbeats
Modified:
qpid/trunk/qpid/cpp/src/qpid/broker/Connection.cpp
Author: astitcher
Date: Tue Jun 23 20:02:29 2009
New Revision: 787812
URL: http://svn.apache.org/viewvc?rev=787812&view=rev
Log:
Add blocking to broker::Timer/TimerTask so cancel and fire()
cannot be interleaved.
Modified:
qpid/trunk/qpid/cpp/src/qpid/broker/Timer.cpp
qpid/trunk/qpid
Author: astitcher
Date: Tue Jun 23 20:02:35 2009
New Revision: 787813
URL: http://svn.apache.org/viewvc?rev=787813&view=rev
Log:
Add blocking to sys::Timer so that timer callback and cancel
can't happen interleaved
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/Timer.cpp
qpid/trunk
Author: astitcher
Date: Tue Jun 23 20:02:41 2009
New Revision: 787814
URL: http://svn.apache.org/viewvc?rev=787814&view=rev
Log:
Client side fix to make sure we don't schedule a disconnect
due to timeout when we are already disconnecting
Modified:
qpid/trunk/qpid/cpp/src/qp
Author: astitcher
Date: Tue Jun 23 20:02:47 2009
New Revision: 787815
URL: http://svn.apache.org/viewvc?rev=787815&view=rev
Log:
Fix for issue where a broker with single io thread can get stuck if it
runs out of file handles.
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO
Author: astitcher
Date: Tue Jun 23 20:02:51 2009
New Revision: 787816
URL: http://svn.apache.org/viewvc?rev=787816&view=rev
Log:
Fix to perftest to make sure that all threads are joined even if there
is an exception
Modified:
qpid/trunk/qpid/cpp/src/tests/perftest.cpp
Modified: qpid/t
Author: astitcher
Date: Thu Jul 2 05:46:42 2009
New Revision: 790464
URL: http://svn.apache.org/viewvc?rev=790464&view=rev
Log:
Fix cmake build for recent gnu ld which needs all libs used by prog and
dependencies linked into prog, also fix for older versions of cmake
with more limited b
Author: astitcher
Date: Thu Jul 2 05:46:51 2009
New Revision: 790465
URL: http://svn.apache.org/viewvc?rev=790465&view=rev
Log:
Fix make build to generate code into the build tree
Modified:
qpid/trunk/qpid/cpp/examples/CMakeLists.txt
qpid/trunk/qpid/cpp/managementgen/qmfgen/templ
Author: astitcher
Date: Fri Jul 10 21:41:40 2009
New Revision: 793118
URL: http://svn.apache.org/viewvc?rev=793118&view=rev
Log:
Remove libtool file that no longer needs tobe checked in
Removed:
qpid/trunk/qpid/cpp/build-aux/ltmai
Author: astitcher
Date: Fri Jul 10 21:41:49 2009
New Revision: 793119
URL: http://svn.apache.org/viewvc?rev=793119&view=rev
Log:
Typos/Whitespace fixes
Modified:
qpid/trunk/qpid/cpp/src/qpid/broker/NullMessageStore.cpp
qpid/trunk/qpid/cpp/src/qpid/sys/DispatchHandle.h
qpid/trunk/
Author: astitcher
Date: Fri Jul 10 21:41:54 2009
New Revision: 793120
URL: http://svn.apache.org/viewvc?rev=793120&view=rev
Log:
Allow TimerTasks to be delayed correctly by separating out the time
used to sort in the priority queue and the firing time
Modified:
qpid/trunk/qpid/cpp/src/
Author: astitcher
Date: Fri Jul 10 21:42:11 2009
New Revision: 793121
URL: http://svn.apache.org/viewvc?rev=793121&view=rev
Log:
Change all broker users of broker::Timer to use sys::Timer
Modified:
qpid/trunk/qpid/cpp/src/qpid/broker/Broker.h
qpid/trunk/qpid/cpp/src/qpid/br
Author: astitcher
Date: Fri Jul 10 21:42:19 2009
New Revision: 793122
URL: http://svn.apache.org/viewvc?rev=793122&view=rev
Log:
Change remaining broker Timer clients to use the single broker Timer
Modified:
qpid/trunk/qpid/cpp/src/qpid/broker/Broker.h
qpid/trunk/qpid/cpp/src/qpid/br
Author: astitcher
Date: Thu Jul 23 03:10:10 2009
New Revision: 796936
URL: http://svn.apache.org/viewvc?rev=796936&view=rev
Log:
Avoid creating unnecessary new deques (keep on recycling old ones)
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/DispatchHandle.cpp
qpid/trunk/qpid/cpp/src/
Author: astitcher
Date: Tue Jul 28 03:23:49 2009
New Revision: 798383
URL: http://svn.apache.org/viewvc?rev=798383&view=rev
Log:
Add a default constructor to LinkRegistry so that you don't need
a broker to create one for the store tests
Modified:
qpid/trunk/qpid/cpp/src/qp
Author: astitcher
Date: Tue Jul 28 03:37:12 2009
New Revision: 798386
URL: http://svn.apache.org/viewvc?rev=798386&view=rev
Log:
Oops: eliminated a ternary operator giving the "else" instead of the "then".
Modified:
qpid/trunk/qpid/cpp/src/qpid/broker/LinkRegistry.c
Author: astitcher
Date: Tue Jul 28 04:37:32 2009
New Revision: 798397
URL: http://svn.apache.org/viewvc?rev=798397&view=rev
Log:
Suppression for boost 1.37 unit_test problem
Modified:
qpid/trunk/qpid/cpp/src/tests/.valgrind.supp
Modified: qpid/trunk/qpid/cpp/src/tests/.valgrind.supp
Author: astitcher
Date: Thu Jul 30 14:06:35 2009
New Revision: 799271
URL: http://svn.apache.org/viewvc?rev=799271&view=rev
Log:
Fix sys::Timer code to push into priority list using the correct time
- fixes bug where timers get acted on out of sequence
Modified:
qpid/trunk/qpid/cpp/src/
Author: astitcher
Date: Thu Jul 30 14:06:39 2009
New Revision: 799272
URL: http://svn.apache.org/viewvc?rev=799272&view=rev
Log:
Added diagnostics to tell if timer callbacks overrun their allowed time
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/Timer.cpp
Modified: qpid/trunk/qpid/cpp
Author: astitcher
Date: Thu Jul 30 14:06:49 2009
New Revision: 799273
URL: http://svn.apache.org/viewvc?rev=799273&view=rev
Log:
Change all broker users of broker::Timer to use sys::Timer
Modified:
qpid/trunk/qpid/cpp/src/qpid/broker/Broker.h
qpid/trunk/qpid/cpp/src/qpid/br
Author: astitcher
Date: Thu Jul 30 14:06:55 2009
New Revision: 799274
URL: http://svn.apache.org/viewvc?rev=799274&view=rev
Log:
Change remaining broker Timer clients to use the single broker Timer
Modified:
qpid/trunk/qpid/cpp/src/qpid/broker/Broker.h
qpid/trunk/qpid/cpp/src/qpid/br
Author: astitcher
Date: Mon Aug 3 20:45:46 2009
New Revision: 800555
URL: http://svn.apache.org/viewvc?rev=800555&view=rev
Log:
Fixed missing #include lines
Modified:
qpid/trunk/qpid/cpp/src/tests/qrsh.cpp
qpid/trunk/qpid/cpp/src/tests/qrsh_server.cpp
Modified: qpid/trunk/qpid/cpp
Author: astitcher
Date: Tue Aug 4 19:04:43 2009
New Revision: 800921
URL: http://svn.apache.org/viewvc?rev=800921&view=rev
Log:
Fixes for cluster code to compile with new stricter corosync header files
Modified:
qpid/trunk/qpid/cpp/src/qpid/cluster/Cluster.cpp
qpid/trunk/qpid/cpp
Author: astitcher
Date: Wed Aug 5 16:37:47 2009
New Revision: 801290
URL: http://svn.apache.org/viewvc?rev=801290&view=rev
Log:
Improved Timer delay/overrun warnings
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/Timer.cpp
Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Timer.cpp
URL:
Author: astitcher
Date: Fri Aug 7 01:53:34 2009
New Revision: 801857
URL: http://svn.apache.org/viewvc?rev=801857&view=rev
Log:
When setting up the next fire time for a Timer make sure it can't be in the
past.
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/Timer.cpp
Modified: qpid/t
Author: astitcher
Date: Fri Aug 7 01:53:39 2009
New Revision: 801858
URL: http://svn.apache.org/viewvc?rev=801858&view=rev
Log:
Further improve the delay/overrun Timer warnings when both occur at once
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/Timer.cpp
Modified: qpid/trunk/qpid/cpp
Author: astitcher
Date: Fri Aug 7 01:53:44 2009
New Revision: 801859
URL: http://svn.apache.org/viewvc?rev=801859&view=rev
Log:
Revert "Stop timer thread before users are deleted (as they don't all clean up
prior to being destroyed)"
This reverts commit cfbbe6093b1353f389624
Author: astitcher
Date: Fri Aug 7 01:53:50 2009
New Revision: 801860
URL: http://svn.apache.org/viewvc?rev=801860&view=rev
Log:
Change LinkRegistry to cancel its TimerTask in its destructor
Modified:
qpid/trunk/qpid/cpp/src/qpid/broker/LinkRegistry.cpp
qpid/trunk/qpid/cpp/src/
Author: astitcher
Date: Fri Aug 7 01:53:56 2009
New Revision: 801861
URL: http://svn.apache.org/viewvc?rev=801861&view=rev
Log:
Change QueueCleaner so that it cancels any outstanding TimerTask on destruction
Modified:
qpid/trunk/qpid/cpp/src/qpid/broker/LinkRegistry.cpp
qpid/trunk/
Author: astitcher
Date: Fri Aug 7 03:14:20 2009
New Revision: 801871
URL: http://svn.apache.org/viewvc?rev=801871&view=rev
Log:
Fixed LinkRegistry destructor to only cancel TimerTask if there is one!
(the only time there might not be one is in the store tests)
Modified:
qpid/trunk/qpid
Author: astitcher
Date: Fri Aug 7 19:45:56 2009
New Revision: 802160
URL: http://svn.apache.org/viewvc?rev=802160&view=rev
Log:
Removed unused files
Removed unused functions from Timer
Switched TimerTest to sys::Timer
Removed:
qpid/trunk/qpid/cpp/src/qpid/broker/BrokerSingleton.cpp
Author: astitcher
Date: Tue Aug 11 05:34:59 2009
New Revision: 802990
URL: http://svn.apache.org/viewvc?rev=802990&view=rev
Log:
Fix for re-entering DispatchHandle::processEvent more than once on disconnection
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/DispatchHandle.cpp
qpid/trunk/
Author: astitcher
Date: Tue Aug 11 05:35:05 2009
New Revision: 802991
URL: http://svn.apache.org/viewvc?rev=802991&view=rev
Log:
Ensure that a PollerHandle that has had a disconnected event can never
be returned with any more events
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/e
Author: astitcher
Date: Tue Aug 11 05:35:10 2009
New Revision: 802992
URL: http://svn.apache.org/viewvc?rev=802992&view=rev
Log:
Add tests to check for correct Poller DISCONNECT behaviour
Modified:
qpid/trunk/qpid/cpp/src/tests/PollerTest.cpp
Modified: qpid/trunk/qpid/cpp/src/t
Author: astitcher
Date: Tue Aug 11 05:35:14 2009
New Revision: 802993
URL: http://svn.apache.org/viewvc?rev=802993&view=rev
Log:
Reinstate reliable_replication_test
Modified:
qpid/trunk/qpid/cpp/src/tests/Makefile.am
Modified: qpid/trunk/qpid/cpp/src/tests/Makefile.am
URL:
Author: astitcher
Date: Wed Aug 19 22:10:17 2009
New Revision: 805994
URL: http://svn.apache.org/viewvc?rev=805994&view=rev
Log:
Fix for previous qmf change to carry on building with cmake
Modified:
qpid/trunk/qpid/cpp/src/CMakeLists.txt
Modified: qpid/trunk/qpid/cpp/src/CMakeLists.txt
Author: astitcher
Date: Fri Aug 21 20:54:05 2009
New Revision: 806719
URL: http://svn.apache.org/viewvc?rev=806719&view=rev
Log:
Use more friendly time setting for the Timer warnings
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/Timer.cpp
Modified: qpid/trunk/qpid/cpp/src/qpid/sys/Timer
Author: astitcher
Date: Mon Aug 31 23:41:53 2009
New Revision: 809781
URL: http://svn.apache.org/viewvc?rev=809781&view=rev
Log:
Working towards abstracting away the cross platform uuid mess:
* Stop including indirectly from uuid.h in qpid/framing/Uuid.h
and move inline definitions there
Author: astitcher
Date: Tue Sep 1 15:54:29 2009
New Revision: 810103
URL: http://svn.apache.org/viewvc?rev=810103&view=rev
Log:
Some QPID_COMMON_EXTERNs missed from previous uuid commit
Modified:
qpid/trunk/qpid/cpp/include/qpid/framing/Uuid.h
Modified: qpid/trunk/qpid/cpp/include/
Author: astitcher
Date: Tue Sep 1 15:55:48 2009
New Revision: 810104
URL: http://svn.apache.org/viewvc?rev=810104&view=rev
Log:
Remove some warnings picked up by MSVC compiler
Modified:
qpid/trunk/qpid/cpp/src/tests/Variant.cpp
Modified: qpid/trunk/qpid/cpp/src/tests/Variant.cpp
URL:
Author: astitcher
Date: Tue Sep 1 20:47:15 2009
New Revision: 810227
URL: http://svn.apache.org/viewvc?rev=810227&view=rev
Log:
Revisit fix for QPID-1737: (clash with Win32 symbol)
Change all use of STATUS_INVALID_PARAMETER to STATUS_PARAMETER_INVALID
Modified:
qpid/trunk/qpid/cpp/inc
Author: astitcher
Date: Tue Sep 1 21:37:27 2009
New Revision: 810256
URL: http://svn.apache.org/viewvc?rev=810256&view=rev
Log:
Avoid failed test where ruby-devel isn't installed
Modified:
qpid/trunk/qpid/cpp/bindings/qmf/Makefile.am
Modified: qpid/trunk/qpid/cpp/bindings/qmf/Ma
Author: astitcher
Date: Wed Sep 2 16:24:00 2009
New Revision: 810591
URL: http://svn.apache.org/viewvc?rev=810591&view=rev
Log:
Change Async buffer returning logic to only watch reads when necessary
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp
Modified: qpid/trunk/qpid
Author: astitcher
Date: Tue Sep 8 17:29:24 2009
New Revision: 812590
URL: http://svn.apache.org/viewvc?rev=812590&view=rev
Log:
Fixed code that pushes a buffer into the read queue if closed for write
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp
Modified: qpid/trunk/
Author: astitcher
Date: Wed Sep 9 21:17:25 2009
New Revision: 813123
URL: http://svn.apache.org/viewvc?rev=813123&view=rev
Log:
Fixed wrong namespace placement in previous check in
Modified:
qpid/trunk/qpid/cpp/src/tests/XmlClientSessionTest.cpp
Modified: qpid/trunk/qpid/cpp/src/t
Author: astitcher
Date: Fri Sep 18 19:55:47 2009
New Revision: 816763
URL: http://svn.apache.org/viewvc?rev=816763&view=rev
Log:
Rearrange readCredit logic for correctness
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/AsynchIOHandler.cpp
Modified: qpid/trunk/qpid/cpp/src/qpid
Author: astitcher
Date: Mon Sep 21 20:15:39 2009
New Revision: 817396
URL: http://svn.apache.org/viewvc?rev=817396&view=rev
Log:
More namespace cleaning
Modified:
qpid/trunk/qpid/cpp/src/tests/qpid_stream.cpp
Modified: qpid/trunk/qpid/cpp/src/tests/qpid_stream.cpp
URL:
Author: astitcher
Date: Tue Sep 22 15:59:53 2009
New Revision: 817711
URL: http://svn.apache.org/viewvc?rev=817711&view=rev
Log:
Make the AsynchIO API more consistent
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/AsynchIO.h
qpid/trunk/qpid/cpp/src/qpid/sys/AsynchIOHandler.cpp
qpid/t
Author: astitcher
Date: Tue Nov 1 22:09:27 2011
New Revision: 1196319
URL: http://svn.apache.org/viewvc?rev=1196319&view=rev
Log:
QPID-3514: Allow SSL and non SSL connections on the same port.
- Fixes to allow tcp to report the correct port so that the correct
name gets used for the pid
Author: astitcher
Date: Thu Nov 3 14:31:33 2011
New Revision: 1197144
URL: http://svn.apache.org/viewvc?rev=1197144&view=rev
Log:
QPID-3464: Build Improvements (CMake) [inspired by Jan-Marek Glogowski]
- Fix cmake build to only require actually needed boost libraries
Modified:
qpid/t
Author: astitcher
Date: Thu Nov 3 14:31:39 2011
New Revision: 1197145
URL: http://svn.apache.org/viewvc?rev=1197145&view=rev
Log:
QPID-3464: Build Improvements (CMake) [inspired by Jan-Marek Glogowski]
- Detect whether uuid library and headers are installed
Modified:
qpid/trunk/qpid/cpp
Author: astitcher
Date: Thu Nov 3 14:32:01 2011
New Revision: 1197146
URL: http://svn.apache.org/viewvc?rev=1197146&view=rev
Log:
QPID-3464: Build Improvements (CMake) [from Jan-Marek Glogowski]
- Improved CMake build significantly bringing it closer in parity to
autotools build
A
Author: astitcher
Date: Thu Nov 3 14:32:09 2011
New Revision: 1197147
URL: http://svn.apache.org/viewvc?rev=1197147&view=rev
Log:
QPID-3464: Build Improvements (CMake) [inspired by Jan-Marek Glogowski]
- Turn off optimisations based on strict aliasing analysis for cluster
code as we seem t
Author: astitcher
Date: Thu Nov 3 21:17:49 2011
New Revision: 1197312
URL: http://svn.apache.org/viewvc?rev=1197312&view=rev
Log:
QPID-3464: Build Improvements (CMake)
- Fixed windows build
Modified:
qpid/trunk/qpid/cpp/src/CMakeLists.txt
Modified: qpid/trunk/qpid/cpp/src/CMakeLists
Author: astitcher
Date: Thu Nov 3 21:19:04 2011
New Revision: 1197313
URL: http://svn.apache.org/viewvc?rev=1197313&view=rev
Log:
QPID-3464: Build Improvements (CMake)
- Fixed windows build
Modified:
qpid/branches/0.14/qpid/cpp/src/CMakeLists.txt
Modified: qpid/branches/0.14/qpid/cpp
Author: astitcher
Date: Thu Nov 3 22:11:11 2011
New Revision: 1197326
URL: http://svn.apache.org/viewvc?rev=1197326&view=rev
Log:
QPID-3464: Build Improvements (autotools) [inspired by Jan-Marek Glogowski]
- Simplified the python binding build
QPID-3458: Install compiled _cqpid.so for
Author: astitcher
Date: Mon Nov 7 20:56:53 2011
New Revision: 1198929
URL: http://svn.apache.org/viewvc?rev=1198929&view=rev
Log:
QPID-3586: Changes for QPID-3464 break cmake build in tar.gz distribution
- Added in the new CMake files to EXTRA_DIST in the Makefile.am files so
that they
Author: astitcher
Date: Tue Nov 8 20:51:12 2011
New Revision: 1199451
URL: http://svn.apache.org/viewvc?rev=1199451&view=rev
Log:
QPID-3586: Changes for QPID-3464 break cmake build in tar.gz distribution
- Added in the new CMake files to EXTRA_DIST in the Makefile.am files so
that they
Author: astitcher
Date: Wed Nov 9 15:49:52 2011
New Revision: 1199809
URL: http://svn.apache.org/viewvc?rev=1199809&view=rev
Log:
QPID-3586: Changes for QPID-3464 break cmake build in tar.gz distribution
- The previous fix for this problem broke the autotools build, so
remove the StoreSt
Author: astitcher
Date: Wed Nov 9 15:54:12 2011
New Revision: 1199811
URL: http://svn.apache.org/viewvc?rev=1199811&view=rev
Log:
QPID-3586: Changes for QPID-3464 break cmake build in tar.gz distribution
- The previous fix for this problem broke the autotools build, so
remove the StoreSt
Author: astitcher
Date: Wed Nov 9 19:38:16 2011
New Revision: 1199929
URL: http://svn.apache.org/viewvc?rev=1199929&view=rev
Log:
QPID-3464: Build improvements (autotools) [from Jan-Marek Glogowski]
- Improved the perl bindings build
Added:
qpid/trunk/qpid/cpp/bindings/qpid/
Author: astitcher
Date: Thu Nov 10 15:50:41 2011
New Revision: 1200392
URL: http://svn.apache.org/viewvc?rev=1200392&view=rev
Log:
QPID-3606: Qpid.pc pkgconfig file isn't sufficient to compile programs
- Added in -lqpidtypes
Modified:
qpid/trunk/qpid/cpp/src/qpid.pc.in
Modified: q
Author: astitcher
Date: Thu Nov 10 18:51:31 2011
New Revision: 1200477
URL: http://svn.apache.org/viewvc?rev=1200477&view=rev
Log:
QPID-3606: Qpid.pc pkgconfig file isn't sufficient to compile programs
- Added in -lqpidtypes
Modified:
qpid/branches/0.14/qpid/cpp/src/qpid.pc.in
Author: astitcher
Date: Thu Nov 10 22:14:40 2011
New Revision: 1200597
URL: http://svn.apache.org/viewvc?rev=1200597&view=rev
Log:
QPID-3607: pkg config for qmf2 library
- Added new qmf2.pc file and make install logic for it
Modified:
qpid/trunk/qpid/cpp/configure.ac
qpid/trunk/qpid
Author: astitcher
Date: Fri Nov 11 14:56:59 2011
New Revision: 1200910
URL: http://svn.apache.org/viewvc?rev=1200910&view=rev
Log:
QPID-3607: pkg config for qmf2 library
- Actually add the qmf2.pc.in file this time
Added:
qpid/trunk/qpid/cpp/src/qmf2.pc.in
Added: qpid/trunk/qpid/cpp
Author: astitcher
Date: Fri Nov 11 16:06:08 2011
New Revision: 1200925
URL: http://svn.apache.org/viewvc?rev=1200925&view=rev
Log:
QPID-3608: Improve C++ broker consume performance
Modified:
qpid/trunk/qpid/cpp/src/qpid/sys/posix/AsynchIO.cpp
qpid/trunk/qpid/cpp/src/qpid/sys
Author: astitcher
Date: Tue Nov 15 17:13:49 2011
New Revision: 1202310
URL: http://svn.apache.org/viewvc?rev=1202310&view=rev
Log:
NO-JIRA: Added some error checking to ssl test
Modified:
qpid/trunk/qpid/cpp/src/tests/ssl_test
Modified: qpid/trunk/qpid/cpp/src/tests/ssl_test
URL:
Author: astitcher
Date: Wed Nov 30 19:48:47 2011
New Revision: 1208733
URL: http://svn.apache.org/viewvc?rev=1208733&view=rev
Log:
QPID-3654: ANONYMOUS SASL mechanism does not work on Java client
Added a CallbackHandler for the ANONYMOUS mechanism (even though
it should never be called)
- Thi
Author: astitcher
Date: Wed Nov 30 23:30:29 2011
New Revision: 1208879
URL: http://svn.apache.org/viewvc?rev=1208879&view=rev
Log:
QPID-3654: ANONYMOUS SASL mechanism does not work on Java client
Added a CallbackHandler for the ANONYMOUS mechanism (even though
it should never be called)
- Thi
Added:
qpid/trunk/qpid/java/jca/src/main/java/org/apache/qpid/ra/tm/JBoss7TransactionManagerLocator.java
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/jca/src/main/java/org/apache/qpid/ra/tm/JBoss7TransactionManagerLocator.java?rev=1220336&view=auto
==
Author: astitcher
Date: Tue Dec 20 20:23:29 2011
New Revision: 1221477
URL: http://svn.apache.org/viewvc?rev=1221477&view=rev
Log:
NO-JIRA: Removed build product that shouldn't have benn checked in
Removed:
qpid/trunk/qpid/java/jca/example/build-prope
Author: astitcher
Date: Tue Feb 21 20:16:25 2012
New Revision: 1291981
URL: http://svn.apache.org/viewvc?rev=1291981&view=rev
Log:
QPID-3862: Static Trace points for System tap / Dtrace
Added framework to allow static probes in DTRACE_PROBE() format
to be added to the qpid code. This wil
101 - 200 of 2129 matches
Mail list logo