index
:
gnupg
ECC-INTEGRATION-2-1
GNUPG-1-9-BRANCH
GNUPG-1-9-BRANCH-MO
GNUPG-TRUNK-MO-HACKS
STABLE-BRANCH-1-0
STABLE-BRANCH-1-2
STABLE-BRANCH-1-4
STABLE-BRANCH-2-0
STABLE-BRANCH-2-2
STABLE-BRANCH-2-2.40
STABLE-BRANCH-2-4
T3880
T3880-fix
bjk/passphrase-inquire
cb/T5215
cb/test
ccid_driver_improvement
debian-unstable-patch-queue
disallow-v3-keys
dkg-fix-T4566
dkg-fix-T4593
dkg-fix-T4628
dkg-fix-T4652
dkg-fix-T4682
dkg/T1371
dkg/T1967
dkg/fix-4855
dkg/fix-T3995
dkg/fix-T4490
dkg/fix-T4501
dkg/fix-T4507
dkg/fix-T4522
dkg/gpgv-doc-improvement
dkg/no-skel-files
dkg/passphrase-env
ePit-1-0
fix-1950
fix-4393
fix-T3995
fix-T4017
fix-T4018
fix-T4019
gniibe/T4620
gniibe/crypto-refresh
gniibe/decryption-key
gniibe/fix-3465
gniibe/kem
gniibe/pcsc-get-status
gniibe/regexp
gniibe/scd-direct-keygrip
gniibe/scd-kdf-support
gniibe/scd-watch
gniibe/sos
gniibe/spawn
gniibe/t3883
gniibe/t6275
gniibe/t6364
gniibe/t6487
gniibe/t6592
gniibe/t6606
gniibe/t7426
gniibe/v5/448
gniibe/x25519
ikloecker/pinentry-formatted-passphrase
ikloecker/t5462
ikloecker/t5598-appimage
justus/fix-1788
justus/issue1955
justus/issue2012
justus/issue2700
justus/issue2826-0
justus/libdns-0
justus/scm-9
key-storage-work
master
mo-scd
neal/dirmngr-ldap
neal/encrypted-mailing-lists
neal/issue2236
neal/kdb
neal/next
neal/pending
neal/strsplit
npth
npth-2
npth-3
npth-4
scd-backport-2-0
scd-pin-prompt
scd-work
seckey-sync-work
switch-to-gpgk
t5964
tobias/gpgsum
tobias/tsa
tpm-work
wk/g13work
wk/kyber-test
wk/signcode
wk/stable-2.2-global-options
wk/test-master
wk/w32-smime-perf-tests
The GNU Privacy Guard
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
iobuf.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
indent: Fix spelling
Daniel Kahn Gillmor
2024-05-31
1
-1
/
+1
*
gpg: Use gnupg_fd_t for iobuf_get_fd and is_secured_file.
NIIBE Yutaka
2023-07-14
1
-1
/
+1
*
common: Change iobuf_fdopen argument type to gnupg_fd_t.
NIIBE Yutaka
2023-07-11
1
-1
/
+1
*
gpg: Use gnupg_fd_t for encrypt_crypt and gpg_verify.
NIIBE Yutaka
2023-07-05
1
-1
/
+1
*
Merge branch 'STABLE-BRANCH-2-4' into master
Werner Koch
2023-07-04
1
-6
/
+2
|
\
|
*
gpg: Make progress work for large files on Windows.
Werner Koch
2023-06-13
1
-6
/
+2
*
|
gpg: Report BEGIN_* status before examining the input.
NIIBE Yutaka
2023-05-24
1
-0
/
+3
|
/
*
gpg: Detect already compressed data also when using a pipe.
Werner Koch
2023-01-19
1
-1
/
+3
*
iobuf: add zerocopy optimization for iobuf_read
Jussi Kivilinna
2022-03-08
1
-0
/
+20
*
build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.
Werner Koch
2020-02-10
1
-8
/
+1
*
common: Allow a readlimit for iobuf_esopen.
Werner Koch
2019-09-10
1
-2
/
+4
*
iobuf: Increase the size of the buffer. Add iobuf_set_buffer_size.
Werner Koch
2018-01-24
1
-0
/
+6
*
gpg,sm: Merge the two versions of check_special_filename.
Werner Koch
2016-11-29
1
-7
/
+1
*
Change all http://www.gnu.org in license notices to https://
Werner Koch
2016-11-05
1
-1
/
+1
*
gpg: Rename pop_filter to iobuf_pop_filter and export it.
Neal H. Walfield
2016-03-02
1
-0
/
+7
*
common: More accurately name function.
Neal H. Walfield
2016-02-23
1
-1
/
+1
*
common: Fix iobuf API of filter function for alignment.
NIIBE Yutaka
2016-01-12
1
-2
/
+1
*
common: Fix iobuf API of filter function for alignment.
NIIBE Yutaka
2016-01-12
1
-4
/
+4
*
Fix typos found using codespell.
Justus Winter
2015-11-17
1
-4
/
+4
*
common: Add a function for copying data from one iobuf to another.
Neal H. Walfield
2015-11-05
1
-0
/
+8
*
iobuf: Add the IOBUF_INPUT_TEMP type to improve input temp handling.
Neal H. Walfield
2015-09-02
1
-3
/
+7
*
iobuf: Rename IOBUF_TEMP to IOBUF_OUTPUT_TEMP.
Neal H. Walfield
2015-09-02
1
-12
/
+13
*
iobuf: Use a first-class enum.
Neal H. Walfield
2015-09-02
1
-2
/
+2
*
common/iobuf: Improve documentation and code comments.
Neal H. Walfield
2015-08-20
1
-37
/
+450
*
common/iobuf.h: Remove iobuf_open_fd_or_name.
Neal H. Walfield
2015-08-20
1
-2
/
+0
*
common/iobuf.c: Rename iobuf_flush and make it a static function.
Neal H. Walfield
2015-08-20
1
-1
/
+0
*
common/iobuf.c: Better respect boundary conditions in iobuf_read_line.
Neal H. Walfield
2015-08-20
1
-0
/
+3
*
common/iobuf.h: Remove unimplemented prototypes.
Neal H. Walfield
2015-08-20
1
-3
/
+0
*
common/iobuf.c: Refactor code to not need the desc field.
Neal H. Walfield
2015-08-20
1
-1
/
+0
*
common/iobuf.h: Clarify semantics of nofast. Simplify implementation.
Neal H. Walfield
2015-08-20
1
-1
/
+5
*
common/iobuf.c: Remove dead code (directfp).
Neal H. Walfield
2015-08-20
1
-1
/
+0
*
common/iobuf.c: Remove dead code (opaque).
Neal H. Walfield
2015-08-20
1
-3
/
+0
*
common/iobuf.h: Replace further use of literals with symbolic constants.
Neal H. Walfield
2015-08-20
1
-2
/
+13
*
Switch to the libgpg-error provided estream.
Werner Koch
2014-08-26
1
-1
/
+0
*
gpg: Create exported secret files and revocs with mode 700.
Werner Koch
2014-06-30
1
-1
/
+1
*
include: Remove this directory.
Werner Koch
2014-01-29
1
-1
/
+1
*
Change license for some files in common to LGPLv3+/GPLv2+.
Werner Koch
2012-04-20
1
-6
/
+16
*
Nuked almost all trailing white space.
post-nuke-of-trailing-ws
Werner Koch
2011-02-04
1
-1
/
+1
*
estream support for iobuf and new memuf functions.
Werner Koch
2011-01-18
1
-0
/
+2
*
Use macros for iobuf ioctls.
Werner Koch
2010-03-08
1
-7
/
+20
*
Some changes to suport g13.
Werner Koch
2009-09-30
1
-1
/
+4
*
Changed to GPLv3.
Werner Koch
2007-07-04
1
-4
/
+2
*
Fixed a problem in estream-printf.c.
Werner Koch
2007-06-25
1
-2
/
+0
*
Fix for bug 537
Werner Koch
2006-10-02
1
-14
/
+3
*
Add missing file and other changes.
Werner Koch
2006-09-27
1
-10
/
+13
*
Updated FSF's address.
Werner Koch
2006-06-20
1
-1
/
+2
*
g10/ does build again.
Werner Koch
2006-05-23
1
-0
/
+2
*
Still merging 1.4.3 code back
Werner Koch
2006-04-21
1
-3
/
+3
*
Merged with gpg 1.4.3 code.
Werner Koch
2006-04-19
1
-0
/
+1
*
gcc-4 defaults forced me to edit many many files to get rid of the
Werner Koch
2005-06-16
1
-2
/
+2
[next]