aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Release 2.5.5.libassuan-2.5.5Werner Koch2021-03-222-2/+2
* Support Unicode when starting servers on Windows.Werner Koch2021-03-093-21/+36
* m4: Update with newer autoconf constructs.NIIBE Yutaka2020-11-171-1/+2
* Fix crash when logging.Ben Kibbey2020-11-121-1/+1
* Release 2.5.4libassuan-2.5.4Werner Koch2020-10-233-3/+3
* Support Unicode socket file names under Windows.Werner Koch2020-10-202-10/+6
* build: Use Requires.private and Libs.private.NIIBE Yutaka2020-02-251-1/+2
* w32: Fix bad-function-cast warning.Werner Koch2019-11-271-0/+7
* doc: Minor comment cleanup and beautification.Werner Koch2019-11-272-63/+81
* libassuan.pc: Fix to have -I for Cflags and -L for Libs.NIIBE Yutaka2019-08-201-2/+2
* build: Use {CFLAGS,CPPFLAGS,LDFLAGS}_FOR_BUILD for helper programs.Daniel Kahn Gillmor2019-07-181-1/+2
* Release 2.5.3libassuan-2.5.3Werner Koch2019-02-113-4/+4
* socks5: Fix compiler warning on Windows.Werner Koch2019-01-251-1/+1
* socks5: Implement timeout to detect bogus service.NIIBE Yutaka2019-01-251-0/+26
* Release 2.5.2libassuan-2.5.2Werner Koch2018-12-132-3/+3
* libassuan.vers: Remove duplicates.NIIBE Yutaka2018-11-141-2/+0
* server: Don't call _assuan_waitpid on server side.NIIBE Yutaka2018-11-142-7/+6
* socket: Use union for sockaddr access.NIIBE Yutaka2018-11-081-15/+21
* build: Update gpg-error.m4 and libassuan.m4.NIIBE Yutaka2018-11-021-0/+1
* build: Update gpg-error.m4 and libassuan.m4.NIIBE Yutaka2018-10-291-9/+9
* libassuan.m4: Better backward compatibility support.NIIBE Yutaka2018-10-261-3/+15
* build: Fix libassuan.m4.NIIBE Yutaka2018-10-261-1/+1
* build: Fix previous commit.NIIBE Yutaka2018-10-261-0/+1
* build: Improve libassuan.m4.NIIBE Yutaka2018-10-261-4/+4
* build: Fix previous commit.NIIBE Yutaka2018-10-251-1/+1
* build: Relax requirements.NIIBE Yutaka2018-10-251-4/+10
* build: Use LIBASSUAN_CONFIG_LIBS (instead of LIB).NIIBE Yutaka2018-10-252-3/+3
* build: Fix libassuan.pc.NIIBE Yutaka2018-10-241-1/+1
* build: Fix previous commit.NIIBE Yutaka2018-10-241-2/+1
* build: Compatibility to pkg-config.NIIBE Yutaka2018-10-241-0/+10
* build: Make libassuan.m4 use gpg-error-config.NIIBE Yutaka2018-10-241-10/+10
* build: Provide libassuan.pc, generated by configure.NIIBE Yutaka2018-10-243-5/+21
* Silence two minor warning on Windows.NIIBE Yutaka2018-02-262-4/+2
* Fix previous commit.NIIBE Yutaka2018-02-231-2/+2
* Better credential support for other OSes.NIIBE Yutaka2018-02-201-33/+63
* Fix regression in ASSUAN_SYSTEM_NPTH_IMPL.Werner Koch2017-12-071-2/+2
* Release 2.5.0libassuan-2.5.0Werner Koch2017-12-073-3/+3
* Allow change of system hooks for assuan_sock_...NIIBE Yutaka2017-12-074-2/+16
* Use wrapped __assuan_usleep for _assuan_npth_usleep.NIIBE Yutaka2017-12-061-1/+3
* Wrap assuan_close for nPth.NIIBE Yutaka2017-11-301-6/+10
* Add special check version request \001\001Werner Koch2017-11-152-1/+3
* Add an SPDX tag to all core files.Werner Koch2017-11-1554-580/+631
* Fix last commit.Werner Koch2017-11-151-2/+2
* Fix the nanosleep case of __assuan_usleep.Werner Koch2017-11-152-3/+7
* Define INADDR_LOOPBACK if not defined.NIIBE Yutaka2017-09-061-0/+5
* Use gpgrt_free to release memory allocated by gpgrt_asprintf.NIIBE Yutaka2017-05-312-6/+6
* EPROTO portability fix.Ben Kibbey2016-09-041-2/+2
* Allow socket redirection with assuan_socket_connect.Werner Koch2016-07-131-7/+5
* Speedup closing fds before an exec.Werner Koch2016-07-131-0/+40
* Fix minor memory leaksWerner Koch2016-06-253-6/+9