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-tcp-stream-ssl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
call SSL_Enable after the SSL_ImportFD and before PR_Connect. Otherwise,
Chris Toshok
2001-05-11
1
-1
/
+2
*
Remove the last argument from camel_session_alert_user.
Anders Carlsson
2001-05-02
1
-1
/
+1
*
Redo this a lot so that instead of having a class full of callbacks, we
Dan Winship
2001-04-28
1
-5
/
+3
*
Big header cleanups and nntp compile fix
Kjartan Maraas
2001-03-30
1
-3
/
+5
*
Return -1 on fail. (camel_filter_driver_filter_folder): Same.
Jeffrey Stedfast
2001-03-22
1
-1
/
+1
*
Don't include system include dir.
Jeffrey Stedfast
2001-03-18
1
-2
/
+1
*
Print info about the issuer of the certificate.
Jeffrey Stedfast
2001-03-17
1
-25
/
+54
*
Don't use the hardcoded cert db directory, use the one passed in.
Jeffrey Stedfast
2001-03-16
1
-13
/
+120
*
Ya know what? Lets not ref the service because otherwise we'll start
Jeffrey Stedfast
2001-03-15
1
-2
/
+0
*
Pass the service into the SSL stream, not the session.
Jeffrey Stedfast
2001-03-15
1
-17
/
+21
*
Eek! So the service's URL isn't set until after this is initialized. This
Jeffrey Stedfast
2001-03-15
1
-1
/
+1
*
Numerous fixes to get it to build correctly with NSS enabled.
Jeffrey Stedfast
2001-03-15
1
-8
/
+11
*
Made cancellable. (stream_write): Same. (stream_connect): Removed checks
Jeffrey Stedfast
2001-03-14
1
-9
/
+27
*
Oops. Make this a subclass of CamelTcpStream, not CamelStream.
Jeffrey Stedfast
2001-03-14
1
-2
/
+2
*
Comment out everything unless HAVE_NSS is defined.
Jeffrey Stedfast
2001-03-11
1
-12
/
+22
*
Oops, include the camel-tcp-stream-ssl header instead of the raw one.
Jeffrey Stedfast
2001-02-08
1
-1
/
+1
*
Ugh, this design is ugly like my butt.
Jeffrey Stedfast
2001-01-16
1
-1
/
+55
*
If the close() is successful, set the fd to -1.
Jeffrey Stedfast
2001-01-16
1
-9
/
+6
*
Uses an SSL socket now although there's still a few things missing (like
Jeffrey Stedfast
2001-01-15
1
-13
/
+7
*
Implemented. (stream_setsockopt): Implemented.
Jeffrey Stedfast
2001-01-15
1
-1
/
+35
*
New CamelTcpStream class that implements nspr sockets and eventually will
Jeffrey Stedfast
2001-01-14
1
-0
/
+205