summaryrefslogtreecommitdiffstats
path: root/ctdb/common/ctdb_message.c
Commit message (Expand)AuthorAgeFilesLines
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* 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
* ctdbd: Add an index db for message list for faster searchesAmitay Isaacs2013-03-061-13/+192
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-131-1/+0
* event: Update events to latest Samba version 0.9.8Rusty Russell2010-08-181-1/+1
* rename ctdb_message_fn_t to ctdb_msg_fn_t to avoid a conflict with the type o...Ronnie Sahlberg2010-06-021-1/+1
* When we dispatch a message to a handler, pass the data as a real talloc objec...Ronnie Sahlberg2009-07-021-1/+1
* update lib/replace from samba4Andrew Tridgell2007-07-101-3/+2
* start splitting the code into separate client and server piecesAndrew Tridgell2007-06-071-76/+0
* clean out some more cruftAndrew Tridgell2007-06-051-1/+1
* ctdb is GPL not LGPLAndrew Tridgell2007-05-311-12/+12
* fixed more warnings on 64 bit boxesAndrew Tridgell2007-05-291-1/+2
* - changed the REQ_REGISTER PDU to be a controlAndrew Tridgell2007-05-041-1/+17
* first version of traverse is workingAndrew Tridgell2007-05-031-1/+1
* changed the way set_call and attach are done so that you can safelyAndrew Tridgell2007-04-301-21/+1
* factor out the packet allocation codeAndrew Tridgell2007-04-281-9/+2
* add a generation field to the pdu header.Ronnie Sahlberg2007-04-281-0/+1
* make srvid 64 bits instead of 32 bitsRonnie Sahlberg2007-04-281-6/+6
* merge from tridgeRonnie Sahlberg2007-04-271-2/+0
* add a special VNN that means "all" nodes so that a message can be Ronnie Sahlberg2007-04-271-10/+25
* minor debug changesAndrew Tridgell2007-04-201-1/+1
* more DEBUG() callsAndrew Tridgell2007-04-171-2/+3
* - removed the non-daemon mode from ctdb, in order to simplify theAndrew Tridgell2007-04-171-12/+0
* merge CTDB_SRVID_ALL patch from Samba4Andrew Tridgell2007-04-161-1/+1
* - fix includes to work in both samba4 and ctdb standaloneAndrew Tridgell2007-04-161-1/+1
* private -> private_data for samba3Andrew Tridgell2007-04-131-4/+4
* initial support for two new pdus for the domain socket to do fetch_lockRonnie sahlberg2007-04-121-1/+1
* fixed sending messages to ourselves in non-daemon modeAndrew Tridgell2007-04-111-10/+69
* merge from ronnie, plus complete the client side of inter-node messagingAndrew Tridgell2007-04-111-3/+25
|\
| * add a test that sends messages between clients connected to the same ctdbRonnie sahlberg2007-04-111-8/+60
| |\ | |/ |/|
* | partially completed work towards full messaging system which will work in bot...Andrew Tridgell2007-04-111-5/+27
|/
* - add --daemon flag to ctdb_fetch test codeAndrew Tridgell2007-04-111-1/+1
* fixed a bunch of memory leaksAndrew Tridgell2007-04-071-2/+1
* added a magic header for wireshark and packet version infoAndrew Tridgell2007-04-061-0/+2
* changed ctdb_bench.c to use messages instead of callsAndrew Tridgell2007-02-091-1/+2
* merged ctdb messaging code from samba4Andrew Tridgell2007-02-091-0/+91