index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ctdb
/
common
/
ctdb_message.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdb-daemon: Replace ctdb_message with srvid abstraction
Amitay Isaacs
2015-10-07
1
-286
/
+0
*
build: Fix tdb.h path to enable building with system TDB library
Mathieu Parent
2013-06-14
1
-1
/
+1
*
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
*
ctdbd: Add an index db for message list for faster searches
Amitay Isaacs
2013-03-06
1
-13
/
+192
*
Remove explicit include of lib/tevent/tevent.h.
Amitay Isaacs
2012-04-13
1
-1
/
+0
*
event: Update events to latest Samba version 0.9.8
Rusty Russell
2010-08-18
1
-1
/
+1
*
rename ctdb_message_fn_t to ctdb_msg_fn_t to avoid a conflict with the type o...
Ronnie Sahlberg
2010-06-02
1
-1
/
+1
*
When we dispatch a message to a handler, pass the data as a real talloc objec...
Ronnie Sahlberg
2009-07-02
1
-1
/
+1
*
update lib/replace from samba4
Andrew Tridgell
2007-07-10
1
-3
/
+2
*
start splitting the code into separate client and server pieces
Andrew Tridgell
2007-06-07
1
-76
/
+0
*
clean out some more cruft
Andrew Tridgell
2007-06-05
1
-1
/
+1
*
ctdb is GPL not LGPL
Andrew Tridgell
2007-05-31
1
-12
/
+12
*
fixed more warnings on 64 bit boxes
Andrew Tridgell
2007-05-29
1
-1
/
+2
*
- changed the REQ_REGISTER PDU to be a control
Andrew Tridgell
2007-05-04
1
-1
/
+17
*
first version of traverse is working
Andrew Tridgell
2007-05-03
1
-1
/
+1
*
changed the way set_call and attach are done so that you can safely
Andrew Tridgell
2007-04-30
1
-21
/
+1
*
factor out the packet allocation code
Andrew Tridgell
2007-04-28
1
-9
/
+2
*
add a generation field to the pdu header.
Ronnie Sahlberg
2007-04-28
1
-0
/
+1
*
make srvid 64 bits instead of 32 bits
Ronnie Sahlberg
2007-04-28
1
-6
/
+6
*
merge from tridge
Ronnie Sahlberg
2007-04-27
1
-2
/
+0
*
add a special VNN that means "all" nodes so that a message can be
Ronnie Sahlberg
2007-04-27
1
-10
/
+25
*
minor debug changes
Andrew Tridgell
2007-04-20
1
-1
/
+1
*
more DEBUG() calls
Andrew Tridgell
2007-04-17
1
-2
/
+3
*
- removed the non-daemon mode from ctdb, in order to simplify the
Andrew Tridgell
2007-04-17
1
-12
/
+0
*
merge CTDB_SRVID_ALL patch from Samba4
Andrew Tridgell
2007-04-16
1
-1
/
+1
*
- fix includes to work in both samba4 and ctdb standalone
Andrew Tridgell
2007-04-16
1
-1
/
+1
*
private -> private_data for samba3
Andrew Tridgell
2007-04-13
1
-4
/
+4
*
initial support for two new pdus for the domain socket to do fetch_lock
Ronnie sahlberg
2007-04-12
1
-1
/
+1
*
fixed sending messages to ourselves in non-daemon mode
Andrew Tridgell
2007-04-11
1
-10
/
+69
*
merge from ronnie, plus complete the client side of inter-node messaging
Andrew Tridgell
2007-04-11
1
-3
/
+25
|
\
|
*
add a test that sends messages between clients connected to the same ctdb
Ronnie sahlberg
2007-04-11
1
-8
/
+60
|
|
\
|
|
/
|
/
|
*
|
partially completed work towards full messaging system which will work in bot...
Andrew Tridgell
2007-04-11
1
-5
/
+27
|
/
*
- add --daemon flag to ctdb_fetch test code
Andrew Tridgell
2007-04-11
1
-1
/
+1
*
fixed a bunch of memory leaks
Andrew Tridgell
2007-04-07
1
-2
/
+1
*
added a magic header for wireshark and packet version info
Andrew Tridgell
2007-04-06
1
-0
/
+2
*
changed ctdb_bench.c to use messages instead of calls
Andrew Tridgell
2007-02-09
1
-1
/
+2
*
merged ctdb messaging code from samba4
Andrew Tridgell
2007-02-09
1
-0
/
+91