summaryrefslogtreecommitdiffstats
path: root/ctdb/common
Commit message (Expand)AuthorAgeFilesLines
* logging: Fix a bug in ringbufferAmitay Isaacs2013-05-231-36/+26
* util: ctdb_fork() should call ctdb_set_child_info()Martin Schwenke2013-04-181-0/+2
* util: New functions ctdb_set_child_info() and ctdb_is_child_process()Martin Schwenke2013-04-181-0/+22
* 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
* common/io: For scheduling immediate events use tevent_schedule_immediateAmitay Isaacs2013-03-061-11/+15
* ctdbd: Add an index db for message list for faster searchesAmitay Isaacs2013-03-061-13/+192
* common/io: Rewrite socket handling code to read all available dataAmitay Isaacs2013-02-191-68/+92
* Logging: Fix breakage when freeing the log ringbufferMartin Schwenke2013-02-072-4/+13
* Logging: Free the ringbuffer in child processes created with ctdb_fork()Martin Schwenke2013-02-051-0/+3
* Logging: New function ctdb_log_ringbuffer_free()Martin Schwenke2013-02-051-1/+8
* common: Don't lie on unimplemented gratuitous arpMathieu Parent2013-01-224-5/+5
* common: FreeBSD+kFreeBSD: Implement get_process_name (same as in Linux)Mathieu Parent2013-01-222-3/+30
* common: Detailed platform-specific FIXMEMathieu Parent2013-01-224-18/+22
* recoverd: Add CTDB_SRVID_GETLOG and CTDB_SRVID_CLEARLOGMartin Schwenke2012-10-221-4/+7
* common: Add routines to get process and lock informationAmitay Isaacs2012-10-205-0/+250
* common: Debug ctdb_addr_to_str() using new function ctdb_external_trace()Martin Schwenke2012-10-181-0/+25
* util: ctdb_fork() closes all sockets opened by the main daemonMartin Schwenke2012-10-051-0/+18
* util: Do not lock down memory when running with local daemonsAmitay Isaacs2012-07-261-1/+6
* util: Do not try to lockdown memory when running in local daemons modeAmitay Isaacs2012-07-161-1/+6
* Add new command to find which interface is located onRonnie Sahlberg2012-06-201-0/+82
* server: Replace BOOL datatype with bool, True/False with true/falseAmitay Isaacs2012-05-281-3/+3
* Track all child process so we never send a signal to an unrelated process (ou...Ronnie Sahlberg2012-05-032-18/+124
* Remove explicit include of lib/tevent/tevent.h.Amitay Isaacs2012-04-1310-10/+0
* LACOUNT: Add back lacount mechanism to defer migrating a fetched/read copy u...Ronnie Sahlberg2012-03-201-0/+1
* Merge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb-masterRonnie Sahlberg2012-02-211-0/+1
|\
| * READONLY: only send a control to schedule fast-vacuuming from child context i...Ronnie Sahlberg2012-02-211-0/+1
* | Add common/system_freebsd.cVolker Lendecke2012-02-131-0/+371
* | FreeBSD does not define s6_addr32, only s6_addrVolker Lendecke2012-02-131-1/+1
|/
* Add kFreeBSD supportMathieu Parent2012-01-311-0/+364
* explain why we use FIONREADRonnie Sahlberg2012-01-041-0/+6
* rb_tree: fix possible access-after-free-error in trbt_traversearray32_nodeMichael Adam2011-12-231-4/+7
* Return the peer_pid properly to the callerRonnie Sahlberg2011-12-062-2/+2
* GNU/Hurd supportMathieu Parent2011-12-061-0/+364
* Move platform-specific code to common/system_*Mathieu Parent2011-12-062-0/+23
* system_linux: correctly cast sockaddr_in6 to sockaddr for sendto() in ctdb_sy...Michael Adam2011-11-261-1/+3
* system_linux: correctly cast sockaddr_in to sockaddr in ctdb_sys_send_tcp()Michael Adam2011-11-261-1/+3
* Move some common functions to common/ctdb_ltdb.cMartin Schwenke2011-11-111-0/+37
* Added some #ifndefs to stop files being included multiple times.Martin Schwenke2011-11-111-2/+5
* Clean up warnings: remove unused function dump_packet()Martin Schwenke2011-11-091-15/+0
* RB_TREE: Add mechanism to abort a traverseRonnie Sahlberg2011-11-082-19/+43
* ReadOnly: Rename the function ctdb_ltdb_fetch_readonly() to ctdb_ltdb_fetch_w...Ronnie Sahlberg2011-09-131-1/+1
* Merge branch 'master-readonly-records' into fooRonnie Sahlberg2011-09-121-0/+80
|\
| * ReadOnly: Add a ctdb_ltdb_fetch_readonly() helper functionRonnie Sahlberg2011-08-231-0/+34
| * ReadOnly: Add helper functions to manipulate a TDB_DATA as a bitmap for nodes...Ronnie Sahlberg2011-08-231-0/+46
* | Merge remote branch 'ddiss/master_pmda_and_client_timeouts'Ronnie Sahlberg2011-09-081-2/+3
|\ \
| * | client: add req timeout argument to ctdb_cmdline_clientDavid Disseldorp2011-09-061-2/+3
| |/