aboutsummaryrefslogtreecommitdiffstats
path: root/common/estream.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added just a single comment.gnupg-2.0.0Moritz Schulte2007-01-061-1/+5
|
* Pth tweaks and improved estream.cWerner Koch2006-10-171-2/+93
|
* Changed HTTP API.Werner Koch2006-08-141-7/+131
|
* Added http.c from 1.4. Werner Koch2006-08-111-11/+14
| | | | | Added support for estream and gnutls.
* Updated FSF's address.Werner Koch2006-06-201-18/+19
|
* gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch2005-06-161-10/+11
| | | | | | | char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now.
* * command.c (cmd_updatestartuptty): New.Werner Koch2005-06-031-3/+7
| | | | | | | | | | | | | | | | | | | | * gpg-agent.c: New option --write-env-file. * gpg-agent.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. * estream.c: Use HAVE_CONFIG_H and not USE_CONFIG_H! (es_func_fd_read, es_func_fd_write): Protect against EINTR. * gpg-agent.texi (Agent UPDATESTARTUPTTY): New. * scdaemon.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. (handle_connections): Include the file descriptor into the name of the thread.
* 2005-01-26 Moritz Schulte <[email protected]>Moritz Schulte2005-01-261-0/+2609
* Makefile.am (libcommon_a_SOURCES): New source files: estream.c, estream.h. * estream.c, estream.h: New files.