* use $(MAKE) instead of make, else we will fallback to bsdmake on such systems,...
[citadel.git] / citadel /
2010-02-09 Wilfried Göesgens* change CtdlReadMessageBody to use StrBuf for concatte...
2010-02-09 Wilfried Göesgens* if we got more in our commandbuf than the last comman...
2010-02-09 Art Cancro* serv_upgrade.c: don't clear out the LDAP config
2010-02-09 Wilfried Göesgens* add ctdlmigrate
2010-02-08 Wilfried Göesgens* this can get bigger...
2010-02-08 Wilfried Göesgens* start migration to buffered I/O
2010-02-08 Wilfried Göesgens* fix warning in openssl function signature
2010-02-08 Wilfried Göesgens* remove test URL from mail how did this creep into...
2010-02-07 Wilfried Göesgens* if we delete the last message, msglist[num_msgs ...
2010-02-06 Wilfried Göesgens* optimize SMTP in, first step:
2010-02-06 Wilfried Göesgens* fix off by one in memfmtout
2010-02-06 Wilfried Göesgens* remember the total size a downloadable file has
2010-02-06 Wilfried Göesgens* comparing the result of a bitflag operation with...
2010-02-03 Art Cancro* Populate EUID field when fetching RSS items, if possible.
2010-02-01 Wilfried Göesgens* partialy revert r8246; we're working in units of...
2010-01-31 Wilfried Göesgens* transmit the charset (if found) in part= and DLAT
2010-01-31 Dave WestAnother attempt to close the hole causing crashes when...
2010-01-30 Dave WestAttempt to fix the crash that results from a new sessio...
2010-01-29 Wilfried Göesgens* get the pointer after we sent the greating, its NULL...
2010-01-27 Wilfried Göesgens* be more accurate, len needs to be at least sizeof...
2010-01-27 Wilfried Göesgens* checking whether cdb->len == 0 was missing as abort...
2010-01-22 Wilfried Göesgens* add literal support to imap login / passwords; this...
2010-01-20 Art CancroSession SMTP data is null. WTF? We will crash now.
2010-01-17 Art Cancro* Fixed another fread() bug
2010-01-16 Art Cancro* Fixed some more of the things that broke in r8201.
2010-01-15 Art Cancro* fixed some log messages that still had color in them...
2010-01-15 Art Cancro* When an outgoing message being delivered via SMTP...
2010-01-13 Art Cancro* Removed the extra log message now that the bug is...
2010-01-13 Art Cancro* fixed a bug in network_process_file() that was causin...
2010-01-13 Art Cancro* Added some more diagnostics to serv_network.c --...
2010-01-10 Dave WestFix race condition that caused segfaults in imap and...
2010-01-06 Art Cancro* Modified configure.ac to look for gc/gc_local_alloc...
2010-01-05 Wilfried Göesgens* read reply....
2010-01-05 Wilfried Göesgensas
2010-01-05 Wilfried Göesgens* want if mkdir, chmod, chown fail...
2010-01-05 Wilfried Göesgens* memset config before reading it
2010-01-05 Wilfried Göesgens* only warn if they didn't already exist
2010-01-05 Wilfried Göesgens* use the results of fread instead of trusting that...
2010-01-05 Wilfried Göesgens* make it const where possible...
2010-01-02 Wilfried Göesgens* rewrite memfmout() so it doesn't split overlong lines...
2010-01-02 Wilfried Göesgens* add cputbuf which outputs a StrBuf to the client
2010-01-02 Wilfried Göesgens* remove replace part of memfmout(); its not used anymo...
2010-01-01 Art Cancro* Updated the citserver and webcit initialization banne...
2009-12-30 Art Cancro* Added a new 'MSGS LT' subcommand
2009-12-23 Michael HamptonSwitch to 4096 bit Diffie-Hellman parameters for Citade...
2009-12-22 Art Cancro* Some RSS feeds are tagged as <rdf> instead of <rss...
2009-12-21 Wilfried Göesgens* apply the release stuff to head too from r8127
2009-12-19 Michael HamptonAllow citadel / libcitadel to be built outside their...
2009-12-14 Art Cancro* Silenced a couple more warn_unused_result warnings
2009-12-13 Wilfried Göesgens* keep local pointers to SMTP as sSMTP instead of query...
2009-12-12 Dave Westthreads are using signals and the GC code is #ifdef...
2009-11-30 Wilfried Göesgens* make configure check for getloadavg()
2009-11-25 Art Cancro* Modified the text client so that the <E>nter message...
2009-11-24 Art Cancro* zapped some of the 'TODO: document me' in citserver.c
2009-11-23 Art Cancro* Noted in rdf_parsedate() that the YYYY-MM-DDTHH:MM...
2009-11-21 Wilfried Göesgens* use toplevel thingie tag to detect whether we're...
2009-11-20 Art Cancro* Reverted r8058 because it is crashing Uncensored...
2009-11-19 Art Cancro* Restored the parsing of <link> tags in RSS feeds.
2009-11-19 Wilfried Göesgens* add author to atoms
2009-11-18 Art Cancro* silenced more warnings
2009-11-18 Art Cancro* Silenced the remaining warn_unused_result in setup.c
2009-11-18 Art Cancro* Gratuitous style cleanup of some of the imap code
2009-11-18 Wilfried Göesgens* start atom feed reader implementation, most of the...
2009-11-17 Wilfried Göesgens* arm the thread on shutdown killer. killing is better...
2009-11-17 Art Cancro* If patch fails, send rejects to /dev/null instead...
2009-11-17 Art Cancro* Currently working through a bug that's preventing...
2009-11-16 Dave Westconfigure will now detect the Boehm-Demers-Weiser garba...
2009-11-16 Wilfried Göesgens* function signature was wrong. luckily we didn't use...
2009-11-15 Art Cancro* Added a new category 'fallback smart host'. These...
2009-11-14 Dave WestAdd a newline at end of file to stop some compilers...
2009-11-14 Dave WestFixed the SMTP sending as a thread. Now the thread...
2009-11-14 Art Cancro* Switched the SMTP Client back to a simple timer-event...
2009-11-13 Art Cancro* Trying to figure out why the SMTP Send queue is stuck...
2009-11-10 Dave WestRemoved an un required extern
2009-11-10 Dave WestRemoved an unrequired extern declaration
2009-11-10 Dave WestAdded a FIXME tag.
2009-11-10 Dave WestGrabbed a chunk of code out of citserver.c cmd_term...
2009-11-10 Dave WestMoved terminate_idles_sessions into context.c since...
2009-11-10 Dave WestCleaned a few warnings about deprecated functions.
2009-11-10 Dave WestCode clean up.
2009-11-10 Dave WestMoved BumpNewMailCounter() into context.c because it...
2009-11-10 Dave WestGrabbed another chunk of code out of user_ops.c, purge_...
2009-11-10 Dave WestGrabbed that previously noted bad code from rename_user...
2009-11-10 Art Cancro* headers_euid() needs to look at the 'E' field, not...
2009-11-10 Art Cancro* Added a new message field '1' which may be set by...
2009-11-09 Dave WestExposed logout() from user_ops.c, deprecated it in...
2009-11-08 Dave WestExposed CtdlLocateMessageByEuid in ctdl_module.h and...
2009-11-08 Dave WestClean up a comment.
2009-11-08 Dave WestMoved the prototypes of CtdlLoginExistingUser and CtdlT...
2009-11-08 Dave WestAdded a log message to test for a problem in worker_thread
2009-11-08 Art Cancro* When saving a wiki page, set the message subject...
2009-11-07 Dave WestChanged smtp sending to use a thread.
2009-11-05 Art Cancro* When performing a network poll of another Citadel...
2009-11-05 Dave WestFix the build problems revolving around CitContext...
2009-11-03 Dave WestAdd some comments to rename_user indicating why the...
2009-11-03 Dave WestIncreased the load average before strangling the server...
2009-11-02 Wilfried Göesgens* don't call make distclean, this creates hickups
2009-11-02 Art Cancro* Reordered the wiki rev code
2009-11-02 Dave WestAllow simulation mode to be terminated before completion
2009-11-02 Dave WestAdded a new command line option to citserver "-s" takes...
next