summaryrefslogtreecommitdiff
path: root/ctdb/common
Commit message (Expand)AuthorAgeFilesLines
* ctdb/common/srvid.h: typo fixesBjörn Jacke2019-10-311-1/+1
* ctdb: Avoid malloc/memcpy/free in ctdb_ltdb_fetch()Volker Lendecke2019-10-241-31/+72
* ctdb-common: Mark VacuumLimit tunable as obsoleteMartin Schwenke2019-10-041-1/+1
* Spelling fixes s/advertisment/advertisement/Mathieu Parent2019-09-011-1/+1
* ctdb-common: Return value of ctdb_queue_length() should be unsignedMartin Schwenke2019-08-142-2/+2
* ctdb-common: Fix empty value handling in confAmitay Isaacs2019-07-261-0/+8
* ctdb-common: Mark ctdb_fatal() and ctdb_die() as _NORETURN_Martin Schwenke2019-07-051-2/+4
* ctdb-common: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke2019-07-052-5/+5
* ctdb-common: Fix error handlingMartin Schwenke2019-07-051-4/+14
* ctdb-common: Fix signed/unsigned comparisons by castingMartin Schwenke2019-07-053-4/+7
* ctdb-common: Avoid unused value warningMartin Schwenke2019-06-051-1/+1
* ctdb-common: Avoid warning for potentially uninitialised pointersMartin Schwenke2019-06-051-2/+2
* ctdb-common: Use #ifdef to avoid TEST_RB_TREE not definedMartin Schwenke2019-06-051-2/+2
* ctdb-common: Fix signed/unsigned comparisons by castingMartin Schwenke2019-06-052-8/+8
* ctdb-common: Fix signed/unsigned comparisons by declaring as unsignedMartin Schwenke2019-06-053-8/+10
* ctdb: Make TDB_SEQNUM work synchronously with ctdbVolker Lendecke2019-05-241-19/+0
* ctdb: Remove unused ctdb_ltdb_fetch_with_header()Volker Lendecke2019-05-232-39/+0
* ctdb-common: Fix memory leak in run_procAmitay Isaacs2019-05-141-2/+5
* ctdb-common: Fix memory leakMartin Schwenke2019-05-141-1/+2
* ctdb:common: Do not print NULL if we don't get a sockpathAndreas Schneider2019-05-081-1/+1
* ctdb-common: Avoid race between fd and signal eventsAmitay Isaacs2019-04-121-0/+7
* ctdb-version: Simplify version string usageAmitay Isaacs2019-03-152-38/+0
* ctdb: buffer write beyond limitsSwen Schillig2019-02-221-1/+12
* spelling of associatedDouglas Bagnall2019-02-131-1/+1
* ctdb:common: Use C99 initializer for 'struct ifreq'Andreas Schneider2019-01-281-2/+10
* ctdb: Use C99 initializer for last element of tunablesAndreas Schneider2019-01-281-1/+1
* ctdb: Adding memory pool for queue callbackSwen Schillig2018-12-071-1/+8
* ctdb: Introduce buffer.offset to avoid memmoveSwen Schillig2018-12-071-16/+39
* ctdb: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-6/+6
* ctdb: Fix an out of bound array accessAndreas Schneider2018-11-141-1/+1
* debug: Use debuglevel_(get|set) functionAndreas Schneider2018-11-083-4/+8
* ctdb-common: Allow path_socket() to use $CTDB_SOCKETMartin Schwenke2018-11-061-0/+8
* ctdb-common: Set close-on-exec for startup fdAmitay Isaacs2018-10-222-2/+9
* ctdb-common: Process the whole config file even if an error occursMartin Schwenke2018-09-031-6/+10
* ctdb-common: Avoid ENOENT for unknown conf optionsMartin Schwenke2018-09-031-6/+6
* ctdb-common: Avoid ENOENT for unknown conf type tagsMartin Schwenke2018-09-031-2/+2
* ctdb-common: Log a message when an invalid conf value is encounteredMartin Schwenke2018-09-031-0/+4
* ctdb-common: Log a message for unknown conf optionMartin Schwenke2018-09-031-0/+6
* ctdb-common: Fix log message for conf option with unknown sectionMartin Schwenke2018-09-031-2/+3
* ctdb-common: Clean up comments in TCP packet parsingMartin Schwenke2018-08-301-10/+4
* ctdb-common: Check the version field in IPv6 packetsMartin Schwenke2018-08-301-0/+5
* ctdb-common: Improve TCP packet size and offset calculationsMartin Schwenke2018-08-301-5/+7
* ctdb-common: Factor out TCP packet parsing codeMartin Schwenke2018-08-301-147/+149
* ctdb-common: Clean up types/declarations in TCP socket readingMartin Schwenke2018-08-301-7/+6
* ctdb-common: Fix error handling when parsing TCP packetsMartin Schwenke2018-08-301-14/+14
* ctdb-common: Fix a bug in non-Linux (PCAP) TCP packet capturingMartin Schwenke2018-08-301-1/+1
* ctdb-common: Don't modify a const argumentMartin Schwenke2018-08-301-11/+9
* ctdb-common: Avoid magic numbers when building TCP packetsMartin Schwenke2018-08-301-5/+5
* ctdb-common: Factor out TCP packet marshalling codeMartin Schwenke2018-08-301-59/+151
* ctdb-common: Avoid single line multi-assignmentMartin Schwenke2018-08-301-1/+2