Age | Commit message (Expand) | Author | Files | Lines |
2010-08-31 | s3: messaging_ctdbd_init potentially modifies my_vnn | Volker Lendecke | 1 | -0/+1 |
2010-08-28 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2010-08-26 | s3-build: use dbwrap.h only where needed. | Günther Deschner | 1 | -0/+1 |
2010-07-05 | s3: Add messaging_server_id | Volker Lendecke | 1 | -0/+5 |
2010-07-04 | s3: Re-initialize the server_id in messaging_reinit | Volker Lendecke | 1 | -1/+4 |
2010-03-10 | s3: Fix a long-standing problem with recycled PIDs | Volker Lendecke | 1 | -14/+7 |
2009-03-10 | fixed a bug in message handling for code the change notify code | Andrew Tridgell | 1 | -2/+16 |
2009-01-20 | s3:messaging: also recreate the local messaging backend in messaging_reinit() | Stefan Metzmacher | 1 | -3/+11 |
2008-06-26 | messages: bump debug level to 1 for "messaging_ctdb_init failed". | Michael Adam | 1 | -2/+2 |
2008-04-12 | messaging: add FLAG_MSG_DBWRAP message class flag | Stefan Metzmacher | 1 | -0/+2 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r24032: It helps testing tremendously if the cluster messaging actually sends | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23410: Merge the core of the cluster code. | Volker Lendecke | 1 | -0/+41 |
2007-10-10 | r23343: Fix error return | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a bit different from your bzr | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23171: Convert connections.tdb to dbwrap | Volker Lendecke | 1 | -14/+8 |
2007-10-10 | r23117: Factor out local messaging. | Volker Lendecke | 1 | -399/+26 |
2007-10-10 | r23112: Trim down the message.c API slightly: The messages_pending_for_pid is... | Volker Lendecke | 1 | -56/+41 |
2007-10-10 | r23077: Minor cleanup | Volker Lendecke | 1 | -4/+0 |
2007-10-10 | r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm | Volker Lendecke | 1 | -330/+267 |
2007-10-10 | r23025: Some logic simplifications | Volker Lendecke | 1 | -29/+27 |
2007-10-10 | r23024: Ok, neither the duplicates_allowed nor the timeout argument to | Volker Lendecke | 1 | -112/+12 |
2007-10-10 | r23023: Get rid of the only caller of message_send_pid_with_timeout(). This r... | Volker Lendecke | 1 | -10/+0 |
2007-10-10 | r23022: Reformatting | Volker Lendecke | 1 | -37/+47 |
2007-10-10 | r23015: Make message_(de)register static to messages.c | Volker Lendecke | 1 | -7/+13 |
2007-10-10 | r22934: Change smbcontrol to use messaging_register instead of message_register | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r22911: Pass a messaging_context to message_send_all | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r22910: Make message_send_pid static to messages.c | Volker Lendecke | 1 | -16/+9 |
2007-10-10 | r22908: All callers of message_init now also call messaging_init. Unify those. | Volker Lendecke | 1 | -1/+8 |
2007-10-10 | r22868: Replace some message_send_pid calls with messaging_send_pid calls. More | Volker Lendecke | 1 | -1/+19 |
2007-10-10 | r22846: Chunk one to replace message_send_pid with messaging_send: Deep inside | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22761: This introduces lib/conn_tdb.c with two main functions: connections_t... | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p... | Volker Lendecke | 1 | -18/+16 |
2007-10-10 | r22276: Fix name -> servicename in messages.c | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r22096: become_root_uid_only() is unneeded - it's only used in | Jeremy Allison | 1 | -2/+7 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r21723: Make use of the per-hashchain "freelists" | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r21115: notify_internal.c needs to remove the table entry if a process has cr... | Volker Lendecke | 1 | -38/+62 |
2007-10-10 | r21081: Add forgotten function | Volker Lendecke | 1 | -0/+11 |
2007-10-10 | r21076: Two pieces of infrastructure from Samba4: An API-compatible messaging... | Volker Lendecke | 1 | -0/+121 |
2007-10-10 | r21064: The core of this patch is | Volker Lendecke | 1 | -5/+12 |
2007-10-10 | r20174: If we're only going to call one handler per message | Jeremy Allison | 1 | -4/+4 |
2007-10-10 | r20165: Change messaging subsystem to only allow one message | Jeremy Allison | 1 | -3/+11 |
2007-10-10 | r20160: Fix long-standing (ie. from initial code I think) bug | Jeremy Allison | 1 | -2/+5 |
2007-10-10 | r17316: More C++ warnings -- 456 left | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r17294: Make the code a little cleaner. Instead of using the two | Jeremy Allison | 1 | -7/+4 |
2007-10-10 | r17293: After the results from the cluster tests in Germany, | Jeremy Allison | 1 | -4/+24 |
2007-10-10 | r17231: Some patch cosmetics | Volker Lendecke | 1 | -1/+1 |