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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
4
-13
/
+38
*
s3:unix_msg: pass the fd array to the unix_msg recv_callback function
Stefan Metzmacher
2014-09-24
4
-5
/
+14
*
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
4
-21
/
+16
*
unix_msg: Lift sockaddr_un handling from unix_msg_init
Volker Lendecke
2014-06-18
4
-35
/
+30
*
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: Enhance poll_funcs_tevent for multiple tevent_contexts
Volker Lendecke
2014-05-08
3
-12
/
+38
*
lib: Add unix_msg
Volker Lendecke
2014-04-23
6
-0
/
+1357