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-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
2019-08-20
libassuan.pc: Fix to have -I for Cflags and -L for Libs.
NIIBE Yutaka
1
-2
/
+2
2019-07-18
build: Use {CFLAGS,CPPFLAGS,LDFLAGS}_FOR_BUILD for helper programs.
Daniel Kahn Gillmor
1
-1
/
+2
2019-02-11
Release 2.5.3
libassuan-2.5.3
Werner Koch
3
-4
/
+4
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-12-13
Release 2.5.2
libassuan-2.5.2
Werner Koch
2
-3
/
+3
2018-11-14
libassuan.vers: Remove duplicates.
NIIBE Yutaka
1
-2
/
+0
2018-11-14
server: Don't call _assuan_waitpid on server side.
NIIBE Yutaka
2
-7
/
+6
2018-11-08
socket: Use union for sockaddr access.
NIIBE Yutaka
1
-15
/
+21
2018-11-02
build: Update gpg-error.m4 and libassuan.m4.
NIIBE Yutaka
1
-0
/
+1
2018-10-29
build: Update gpg-error.m4 and libassuan.m4.
NIIBE Yutaka
1
-9
/
+9
2018-10-26
libassuan.m4: Better backward compatibility support.
NIIBE Yutaka
1
-3
/
+15
2018-10-26
build: Fix libassuan.m4.
NIIBE Yutaka
1
-1
/
+1
2018-10-26
build: Fix previous commit.
NIIBE Yutaka
1
-0
/
+1
2018-10-26
build: Improve libassuan.m4.
NIIBE Yutaka
1
-4
/
+4
2018-10-25
build: Fix previous commit.
NIIBE Yutaka
1
-1
/
+1
2018-10-25
build: Relax requirements.
NIIBE Yutaka
1
-4
/
+10
2018-10-25
build: Use LIBASSUAN_CONFIG_LIBS (instead of LIB).
NIIBE Yutaka
2
-3
/
+3
2018-10-24
build: Fix libassuan.pc.
NIIBE Yutaka
1
-1
/
+1
2018-10-24
build: Fix previous commit.
NIIBE Yutaka
1
-2
/
+1
2018-10-24
build: Compatibility to pkg-config.
NIIBE Yutaka
1
-0
/
+10
2018-10-24
build: Make libassuan.m4 use gpg-error-config.
NIIBE Yutaka
1
-10
/
+10
2018-10-24
build: Provide libassuan.pc, generated by configure.
NIIBE Yutaka
3
-5
/
+21
2018-02-26
Silence two minor warning on Windows.
NIIBE Yutaka
2
-4
/
+2
2018-02-23
Fix previous commit.
NIIBE Yutaka
1
-2
/
+2
[prev]
[next]