index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctdb
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdb-util: Do not use mlockall() on AIX
Amitay Isaacs
2014-03-04
1
-6
/
+1
*
ctdb-common: mkdir_p should not try to create .
Amitay Isaacs
2014-01-16
1
-0
/
+4
*
ctdb-common: Refactor code to keep track of child processes
Amitay Isaacs
2013-11-27
1
-8
/
+14
*
ctdb-common: Coverity fixes
Amitay Isaacs
2013-11-19
3
-16
/
+37
*
common: New function ctdb_mkdir_p_or_die()
Martin Schwenke
2013-10-25
1
-0
/
+14
*
common: New function mkdir_p()
Martin Schwenke
2013-10-25
1
-0
/
+28
*
common/util: Use AIX specific code for setting high priority for CTDB daemon
Amitay Isaacs
2013-10-22
1
-3
/
+51
*
common: Fix setting of debug level in the client code
Amitay Isaacs
2013-10-04
1
-0
/
+7
*
utils: Make debug level strings case-insensitive
Martin Schwenke
2013-09-25
1
-1
/
+1
*
common: Make parse_ip() valgrind-clean
Martin Schwenke
2013-09-11
1
-0
/
+2
*
common/io: Limit the queue buffer size for fair scheduling via tevent
Amitay Isaacs
2013-08-22
1
-12
/
+31
*
Revert "common/io: Keep queue buffer size multiple of 4K"
Amitay Isaacs
2013-08-22
1
-22
/
+6
*
Revert "LACOUNT: Add back lacount mechanism to defer migrating a fetched/rea...
Amitay Isaacs
2013-08-22
1
-1
/
+0
*
ctdbd: For volatile databases, write an empty record with rsn=0 only on dmaster
Amitay Isaacs
2013-08-22
1
-1
/
+3
*
util: In passing the code, fix a space vs. tab in set_close_on_exec().
Michael Adam
2013-08-19
1
-1
/
+1
*
common: Null terminate process name string so valgrind doesn't complain
Amitay Isaacs
2013-08-14
1
-0
/
+1
*
common/io: Keep queue buffer size multiple of 4K
Amitay Isaacs
2013-08-09
1
-6
/
+22
*
IPv6 neighbor solicit cleanup
Sumit Bose
2013-07-11
1
-7
/
+8
*
Fixes for various issues found by Coverity
Sumit Bose
2013-07-11
1
-2
/
+10
*
ctdbd: Set process names for child processes
Amitay Isaacs
2013-07-10
1
-0
/
+1
*
common/system: Add ctdb_set_process_name() function
Amitay Isaacs
2013-07-10
5
-0
/
+35
*
util: New function ctdb_die()
Martin Schwenke
2013-07-05
1
-0
/
+9
*
build: Fix compiler warnings for uninitialized variables
Amitay Isaacs
2013-07-04
1
-1
/
+1
*
build: Fix tdb.h path to enable building with system TDB library
Mathieu Parent
2013-06-14
5
-5
/
+5
*
ctdbd: Add new runstate CTDB_RUNSTATE_FIRST_RECOVERY
Martin Schwenke
2013-05-24
1
-0
/
+1
*
ctdbd: Replace ctdb->done_startup with ctdb->runstate
Martin Schwenke
2013-05-24
1
-0
/
+49
*
logging: Make sure ringbuffer messages are terminated with a newline
Amitay Isaacs
2013-05-24
1
-0
/
+6
*
logging: Fix a bug in ringbuffer
Amitay Isaacs
2013-05-23
1
-36
/
+26
*
util: ctdb_fork() should call ctdb_set_child_info()
Martin Schwenke
2013-04-18
1
-0
/
+2
*
util: New functions ctdb_set_child_info() and ctdb_is_child_process()
Martin Schwenke
2013-04-18
1
-0
/
+22
*
common/messaging: Use the jenkins hash in ctdb_message
Volker Lendecke
2013-04-05
1
-1
/
+3
*
common/messaging: use tdb_parse_record in message_list_db_fetch
Volker Lendecke
2013-04-05
1
-11
/
+17
*
common/messaging: Abstract db related operations inside db functions
Amitay Isaacs
2013-04-05
1
-57
/
+39
*
common/messaging: Don't forget to free the result returned by tdb_fetch()
Amitay Isaacs
2013-04-05
1
-0
/
+6
*
common/messaging: Free message list header if all message handlers are freed
Amitay Isaacs
2013-04-05
1
-3
/
+3
*
common/io: For scheduling immediate events use tevent_schedule_immediate
Amitay Isaacs
2013-03-06
1
-11
/
+15
*
ctdbd: Add an index db for message list for faster searches
Amitay Isaacs
2013-03-06
1
-13
/
+192
*
common/io: Rewrite socket handling code to read all available data
Amitay Isaacs
2013-02-19
1
-68
/
+92
*
Logging: Fix breakage when freeing the log ringbuffer
Martin Schwenke
2013-02-07
2
-4
/
+13
*
Logging: Free the ringbuffer in child processes created with ctdb_fork()
Martin Schwenke
2013-02-05
1
-0
/
+3
*
Logging: New function ctdb_log_ringbuffer_free()
Martin Schwenke
2013-02-05
1
-1
/
+8
*
common: Don't lie on unimplemented gratuitous arp
Mathieu Parent
2013-01-22
4
-5
/
+5
*
common: FreeBSD+kFreeBSD: Implement get_process_name (same as in Linux)
Mathieu Parent
2013-01-22
2
-3
/
+30
*
common: Detailed platform-specific FIXME
Mathieu Parent
2013-01-22
4
-18
/
+22
*
recoverd: Add CTDB_SRVID_GETLOG and CTDB_SRVID_CLEARLOG
Martin Schwenke
2012-10-22
1
-4
/
+7
*
common: Add routines to get process and lock information
Amitay Isaacs
2012-10-20
5
-0
/
+250
*
common: Debug ctdb_addr_to_str() using new function ctdb_external_trace()
Martin Schwenke
2012-10-18
1
-0
/
+25
*
util: ctdb_fork() closes all sockets opened by the main daemon
Martin Schwenke
2012-10-05
1
-0
/
+18
*
util: Do not lock down memory when running with local daemons
Amitay Isaacs
2012-07-26
1
-1
/
+6
*
util: Do not try to lockdown memory when running in local daemons mode
Amitay Isaacs
2012-07-16
1
-1
/
+6
[next]