aboutsummaryrefslogtreecommitdiffstats
path: root/dns/ddup
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2000-01-02 18:48:05 +0800
committervanilla <vanilla@FreeBSD.org>2000-01-02 18:48:05 +0800
commite750504909c15c885f6afb6cff1d3f95d906523f (patch)
treeb6f0817b9afe01ee3c9e8a8f60af12b7e5299b4f /dns/ddup
parent9fb212f745947dc5d067675a6804fa39ef30366d (diff)
downloadfreebsd-ports-gnome-e750504909c15c885f6afb6cff1d3f95d906523f.tar.gz
freebsd-ports-gnome-e750504909c15c885f6afb6cff1d3f95d906523f.tar.zst
freebsd-ports-gnome-e750504909c15c885f6afb6cff1d3f95d906523f.zip
Upgrade to 0.46
PR: ports/15816 Submitted by: Ade Lovett
Diffstat (limited to 'dns/ddup')
0 files changed, 0 insertions, 0 deletions
mel?h=EVOLUTION_2_23_3&id=5c90cbb6e1a5a1f4cf59c7554e273aec4f52fa22'>Replace calls to g_string_sprintfa() with g_string_append_printf() sinceJeffrey Stedfast2002-12-184-80/+92 * Detect text/html parts that were marked as text/plain and re-tag them asJeffrey Stedfast2002-12-172-14/+39 * New convenience function to replace calls to e_text_to_html() in theJeffrey Stedfast2002-12-173-0/+32 * #include some headers we had forgotten to add previously, also addedJeffrey Stedfast2002-12-166-1/+455 * Don't apply the CANON_STRIP filter here, since we are verifying whateverJeffrey Stedfast2002-12-162-3/+11 * Use camel-url-scanner instead of regex.Jeffrey Stedfast2002-12-113-90/+43 * Fixed to not be fooled in the case where the address is followedJeffrey Stedfast2002-12-102-35/+60 * New code to scan for patterns (used only for url pattern matching atm, butJeffrey Stedfast2002-12-104-0/+477 * Use a bag instead of a hashtable to track the cache streams.Not Zed2002-12-0913-449/+608 * Properly handle the case where the namespace is "". Fixes bug #34975Jeffrey Stedfast2002-12-053-5/+14 * Fixed to not get false positives when the token is shorter than the actualJeffrey Stedfast2002-12-042-12/+34 * Use the new camel_operation_cancel_prfd() function to get the cancellationJeffrey Stedfast2002-11-234-20/+201 * If we have a namespace of "", then always match any path.Not Zed2002-11-222-4/+14 * applied plain_signature_fix.patchRadek Doulik2002-11-203-1/+7 * Removed $(GNOME_LIBDIR) and $(GNOMEUI_LIBS)Rodney Dawes2002-11-207-12/+4 * If the namespace is at/below INBOX, check for the INBOX explicitly (sinceJeffrey Stedfast2002-11-182-20/+73 * Rewritten. Much much much cleaner implementation now, though usesJeffrey Stedfast2002-11-113-332/+263 * Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-116-12/+36 * Use g_strerror when setting an exception string (we need it to be inJeffrey Stedfast2002-11-1132-255/+404 * constify the content_type.Not Zed2002-11-083-2/+7 * don't #include <gtk/gtk.h>Jeffrey Stedfast2002-11-082-3/+1 * Added.Jeffrey Stedfast2002-11-085-5/+74 * removed gnome-defs.h, it does not exist.Rodrigo Moya2002-11-082-1/+4 * Created temporary link list, we need to link with something for gettext.Not Zed2002-11-0510-12/+34 * Removed. Glib2 has this function.Jeffrey Stedfast2002-11-022-12/+3 * Use g_path_get_basename instead of g_strdup (g_basename (filename)).Jeffrey Stedfast2002-11-022-1/+4 * Use g_path_get_dirname since g_dirname has been deprecated.Jeffrey Stedfast2002-11-022-1/+6 * Set the virtual method pointers to the import/export methods.Jeffrey Stedfast2002-11-015-36/+277 * oops, commit this tooJeffrey Stedfast2002-11-011-0/+1 * Removed hash-table-utils.[c,h] from the build.Jeffrey Stedfast2002-11-0115-119/+64 * Remove a ton of useless snot.Jeffrey Stedfast2002-11-0113-550/+100 * Don't prematurely set gpg->complete to TRUE. Let gpg_ctx_op_step () set itJeffrey Stedfast2002-10-282-9/+10 * ** For bug #31647 and bug #31456.Not Zed2002-10-247-87/+215 * Canonicalise the source_uri to not have a path. Fixes bug #32268.Jeffrey Stedfast2002-10-233-43/+52 * #include "camel-stream-fs.h" for writing out the certs to diskJeffrey Stedfast2002-10-191-0/+1 * Do the filtering ourselves. This is so a problem like a missing uid (whichNot Zed2002-10-181-3/+41 * If ~/.camel_certs doesn't exist, create it.Jeffrey Stedfast2002-10-182-6/+20 * helper, build fingerprint. (camel_certdb_nss_cert_get): Helper for nssNot Zed2002-10-175-93/+381 * No longer takes a path argument. (camel_gpg_context_fianlise): No need toJeffrey Stedfast2002-10-173-32/+25 * If the hash id is NULL, return CAMEL_CIPHER_HASH_DEFAULT. Fixes bugJeffrey Stedfast2002-10-162-8/+15 * If the response from the IMAP server is "No", don't set theJeffrey Stedfast2002-10-102-2/+11 * Fixes bug #31752Jeffrey Stedfast2002-10-083-12/+39 * Fix all mailing list regex patterns to allow any number of spaces *or*Jeffrey Stedfast2002-10-082-11/+17 * Use the content-object's rawtext flag to decide if it needs to be filteredJeffrey Stedfast2002-10-052-1/+8 * Dont get the filter driver inside the change_lock. Its not necessary, andNot Zed2002-10-042-5/+16 * Map us-ascii to windows-1252 also.Jeffrey Stedfast2002-10-042-1/+7 * Add missing ;.Michael Zucci2002-10-031-1/+1 * /home/notzed/gnome/head/evolution/camelNot Zed2002-10-035-22/+49 * Use strtol when decoding the timezone (since it can be negative) and don'tJeffrey Stedfast2002-10-022-1/+10 * Fixes bug #31456.Jeffrey Stedfast2002-10-013-43/+79 * Don't strip the namespace from the fi->full_name when hasing or creatingJeffrey Stedfast2002-10-013-15/+11 * Remove debug content_info_dump, could cause a crash, and not really neededNot Zed2002-09-303-4/+14 * New function to decode the INTERNALDATE response from an IMAP server so weJeffrey Stedfast2002-09-285-22/+152 * Use the summary's last uid as the one to fetch from, ignoring the cache.Not Zed2002-09-273-22/+43 * Treat spool as a local folder, so the ref checks work right.Not Zed2002-09-263-4/+6 * Implement FOLDER_CREATE flag. (scan_dir): Dont free name on exception, itsNot Zed2002-09-264-20/+101 * Store the folder flags in the store summary. (get_one_folder_offline): SetNot Zed2002-09-262-3/+27 * Handle EILSEQ by eating bytes in the input buffer until conversion isJeffrey Stedfast2002-09-262-88/+115 * Added a test suite for camel-mime-filter-charset and added a few test cases f...Jeffrey Stedfast2002-09-268-11/+1059 * Changed the Mailing-List rule to get the complete domain (* in wrongNot Zed2002-09-242-1/+4 * If we have no data written to a key, dont add it, or its partition header.Not Zed2002-09-246-24/+123 * If the original message is deleted, reset the deleted flag when we'reJeffrey Stedfast2002-09-242-3/+8 * Decode the INTERNALDATE if we've got one. (imap_update_summary): InsteadJeffrey Stedfast2002-09-242-5/+34 * fix non-ANSI switch statement.Dan Winship2002-09-235-0/+15 * New regression test for word splitting/search input parsing code.Not Zed2002-09-206-29/+187 * Take new session arg. Update callers. (symbols[]): changed get-source toNot Zed2002-09-195-39/+70 * Don't increment the response pointer when deciding what type of headerJeffrey Stedfast2002-09-192-4/+17 * fixed a merge conflictJeffrey Stedfast2002-09-191-1/+0 * Include MIME-VERSION and CONTENT-TYPE.Jeffrey Stedfast2002-09-192-1/+6 * If we get an ALERT, pass it to the user. An rfc2060 MUST, and bug #22496.Not Zed2002-09-192-0/+16 * Handle when the response is from a HEADER.FIELDS (if so, we don't want toJeffrey Stedfast2002-09-192-5/+26 * If header_msgid_decode fails for the content-id field, just grab whateverJeffrey Stedfast2002-09-152-4/+6 * If header_msgid_decode fails for the content-id field, just grab whateverJeffrey Stedfast2002-09-142-2/+22 * Revert a patch that I had not meant to commit that was aimed at fixing bugJeffrey Stedfast2002-09-112-30/+13 * Same as below. Also save errno before closing the file so our caller canJeffrey Stedfast2002-09-114-6/+34 * Do proper error checking and return -1 on fail.Jeffrey Stedfast2002-09-114-42/+63 * Clear the exception even if we failed to get the message (part) from theJeffrey Stedfast2002-09-112-0/+8 * Remove the hash table entry using the right path. Related to #29731.Not Zed2002-09-102-2/+8 * Fixes bug #4224Jeffrey Stedfast2002-09-106-23/+73 * Use e_mktime_utc.Dan Winship2002-09-054-29/+18 * clear nonfatal stuff.Not Zed2002-09-0410-45/+137 * If we fake the from eof file boundary, also make sure we say we matchedNot Zed2002-09-042-3/+15 * Lots of changes, too numerous to list. Changed to useNot Zed2002-09-0313-574/+1379 * Change the case sensitive search of subject to expect case insensitiveNot Zed2002-08-297-84/+112 * updated readmeMichael Zucci2002-08-291-0/+1 * Fixed `set' to hold the correct value when setting the flags.Jeffrey Stedfast2002-08-292-8/+11 * simplifiedJeffrey Stedfast2002-08-291-1/+1 * Fixed `set' to hold the correct value when setting the flags.Jeffrey Stedfast2002-08-292-2/+5 * Match file: urls too.Jeffrey Stedfast2002-08-292-1/+6 * fix exposes a regression in mbox :-/Not Zed2002-08-282-5/+9 * some utf7/utf8 tests.Not Zed2002-08-283-2/+111 * fixes a crash on systems that dont have utf7 in iconv.Not Zed2002-08-285-251/+300 * Now takes a third argument to specify whether or not to group messages byJeffrey Stedfast2002-08-283-9/+26 * oops, my deadlock fix wasn't quite right. this should work nowJeffrey Stedfast2002-08-271-19/+19 * If the response is NULL, just return. (now works the same way asJeffrey Stedfast2002-08-272-0/+10 * removed a no-longer needed #defineJeffrey Stedfast2002-08-271-3/+0 * Lock the CamelService->priv->connect_lock instead of using our ownJeffrey Stedfast2002-08-277-103/+98 * If we fail to send the EHLO/HELO command successfully, setJeffrey Stedfast2002-08-242-3/+38 * If current_folder is not NULL and the summary for that folder is dirty,Jeffrey Stedfast2002-08-233-8/+36 * Workaround for Courier imap's brokeness when LSUBing the INBOX folder whenJeffrey Stedfast2002-08-233-11/+43 * Don't register the noop timeout here anymore, we're gonna handle all thisJeffrey Stedfast2002-08-224-109/+11 * up the timeout to 10 minutesJeffrey Stedfast2002-08-211-1/+1 * Override the default noop implementation.Jeffrey Stedfast2002-08-215-3/+100 * Plug some large leaks in the indexing code.Peter Williams2002-08-213-4/+18 * Don't let the minimum recursive depth be negative. (get_folders): PassJeffrey Stedfast2002-08-212-6/+12 * Set CAMEL_URL_NEED_PATH for the vFolder provider.Jeffrey Stedfast2002-08-213-7/+12 * Changed the STOREINFO_VERSION - should fix bug #28571, but if it doesn't -Jeffrey Stedfast2002-08-202-1/+5 * If the diagnostics are empty, just explain that gpg failed to execute.Jeffrey Stedfast2002-08-202-6/+25 * Updated to pass the needed arguments to camel_init() and to init gthreadsJeffrey Stedfast2002-08-2032-357/+206 * If the passed-in URL contains a path, but the service doesn't allow paths,Dan Winship2002-08-192-0/+12 * err, oops.Chris Toshok2002-08-171-2/+0 * remove the outer parens from the expansion of camel_argv_{start,end} sinceChris Toshok2002-08-172-2/+10 * Ugh, actually do what i just said i did, last patch wasMichael Zucci2002-08-161-1/+1 * Fix the logic check for working out if we add inbox or not, we do it if weNot Zed2002-08-162-2/+10 * added a flags field, defined some flags, currently only used by imap. ThisNot Zed2002-08-156-193/+318 * New function, generate a UID that has better chances of being unique.Peter Williams2002-08-102-6/+26 * Tweak how we build the tree based on whether a full tree or a subtree isPeter Williams2002-08-102-1/+31 * When renaming our cache, add the "/folders" to the path.Peter Williams2002-08-102-1/+9 * Set some default permanent_flags. This is the other cause of bug #28038.Jeffrey Stedfast2002-08-082-3/+16 * Set some default permanent_flags. This is the other cause of bug #28038.Jeffrey Stedfast2002-08-082-0/+9 * Oops - outbuf pointed to alloca'd memory but we were g_free'ing it afterJeffrey Stedfast2002-08-083-7/+14 * Only add the stream to the gdatalist if it is non-NULL.Jeffrey Stedfast2002-08-082-2/+8 * If writing to the sendmail pipe fails, wait for the sendmail process toJeffrey Stedfast2002-08-062-12/+27 * Add messageinfo to id table, and store array index in messageinfo too.Not Zed2002-08-063-82/+75 * Always set a g_atexit handler to flush/save the camel-certdb.Jeffrey Stedfast2002-08-062-10/+13 * If we are asking for the toplevel folders, use the IMAP store's namespaceJeffrey Stedfast2002-08-063-35/+27 * Add CAMEL_MESSAGE_ANSWERED_ALL, for folders that can distinguish aDan Winship2002-08-053-1/+12 * Fixes bug #26237.Jeffrey Stedfast2002-08-033-55/+31 * If the folder name contains the directory separator, reject it.Peter Williams2002-08-032-1/+14 * Clear the summary after building the 'removed uid' list.Not Zed2002-08-022-1/+4 * revert jeff's patch below, and do it slightly differently, and stop theNot Zed2002-08-023-68/+79 * Do more error checking to prevent crashing if we fail to read a string forJeffrey Stedfast2002-08-022-28/+50 * camel:Peter Williams2002-08-012-92/+194 * Disable my fix to not cache headers as it means that each time we load theJeffrey Stedfast2002-08-012-7/+13 * Don't use "isprint(c)" to mean "c >= 32 && c < 128" since it doesn't inJeffrey Stedfast2002-08-012-25/+48 * Update the comment.Jeffrey Stedfast2002-07-317-59/+231 * X509_digest() needs a pointer to an int len. Also fixed some otherJeffrey Stedfast2002-07-313-4/+14 * added to the buildJeffrey Stedfast2002-07-312-0/+819 * New source file implementing a very basic certificate database. This isJeffrey Stedfast2002-07-317-72/+242 * Use the same command-counter mojo that the append code uses in case thePeter Williams2002-07-312-1/+14 * New filter action to unset a system flag. The exact opposite of set_flag.Jeffrey Stedfast2002-07-292-16/+44 * If the path exists and is a directory, return non-NULL. Missed this beforeJeffrey Stedfast2002-07-275-17/+14 * The flags'n'tags copy was unnecessary. Removed it.Peter Williams2002-07-272-4/+4 * Revert Jeff's previous change, it broke local folders. UninitializedPeter Williams2002-07-275-11/+18 * ioops, this file tooJeffrey Stedfast2002-07-261-3/+2 * If we're gonna do an elite hack, lets do it right.Jeffrey Stedfast2002-07-264-10/+26 * Prototype.Peter Williams2002-07-265-7/+60 * Remove "possibly non-fatal" exception strings, all exceptions are fatalJeffrey Stedfast2002-07-263-43/+125 * It would help to mark the UIDs as deleted before we try to expunge themPeter Williams2002-07-262-6/+26 * Renamed from shell_exec(). Also, we now want to pass argc/argv on to theJeffrey Stedfast2002-07-254-27/+64 * Use execv ("sh", "-c", command) rather than execing the command directly.Jeffrey Stedfast2002-07-252-11/+9 * When writing the summary, use TRUNC flag, duh. Also, write to a temp fileNot Zed2002-07-246-9/+49 * Sync before doing an expunge if we dont have uidplus. See #25766.Not Zed2002-07-242-1/+20 * Move folders to a subdirectory of storage_path, rather than in it. Bye byeNot Zed2002-07-242-12/+30 * Duplicated the very much hack in imap_store_refresh_folders() to avoid aNot Zed2002-07-242-1/+11 * #include <string.h> for memcpy.Jeffrey Stedfast2002-07-232-0/+6 * s/Out/Our in a debug printfJeffrey Stedfast2002-07-231-1/+1 * Oops, forgot to implement this. Fixes #24604.Not Zed2002-07-222-0/+20 * Only add a \r if the character before the \n wasn't already a \r - thisJeffrey Stedfast2002-07-222-24/+38 * Changed to use a different length calculator.Not Zed2002-07-193-14/+23 * #include <glib.h> #include <libgnome/gnome-defs.h>Jeffrey Stedfast2002-07-181-0/+2 * #include <libgnome/gnome-i18n.h>Jeffrey Stedfast2002-07-181-1/+1 * Add the appropriate #include for the _() macro.Jeffrey Stedfast2002-07-182-2/+6 * Got rid of the stupid "tryagain" semantics, which didn't work.Not Zed2002-07-172-31/+38 * When CRLF encoding, "empty" (after stripping trailing whitespaceJeffrey Stedfast2002-07-172-0/+10 * Clean up some improper usage of CamelExceptions (looking atPeter Williams2002-07-174-10/+27 * Make the standard AUTH format take priority over the AUTH= priority, sinceJeffrey Stedfast2002-07-173-18/+43 * If we're not online and the message isn't in our cache, give up.Peter Williams2002-07-162-1/+12 * Removed. (get_score): Removed. Labels & scores are stored in tags, weNot Zed2002-07-162-36/+15 * Try to get the FQDN from the results of gethostname(). If that fails, thenJeffrey Stedfast2002-07-162-9/+26 * Get rid of the constant 'required' variable, just use the value whenJeffrey Stedfast2002-07-162-3/+5 * Changed the mbox and spool provider descriptions to try and be more clear.Jeffrey Stedfast2002-07-162-7/+18 * >= is not appropriate here because the sequences are 1-based; so seq =Peter Williams2002-07-162-2/+11 * Only assign a uid if indexing is enabled. This stops us always assigning aNot Zed2002-07-153-3/+34 * On error, do not unref the parts gotten using camel_multipart_get_part()Jeffrey Stedfast2002-07-132-8/+16 * Updated to not use camel_type_get_global_classfuncs() since this is just aJeffrey Stedfast2002-07-122-1/+5 * oops, changed the location of where we check for multipart/encryptedJeffrey Stedfast2002-07-121-4/+7 * Handle multipart/encrypted parts too.Jeffrey Stedfast2002-07-123-9/+26 * Don't let any parts have a binary encoding.Jeffrey Stedfast2002-07-122-1/+6 * oops, apparently I didn't save?Jeffrey Stedfast2002-07-121-0/+1 * Fixes bug #27672Jeffrey Stedfast2002-07-125-6/+51 * If we are fetching HEADERs, don't cache the stream - instead just create aJeffrey Stedfast2002-07-122-23/+39 * Don't forget to set an appropriate exception before returning NULL.Jeffrey Stedfast2002-07-122-0/+8 * Make sure message is non-NULL before setting the source on it.Jeffrey Stedfast2002-07-11