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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-07
w32: Support fd passing through socket.
NIIBE Yutaka
2
-1
/
+29
2022-11-07
Use higher-layer assuan_transact for fdpassing.
NIIBE Yutaka
1
-74
/
+2
2022-11-07
w32: Support fd passing through pipe.
NIIBE Yutaka
2
-3
/
+35
2022-11-07
Show the pid of listening process in the hello line.
NIIBE Yutaka
1
-1
/
+1
2022-11-04
w32: Support sendfd/recvfd through pipe connection.
NIIBE Yutaka
4
-8
/
+91
2022-11-04
w32: Add SENDFD internal command.
NIIBE Yutaka
1
-0
/
+48
2022-11-04
client: Only call _assuan_waitpid when it's not socket.
NIIBE Yutaka
1
-1
/
+2
2022-11-01
build: Prefer gpgrt-config when available.
NIIBE Yutaka
1
-2
/
+2
2022-10-28
fdpassing using pipe works on Windows.
NIIBE Yutaka
3
-17
/
+33
2022-10-27
testing fdpassing.
NIIBE Yutaka
2
-10
/
+9
2022-10-25
w32: Fix make dist
Andre Heinecke
1
-1
/
+1
2022-10-24
Fix an explanation for socket on Windows.
NIIBE Yutaka
1
-1
/
+1
2022-10-20
experiment: New SENDFD command to implement sendfd feature.
NIIBE Yutaka
2
-0
/
+56
2022-10-14
experiment: Reliably send/recv fd passing, part 5/N.
NIIBE Yutaka
1
-21
/
+23
2022-10-14
experiment: Implement receving fd for Windows, part 4/N.
NIIBE Yutaka
3
-34
/
+168
2022-10-14
Remove debug printf.
NIIBE Yutaka
1
-6
/
+1
2022-10-13
Set ctx->pid even with TCP connection, useful for Windows.
NIIBE Yutaka
3
-3
/
+29
2022-10-12
experiment: sendfd/recvfd on Windows, part 2/N.
NIIBE Yutaka
3
-0
/
+20
2022-10-12
build: Remove WindowsCE support from mkheader.
NIIBE Yutaka
2
-30
/
+3
2022-10-12
experiment: sendfd/recvfd on Windows, part 1/N.
NIIBE Yutaka
1
-2
/
+42
2022-09-08
Silence compiler warnings.
NIIBE Yutaka
1
-2
/
+2
2022-08-31
Drop WindowsCE support.
NIIBE Yutaka
15
-3216
/
+5
2022-06-20
Fix the previous commit.
NIIBE Yutaka
1
-1
/
+1
2022-06-20
Don't access NULL by wipememory.
NIIBE Yutaka
1
-1
/
+1
2022-06-08
config: Remove 18 years unused variable
Jakub Jelen
1
-1
/
+0
2022-05-25
client: Handle inquiry from server with CONFIDENTIAL.
NIIBE Yutaka
3
-2
/
+16
2022-05-25
struct assuan_context_s: Move boolean fields to flags.
NIIBE Yutaka
6
-40
/
+39
2022-05-25
client: Wipe the inbound buffer when CONFIDENTIAL.
NIIBE Yutaka
1
-0
/
+2
2022-05-25
server,client: Wipe the outbound buffer when CONFIDENTIAL.
NIIBE Yutaka
1
-0
/
+2
2022-05-25
server: Wipe out the memory used by assuan_inquire if CONFIDENTIAL.
NIIBE Yutaka
1
-1
/
+7
2022-04-08
Add assuan_sock_accept function.
NIIBE Yutaka
2
-0
/
+27
2022-04-06
w32: Store a flag if it's socket or not in Assuan CTX.
NIIBE Yutaka
5
-34
/
+16
2022-04-05
Fix API break.
NIIBE Yutaka
3
-10
/
+20
2022-04-05
build: Remove unused putc_unlocked.c.
NIIBE Yutaka
1
-31
/
+0
2022-04-05
Take advantage of gpgrt_get_syscall_clamp function.
NIIBE Yutaka
5
-22
/
+179
2022-04-04
w32: Fix assuan_socket_connect_fd to be usable.
NIIBE Yutaka
5
-27
/
+16
2022-04-01
build: Better cross build support.
NIIBE Yutaka
1
-3
/
+3
2022-03-31
Fix internal socket API to be consistent for SOCKET.
NIIBE Yutaka
5
-34
/
+44
2022-03-31
build: When no gpg-error-config, not install libassuan-config.
NIIBE Yutaka
1
-0
/
+4
2022-03-31
Remove GNU Pth support.
NIIBE Yutaka
5
-162
/
+0
2022-03-29
w32: Fix definition of type to be generated into assuan.h.
NIIBE Yutaka
1
-0
/
+5
2021-03-22
Release 2.5.5.
libassuan-2.5.5
Werner Koch
2
-2
/
+2
2021-03-09
Support Unicode when starting servers on Windows.
Werner Koch
3
-21
/
+36
2020-11-17
m4: Update with newer autoconf constructs.
NIIBE Yutaka
1
-1
/
+2
2020-11-12
Fix crash when logging.
Ben Kibbey
1
-1
/
+1
2020-10-23
Release 2.5.4
libassuan-2.5.4
Werner Koch
3
-3
/
+3
2020-10-20
Support Unicode socket file names under Windows.
Werner Koch
2
-10
/
+6
2020-02-25
build: Use Requires.private and Libs.private.
NIIBE Yutaka
1
-1
/
+2
2019-11-27
w32: Fix bad-function-cast warning.
Werner Koch
1
-0
/
+7
2019-11-27
doc: Minor comment cleanup and beautification.
Werner Koch
2
-63
/
+81
[next]