Code shuffling fixes warning with inline function... weirdo.
[citadel.git] / citadel /
2011-09-07 Wilfried GoesgensCode shuffling fixes warning with inline function....
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-07 Wilfried Goesgensfix warnings in libev related codebase
2011-09-07 Wilfried GoesgensCleanup our toolies, remove unneeded code; handle reply...
2011-09-07 Wilfried GoesgensHandle return values in Setup; catch errors & remove...
2011-09-07 Wilfried Goesgensremove unused code; evaluate returnvalues.
2011-09-07 Wilfried Goesgensremove unused code.
2011-09-07 Wilfried GoesgensPrecisely report whats going wrong with the handling...
2011-09-07 Wilfried Goesgensdisable warnings about strict aliasing; gcc does broken...
2011-09-07 Wilfried GoesgensFix more warnings; output errors to the users.
2011-09-07 Wilfried Goesgensuse StrBuf to create startup failure messages.
2011-09-07 Wilfried GoesgensRevoke refetching of already polled pop3 messages
2011-09-07 Wilfried GoesgensFix compiler warnings in the textclient by evaluating...
2011-09-06 Wilfried Goesgensfix more merge hickups
2011-09-05 Wilfried Goesgensmore tiny merge misses
2011-09-04 Art CancroMake use of XML_StopParser() when XML_MAJOR_VERSION...
2011-09-04 Art CancroRemoved references to Subversion in the code
2011-09-04 Art CancroBlog owners automatically become room aides of their...
2011-09-04 Wilfried GoesgensDon't add brackets <> to the reply to; it should be...
2011-09-04 Wilfried Goesgensparse reply-to header into its permanent database field
2011-09-04 Wilfried GoesgensFix envelope-to header.
2011-09-04 Art CancroFixed a bug in the 'only replies are allowed in this...
2011-09-04 Art CancroBegan working on access control changes for blog rooms.
2011-09-04 Art CancroImproved coding style of the complex conditionals in...
2011-09-04 Wilfried Goesgensnetwork_spool_msg() handle QP
2011-09-04 Wilfried GoesgensLBIO: output LISTING_FOLLOWS; skip the . and .. directo...
2011-09-04 Art CancroAttempting to fix a segfault generated in Removecontext()
2011-09-04 Wilfried GoesgensLBIO: add parameter
2011-09-04 Art CancroWhen the maximum number of client connections has been...
2011-09-04 Art CancroClarified some of the error messages in citmail.c
2011-09-04 Art CancroCondense the default wholist when there are multiple...
2011-09-04 Art Cancrofixed a log variable name
2011-09-04 Wilfried Goesgensfix crash with wrong pointer indirection in setup.c
2011-09-04 Art CancroUgly hack to fix wiki history broken by the 'message...
2011-09-04 Art CancroFixed a stack smash in the wiki module
2011-09-04 Art CancroGenerate wiki diffs using a temp file instead of a...
2011-09-04 Wilfried Goesgensfix the GETMETADATA command; we mustn't count our naive...
2011-09-04 Art CancroRemoved the commented-out vestiges of a spam strings...
2011-09-04 Art Cancroxmpp_destroy_buddy() now accepts an 'aggressively'...
2011-09-04 Wilfried Goesgenscorrect debug logging string.
2011-09-04 Art CancroReinstated the use of EUID/UUID in blog posts; however...
2011-09-04 Art Cancroadded a few things to .gitignore
2011-09-04 Art Cancroadded a few more things to .gitignore
2011-09-04 Art Cancroadded a few things to .gitignore
2011-09-04 Art CancroRevert "sock_connect() - if first char of hostname...
2011-09-04 Art Cancroget_inet_rec_type() range should be 1..8, not 1..7
2011-09-04 Art CancroRevert "Generate UUID in blog posts to be used in perma...
2011-09-04 Art CancroRevert "Change to blog euid storage; note new definitio...
2011-09-04 Art CancroRevert "We need EUID indexing for Blog rooms."
2011-09-04 Art Cancrosock_connect() - if first char of hostname is '/' assum...
2011-09-04 Art CancroWe need EUID indexing for Blog rooms.
2011-09-04 Art CancroChange to blog euid storage; note new definition in...
2011-09-04 Art CancroGenerate UUID in blog posts to be used in permalinks
2011-09-04 Art CancroWhen citserver fails due to missing zlib, refer the...
2011-09-04 Wilfried GoesgensMemleak: when expanding shorter URLs we need to free...
2011-09-04 Wilfried Goesgensfix source so that '-Wformat -Werror=format-security...
2011-09-04 Wilfried GoesgensMake config defaults seteable by environment variables...
2011-09-04 Art CancroCleanup pop3client
2011-09-04 Wilfried Goesgensctdllog -> syslog...
2011-09-04 Wilfried Goesgensjust log the close if we're realy going to close.
2011-09-04 Wilfried GoesgensDon't close 0-filedescriptors on session killing, its...
2011-09-04 Wilfried Goesgensfix possible crashes of not NULL-checking the result...
2011-09-04 Art CancroGuard against 'billion laughs' attack in our XMPP service
2011-09-04 Art CancroGenerate Message-ID's that will not be reused/repeated...
2011-09-04 Art CancroRemoved single-quotes from setup dialogs. They confuse...
2011-09-04 Art CancroReunified the master and client socket listener loops...
2011-09-04 Wilfried Goesgensremove one more systemcontext
2011-09-04 Art CancroReset run_queue_now back to 0 after a forced run of...
2011-09-04 Art CancroRemove all uses of __FUNCTION__ because it is not portable
2011-09-04 Art CancroIf there is no pubdate in an rss or atom feed item...
2011-09-04 Wilfried Goesgensremoved CtdlClearSystemContext() entirely.
2011-09-04 Art Cancroremoved CtdlClearSystemContext() entirely.
2011-09-04 Wilfried Goesgensmerge hickups. TBC.
2011-09-04 Art CancroRemoved spurious calls to CtdlClearSystemContext()
2011-09-04 Art CancroAdd a warning message if serv_fulltext is getting zero...
2011-09-04 Wilfried Goesgenswhen generating subjects for calendar items do quoted...
2011-09-04 Art Cancrosmtp client: if msg_size is 0, assume memory corruption...
2011-09-04 Art CancroTemporarily adding dump of badmail to smtpclient
2011-09-04 Wilfried GoesgensFix searching of ']'
2011-09-04 Wilfried GoesgensMailinglist client: don't add roomname to subject if...
2011-09-04 Art CancroLog citadel protocol commands using the session number
2011-09-04 Art Cancroserv_upgrade will delete internal system accounts no...
2011-09-04 Art CancroModified select_on_master() to only have one code path...
2011-09-04 Art CancroDisabled the status bar in the text client because...
2011-09-04 Art CancroDecrement num_workers when exiting worker_thread()...
2011-09-04 Art CancroBegan working on the 'clean shutdown' code for the...
2011-09-04 Art CancroInitial implementation of the worker thread pool size...
2011-09-04 Art CancroClose sockets properly at logout
2011-09-04 Art CancroSwitched back to the old style thread architecture...
2011-09-04 Art CancroRemoved the DEBUG_MEMORY_LEAKS framework because we...
2011-09-04 Art CancroMoved all of the background tasks back to the old EVT_T...
2011-09-04 Art CancroTemporarily disable CtdlThreadGC() to get Uncensored...
2011-09-04 Art CancroTemporarily disable terminate_stuck_sessions() because...
2011-09-04 Art CancroMore debugging
2011-09-04 Art Cancromore logging and testing
2011-09-04 Wilfried GoesgensAdd some more debugging to the session destroyer; ...
2011-09-04 Art CancroAdded protocol names to all 'client disconnected' syslogs
2011-09-04 Wilfried GoesgensWe don't have this timer here.
2011-09-04 Art CancroCC->kill_me now contains an enum indicating the REASON...
2011-09-04 Art CancroRemoved newlines from syslog in pop3 and imap modules
next