index
:
gsoc2013-evolution
archive-integration
archive-integration-review
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
camel
/
camel-gpg-context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
If the diagnostics are empty, just explain that gpg failed to execute.
Jeffrey Stedfast
2002-08-20
1
-6
/
+20
*
Renamed stdin to stdin_fd, stdout to stdout_fd, and stderr to stderr_fd in
Jeffrey Stedfast
2002-07-11
1
-33
/
+33
*
Don't use --no-auto-key-retrieve, this option has apparently been
Jeffrey Stedfast
2002-06-29
1
-4
/
+10
*
Loop on our reads while errno is EINTR or EAGAIN. Also make sure to
Jeffrey Stedfast
2002-06-28
1
-19
/
+51
*
Loop on our reads while errno is EINTR or EAGAIN. Also make sure to
Jeffrey Stedfast
2002-06-28
1
-3
/
+10
*
Loop on our reads while errno is EINTR or EAGAIN. Also make sure to
Jeffrey Stedfast
2002-06-28
1
-22
/
+18
*
Loop on our reads while errno is EINTR or EAGAIN.
Jeffrey Stedfast
2002-06-27
1
-9
/
+20
*
Removed (never did anything anyway).
Jeffrey Stedfast
2002-06-27
1
-13
/
+0
*
Check for NODATA too.
Jeffrey Stedfast
2002-06-27
1
-0
/
+5
*
Include <sys/time.h> for struct timeval.
Not Zed
2002-06-26
1
-0
/
+1
*
#include <sys/time.h>
Jeffrey Stedfast
2002-06-26
1
-0
/
+1
*
Return the option as --digest-algo=<micalg> (gpg_ctx_parse_status): Decode
Jeffrey Stedfast
2002-06-25
1
-20
/
+70
*
implemented camel_gpg_context_set_always_trust()
Jeffrey Stedfast
2002-06-25
1
-0
/
+18
*
Use --command-fd rather than --passphrase-fd since what we really want is
Jeffrey Stedfast
2002-06-25
1
-1
/
+6
*
Use --command-fd rather than --passphrase-fd since what we really want is
Jeffrey Stedfast
2002-06-25
1
-100
/
+69
*
Check for ERRSIG also. (gpg_ctx_op_step): Don't try writing a passphrase
Jeffrey Stedfast
2002-06-24
1
-6
/
+7
*
Return -1 on error. (gpg_decrypt): Same. (gpg_sign): Again here.
Jeffrey Stedfast
2002-06-23
1
-56
/
+105
*
more fixes, now verifying works and signing almost works as well, except gpg ...
Jeffrey Stedfast
2002-06-22
1
-7
/
+30
*
yay, I get to hold more state because Unix pipes suck so badly. This is
Jeffrey Stedfast
2002-06-22
1
-101
/
+220
*
added camel_gpg_context_new which I had forgotten before
Jeffrey Stedfast
2002-06-22
1
-0
/
+28
*
New source files implementing the CamelCipherContext class for gnupg.
Jeffrey Stedfast
2002-06-22
1
-0
/
+1179