index
:
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
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ctdb
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
logging: Fix a bug in ringbuffer
Amitay Isaacs
2013-05-23
1
-36
/
+26
*
util: ctdb_fork() should call ctdb_set_child_info()
Martin Schwenke
2013-04-18
1
-0
/
+2
*
util: New functions ctdb_set_child_info() and ctdb_is_child_process()
Martin Schwenke
2013-04-18
1
-0
/
+22
*
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
*
common/io: For scheduling immediate events use tevent_schedule_immediate
Amitay Isaacs
2013-03-06
1
-11
/
+15
*
ctdbd: Add an index db for message list for faster searches
Amitay Isaacs
2013-03-06
1
-13
/
+192
*
common/io: Rewrite socket handling code to read all available data
Amitay Isaacs
2013-02-19
1
-68
/
+92
*
Logging: Fix breakage when freeing the log ringbuffer
Martin Schwenke
2013-02-07
2
-4
/
+13
*
Logging: Free the ringbuffer in child processes created with ctdb_fork()
Martin Schwenke
2013-02-05
1
-0
/
+3
*
Logging: New function ctdb_log_ringbuffer_free()
Martin Schwenke
2013-02-05
1
-1
/
+8
*
common: Don't lie on unimplemented gratuitous arp
Mathieu Parent
2013-01-22
4
-5
/
+5
*
common: FreeBSD+kFreeBSD: Implement get_process_name (same as in Linux)
Mathieu Parent
2013-01-22
2
-3
/
+30
*
common: Detailed platform-specific FIXME
Mathieu Parent
2013-01-22
4
-18
/
+22
*
recoverd: Add CTDB_SRVID_GETLOG and CTDB_SRVID_CLEARLOG
Martin Schwenke
2012-10-22
1
-4
/
+7
*
common: Add routines to get process and lock information
Amitay Isaacs
2012-10-20
5
-0
/
+250
*
common: Debug ctdb_addr_to_str() using new function ctdb_external_trace()
Martin Schwenke
2012-10-18
1
-0
/
+25
*
util: ctdb_fork() closes all sockets opened by the main daemon
Martin Schwenke
2012-10-05
1
-0
/
+18
*
util: Do not lock down memory when running with local daemons
Amitay Isaacs
2012-07-26
1
-1
/
+6
*
util: Do not try to lockdown memory when running in local daemons mode
Amitay Isaacs
2012-07-16
1
-1
/
+6
*
Add new command to find which interface is located on
Ronnie Sahlberg
2012-06-20
1
-0
/
+82
*
server: Replace BOOL datatype with bool, True/False with true/false
Amitay Isaacs
2012-05-28
1
-3
/
+3
*
Track all child process so we never send a signal to an unrelated process (ou...
Ronnie Sahlberg
2012-05-03
2
-18
/
+124
*
Remove explicit include of lib/tevent/tevent.h.
Amitay Isaacs
2012-04-13
10
-10
/
+0
*
LACOUNT: Add back lacount mechanism to defer migrating a fetched/read copy u...
Ronnie Sahlberg
2012-03-20
1
-0
/
+1
*
Merge branch 'master' of 10.1.1.27:/shared/ctdb/ctdb-master
Ronnie Sahlberg
2012-02-21
1
-0
/
+1
|
\
|
*
READONLY: only send a control to schedule fast-vacuuming from child context i...
Ronnie Sahlberg
2012-02-21
1
-0
/
+1
*
|
Add common/system_freebsd.c
Volker Lendecke
2012-02-13
1
-0
/
+371
*
|
FreeBSD does not define s6_addr32, only s6_addr
Volker Lendecke
2012-02-13
1
-1
/
+1
|
/
*
Add kFreeBSD support
Mathieu Parent
2012-01-31
1
-0
/
+364
*
explain why we use FIONREAD
Ronnie Sahlberg
2012-01-04
1
-0
/
+6
*
rb_tree: fix possible access-after-free-error in trbt_traversearray32_node
Michael Adam
2011-12-23
1
-4
/
+7
*
Return the peer_pid properly to the caller
Ronnie Sahlberg
2011-12-06
2
-2
/
+2
*
GNU/Hurd support
Mathieu Parent
2011-12-06
1
-0
/
+364
*
Move platform-specific code to common/system_*
Mathieu Parent
2011-12-06
2
-0
/
+23
*
system_linux: correctly cast sockaddr_in6 to sockaddr for sendto() in ctdb_sy...
Michael Adam
2011-11-26
1
-1
/
+3
*
system_linux: correctly cast sockaddr_in to sockaddr in ctdb_sys_send_tcp()
Michael Adam
2011-11-26
1
-1
/
+3
*
Move some common functions to common/ctdb_ltdb.c
Martin Schwenke
2011-11-11
1
-0
/
+37
*
Added some #ifndefs to stop files being included multiple times.
Martin Schwenke
2011-11-11
1
-2
/
+5
*
Clean up warnings: remove unused function dump_packet()
Martin Schwenke
2011-11-09
1
-15
/
+0
*
RB_TREE: Add mechanism to abort a traverse
Ronnie Sahlberg
2011-11-08
2
-19
/
+43
*
ReadOnly: Rename the function ctdb_ltdb_fetch_readonly() to ctdb_ltdb_fetch_w...
Ronnie Sahlberg
2011-09-13
1
-1
/
+1
*
Merge branch 'master-readonly-records' into foo
Ronnie Sahlberg
2011-09-12
1
-0
/
+80
|
\
|
*
ReadOnly: Add a ctdb_ltdb_fetch_readonly() helper function
Ronnie Sahlberg
2011-08-23
1
-0
/
+34
|
*
ReadOnly: Add helper functions to manipulate a TDB_DATA as a bitmap for nodes...
Ronnie Sahlberg
2011-08-23
1
-0
/
+46
*
|
Merge remote branch 'ddiss/master_pmda_and_client_timeouts'
Ronnie Sahlberg
2011-09-08
1
-2
/
+3
|
\
\
|
*
|
client: add req timeout argument to ctdb_cmdline_client
David Disseldorp
2011-09-06
1
-2
/
+3
|
|
/
[next]