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
2018-07-12
estream: Always propagate flush event to cookie functions.
Werner Koch
1
-3
/
+4
2018-04-30
core: Fix gpgrt_poll for Windows under nPth.
Werner Koch
1
-0
/
+2
2018-02-21
doc: Typo fixes.
Werner Koch
1
-1
/
+1
2017-11-29
core: Unify syscall_clamp functions.
Werner Koch
1
-92
/
+32
2017-05-31
Align 'es_poll' semantics closer with POSIX.
Justus Winter
1
-3
/
+0
2017-05-30
Fix memory leak for estream.
NIIBE Yutaka
1
-5
/
+20
2017-04-19
Minor clean up.
NIIBE Yutaka
1
-2
/
+2
2017-02-28
Improve tracing of estream.
Werner Koch
1
-15
/
+39
2017-02-28
w32: Fix gpgrt_poll for Windows.
Werner Koch
1
-6
/
+0
2017-02-26
Use the new tracing ramework for estream.
Werner Koch
1
-9
/
+76
2017-02-26
Rename internal functions of estream.
Werner Koch
1
-90
/
+91
2017-02-24
w32: Do not use the syscall clamps in pollable mode.
Werner Koch
1
-10
/
+36
2017-01-19
estream: Correctly set ERRNO to EOPNOTSUPP.
Werner Koch
1
-2
/
+4
2016-11-12
estream: Minor portability fix.
Werner Koch
1
-3
/
+3
2016-11-12
estream: Support 'es_poll' on Windows.
Justus Winter
1
-73
/
+52
2016-11-12
estream: Track the kind of backend used.
Justus Winter
1
-17
/
+22
2016-11-12
estream: Rework how the cookie functions are handled.
Justus Winter
1
-49
/
+49
2016-11-12
estream: Rework modestring handling.
Justus Winter
1
-46
/
+44
2016-11-12
Add new interface gpgrt_get_syscall_clamp.
Werner Koch
1
-0
/
+11
2016-11-11
Use the syscall clamp functions also for lock functions
Werner Koch
1
-1
/
+6
2016-10-18
estream: Fix modestring parsing.
Justus Winter
1
-1
/
+1
2016-07-05
Define EWOULDBLOCK in case it is not defined
Andre Heinecke
1
-0
/
+5
2016-06-27
estream: Fix bug es_fclose_snatch if a seek has been used.
Werner Koch
1
-1
/
+1
2016-06-25
w32: Silence compiler warnings about redefined macros.
Werner Koch
1
-6
/
+19
2016-06-24
estream: Remove two compiler warning.
Werner Koch
1
-40
/
+41
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
[next]