summaryrefslogtreecommitdiff
path: root/ctdb/ib
AgeCommit message (Expand)AuthorFilesLines
2025-09-25ctdb-ib: Replace uses of sprintf()Martin Schwenke1-53/+190
2024-08-20ctdb-ib: Remove a use of ctdb_set_error()Martin Schwenke1-2/+1
2019-11-14ctdb-daemon: Rename ctdb_context private_data to transport_dataMartin Schwenke1-3/+5
2019-11-14ctdb-daemon: Rename ctdb_node private_data to transport_dataMartin Schwenke2-5/+11
2019-11-13ctdb-ib: Fix build errors for infiniband transportAmitay Isaacs2-3/+2
2019-10-31ctdb/ib/ibwrapper_test.c: typo fixesBjörn Jacke1-1/+1
2019-10-31ctdb/ib/ibw_ctdb.c: typo fixesBjörn Jacke1-1/+1
2018-03-19ctdb-ib: Drop a bit-rotted test example from the READMEMartin Schwenke1-9/+0
2018-03-09ctdb-ib: Avoid fall through case statementsAmitay Isaacs1-0/+3
2016-08-10ctdb-ib: Fix DEBUG log messagesAmitay Isaacs1-10/+10
2016-07-05ctdb-ib: Include system/wait.h for signalAmitay Isaacs1-0/+1
2015-11-16ctdb-transport: Replace ctdb_logging.h with common/logging.hAmitay Isaacs4-4/+4
2015-10-30ctdb-daemon: Separate prototypes for common client/server functionsAmitay Isaacs2-0/+4
2015-10-30ctdb-daemon: Remove dependency on includes.hAmitay Isaacs4-34/+43
2015-10-30ctdb-daemon: Stop using tevent compatibility definitionsAmitay Isaacs6-29/+35
2015-10-27ctdb-ib: Fix build for infiniband transportAmitay Isaacs3-33/+18
2015-06-12ctdb-ib: make sure the tevent_fd is removed before the fd is closedStefan Metzmacher1-11/+10
2014-10-06ctdb-logging: Change LogLevel to DEBUGLEVELMartin Schwenke1-3/+3
2014-06-20ctdb-build: Remove autoconf build filesAmitay Isaacs1-31/+0
2014-05-29ctdb-ib: Make infiniband transport compile againAmitay Isaacs4-5/+5
2012-04-13Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs3-3/+0
2010-08-18event: Update events to latest Samba version 0.9.8Rusty Russell3-4/+4
2009-05-21Whitespace changes and using the CTDB_NO_MEMORY() macro changes toRonnie Sahlberg3-11/+12
2009-05-21add missing checks on so far ignored return valuesSumit Bose4-2/+13
2009-01-09Test binaries now go in tests/bin and ctdb_test_env now adds thisMartin Schwenke1-1/+1
2008-02-04merge from ronnieAndrew Tridgell4-46/+46
2008-02-04added debug constants to allow for better mapping to syslog levelsAndrew Tridgell4-75/+75
2007-10-19add missing ) in the IB transport (which i dont compile for)Ronnie Sahlberg1-1/+1
2007-10-19add a stub restart method for IBRonnie Sahlberg1-0/+7
2007-07-10more merges for GPLv3 updateAndrew Tridgell7-14/+7
2007-07-10update lib/replace from samba4Andrew Tridgell7-7/+7
2007-06-05clean out some more cruftAndrew Tridgell1-4/+3
2007-05-30we need to listen at transport initialise stage to find our own node numberAndrew Tridgell1-4/+4
2007-05-30don't start the transport connecting to the other nodes until after the start...Andrew Tridgell1-2/+14
2007-05-29use /etc/services for ctdbAndrew Tridgell1-5/+4
2007-04-26fixed prev. ibwrapper_test optionsPeter Somogyi1-1/+1
2007-04-26ctdb/ib: swapped ibwrapper_tets options (-d, -a, -g)Peter Somogyi1-4/+4
2007-04-26ctdb/ib: reduce debug output; allow not only ipPeter Somogyi5-7/+53
2007-04-26merge from peterAndrew Tridgell3-39/+66
2007-04-26made ofed-1.0 (and 1.1) compatible + fixed warningsPeter Somogyi1-5/+14
2007-04-23fixed ctdb/ib bug at reject eventPeter Somogyi1-15/+21
2007-04-20- ctdb/ib minor bugfixes (error case)Peter Somogyi1-4/+4
2007-04-19Merged tridge's ctdb branch.Peter Somogyi1-2/+2
2007-04-19- make he packet allocation routines take a mem_ctx, which allowsAndrew Tridgell1-2/+2
2007-04-16merged tridge's branch Peter Somogyi4-14/+14
2007-04-13private -> private_data for samba3Andrew Tridgell4-14/+14
2007-03-29ib: test scenario was wrongPeter Somogyi1-1/+1
2007-02-26ib: added external send queue to workaround downtimePeter Somogyi6-110/+266
2007-02-151st working ib integrated ctdbPeter Somogyi6-33/+74
2007-02-14ib: a trivial approach of integrationPeter Somogyi4-35/+53