summaryrefslogtreecommitdiffstats
path: root/common/estream.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Cleanup the use of USE_NPTH and HAVE_NPTH macros.Werner Koch2014-05-021-14/+14
* estream: Implement "samethread" mode keyword.Werner Koch2014-04-301-54/+107
* estream: Fix deadlock in es_fileno.Werner Koch2014-04-301-1/+1
* estream: Add debug code to the lock functions.Werner Koch2014-04-301-3/+39
* estream: Replace locking macros by functions.Werner Koch2014-04-301-148/+186
* estream: Migrate from Pth to nPth.Werner Koch2014-04-301-23/+22
* Two minor code cleanups and one NULL deref on error fix.Werner Koch2014-04-161-1/+1
* w32: Include winsock2.h to silence warnings.Werner Koch2014-03-071-0/+3
* common: Fix build problem with Sun Studio compiler.Werner Koch2014-03-071-4/+6
* Make sure to call fflush if estream_t is backed with stdioDaiki Ueno2013-04-191-0/+1
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-051-1/+1
* Port to npth.Marcus Brinkmann2012-01-251-17/+12
* estream: New function es_fclose_snatch.Werner Koch2011-12-151-0/+106
* * common/estream.c (es_fopenmem_init): New.Werner Koch2011-11-301-2/+35
* Add parameter checks and extend documentation of estream.Werner Koch2011-11-301-10/+31
* Fixed set but unused variable bugsWerner Koch2011-08-101-4/+2
* Simplify the management of the stream list in estream.cWerner Koch2011-03-031-66/+72
* Add finger support to dirmngr.Werner Koch2011-02-081-3/+8
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-95/+95
* Fix es_fopenmem and es_mopen bug.Werner Koch2011-01-181-1/+1
* 2010-09-01 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2010-09-011-1/+1
* Fix for W32.Werner Koch2010-08-261-0/+2
* .Werner Koch2010-08-261-67/+136
* gpgconf does now work for Wince.Werner Koch2010-08-231-1/+84
* Reworked the posix and w32 exechelpers.Werner Koch2010-08-201-36/+435
* Fix regression in logging.Werner Koch2010-08-181-20/+37
* Add code for a threaded LDAP access to replace the wrapper process.Werner Koch2010-08-021-1/+22
* Fixed couple of build problems. However the W32 version is currentlyWerner Koch2010-07-261-6/+6
* Add new set_binary feature to estreamWerner Koch2010-07-241-0/+33
* Some work on porting dirmngr (unfinished)Werner Koch2010-07-161-12/+4
* 2010-06-10 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2010-06-101-1/+1
* Add unfinished gpgtar.Werner Koch2010-06-071-3/+86
* Auto starting the agent does now work on CE.Werner Koch2010-05-041-26/+63
* More changes on the way to remove secring.gpg.Werner Koch2010-04-211-2/+13
* Whole lot of changes to support CE.Werner Koch2010-04-141-0/+3
* More chnages to use estream. Add a way to replace the standardWerner Koch2010-03-221-4/+37
* Finished the bulk of changes to use estream in most places instead ofWerner Koch2010-03-151-35/+103
* Use a custom log handler for libassuan.Werner Koch2010-03-111-2/+4
* Change logging to use estream. The makes logging to a socket alsoWerner Koch2010-03-101-13/+54
* First steps towards the W32CE portWerner Koch2010-03-021-22/+88
* Add dummu option --passwd for gpg.Werner Koch2010-01-081-1/+1
* Update estream.Werner Koch2009-09-031-1/+39
* Reworked the estream memory buffer allocation.Werner Koch2009-06-291-35/+50
* The variable is called RET and not RC.Werner Koch2009-06-291-4/+43
* Fixed stupid typo.Werner Koch2009-06-251-1/+1
* Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch2009-06-241-5/+7
* Fixed an fopen problem on Windows Vista.Werner Koch2009-06-031-51/+33
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-9/+26
* Start support of TCOS 3 cards.Werner Koch2008-06-261-1/+1
* Updated estream.Werner Koch2007-08-221-224/+288