summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * traverse: Ensure backward compatibility for CTDB_CONTROL_TRAVERSE_ALLAmitay Isaacs2013-04-171-12/+31
| * traverse: Add CTDB_CONTROL_TRAVERSE_ALL_EXT to support withemptyrecordsAmitay Isaacs2013-04-174-0/+63
| * tests: Fix typo in variable nameAmitay Isaacs2013-04-151-1/+1
| * tools/ltdbtool: Fix handling of -e optionAmitay Isaacs2013-04-081-3/+6
| * recoverd/takeover: Use IP->node mapping info from nodes hosting that IPAmitay Isaacs2013-04-081-1/+7
| * statd-callout: Make sure statd callout script always runs as rootAmitay Isaacs2013-04-084-1/+10
| * client: Set the socket non-blocking only after connect succeedsAmitay Isaacs2013-04-052-6/+6
| * Revert "client: handle transient connection errors"Amitay Isaacs2013-04-051-30/+5
| * common/messaging: Use the jenkins hash in ctdb_messageVolker Lendecke2013-04-051-1/+3
| * common/messaging: use tdb_parse_record in message_list_db_fetchVolker Lendecke2013-04-051-11/+17
| * common/messaging: Abstract db related operations inside db functionsAmitay Isaacs2013-04-051-57/+39
| * common/messaging: Don't forget to free the result returned by tdb_fetch()Amitay Isaacs2013-04-051-0/+6
| * common/messaging: Free message list header if all message handlers are freedAmitay Isaacs2013-04-051-3/+3
| * build: Fix for tevent autoconf checkSumit Bose2013-03-271-1/+1
| * util: Add hex_decode_talloc() to decode hex string into a binary blobAmitay Isaacs2013-03-252-0/+17
| * logging: Do not ignore stdout/stderr from the exec'd childrenAmitay Isaacs2013-03-251-5/+0
| * server:persistent: fix a debug message (copy'n'paste error)Michael Adam2013-03-121-2/+3
| * fix a typoVolker Lendecke2013-03-121-1/+1
| * common/io: For scheduling immediate events use tevent_schedule_immediateAmitay Isaacs2013-03-061-11/+15
| * ctdbd: Add an index db for message list for faster searchesAmitay Isaacs2013-03-063-23/+203
| * tools/ctdb: delip no longer fails if IP can not be movedMartin Schwenke2013-02-271-76/+83
| * server:persistent: fix a comment typo.Michael Adam2013-02-221-1/+1
| * recoverd: update_capabilities() should use connected nodesMartin Schwenke2013-02-201-1/+1
| * client: Refactor node listing functions to use list_of_nodes()Martin Schwenke2013-02-201-81/+5
| * client: New generic node listing function list_of_nodes()Martin Schwenke2013-02-202-0/+43
| * common/io: Rewrite socket handling code to read all available dataAmitay Isaacs2013-02-191-68/+92
| * doc: Fix typo in ctdbd manpageMartin Schwenke2013-02-151-1/+1
| * ctdbd: Fix the PullDBPreallocation size to 10MB as intendedAmitay Isaacs2013-02-141-1/+1
| * eventscripts: Remove calls to "smbstatus -np" for samba cleanupAmitay Isaacs2013-02-111-29/+3
| * Logging: Fix breakage when freeing the log ringbufferMartin Schwenke2013-02-074-6/+19
| * Fix a comment typoVolker Lendecke2013-02-061-1/+1
| * initscript: export CTDB_EXTERNAL_TRACEMartin Schwenke2013-02-051-1/+1
| * ctdbd: Don't use a fixed length buffer for the hung script commandMartin Schwenke2013-02-051-2/+4
| * ctdbd: Complain loudly if CTDB_DEBUG_HUNG_SCRIPT script isn't executableMartin Schwenke2013-02-051-12/+0
| * ctdbd: Remove command-line option --debug-hung-scriptMartin Schwenke2013-02-054-28/+16
| * ctdbd: Remove debug_hung_script_ctxMartin Schwenke2013-02-052-4/+1
| * ctdbd: Message logged at exit should be different for different processesMartin Schwenke2013-02-051-1/+5
| * daemon: Make sure all the traverse children are terminated if traverse times outAmitay Isaacs2013-02-051-3/+11
| * Logging: Free the ringbuffer in child processes created with ctdb_fork()Martin Schwenke2013-02-051-0/+3
| * Logging: New function ctdb_log_ringbuffer_free()Martin Schwenke2013-02-052-2/+9
| * build: Fix a Makefile.in typoMartin Schwenke2013-02-051-1/+1
| * tools/ctdb: Fix a compiler warningMartin Schwenke2013-02-041-1/+1
| * recoverd: Fix printing of node flags from local informationAmitay Isaacs2013-01-231-1/+1
| * common: Don't lie on unimplemented gratuitous arpMathieu Parent2013-01-224-5/+5
| * tests: Test portabilityMathieu Parent2013-01-222-0/+310
| * common: FreeBSD+kFreeBSD: Implement get_process_name (same as in Linux)Mathieu Parent2013-01-222-3/+30
| * common: Detailed platform-specific FIXMEMathieu Parent2013-01-224-18/+22
| * build: Update config.guess 2012-12-30 and config.sub to 2013-01-11Mathieu Parent2013-01-222-301/+399
| * doc: allows to -> allows one toMathieu Parent2013-01-222-2/+2
| * build: Add missing LDFLAGSMathieu Parent2013-01-221-2/+2