index
:
libassuan
LIBASSUAN-2.5-BRANCH
dkg-fix-T4641
gniibe/spawn
gniibe/t6236
gniibe/t6487
master
svn-import/libassuan-2.0.0
svn-import/pre-new-assuan-branch
A small library implementing the so-called Assuan protocol.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
assuan-socket.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-06-18
Add new socket flags "linger" and "reuseaddr".
Werner Koch
1
-0
/
+54
2023-07-24
socket: Don't call pre/post_syscall for bind.
NIIBE Yutaka
1
-3
/
+0
2023-07-20
Add _assuan_pre_syscall / _assuan_post_syscall to _assuan_sock_*.
NIIBE Yutaka
1
-12
/
+31
2023-05-17
w32: Cleaner semantics for PID and Process handle.
NIIBE Yutaka
1
-0
/
+2
2023-05-17
Fix comments.
NIIBE Yutaka
1
-1
/
+1
2023-05-08
Implement timeout in assuan_sock_connect_byname.
NIIBE Yutaka
1
-16
/
+41
2022-10-24
Fix an explanation for socket on Windows.
NIIBE Yutaka
1
-1
/
+1
2022-09-08
Silence compiler warnings.
NIIBE Yutaka
1
-2
/
+2
2022-08-31
Drop WindowsCE support.
NIIBE Yutaka
1
-2
/
+0
2022-04-08
Add assuan_sock_accept function.
NIIBE Yutaka
1
-0
/
+25
2022-04-06
w32: Store a flag if it's socket or not in Assuan CTX.
NIIBE Yutaka
1
-0
/
+1
2022-03-31
Fix internal socket API to be consistent for SOCKET.
NIIBE Yutaka
1
-6
/
+5
2021-03-09
Support Unicode when starting servers on Windows.
Werner Koch
1
-4
/
+4
2020-10-20
Support Unicode socket file names under Windows.
Werner Koch
1
-9
/
+5
2019-01-25
socks5: Fix compiler warning on Windows.
Werner Koch
1
-1
/
+1
2019-01-25
socks5: Implement timeout to detect bogus service.
NIIBE Yutaka
1
-0
/
+26
2018-11-08
socket: Use union for sockaddr access.
NIIBE Yutaka
1
-15
/
+21
2017-12-07
Allow change of system hooks for assuan_sock_...
NIIBE Yutaka
1
-0
/
+7
2017-11-15
Add an SPDX tag to all core files.
Werner Koch
1
-17
/
+18
2017-11-15
Fix the nanosleep case of __assuan_usleep.
Werner Koch
1
-0
/
+5
2017-09-06
Define INADDR_LOOPBACK if not defined.
NIIBE Yutaka
1
-0
/
+5
2016-09-04
EPROTO portability fix.
Ben Kibbey
1
-2
/
+2
2015-11-27
New feature to test for SOCKS5 proxy availability.
Werner Koch
1
-4
/
+24
2015-11-26
Do not use size_t with _assuan_read.
Werner Koch
1
-1
/
+1
2015-11-21
Also try port 9150 in Tor mode.
Werner Koch
1
-0
/
+10
2015-11-21
Fix windows build with mingw-w64 2.0.x
Andre Heinecke
1
-0
/
+24
2015-11-03
w32: Use assuan_fd_t with the new socket functions.
Werner Koch
1
-5
/
+6
2015-10-26
Support hostname based SOCKS5 connection.
Werner Koch
1
-15
/
+162
2015-10-18
Support SOCKS5 for assuan_sock_connect.
Werner Koch
1
-8
/
+232
2015-08-28
Support Cygwin local sockets.
Werner Koch
1
-57
/
+284
2015-06-30
Add assuan_sock_set_flag and assuan_sock_get_flag.
Werner Koch
1
-8
/
+57
2015-01-27
Fix WSAEADDRINUSE EADDRINUSE mismatch.
Werner Koch
1
-1
/
+1
2014-11-28
Do not allow LFs in the redirected name.
Werner Koch
1
-1
/
+8
2014-11-28
Implement socket file redirection.
Werner Koch
1
-22
/
+238
2011-02-03
Reroute all socket and connect through the nonce implemenation in assuan-sock...
Marcus Brinkmann
1
-10
/
+6
2010-11-01
Replace open/fdopen stuff by CreateFile et al.
Werner Koch
1
-21
/
+107
2010-11-01
2010-11-01 Marcus Brinkmann <
[email protected]
>
Marcus Brinkmann
1
-0
/
+4
2010-11-01
Changes to allow building the CE version with MSC.
Werner Koch
1
-7
/
+13
2010-01-28
Cleanups for W32CE.
Werner Koch
1
-2
/
+3
2010-01-22
Prepare for a port to WindowsCE.
Werner Koch
1
-17
/
+17
2009-12-08
2009-12-08 Marcus Brinkmann <
[email protected]
>
Marcus Brinkmann
1
-3
/
+3
2009-11-24
doc/
Marcus Brinkmann
1
-0
/
+1
2009-10-16
2009-10-16 Marcus Brinkmann <
[email protected]
>
Marcus Brinkmann
1
-39
/
+64
2009-08-26
2009-08-26 Marcus Brinkmann <
[email protected]
>
Marcus Brinkmann
1
-16
/
+19
2007-10-05
Map WSANOTINITIALIZED to ENOSYS.
Werner Koch
1
-2
/
+4
2007-10-05
2007-10-05 Marcus Brinkmann <
[email protected]
>
Marcus Brinkmann
1
-5
/
+42
2007-10-02
Add new API assuan_set_sock_nonce.
Werner Koch
1
-1
/
+4
2007-10-01
Add socket wrapper API.
Werner Koch
1
-58
/
+297
2007-09-25
Fixed a name clash in internal symbols used only under W32.
Werner Koch
1
-4
/
+12
2007-08-24
Preparing 1.0.3
Werner Koch
1
-1
/
+1
[next]