aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
ModeNameSize
-rw-r--r--bsd.apache.mk17736logstatsplainblame
-rw-r--r--bsd.autotools.mk12469logstatsplainblame
-rw-r--r--bsd.cmake.mk2894logstatsplainblame
-rw-r--r--bsd.commands.mk3579logstatsplainblame
-rw-r--r--bsd.cran.mk2108logstatsplainblame
-rw-r--r--bsd.database.mk15943logstatsplainblame
-rw-r--r--bsd.destdir.mk7625logstatsplainblame
-rw-r--r--bsd.drupal.mk4732logstatsplainblame
-rw-r--r--bsd.efl.mk14110logstatsplainblame
-rw-r--r--bsd.emacs.mk8274logstatsplainblame
-rw-r--r--bsd.fpc.mk6669logstatsplainblame
-rw-r--r--bsd.gcc.mk7013logstatsplainblame
-rw-r--r--bsd.gecko.mk30653logstatsplainblame
-rw-r--r--bsd.gnome.mk36564logstatsplainblame
-rw-r--r--bsd.gnustep.mk19573logstatsplainblame
-rw-r--r--bsd.gstreamer.mk7339logstatsplainblame
-rw-r--r--bsd.java.mk17918logstatsplainblame
-rw-r--r--bsd.kde.mk4856logstatsplainblame
-rw-r--r--bsd.kde4.mk9923logstatsplainblame
-rw-r--r--bsd.ldap.mk3333logstatsplainblame
-rw-r--r--bsd.licenses.db.mk5256logstatsplainblame
-rw-r--r--bsd.licenses.mk26845logstatsplainblame
-rw-r--r--bsd.linux-apps.mk23211logstatsplainblame
-rw-r--r--bsd.linux-rpm.mk7099logstatsplainblame
-rw-r--r--bsd.local.mk693logstatsplainblame
-rw-r--r--bsd.lua.mk18924logstatsplainblame
-rw-r--r--bsd.mail.mk1878logstatsplainblame
-rw-r--r--bsd.ncurses.mk3445logstatsplainblame
-rw-r--r--bsd.ocaml.mk5530logstatsplainblame
-rw-r--r--bsd.octave.mk1641logstatsplainblame
-rw-r--r--bsd.openssl.mk5111logstatsplainblame
-rw-r--r--bsd.options.desc.mk8848logstatsplainblame
-rw-r--r--bsd.options.mk4226logstatsplainblame
-rw-r--r--bsd.perl.mk8213logstatsplainblame
-rw-r--r--bsd.php.mk12790logstatsplainblame
-rw-r--r--bsd.pkgng.mk9607logstatsplainblame
-rw-r--r--bsd.port.mk215188logstatsplainblame
-rw-r--r--bsd.port.options.mk472logstatsplainblame
-rw-r--r--bsd.port.post.mk74logstatsplainblame
-rw-r--r--bsd.port.pre.mk76logstatsplainblame
-rw-r--r--bsd.port.subdir.mk16849logstatsplainblame
-rw-r--r--bsd.python.mk25818logstatsplainblame
-rw-r--r--bsd.qt.mk11406logstatsplainblame
-rw-r--r--bsd.ruby.mk18031logstatsplainblame
-rw-r--r--bsd.scons.mk2416logstatsplainblame
-rw-r--r--bsd.sdl.mk4212logstatsplainblame
-rw-r--r--bsd.sites.mk65848logstatsplainblame
-rw-r--r--bsd.tcl.mk14563logstatsplainblame
-rw-r--r--bsd.wx.mk17697logstatsplainblame
-rw-r--r--bsd.xfce.mk2419logstatsplainblame
-rw-r--r--bsd.xorg.mk14542logstatsplainblame
-rw-r--r--bsd.zenoss.mk1996logstatsplainblame
span>/+227 * Don't bother checking ex since we can rely on the response being NULL onJeffrey Stedfast2001-10-272-12/+67 * Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-27130-260/+260 * Check to make sure that the dataset is non-NULL before using and/orJeffrey Stedfast2001-10-272-19/+29 * Check for EWOULDBLOCK too? (stream_read): Same. (stream_flush): Return 0Jeffrey Stedfast2001-10-272-2/+5 * Check for EWOULDBLOCK too? (stream_read): Same.Jeffrey Stedfast2001-10-272-5/+32 * Lets try putting a camel_stream_reset() here. Logic being that the streamJeffrey Stedfast2001-10-272-0/+10 * Remove the stupid warning that should never have been there in the first52001-10-269-36/+94 * Don't let fi->name be NULL.Dan Winship2001-10-252-0/+7 * updated the SIMULATE_FLAKY_NETWORK codeJeffrey Stedfast2001-10-251-10/+12 * Same as in the TcpStreamRaw code. (stream_write): And again here...Jeffrey Stedfast2001-10-253-77/+139 * Remove an extra * in one of the regexps that glibc apparently doesn't mindDan Winship2001-10-242-1/+6 * made d(x) x recompile again.32001-10-232-5/+9 * No, use Storing, as the other code does :p (spool_summary_check): Check22001-10-232-3/+9 * s/summarising/summarizing/. (spool_summary_check): s/summarise/summarize/.Jon Trowbridge2001-10-232-3/+9 * If we are kludging around a inline-pgp signed part, do some charsetJeffrey Stedfast2001-10-233-4/+30 * Use search_type_mlist for mailing list searches.Michael Zucci2001-10-238-213/+130 * (camel_search_header_match): Oops, missing i=0.Michael Zucci2001-10-233-8/+24 * Match check against all addresses in a multiple address match. Should fix22001-10-232-6/+10 * Add a hack: if the multipart/signed part has a "x-inline-pgp-hack"Dan Winship2001-10-232-1/+15 * added $GNOME_INCLUDEDIR to INCLUDES, needed for latest libgnome, whichRodrigo Moya2001-10-232-0/+6 * Only do the rawtext checks if the part is a text part, otherwise don'tJeffrey Stedfast2001-10-222-1/+6 * Updated comments to make the code a bit more clear.Jeffrey Stedfast2001-10-222-7/+14 * Dont do the macro stuff - basically so you can actually debug calls.12001-10-224-2/+18 * oops, dont free the vuid, since its alloca'd now.12001-10-222-1/+5 * If no exception supplied, use a local one. (move_message_to): Set the seen02001-10-202-5/+15 * If the destination folder is the vfolder source folder, thenJeffrey Stedfast2001-10-202-1/+7 * When registering provider, translate all strings.92001-10-202-0/+26 * camel-vee-folder.c (folder_changed_change): Change logic, we always addMichael Zucci2001-10-202-15/+23 * Fixes a deadlock. camel-vee-folder.c: (folder_changed_change): Ok, so dontMichael Zucci2001-10-202-2/+4 * Typo, srlen aint right.Michael Zucci2001-10-191-1/+1 * camel-vee-folder.c: (folder_changed_change_uid): Use alloca for vuid, andMichael Zucci2001-10-192-35/+94 * Lock the right lock for unmatched subfolder list stuff. If the sub folder92001-10-193-16/+110 * If a charset isn't specified or claims to be utf-8, check the validity ofJeffrey Stedfast2001-10-192-2/+37 * Added CAMEL_CFLAGS so we get the right iconv stuff, patch from Yanko82001-10-196-0/+11 * Make sure the cancel_fd isn't -1.Jeffrey Stedfast2001-10-192-1/+6 * Flush the stream here, not sure it really matters but it might (hopefully)Jeffrey Stedfast2001-10-192-0/+5 * Make user-cancellable.Jeffrey Stedfast2001-10-192-6/+37 * String cleanup for bug #6640.Jeffrey Stedfast2001-10-192-2/+5 * Fix my Cyrus imapd workaround...instead of checking to see if info->flagsJeffrey Stedfast2001-10-192-5/+11 * Use '.' as the inbox name for filter new messages test.72001-10-182-1/+5 * New function to clone a folderinfo tree.72001-10-183-1/+41 * Same as maildir and mbox append-message.Jeffrey Stedfast2001-10-183-6/+20 * Make sure the new description isn't the same as the old descriptionJeffrey Stedfast2001-10-183-9/+27 * Add an optimization for when destination folder is the same as the sourceJeffrey Stedfast2001-10-182-0/+8 * Patch from Danw, Use unread count of -1 to mark unflagged messages. Make72001-10-183-9/+23 * Set the DELETED flag on directly on the info if the source folder doesn'tJeffrey Stedfast2001-10-182-1/+7 * As below.Not Zed2001-10-173-4/+19 * Rearange the order of the gpg options slightly otherwise it might try toJeffrey Stedfast2001-10-172-5/+8 * If CAMEL_DEBUG is defined, print some useful ref/unref info.Jeffrey Stedfast2001-10-176-5/+60 * If no content, dont try and decode further and spit meaningless warnings.62001-10-172-0/+9 * Only perform the operation on the folder if the folder has summaryJeffrey Stedfast2001-10-172-3/+11 * Save the errno before calling fcntl so fcntl doesn't overwrite errno inJeffrey Stedfast2001-10-162-2/+13 * Replace the Bcc headers in a single location and don't flush the dataJeffrey Stedfast2001-10-142-21/+22 * oops, it should remove the bcc header, not the cc headerJeffrey Stedfast2001-10-131-8/+29 * Remove the stripheader filter from the build.Jeffrey Stedfast2001-10-135-245/+27 * Unhook from all events before removing folder.22001-10-132-1/+23 * convert the uids list to a subset appropriate for each subfolder before12001-10-122-8/+25 * Removed charset/locale charset lookup and iconv_open/close functions,12001-10-1215-361/+58 * Same.Jeffrey Stedfast2001-10-123-10/+23 * Same hack as below.Jeffrey Stedfast2001-10-114-1/+111 * Only re-build the folder if we're expunging. Also only clear out the02001-10-112-5/+13 * slight wording changes, mainly LGPL=>GPLMichael Zucci2001-10-111-6/+7 * Added a hack for Solaris systems.Jeffrey Stedfast2001-10-112-3/+11 * oops, we want get_unread_message_count, not get_message_count!02001-10-113-2/+15 * updatedJeffrey Stedfast2001-10-111-6/+4 * Another go at getting the logic right again. Make transients only update92001-10-102-5/+21 * Forgot a little bit of debug.Michael Zucci2001-10-101-1/+1 * Implement.92001-10-1011-160/+632 * replace the ever-growing list of gbooleans with a single guint32 forDan Winship2001-10-0912-49/+64 * Unlock the store before returning error. (noted by NotZed)Dan Winship2001-10-092-1/+8 * Fix a slight error in logic. Just because the last word was an encodedJeffrey Stedfast2001-10-072-9/+24 * Implemented uuencoding and decoding. (complete): Implemented uuencodingJeffrey Stedfast2001-10-065-3/+199 * Use a folder_subscribed event rather than a folder_created one.52001-10-063-8/+41 * Turn off warnings. (get_name): Same.Jeffrey Stedfast2001-10-066-55/+106 * Try harder to get broken names out of addresses. Unencoded ,'s in names52001-10-062-7/+46 * Change the order of execution slightly. We delete the folder first, then42001-10-063-14/+28 * tedfast <fejj@ximian.com>Jeffrey Stedfast2001-10-051-0/+5 * Unregister the operation before unreffing it.Jeffrey Stedfast2001-10-051-0/+4 * Remove now unused 'recents' array/freeing func.32001-10-043-11/+17 * Dont explicitly save metadata, its saved in summary_sync.32001-10-046-50/+43 * Added MATCH_NEWLINE flag, -> REG_NEWLINE.32001-10-045-7/+25 * Call camel_folder_delete() on the folder if it's "alive".Jeffrey Stedfast2001-10-044-23/+83 * Strange are the ways of alloca. Fixes 11543.Dan Winship2001-10-032-1/+9 * remove unused variableJeffrey Stedfast2001-10-031-1/+0 * Import the certificate if the user accepts it.Jeffrey Stedfast2001-10-032-20/+16 * for hashing/comparing local url's, we ignore trailing /'s in paths (maybe22001-10-032-12/+99 * Change to camel_charset_iconv_open/close.22001-10-038-22/+207 * Revert my x-unknown special-case hack - this may mask other problems.Jeffrey Stedfast2001-10-033-8/+24 * Go back to using the store url's path, not the toplevel_dir thing.22001-10-033-4/+10 * Change the lock to a recursive e-mutex. (camel_object_hook_event):22001-10-032-136/+89 * Shoo! Shoo!Dan Winship2001-10-031-6/+0 * Remove any cached messages that belonged to the deleted folder.Jeffrey Stedfast2001-10-022-6/+63 * If the charset is x-unknown, return the locale_charset.Jeffrey Stedfast2001-10-022-1/+10 * Fix up the provider flags to specify things more completely so we don'tDan Winship2001-10-02