index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
unix_msg
/
unix_msg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: Move "iov_buf.[ch]" to lib/util
Volker Lendecke
2015-02-24
1
-1
/
+1
*
unix_msg: remove cookie from unix_msg_init
Volker Lendecke
2015-02-13
1
-2
/
+2
*
unix_msg: Fix 80-line formatting
Volker Lendecke
2015-01-09
1
-2
/
+4
*
lib: Use msghdr_prep_recv_fds in unix_msg
Volker Lendecke
2015-01-06
1
-7
/
+4
*
lib: Use msghdr_extract_fds in unix_msg
Volker Lendecke
2015-01-06
1
-56
/
+19
*
lib: Use msghdr in unix_msg
Volker Lendecke
2015-01-06
1
-120
/
+59
*
lib: unix_dgram_msg does not need "num_fds"
Volker Lendecke
2015-01-06
1
-2
/
+0
*
lib: Use iov_buf in unix_msg
Volker Lendecke
2014-12-09
1
-23
/
+2
*
messaging3: Fix sending large messages on FreeBSD
Volker Lendecke
2014-11-24
1
-0
/
+4
*
unix_msg: Reformat unix_dgram_send a bit
Volker Lendecke
2014-11-24
1
-1
/
+3
*
s3: lib, s3: modules: Fix compilation on Solaris.
Jeremy Allison
2014-10-06
1
-9
/
+10
*
s3:unix_msg: close the fds in unix_dgram_recv_handler() after the callback ha...
Michael Adam
2014-09-30
1
-0
/
+6
*
s3:unix_msg: don't fill cmsg buffer in unix_dgram_send_job()
Michael Adam
2014-09-30
1
-66
/
+61
*
s3:unix_msg: add close_fd_array_cmsg()
Michael Adam
2014-09-30
1
-0
/
+13
*
s3:unix_msg: factor extract_fd_array_from_msghdr() out of unix_dgram_recv_han...
Michael Adam
2014-09-30
1
-19
/
+27
*
s3:unix_msg: simplify queue_msg() by moving space calculations up.
Michael Adam
2014-09-30
1
-19
/
+17
*
s3:unix_msg: use an iov in unix_dgram_msg/queue_msg instead of buffer and length
Michael Adam
2014-09-30
1
-10
/
+12
*
s3:unix_msg: rename a variable buflen->data_len in queue_msg()
Michael Adam
2014-09-30
1
-6
/
+6
*
s3:unix_msg: use a buffer pointer instead of array indexes for the iov buffer
Michael Adam
2014-09-30
1
-4
/
+7
*
s3:unix_msg: remember errno in unix_dgram_send_job in case of send error.
Michael Adam
2014-09-30
1
-0
/
+4
*
s3:unix_msg: don't close the fd-array at the end of unix_dgram_send_job()
Michael Adam
2014-09-30
1
-2
/
+0
*
s3:unix_msg: add "close_fds" exit point to unix_msg_recv()
Michael Adam
2014-09-30
1
-10
/
+10
*
s3:unix_msg: fix a tab<->space mixup in unix_msg_recv()
Michael Adam
2014-09-27
1
-1
/
+1
*
s3:unix_msg: add fds-array to unix_msg_send() for fd passing
Michael Adam
2014-09-24
1
-4
/
+26
*
s3:unix_msg: pass the fd array to the unix_msg recv_callback function
Stefan Metzmacher
2014-09-24
1
-5
/
+9
*
s3:unix_msg: add fds-array to unix_dgram_send() for fd-passing
Michael Adam
2014-09-24
1
-12
/
+161
*
s3:unix_msg: pass the fd array to the unix_dgram recv_callback function
Stefan Metzmacher
2014-09-24
1
-7
/
+13
*
s3:unix_msg: read fds from recvmsg in unix_dgram_recv_handler()
Michael Adam
2014-09-24
1
-3
/
+52
*
s3:unix_msg: add close_fd_array()
Stefan Metzmacher
2014-09-24
1
-0
/
+14
*
s3:unix_msg: use sendmsg() in unix_dgram_send_job()
Stefan Metzmacher
2014-09-24
1
-3
/
+11
*
Remove a few #ifdef EWOULDBLOCk
Volker Lendecke
2014-09-18
1
-6
/
+0
*
unix_msg: simplify unix_msg_send
Volker Lendecke
2014-07-28
1
-12
/
+5
*
unix_msg: Use struct initializers
Volker Lendecke
2014-07-28
1
-32
/
+32
*
unix_msg: Use empty arrays in structs
Volker Lendecke
2014-07-28
1
-3
/
+3
*
unix_msg: Lift sockaddr_un handling from unix_msg_send
Volker Lendecke
2014-06-18
1
-12
/
+3
*
unix_msg: Lift sockaddr_un handling from unix_msg_init
Volker Lendecke
2014-06-18
1
-16
/
+4
*
unix_msg: Lift sockaddr_un handling from unix_dgram_send
Volker Lendecke
2014-06-18
1
-19
/
+17
*
unix_msg: Lift sockaddr_un handling from unix_dgram_send_queue_init
Volker Lendecke
2014-06-18
1
-13
/
+7
*
unix_msg: Lift sockaddr_un handling from unix_dgram_init
Volker Lendecke
2014-06-18
1
-16
/
+23
*
s3:messaging: protect use of msg_control with HAVE_STRUCT_MSGHDR_MSG_CONTROL
Michael Adam
2014-06-03
1
-0
/
+4
*
s3:messaging: change unix_dgram_recv_handler() to use recvmsg, not recv
Michael Adam
2014-05-30
1
-1
/
+15
*
unix_msg: Simplify unix_msg_send a bit
Volker Lendecke
2014-05-24
1
-3
/
+2
*
lib: Add unix_msg
Volker Lendecke
2014-04-23
1
-0
/
+858