summaryrefslogtreecommitdiff
path: root/ctdb
Commit message (Expand)AuthorAgeFilesLines
...
* ctdb-logging: Add non-blocking Unix domain logging to syslog backendMartin Schwenke2014-10-284-8/+193
* ctdb-logging: New option CTDB_LOGGING, remove CTDB_LOGFILE, CTDB_SYSLOGMartin Schwenke2014-10-2815-75/+177
* ctdb-logging: Replace logd code with a basic syslog(3) implementationMartin Schwenke2014-10-284-224/+10
* ctdb-logging: Simplify file logging timestamping with timeval_str_buf()Martin Schwenke2014-10-281-9/+7
* ctdb-logging: Separate out syslog and file logging backendsMartin Schwenke2014-10-287-294/+387
* ctdb-logging: Rework debug level parsingMartin Schwenke2014-10-285-49/+59
* ctdb-logging: Remove ctdb element from struct ctdb_log_stateMartin Schwenke2014-10-282-7/+3
* ctdb-logging: Remove log member from struct ctdb_contextMartin Schwenke2014-10-282-13/+11
* ctdb-logging: Rename ctdb_log_handler() to ctdb_child_log_handler()Martin Schwenke2014-10-281-4/+5
* ctdb-logging: Remove debug levels DEBUG_ALERT and DEBUG_CRITMartin Schwenke2014-10-286-15/+7
* ctdb-logging: Remove DEBUG_EMERGMartin Schwenke2014-10-286-36/+16
* ctdb-test: Remove unused function check_ctdb_logfile()Martin Schwenke2014-10-281-13/+0
* ctdb-logging: Add missing newline when logging to fileMartin Schwenke2014-10-281-1/+1
* ctdb-tools: Fix heap-use-after-free problemAmitay Isaacs2014-10-171-2/+6
* ctdb-build: Make some steps conditional on standalone buildMartin Schwenke2014-10-081-37/+49
* ctdb-build: Rename define BINDIR to CTDB_HELPER_BINDIRMartin Schwenke2014-10-083-3/+3
* ctdb-build: Fix handling of public headersMartin Schwenke2014-10-063-1/+12
* ctdb-build: Change from ctdb-util to samba-utilMartin Schwenke2014-10-0619-2295/+41
* ctdb-build: Add generation of Samba-style version.hMartin Schwenke2014-10-061-0/+9
* ctdb-build: Move generation of ctdb_version.h earlierMartin Schwenke2014-10-061-6/+6
* ctdb-logging: Update to use Samba style debug.h/debug.cMartin Schwenke2014-10-066-146/+92
* ctdb-logging: Change LogLevel to DEBUGLEVELMartin Schwenke2014-10-0611-24/+24
* ctdb-tests: Make the fake log timestamp string easy to modifyMartin Schwenke2014-10-0618-379/+380
* ctdb-logging: Remove log ringbufferMartin Schwenke2014-10-0616-468/+8
* lib: util [ctdb]: Signal handling - change CatchChild() and CatchChildLeaveSt...Jeremy Allison2014-09-302-6/+6
* lib/util: Do not duplicate the protocol list, use smb_constants.hAndrew Bartlett2014-09-291-11/+1
* ctdb-daemon: Fix the usage for lock helperAmitay Isaacs2014-09-251-2/+2
* ctdb-recoverd: If obtaining recovery lock fails, try againAmitay Isaacs2014-09-251-0/+18
* ctdb-scripts: Fix the regular expresssion for parsing /proc/locksAmitay Isaacs2014-09-251-1/+1
* ctdb-locking: Reset ttimer before doing an early returnAmitay Isaacs2014-09-251-0/+1
* ctdb-logging: Add forward declaration of debug_levelMartin Schwenke2014-09-231-0/+1
* ctdb-tests: Clean up some tests where IP movement is checkedMartin Schwenke2014-09-239-411/+85
* ctdb-tests: Remove dependency on log ringbuffer from missing IP testMartin Schwenke2014-09-232-29/+31
* ctdb-tests: Make all_ips_on_node() do what it shouldMartin Schwenke2014-09-231-5/+7
* ctdb-tests: Factor out new function get_test_ip_mask_and_iface()Martin Schwenke2014-09-232-13/+20
* ctdb-tests: Simplify and rename wait_until_ips_are_on_nodeglob()Martin Schwenke2014-09-238-20/+22
* ctdb-build: Add missing configure checks for backtraceAmitay Isaacs2014-09-192-1/+5
* ctdb-scripts: Do not export variables if they are not setAmitay Isaacs2014-09-171-2/+4
* ctdb-scripts: Fix a typoAmitay Isaacs2014-09-171-1/+1
* ctdb-build: Check for libpcapAmitay Isaacs2014-09-171-1/+11
* ctdb-build: Check for ETIME in errno.hAmitay Isaacs2014-09-171-0/+3
* ctdb-build: Add some missing configure checksMartin Schwenke2014-09-171-0/+10
* ctdb-build: Improve platform checkAmitay Isaacs2014-09-171-3/+3
* ctdb-util: Log an error if there is no way to set schedulerMartin Schwenke2014-09-171-0/+1
* lib: Remove unused file_lines_slashcontVolker Lendecke2014-09-171-6/+0
* lib: Move "large_file_support()" to the source4 smb serverVolker Lendecke2014-09-171-1/+0
* ctdb-doc: Add reference to new magepage ctdb-statisticsAmitay Isaacs2014-09-122-2/+15
* ctdb-doc: Add ctdb-statistics manual pageAmitay Isaacs2014-09-124-1/+674
* ctdb-daemon: Decrement pending calls statistics when calls are deferredAmitay Isaacs2014-09-121-0/+3
* ctdb-tests: Do not expect real-time priority when running local daemonsAmitay Isaacs2014-09-121-1/+1