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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Post release updates
HEAD
master
Werner Koch
2025-02-18
2
-1
/
+5
*
Release 3.0.2
libassuan-3.0.2
Werner Koch
2025-02-18
2
-2
/
+14
*
Put full commit id into VERSION.
Werner Koch
2025-02-18
6
-51
/
+73
*
w32: Enable "w32_error" for assuan_sock_get_flag.
NIIBE Yutaka
2024-12-16
4
-10
/
+17
*
w32: Fix errno for assuan_sock_bind failure.
NIIBE Yutaka
2024-12-13
1
-1
/
+1
*
Fix FreeBSD to set the pid of assuan_peercred_t.
Ben Kibbey
2024-09-16
2
-0
/
+14
*
Use socklen_t for the length of socket address.
NIIBE Yutaka
2024-07-11
3
-12
/
+15
*
Update date of libassuan.m4.
NIIBE Yutaka
2024-07-11
1
-1
/
+1
*
Fix typo in assuan.h.
NIIBE Yutaka
2024-07-11
1
-1
/
+1
*
libassuan.m4: Fix AC_DEFINE variable expansion.
Ben Kibbey
2024-07-06
1
-1
/
+1
*
Remove an declaration for an unused function
Werner Koch
2024-06-25
1
-3
/
+0
*
Post release updates
Werner Koch
2024-06-24
2
-1
/
+5
*
Release 3.0.1
libassuan-3.0.1
Werner Koch
2024-06-24
3
-3
/
+8
*
Post release updates
Werner Koch
2024-06-18
3
-5
/
+6
*
Release 3.0.0
libassuan-3.0.0
Werner Koch
2024-06-18
2
-7
/
+19
*
Add release targets
Werner Koch
2024-06-18
1
-1
/
+70
*
Update copyright notices
Werner Koch
2024-06-18
4
-24
/
+5
*
Add new socket flags "linger" and "reuseaddr".
Werner Koch
2024-06-18
1
-0
/
+54
*
Spell fix in gpg-error.m4 from GnuPG.
NIIBE Yutaka
2024-06-14
1
-1
/
+1
*
m4: Update gpg-error.m4.
NIIBE Yutaka
2024-06-13
1
-14
/
+23
*
libassuan.m4: Fix setting/using GPG_ERROR_CONFIG.
NIIBE Yutaka
2024-06-13
1
-9
/
+8
*
Always append the process identification to hello line.
Werner Koch
2024-06-07
1
-5
/
+0
*
Modify documentation for new release.
NIIBE Yutaka
2024-05-28
1
-4
/
+4
*
Fix the previous commit.
NIIBE Yutaka
2024-05-14
1
-1
/
+1
*
m4: Include _AM_PATH_GPGRT_CONFIG definition.
NIIBE Yutaka
2024-05-14
1
-2
/
+89
*
tests: Cleanup mention of removed variable
Andre Heinecke
2023-10-28
1
-1
/
+1
*
doc: Minor style fixes.
NIIBE Yutaka
2023-10-06
1
-4
/
+4
*
build: Change the default for --with-libtool-modification.
NIIBE Yutaka
2023-09-01
1
-2
/
+2
*
build: Update libtool-patch.sed from libgpg-error.
NIIBE Yutaka
2023-08-16
1
-18
/
+53
*
build: New configure option --with-libtool-modification.
NIIBE Yutaka
2023-08-08
4
-16
/
+74
*
Add NEWS entries for 2.5.6 from libassuan 2.5 branch.
NIIBE Yutaka
2023-08-04
1
-0
/
+13
*
Fix for v2 support: ASSUAN_REALLY_REQUIRE_V2_NPTH_SYSTEM_HOOKS
NIIBE Yutaka
2023-08-04
2
-13
/
+19
*
New function: assuan_control.
NIIBE Yutaka
2023-08-02
4
-0
/
+33
*
libassuan.m4: Allow use of libassuan 3 for API of version 2.
NIIBE Yutaka
2023-07-26
1
-1
/
+3
*
Update NEWS.
NIIBE Yutaka
2023-07-25
1
-0
/
+3
*
Add new pipe functions to control its server process.
NIIBE Yutaka
2023-07-24
7
-6
/
+77
*
socket: Don't call pre/post_syscall for bind.
NIIBE Yutaka
2023-07-24
1
-3
/
+0
*
build: Prepare release with API change.
NIIBE Yutaka
2023-07-24
1
-4
/
+4
*
Update NEWS.
NIIBE Yutaka
2023-07-21
1
-2
/
+8
*
Expose assuan_sock_accept function.
NIIBE Yutaka
2023-07-20
3
-0
/
+6
*
Add _assuan_pre_syscall / _assuan_post_syscall to _assuan_sock_*.
NIIBE Yutaka
2023-07-20
1
-12
/
+31
*
Support larger greeting message.
NIIBE Yutaka
2023-07-19
1
-1
/
+1
*
Next release will be 3.0
Werner Koch
2023-06-16
2
-4
/
+4
*
Flush data before clearing the confidential flag.
Werner Koch
2023-06-15
1
-1
/
+3
*
w32: Fix closing for non-socket HANDLE.
NIIBE Yutaka
2023-06-06
1
-9
/
+4
*
w32: Fix hello_line parsing for fd passing.
NIIBE Yutaka
2023-06-01
2
-1
/
+2
*
w32: Always include process information in HELLO.
NIIBE Yutaka
2023-05-31
1
-4
/
+23
*
w32: Fix error return for sending fd.
NIIBE Yutaka
2023-05-31
1
-6
/
+16
*
Allow use of global system hooks with API version 2.
NIIBE Yutaka
2023-05-24
2
-1
/
+7
*
doc: Update documentation for the method spawn and waitpid.
NIIBE Yutaka
2023-05-17
1
-2
/
+2
[next]