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
2015-01-30
w32: Use -static-libgcc to avoid linking to libgcc_s_sjlj-1.dll.
Werner Koch
1
-0
/
+4
2015-01-28
Require the use of automake 1.14
Werner Koch
1
-1
/
+1
2015-01-28
w32: Fix assuan_connect_fd
Werner Koch
1
-10
/
+21
2015-01-28
Fix gcc warning about unused values.
Werner Koch
1
-23
/
+24
2015-01-27
Fix WSAEADDRINUSE EADDRINUSE mismatch.
Werner Koch
2
-3
/
+5
2015-01-27
Comment updates
Werner Koch
1
-14
/
+16
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
5
-22
/
+244
2014-11-07
w32: Remove I/O delays due to our 100ms delay after an EAGAIN.
Werner Koch
2
-0
/
+46
2014-08-17
Release 2.1.2.
libassuan-2.1.2
Werner Koch
1
-1
/
+1
2014-08-17
Update copyright info
Werner Koch
2
-4
/
+4
2014-08-17
Fix possible segv in a call to _assuan_debug.
Werner Koch
1
-1
/
+1
2014-06-30
Avoid a vasprintf call if tracing has not been enabled.
Werner Koch
1
-12
/
+16
2014-04-16
Fix NULL deref when tracing is enabled and malloc fails.
Werner Koch
2
-7
/
+12
2013-06-19
Changes to support W64.
Werner Koch
2
-8
/
+11
2013-02-22
Add assuan_check_version and ASSUAN_VERSION_NUMBER.
Werner Koch
6
-22
/
+144
2013-02-22
w32: Fix header inclusion order for newer toolchain.
Werner Koch
1
-13
/
+12
2013-02-22
Beautify the BUILD_TIMESTAMP and put it into the binary.
Werner Koch
1
-1
/
+3
2013-02-22
w32ce: Adjust to changed API and make it build again.
Werner Koch
1
-22
/
+22
2013-02-22
Modernize release version management.
Werner Koch
1
-3
/
+3
2013-02-07
Make assuan_transact more robust against inquiry errors.
Werner Koch
1
-10
/
+19
2012-11-26
Check for getpeerucred().
Ben Kibbey
1
-5
/
+21
2012-11-21
Support LOCAL_PEEREID (NetBSD) and getpeereid() (FreeBSD)
Ben Kibbey
1
-0
/
+21
2012-06-05
src/assuan-handler.c: add help strings for standard commands.
W. Trevor King
1
-16
/
+66
2012-01-25
Make new functions also visible on non-W32.
Werner Koch
3
-36
/
+41
2012-01-24
Fix npth port file handle use.
Marcus Brinkmann
3
-12
/
+30
2012-01-03
Make assuan portable to NPTH.
Marcus Brinkmann
1
-0
/
+31
2011-12-20
Release version 2.0.3.
libassuan-2.0.3
Werner Koch
1
-2
/
+2
2011-12-13
Fix assuan_get_pid for pipe servers.
Werner Koch
1
-19
/
+24
2011-12-13
vasprintf.c: Improve test code.
Werner Koch
1
-4
/
+10
2011-12-01
Generate the ChangeLog from commit logs.
Werner Koch
1
-0
/
+7
2011-08-10
Add new flag ASSUAN_FORCE_CLOSE.
Werner Koch
5
-11
/
+39
2011-04-11
Add option --host to libassuan-config.
Werner Koch
3
-24
/
+55
2011-03-30
Add a version string to the binary.
Werner Koch
2
-7
/
+10
2011-03-28
Include sys/select.h in a test utility.
Werner Koch
1
-1
/
+2
2011-03-09
Replace strcasecmp by ascii_strcasecmp variant/
Werner Koch
2
-30
/
+34
2011-03-09
Added assuan_socket_connect_fd() to attach an existing socket file descriptor...
[email protected]
5
-34
/
+76
2011-03-09
Let an existing command previously registered with assuan_register_command() ...
[email protected]
2
-5
/
+21
2011-02-28
Simplify libassuan.vers
Werner Koch
2
-7
/
+7
2011-02-28
Pass only the command name to the pre_cmd_notify() callback to keep ABI compa...
Ben Kibbey
4
-15
/
+20
2011-02-24
Add ChangeLog entry for last patch
Werner Koch
1
-1
/
+7
2011-02-24
assuan_register_pre_cmd_notify().
Ben Kibbey
5
-10
/
+36
2011-02-03
Reroute all socket and connect through the nonce implemenation in assuan-sock...
Marcus Brinkmann
5
-17
/
+45
2011-02-02
Fix C++ users.
Marcus Brinkmann
1
-1
/
+1
2011-02-02
Fix C++ users.
Marcus Brinkmann
2
-2
/
+7
2011-02-02
Extend system hooks table by socket and connect functions.
Marcus Brinkmann
10
-10
/
+133
2010-12-20
Check malloc and CreateEvent return codes.
Werner Koch
2
-0
/
+26
2010-12-14
Typo fixes.
Werner Koch
4
-22
/
+170
2010-11-17
2010-11-17 Marcus Brinkmann <
[email protected]
>
Marcus Brinkmann
2
-0
/
+17
2010-11-17
2010-11-17 Marcus Brinkmann <
[email protected]
>
Marcus Brinkmann
2
-48
/
+210
[next]