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-remote-store.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
(remote_recv_line): Fix another problem...
Dan Winship
2001-03-08
1
-1
/
+2
*
Return the return value of camel_service_connect rather than returning
Dan Winship
2001-03-07
1
-4
/
+2
*
If we get back 0 bytes from camel_stream_buffer_gets, that means the
Dan Winship
2001-03-01
1
-0
/
+5
*
Rewrite a bunch. Replace the existing folder cache stuff with much simpler
Dan Winship
2001-02-10
1
-13
/
+0
*
Changed to push the operation into a status stack.
Not Zed
2001-02-08
1
-5
/
+4
*
Oops. Change this too.
Jeffrey Stedfast
2001-02-06
1
-2
/
+2
*
Remvoe the stream locking here. I think this was leading to a deadlock
Not Zed
2001-01-30
1
-4
/
+0
*
fcntl(fd, F_GETFL) returns the flags as the return value, not via a passed
Dan Winship
2001-01-17
1
-4
/
+5
*
Chganged len back to be unsigned. And do a simple range check on the
Not Zed
2001-01-16
1
-2
/
+4
*
A cancellable connection routine. (remote_send_string): Return cancelled
Not Zed
2001-01-15
1
-17
/
+117
*
Mostly IMAP changes. Use the NAMESPACE extension (where
Dan Winship
2001-01-10
1
-23
/
+27
*
Kill off a long-hated Camel kludge: "empty" URLs and
Dan Winship
2001-01-10
1
-11
/
+3
*
Lock the command channel while searching. (imap_body_contains): If
Not Zed
2000-12-24
1
-20
/
+62
*
Update the doc comment: since it always NUL-terminates the buffer, it
Dan Winship
2000-12-22
1
-3
/
+3
*
Don't set exception to g_strerror (errno) when nread == 0, because it
Dan Winship
2000-11-29
1
-1
/
+2
*
Fixed to return the correct bytecount in all cases which is the real fix
Jeffrey Stedfast
2000-11-21
1
-18
/
+16
*
Use the byte-read count to decrement the number of bytes left to read
Jeffrey Stedfast
2000-11-17
1
-3
/
+28
*
Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_*
Dan Winship
2000-11-04
1
-3
/
+0
*
Add a new argument, clean, that says whether or not to try to disconnect
Dan Winship
2000-11-01
1
-27
/
+6
*
lots of i18n fixes
Dan Winship
2000-10-24
1
-7
/
+7
*
Remove default_ports.
Dan Winship
2000-10-03
1
-7
/
+2
*
Added check for gnome-app-lib. Removed directories that have been moved to
Christopher James Lahey
2000-09-18
1
-1
/
+1
*
Set camel_verbose_debug to TRUE if CAMEL_VERBOSE_DEBUG is set in the
Dan Winship
2000-09-16
1
-8
/
+16
*
Cleanup of lots of exception handling ; bugfixes
Peter Williams
2000-09-06
1
-18
/
+35
*
Don't wrap printed strings in quotes, makes things messy
Jeffrey Stedfast
2000-08-31
1
-1
/
+1
*
Make CamelServices connect only when told to (old behavior). Make CamelRemote...
Peter Williams
2000-08-31
1
-32
/
+19
*
Prevent exceptions from being overwritten
Jeffrey Stedfast
2000-08-30
1
-70
/
+82
*
CamelRemoteStore: a new generic store for stores that connect to servers. Pre...
Peter Williams
2000-08-30
1
-0
/
+496