Begin separating YADIS handling from XRDS parsing
[citadel.git] / citadel /
2011-12-05 Art CancroBegin separating YADIS handling from XRDS parsing
2011-12-05 Art CancroInitialize XML parser when parsing an XRDS document
2011-12-05 Art CancroInitialize XML parser when parsing an XRDS document
2011-12-05 Art CancroBegan implementation of OpenID 2.0 relying party support.
2011-12-05 Wilfried Goesgensfix warnings about the arabic translation.
2011-12-05 Wilfried Goesgensexclude git specific files from the distribution tarballs
2011-12-05 Art CancroRemoved unneeded newlines from syslog() calls in openid...
2011-12-05 Art CancroRemoved the -t option as it does nothing anymore
2011-12-05 Wilfried Goesgensoutput a list with status numbers & terminate them...
2011-12-03 Wilfried GoesgensMemleaksearch
2011-12-03 Wilfried Goesgensdon't buffer underrun if string is empty
2011-11-28 Wilfried Goesgensadd changes from ubuntu launchpad
2011-11-27 Wilfried Goesgensremove the duplicate for 'allheaders'
2011-11-27 Wilfried Goesgensproperly iterate over the linked list.
2011-11-22 Wilfried Goesgenswork on a way to output the success / failure state...
2011-11-22 Wilfried Goesgensadd email address to start command
2011-11-22 Wilfried Goesgensjust adjust the refcounts in one place.
2011-11-21 Wilfried Goesgensbefore removing an entry from an hash, revalidate wheth...
2011-11-21 Wilfried Goesgensfix removal from Queu
2011-11-21 Wilfried Goesgensexport our vars so configure can read them; this is...
2011-11-20 Wilfried Goesgensalways serialize our queue item
2011-11-17 Wilfried Goesgensincrease array of error messages
2011-11-13 Art CancroVersion number to 8.02 for upcoming release
2011-11-06 Wilfried Goesgensadd shutdown handlers for libcurl wrapper
2011-11-06 Wilfried GoesgensIMAP FETCH Command: IAPuts immediately outputs the...
2011-11-03 Wilfried GoesgensWork on evented RSS client & libev+libcurl integration
2011-11-02 Wilfried GoesgensWork on RSS Feed
2011-10-30 Wilfried GoesgensLogging enhancement & SMTP client fixes
2011-10-24 Wilfried Goesgensfinalize RSS/curlev implementation
2011-10-23 Wilfried Goesgensfree curl resources in the proper sequence.
2011-10-22 Wilfried Goesgensadd eSendFile/eReadfile in the switchs where they are...
2011-10-20 Wilfried Goesgensdon't call curl_multi_add_handle() from outside of...
2011-10-19 Wilfried GoesgensMark our session as deleteable when we exit.
2011-10-18 Wilfried Goesgensremove debug output.
2011-10-18 Wilfried Goesgensups, more places to reset the time we ran last time.
2011-10-18 Wilfried GoesgensJust try to delete the Pos, if we realy found the entry.
2011-10-18 Wilfried GoesgensRe-add the blockage to just run once per quarter hour.
2011-10-18 Art CancroDisable ldap referrals so Craptastic Directory does...
2011-10-18 Art CancroInternal version number to 8.01 for imminent release
2011-10-18 Art Cancrodocumentation
2011-10-18 Art Cancrodocumentation
2011-10-17 Wilfried Goesgensfix some more memleaks.
2011-10-17 Wilfried Goesgensrework the networking locking facility using the hashlist.
2011-10-16 Wilfried GoesgensFinalize Networker; native modern linux.
2011-10-08 Wilfried GoesgensImplement asynchroneous networking.
2011-09-20 Art Cancroserv_extnotify now uses field '2' instead of field...
2011-09-19 Wilfried Goesgensfix possible leaks around 'W'; the funambol code abuses it.
2011-09-19 Wilfried GoesgensFix memory leaks in the networker
2011-09-19 Wilfried Goesgens'W' is double used for the user when doing extnotify...
2011-09-19 Wilfried GoesgensFix indention; its broken in some places which seems...
2011-09-16 Wilfried Goesgens.debs: citserver depends on patch now.
2011-09-16 Art CancroUse autoconf to locate the diff and patch executables...
2011-09-16 Wilfried GoesgensReceiving files via the networker functional now.
2011-09-16 Wilfried GoesgensAdd error handler for failing DNS requests; the Client...
2011-09-14 Wilfried GoesgensRemoving of static vars in the Networker
2011-09-14 Wilfried GoesgensNetworker AsyncIO Rewrite
2011-09-14 Wilfried Goesgenswe need to register the smtp queue runner...
2011-09-13 Wilfried Goesgensprepend pop3 to some more functions to work around...
2011-09-13 Wilfried GoesgensMake parameters const, its not altered inside.
2011-09-08 Wilfried GoesgensRemove global variables; replace by stack passing.
2011-09-08 Wilfried GoesgensMore places to remove the experimental #if
2011-09-08 Wilfried Goesgensremove classic smtp client. we're over this.
2011-09-08 Wilfried GoesgensCC -> CCC in do_login
2011-09-08 Wilfried GoesgensNetworker reordering; remove / change dependencies
2011-09-08 Wilfried GoesgensRemove unused AUTH variable from the buildsystem
2011-09-08 Wilfried GoesgensChop networker into handy bits; related functions now...
2011-09-07 Wilfried Goesgensremove unused code for locking
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
next