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
2021-11-04
estream: Only include sys/select.h when needed.
NIIBE Yutaka
1
-3
/
+4
2020-08-24
Release 1.39
libgpg-error-1.39
gpgrt-1.39
Werner Koch
1
-1
/
+1
2020-08-21
core,w32: Add UTF-8 support to gpgrt_fopen, gpgrt_mkdir and gpgrt_chdir.
Werner Koch
1
-3
/
+122
2020-06-26
estream: Add gpgrt_fcancel
Werner Koch
1
-9
/
+32
2019-09-18
estream: Care about erroneous case for stream close.
NIIBE Yutaka
1
-10
/
+5
2019-08-23
estream: Fix gpgrt_poll at EOF.
NIIBE Yutaka
1
-1
/
+1
2019-08-23
estream: Fix gpgrt_poll to prevent waiting indefinitely for others.
NIIBE Yutaka
1
-0
/
+3
2019-08-22
estream: Fix poll condition.
NIIBE Yutaka
1
-3
/
+4
2019-07-25
w32: Fix cast to internal fd.
NIIBE Yutaka
1
-1
/
+1
2019-07-25
estream: Fix IS_INVALID_FD.
NIIBE Yutaka
1
-5
/
+1
2019-06-27
estream: Add missing malloc check.
Werner Koch
1
-1
/
+6
2019-06-26
estream: Don't use variable length array.
NIIBE Yutaka
1
-1
/
+7
2019-06-26
estream: Use poll(2) when available.
NIIBE Yutaka
1
-0
/
+82
2019-01-04
core: New functions gpgrt_abort and gpgrt_add_emergency_cleanup.
Werner Koch
1
-9
/
+8
2018-11-26
core: New functions gpgrt_fprintf_sf anf gpgrt_fprintf_sf_unlocked.
Werner Koch
1
-5
/
+8
2018-11-26
core: Add a limited version of gpgrt_ftruncate.
Werner Koch
1
-0
/
+31
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
[next]