index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctdb
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'master-readonly-records' into foo
Ronnie Sahlberg
2011-09-12
3
-5
/
+51
|
\
|
*
ReadOnly: add a new control to activate readonly lock capability for a database.
Ronnie Sahlberg
2011-09-01
3
-0
/
+9
|
*
ReadOnly: add a readonly flag to the getdbmap control and show the readonly s...
Ronnie Sahlberg
2011-09-01
1
-0
/
+1
|
*
ReadOnly: Change the ctdb_db structure to keep a uint8_t for flags instead of...
Ronnie Sahlberg
2011-09-01
1
-1
/
+2
|
*
LibCTDB : add support for getrecmode
Ronnie Sahlberg
2011-08-23
1
-0
/
+50
|
*
ReadOnly: Add clientside code to fetch readonly records
Ronnie Sahlberg
2011-08-23
2
-3
/
+5
|
*
ReadOnly: Add a ctdb_ltdb_fetch_readonly() helper function
Ronnie Sahlberg
2011-08-23
1
-0
/
+3
|
*
ReadOnly: Add a new flag to call request packet to indicate that the client w...
Ronnie Sahlberg
2011-08-23
1
-1
/
+2
|
*
ReadOnly: Add a function to start a revoke of all delegations for a record.
Ronnie Sahlberg
2011-08-23
1
-0
/
+2
|
*
ReadOnly: Add functions to register CALLs to a context used to handle deferal...
Ronnie Sahlberg
2011-08-23
1
-0
/
+5
|
*
ReadOnly: Add an extra flag to ctdb_call_local to specify whether we want to ...
Ronnie Sahlberg
2011-08-23
1
-1
/
+1
|
*
ReadOnly: Add "readonly" flag to the ctdb_db_context to indicate if this data...
Ronnie Sahlberg
2011-08-23
1
-0
/
+2
|
*
ReadOnly: Add 4 new record flags to handle read only delegation and revoking ...
Ronnie Sahlberg
2011-08-23
1
-0
/
+4
|
*
ReadOnly: Add clientside functions to send the UPDATE_RECORD control
Ronnie Sahlberg
2011-08-23
1
-0
/
+9
|
*
ReadOnly: Add helper functions to manipulate a TDB_DATA as a bitmap for nodes...
Ronnie Sahlberg
2011-08-23
1
-0
/
+5
|
*
ReadOnly records: Add a new RPC function FETCH_WITH_HEADER.
Ronnie Sahlberg
2011-08-23
1
-2
/
+4
*
|
Merge remote branch 'ddiss/master_pmda_and_client_timeouts'
Ronnie Sahlberg
2011-09-08
2
-2
/
+9
|
\
\
|
*
|
pmda: Attempt reconnects while ctdbd is unavailable
David Disseldorp
2011-09-06
1
-0
/
+1
|
*
|
client: add timeout argument to ctdb_attach
David Disseldorp
2011-09-06
1
-1
/
+6
|
*
|
client: add req timeout argument to ctdb_cmdline_client
David Disseldorp
2011-09-06
1
-1
/
+2
*
|
|
Interface monitoring: add a event to trigger every 30 seconds to check that a...
Ronnie Sahlberg
2011-09-06
1
-0
/
+1
*
|
|
Check interfaces: when reading the public addresses file to create the vnn list
Ronnie Sahlberg
2011-09-06
1
-0
/
+1
|
/
/
*
|
Add a tunable "AllowClientDBAttach" with default value 1.
Michael Adam
2011-09-05
1
-0
/
+1
*
|
Logging: when we log stdout/stderr messages from eventscripts to the system ...
Ronnie Sahlberg
2011-08-26
1
-0
/
+1
*
|
LibCTDB : add support for getrecmode
Ronnie Sahlberg
2011-08-23
1
-0
/
+50
*
|
LibCTDB: add commands where an application can query how many commands are ac...
Ronnie Sahlberg
2011-08-23
1
-0
/
+39
|
/
*
libctdb: "ctdb_request_free" does not need the ctdb_connection parameter
Volker Lendecke
2011-08-22
1
-1
/
+1
*
Tests: Initial test code for LCP2 IP allocation algorithm.
Martin Schwenke
2011-07-29
1
-0
/
+33
*
IP allocation - add LCP2 algorithm.
Martin Schwenke
2011-07-29
1
-0
/
+1
*
ctdb_private.h: add record flag CTDB_REC_FLAG_AUTOMATIC
Michael Adam
2011-03-14
1
-0
/
+1
*
server: Use the ctdb_ltdb_store_server() in the ctdb daemon for non-persisten...
Michael Adam
2011-03-14
1
-0
/
+5
*
client: add accessor function ctdb_header_from_record_handle().
Michael Adam
2011-03-14
1
-0
/
+2
*
vacuum: add ctdb_local_schedule_for_deletion()
Michael Adam
2011-03-14
1
-0
/
+5
*
server: implement a new control SCHEDULE_FOR_DELETION to fill the delete_queue.
Michael Adam
2011-03-14
1
-0
/
+13
*
control: add a new control opcode CTDB_CONTROL_SCHEDULE_FOR_DELETION
Michael Adam
2011-03-14
1
-0
/
+1
*
control: add macro CHECK_CONTROL_MIN_DATA_SIZE.
Michael Adam
2011-03-14
1
-0
/
+8
*
Add a tunable VacuumFastPathCount.
Michael Adam
2011-03-14
1
-0
/
+1
*
Add a delete_queue to the ctdb database context struct.
Michael Adam
2011-03-14
1
-0
/
+1
*
add a new record flag CTDB_REC_FLAG_VACUUM_MIGRATED.
Michael Adam
2011-03-14
1
-0
/
+1
*
call: Move definition of call flags down to the definition of the flags field.
Michael Adam
2011-03-14
1
-2
/
+2
*
call: add new call flag CTDB_CALL_FLAG_VACUUM_MIGRATION
Michael Adam
2011-03-14
1
-0
/
+1
*
Deferred attach : at early startup, defer any db attach calls until we are ou...
Ronnie Sahlberg
2011-03-01
1
-1
/
+10
*
persistent: add ctdb_persistent_finish_trans3_commits().
Michael Adam
2011-02-24
1
-0
/
+2
*
persistent: add a ctdb_persistent_state member to the ctdb_db context.
Michael Adam
2011-02-24
1
-0
/
+1
*
Add two new flags for the ltdb header.
Ronnie Sahlberg
2011-02-18
1
-1
/
+3
*
Remove LACOUNT and LACCESSOR and migrate the records immediately.
Ronnie Sahlberg
2011-02-18
3
-10
/
+4
*
LockWait congestion.
Ronnie Sahlberg
2011-01-24
1
-0
/
+1
*
ctdb_lockwait: create overflow queue.
Rusty Russell
2011-01-24
1
-0
/
+2
*
LIBCTDB: add support for traverse
Ronnie Sahlberg
2011-01-14
3
-18
/
+62
*
Add ctdb_fork(0 which will fork a child process and drop the real-time
Ronnie Sahlberg
2011-01-11
1
-0
/
+1
[prev]
[next]