aboutsummaryrefslogtreecommitdiffstats
path: root/src/estream.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert http links to https where possible in the source.Daniel Kahn Gillmor2016-02-081-1/+1
* Fix typos found by codespell.Justus Winter2015-11-191-3/+3
* estream: Avoid calling write(fd,NULL,n).Werner Koch2015-10-181-20/+32
* estream: Keep track of EPIPE.Werner Koch2015-09-281-4/+25
* estream: Add gpgrt_set_nonblock and gpgrt_poll.Werner Koch2015-09-251-4/+345
* estream: Replace indicator help functions to ease code reading.Werner Koch2015-09-241-33/+13
* w32: Make sure the setmode is called.Werner Koch2015-08-251-1/+7
* Remove useless conditions.Werner Koch2015-03-161-6/+3
* Change gpgrt_pending{,_unlocked} to macros.Werner Koch2014-10-031-3/+3
* w32: Make it build again.Werner Koch2014-10-021-1/+1
* Add GPG_ERR_BOGUS_STRING and an experimental gpgrt_pending.Werner Koch2014-10-021-3/+108
* doc updates and type fixes.Werner Koch2014-09-181-1/+1
* Fix es_fclose for streams opened with "samethread".Werner Koch2014-09-121-2/+14
* Fix problems with ssize_t and off_t.Werner Koch2014-09-111-39/+41
* Add gpgrt_set_alloc_func.Werner Koch2014-08-261-19/+16
* Replace locking code in estream functions.Werner Koch2014-08-251-133/+95
* Remove GnuPG specific code.Werner Koch2014-08-251-47/+1
* Finish inclusion of estream into the API.Werner Koch2014-08-251-203/+131
* Implement symbol visibility.Werner Koch2014-08-251-3/+1
* First set of changes to include estream into the API.Werner Koch2014-08-251-136/+119
* Fix some minor estream things.Werner Koch2014-08-251-10/+16
* Add missing redefine macros to cleanup the external symbols.Werner Koch2014-08-251-2/+2
* Add estream code from GnuPG.Werner Koch2014-08-251-0/+4561