index
:
libgpg-error
dkg-fix-T4643
dkg/expand-musl
dkg/fix-4952
gniibe/disable-new-dtags
gniibe/pkg-config-support
gniibe/secmem
gniibe/t5912
master
release-1.26
A small library that originally defined common error values for all GnuPG components.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
estream.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-06-15
estream: Fix assertion failure due to es_flush.
NIIBE Yutaka
1
-3
/
+1
2016-06-15
Adjust memory limit of es_fopenmem to the block size.
Werner Koch
1
-0
/
+8
2016-04-05
estream,w32: Temporary fix for gpgrt_poll.
Werner Koch
1
-0
/
+4
2016-03-29
estream: Prepare for new mode flag "sysopen".
Werner Koch
1
-14
/
+47
2016-03-29
estream: Use simpler names for static functions.
Werner Koch
1
-44
/
+44
2016-03-29
doc: Re-format comments in estream.c
Werner Koch
1
-150
/
+311
2016-03-29
estream: Remove strange macro for better readability.
Werner Koch
1
-15
/
+11
2016-02-08
Convert http links to https where possible in the source.
Daniel Kahn Gillmor
1
-1
/
+1
2015-11-19
Fix typos found by codespell.
Justus Winter
1
-3
/
+3
2015-10-18
estream: Avoid calling write(fd,NULL,n).
Werner Koch
1
-20
/
+32
2015-09-28
estream: Keep track of EPIPE.
Werner Koch
1
-4
/
+25
2015-09-25
estream: Add gpgrt_set_nonblock and gpgrt_poll.
Werner Koch
1
-4
/
+345
2015-09-24
estream: Replace indicator help functions to ease code reading.
Werner Koch
1
-33
/
+13
2015-08-25
w32: Make sure the setmode is called.
Werner Koch
1
-1
/
+7
2015-03-16
Remove useless conditions.
Werner Koch
1
-6
/
+3
2014-10-03
Change gpgrt_pending{,_unlocked} to macros.
Werner Koch
1
-3
/
+3
2014-10-02
w32: Make it build again.
Werner Koch
1
-1
/
+1
2014-10-02
Add GPG_ERR_BOGUS_STRING and an experimental gpgrt_pending.
Werner Koch
1
-3
/
+108
2014-09-18
doc updates and type fixes.
Werner Koch
1
-1
/
+1
2014-09-12
Fix es_fclose for streams opened with "samethread".
Werner Koch
1
-2
/
+14
2014-09-11
Fix problems with ssize_t and off_t.
Werner Koch
1
-39
/
+41
2014-08-26
Add gpgrt_set_alloc_func.
Werner Koch
1
-19
/
+16
2014-08-25
Replace locking code in estream functions.
Werner Koch
1
-133
/
+95
2014-08-25
Remove GnuPG specific code.
Werner Koch
1
-47
/
+1
2014-08-25
Finish inclusion of estream into the API.
Werner Koch
1
-203
/
+131
2014-08-25
Implement symbol visibility.
Werner Koch
1
-3
/
+1
2014-08-25
First set of changes to include estream into the API.
Werner Koch
1
-136
/
+119
2014-08-25
Fix some minor estream things.
Werner Koch
1
-10
/
+16
2014-08-25
Add missing redefine macros to cleanup the external symbols.
Werner Koch
1
-2
/
+2
2014-08-25
Add estream code from GnuPG.
Werner Koch
1
-0
/
+4561