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
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-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-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
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ctdb
/
common
/
ctdb_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-01
Fix starvation of pending writes in CTDB queues
Xavi Hernandez
1
-6
/
+11
2019-11-08
ctdb: Use TALLOC_FREE() in a few places
Volker Lendecke
1
-6
/
+3
2019-08-14
ctdb-common: Return value of ctdb_queue_length() should be unsigned
Martin Schwenke
1
-1
/
+1
2019-02-22
ctdb: buffer write beyond limits
Swen Schillig
1
-1
/
+12
2018-12-07
ctdb: Adding memory pool for queue callback
Swen Schillig
1
-1
/
+8
2018-12-07
ctdb: Introduce buffer.offset to avoid memmove
Swen Schillig
1
-16
/
+39
2018-08-18
ctdb: calculate queue input buffer size correctly
Swen Schillig
1
-10
/
+19
2018-08-18
ctdb: Replace calculation of bytes to read from socket by MIN() macro
Swen Schillig
1
-5
/
+1
2018-08-06
ctdb: remove queue destructor as it isn't needed anymore
Swen Schillig
1
-13
/
+0
2018-06-22
ctdb-common: replace talloc / memcpy by talloc_memdup
Swen Schillig
1
-3
/
+2
2017-10-05
ctdb-common: Do not queue a packet if queue does not have valid fd
Amitay Isaacs
1
-0
/
+5
2016-11-29
ctdb-common: Drop CTDB's copy of sys_read() and sys_write()
Martin Schwenke
1
-1
/
+1
2016-07-28
ctdb-daemon: Add QueueBufferSize tunable
Amitay Isaacs
1
-6
/
+13
2016-02-06
dlist: remove unneeded type argument from DLIST_ADD_END()
Michael Adam
1
-1
/
+1
2015-11-16
ctdb-common: Replace ctdb_logging.h with common/logging.h
Amitay Isaacs
1
-1
/
+1
2015-11-04
ctdb-daemon: Rename struct ctdb_req_control to ctdb_req_control_old
Amitay Isaacs
1
-1
/
+1
2015-11-04
ctdb-daemon: Rename struct ctdb_req_message to ctdb_req_message_old
Amitay Isaacs
1
-1
/
+1
2015-10-30
ctdb-daemon: Separate prototypes for common client/server functions
Amitay Isaacs
1
-0
/
+1
2015-10-30
ctdb-daemon: Remove dependency on includes.h
Amitay Isaacs
1
-6
/
+12
2015-10-30
ctdb-daemon: Stop using tevent compatibility definitions
Amitay Isaacs
1
-9
/
+10
2015-10-30
ctdb-daemon: Separate prototypes for system specific functions
Amitay Isaacs
1
-0
/
+2
2015-02-24
ctdb-io: Do not use sys_write to write to client sockets
Amitay Isaacs
1
-3
/
+3
2014-08-21
ctdb: Use sys_read() and sys_write() to ensure correct signal interaction
Martin Schwenke
1
-4
/
+6
2014-07-22
ctdb: Fix verbose_memory_names
Volker Lendecke
1
-1
/
+1
2014-07-22
ctdb: Avoid a talloc in ctdb_queue_send
Volker Lendecke
1
-3
/
+6
2013-08-22
common/io: Limit the queue buffer size for fair scheduling via tevent
Amitay Isaacs
1
-12
/
+31
2013-08-22
Revert "common/io: Keep queue buffer size multiple of 4K"
Amitay Isaacs
1
-22
/
+6
2013-08-09
common/io: Keep queue buffer size multiple of 4K
Amitay Isaacs
1
-6
/
+22
2013-06-14
build: Fix tdb.h path to enable building with system TDB library
Mathieu Parent
1
-1
/
+1
2013-03-06
common/io: For scheduling immediate events use tevent_schedule_immediate
Amitay Isaacs
1
-11
/
+15
2013-02-19
common/io: Rewrite socket handling code to read all available data
Amitay Isaacs
1
-68
/
+92
2012-04-13
Remove explicit include of lib/tevent/tevent.h.
Amitay Isaacs
1
-1
/
+0
2012-01-04
explain why we use FIONREAD
Ronnie Sahlberg
1
-0
/
+6
2011-11-09
Clean up warnings: remove unused function dump_packet()
Martin Schwenke
1
-15
/
+0
2011-08-05
io: Make queue_io_read() safe for reentry
David Disseldorp
1
-74
/
+63
2010-08-18
event: Update events to latest Samba version 0.9.8
Rusty Russell
1
-2
/
+3
2010-07-01
Report client for queue errors.
Rusty Russell
1
-16
/
+43
2010-05-20
libctdb: reorganize headers: remove ctdb.h, add ctdb_client.h and ctdb_protoc...
Rusty Russell
1
-1
/
+1
2010-02-09
ctdb: migrate to new dlinklist.h from Samba
Andrew Tridgell
1
-4
/
+3
2010-02-04
ctdb: move ctdb_io.c to use TLIST_*() macros
Andrew Tridgell
1
-21
/
+6
2010-02-04
We only queued up to 1000 packets per queue before we start dropping
Ronnie Sahlberg
1
-1
/
+18
2009-12-02
ctdb_io: fix use-after-free on invalid packets
Rusty Russell
1
-1
/
+19
2009-10-26
Suggestion from Volker,
Ronnie Sahlberg
1
-6
/
+5
2009-10-21
When clients have blocked, perhaps because the node is banned or stopped ...
Ronnie Sahlberg
1
-0
/
+10
2008-04-01
add improvements to tracking memory usage in ctdbd adn the recovery daemon
Ronnie Sahlberg
1
-1
/
+1
2008-04-01
from tridge: decorate dumpmemory output so that packets that are queued show ...
Ronnie Sahlberg
1
-0
/
+23
2008-02-04
merge from ronnie
Andrew Tridgell
1
-5
/
+5
2007-07-10
update lib/replace from samba4
Andrew Tridgell
1
-3
/
+2
2007-05-31
ctdb is GPL not LGPL
Andrew Tridgell
1
-12
/
+12
2007-05-29
fixed more warnings on 64 bit boxes
Andrew Tridgell
1
-2
/
+2
[next]