aboutsummaryrefslogtreecommitdiffstats
path: root/common/estream.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-26Switch to the libgpg-error provided estream.Werner Koch1-4561/+0
2014-08-17estream: Change license from GPL to LPGL.Werner Koch1-6/+6
2014-05-02common: Cleanup the use of USE_NPTH and HAVE_NPTH macros.Werner Koch1-14/+14
2014-04-30estream: Implement "samethread" mode keyword.Werner Koch1-54/+107
2014-04-30estream: Fix deadlock in es_fileno.Werner Koch1-1/+1
2014-04-30estream: Add debug code to the lock functions.Werner Koch1-3/+39
2014-04-30estream: Replace locking macros by functions.Werner Koch1-148/+186
2014-04-30estream: Migrate from Pth to nPth.Werner Koch1-23/+22
2014-04-16Two minor code cleanups and one NULL deref on error fix.Werner Koch1-1/+1
2014-03-07w32: Include winsock2.h to silence warnings.Werner Koch1-0/+3
2014-03-07common: Fix build problem with Sun Studio compiler.Werner Koch1-4/+6
2013-04-19Make sure to call fflush if estream_t is backed with stdioDaiki Ueno1-0/+1
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-1/+1
2012-01-25Port to npth.Marcus Brinkmann1-17/+12
2011-12-15estream: New function es_fclose_snatch.Werner Koch1-0/+106
2011-11-30* common/estream.c (es_fopenmem_init): New.Werner Koch1-2/+35
2011-11-30Add parameter checks and extend documentation of estream.Werner Koch1-10/+31
2011-08-10Fixed set but unused variable bugsWerner Koch1-4/+2
2011-03-03Simplify the management of the stream list in estream.cWerner Koch1-66/+72
2011-02-08Add finger support to dirmngr.Werner Koch1-3/+8
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-95/+95
2011-01-18Fix es_fopenmem and es_mopen bug.Werner Koch1-1/+1
2011-01-18Fix computation of NEWSIZE in es_func_mem_write.Werner Koch1-1/+1
2010-09-012010-09-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
2010-08-26Fix for W32.Werner Koch1-0/+2
2010-08-26.Werner Koch1-67/+136
2010-08-23gpgconf does now work for Wince.Werner Koch1-1/+84
2010-08-20Reworked the posix and w32 exechelpers.Werner Koch1-36/+435
2010-08-18Fix regression in logging.Werner Koch1-20/+37
2010-08-02Add code for a threaded LDAP access to replace the wrapper process.Werner Koch1-1/+22
2010-07-26Fixed couple of build problems. However the W32 version is currentlyWerner Koch1-6/+6
2010-07-24Add new set_binary feature to estreamWerner Koch1-0/+33
2010-07-16Some work on porting dirmngr (unfinished)Werner Koch1-12/+4
2010-06-102010-06-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
2010-06-07Add unfinished gpgtar.Werner Koch1-3/+86
2010-05-04Auto starting the agent does now work on CE.Werner Koch1-26/+63
2010-04-21More changes on the way to remove secring.gpg.Werner Koch1-2/+13
2010-04-14Whole lot of changes to support CE.Werner Koch1-0/+3
2010-03-22More chnages to use estream. Add a way to replace the standardWerner Koch1-4/+37
2010-03-15Finished the bulk of changes to use estream in most places instead ofWerner Koch1-35/+103
2010-03-11Use a custom log handler for libassuan.Werner Koch1-2/+4
2010-03-10Change logging to use estream. The makes logging to a socket alsoWerner Koch1-13/+54
2010-03-02First steps towards the W32CE portWerner Koch1-22/+88
2010-01-08Add dummu option --passwd for gpg.Werner Koch1-1/+1
2009-09-03Update estream.Werner Koch1-1/+39
2009-06-29Reworked the estream memory buffer allocation.Werner Koch1-35/+50
2009-06-29The variable is called RET and not RC.Werner Koch1-4/+43
2009-06-25Fixed stupid typo.Werner Koch1-1/+1
2009-06-24Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch1-5/+7
2009-06-03Fixed an fopen problem on Windows Vista.Werner Koch1-51/+33