citadel.git
2012-06-26 Art Cancrochanging internal version number to 8.12 v8.12
2012-06-24 Wilfried GoesgensNetQueue: make logging runtime configurable; add context.
2012-06-23 Wilfried GoesgensNSYN: fix choosing of remote party.
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-06-22 Wilfried GoesgensNetworkClient: fix filedescriptor leaks
2012-06-19 Wilfried GoesgensEVENT Client: parametrize when to close the fd on detac...
2012-06-19 Wilfried GoesgensPOP3Client: fix logging
2012-06-16 Wilfried GoesgensEVENT-Client: don't call the timeout function directly
2012-06-15 Wilfried GoesgensEVENTClient: rather use the FD found on our internal...
2012-06-14 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-14 Wilfried Goesgensserv_read_binary(): abort if the server status returns...
2012-06-14 Wilfried Goesgenscmd_read(): fseek just returns 0 on success, not the...
2012-06-14 Art Cancroremove duplicate definition in it.po
2012-06-13 Wilfried GoesgensNSYN: adjust to new semantics
2012-06-13 Wilfried GoesgensNetworkespool: use FileMoveChunked(); since the others...
2012-06-13 Wilfried GoesgensAdd FileMoveChunked(); which can read and write with...
2012-06-12 Wilfried GoesgensEVENT: when handling errors EAGAIN isn't fatal.
2012-06-12 Wilfried GoesgensCURL: just call init once.
2012-06-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-11 Wilfried GoesgensSMTP-Client: fix target port handling for relay & fallb...
2012-06-11 Wilfried GoesgensUse right size value as input for splice.
2012-06-10 Wilfried GoesgensNetworkclient: opend spoolfile with proper flags for...
2012-06-10 Wilfried GoesgensFileSendChunked(): replace sendfile by splice()
2012-06-10 Wilfried GoesgensNETP: extract password string when we need it. else...
2012-06-10 Wilfried Goesgensnetworker: use the right char buffer for the password.
2012-06-10 Wilfried GoesgensNetworker: Follow changes of networking infrastructure...
2012-06-10 Wilfried GoesgensNetworker: also register STOP hook, so if sessions...
2012-06-10 Wilfried GoesgensRework networker
2012-06-10 Wilfried GoesgensStrBufExtract_tokenFromStr: add wrapper around StrBufEx...
2012-06-09 Wilfried GoesgensREAD: sanitize values & output errors on invalid parame...
2012-06-09 Wilfried GoesgensWRIT: catch silly send size values.
2012-06-06 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-06 Art CancroField 'K' is now 'rep2=' in the citadel headers
2012-06-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-06-05 Wilfried GoesgensSMTP-Client: Remove concurrency check; its done in...
2012-06-05 Wilfried Goesgenshousekeeping: time() is expensive. don't use it inside...
2012-06-05 Art CancroUpdated the comments in serv_smtp.c to reflect that...
2012-06-04 Art CancroAdded an IDEN code for our z-push backend
2012-06-04 Wilfried GoesgensResync with launchpad translations
2012-06-04 Wilfried Goesgensupdate french translation for setup as proposed by...
2012-06-04 Wilfried Goesgensconfigure: check for splice() system call; sendfile...
2012-06-04 Wilfried GoesgensMessageView: don't expose the user to json syntax.
2012-06-03 Wilfried GoesgensRSSClient: stop curl watchers on emergency shutdown.
2012-06-03 Wilfried GoesgensDeleteSmtpOutMsg(): we don't have a Queu-Item anymore...
2012-06-03 Wilfried Goesgensone more null-check
2012-06-01 Wilfried Goesgensfix networker hickup
2012-05-31 Wilfried Goesgensremove unneeded assignment
2012-05-31 Wilfried Goesgensfix the rest of the unregister functions
2012-05-31 Wilfried Goesgensremove double initialization
2012-05-31 Wilfried Goesgensadd some more NULL-pointer-checks; free allocated mem...
2012-05-31 Wilfried Goesgenswhen failing by OOM, don't loose any more memory.
2012-05-29 Wilfried GoesgensHash: forgot to include some lines into the #if DEBUG
2012-05-29 Wilfried Goesgenslocate_host: initialize hostname buffer so we don't...
2012-05-26 Wilfried Goesgensallocate the buffer we use later on in all cases.
2012-05-26 Wilfried Goesgensremove unneded assignmnet.
2012-05-26 Wilfried Goesgensadd some nullpointer checks.
2012-05-26 Wilfried Goesgensremove unneeded assignment.
2012-05-26 Wilfried Goesgensdbg_PrintHash(): #ifdef DEBUG everything related to...
2012-05-26 Wilfried Goesgensremove duplicate assignments; don't compare twice if...
2012-05-26 Wilfried Goesgensremove unneeded assignment.
2012-05-26 Wilfried GoesgensFix all *Unregister*Hook() functions.
2012-05-26 Wilfried GoesgensCtdlUnregisterRoomHook(): second try.
2012-05-26 Wilfried GoesgensCtdlUnregisterRoomHook(): fix possible nullpointer...
2012-05-26 Wilfried Goesgens- dump_message() isn't used anymore; remove it.
2012-05-26 Wilfried GoesgensCtdlOutputMsg(): if we found that the attachment which...
2012-05-26 Wilfried GoesgensAfter checking for NULL-Pointer exit with failure.
2012-05-26 Wilfried GoesgensSMTP-Client: another possible NULL-Pointer access.
2012-05-26 Wilfried GoesgensWrap NULL-Protection around whole section; the pointer...
2012-05-26 Wilfried GoesgensFix loading of message template; cut'n'paste code from...
2012-05-26 Wilfried Goesgensmake shure all of the struct is initialized properly...
2012-05-26 Wilfried Goesgensremove unneeded initialisation; separate declaration...
2012-05-26 Wilfried GoesgensAdd NULL-Pointer check before starting the work.
2012-05-25 Wilfried GoesgensIn this place we don't care about the result.
2012-05-25 Wilfried Goesgensvalidate_recipients(): just remember the mailtype we...
2012-05-25 Wilfried GoesgensSMTP-Client: catch error of us failing to allocate...
2012-05-25 Wilfried GoesgensEvent client: add missing forward declaration of StopCu...
2012-05-25 Wilfried GoesgensSMTP-Server: Assert with backtrace instead of running...
2012-05-25 Wilfried GoesgensRSSClient: actualy use the precalculated length for...
2012-05-25 Wilfried GoesgensOpenID Client: remove duplicate assignment.
2012-05-25 Wilfried GoesgensNetworker:
2012-05-25 Wilfried GoesgensNetworker: remove unneeded assignment
2012-05-25 Wilfried Goesgensremove unused assignments
2012-05-25 Wilfried Goesgensfix possible buffer underrun (by 1;-)
2012-05-25 Wilfried GoesgensCheck for NULL pointer before passing it into qsort...
2012-05-25 Wilfried GoesgensCURL: in this errorcase we don't have a context and...
2012-05-25 Wilfried GoesgensLDAP: dnon't read the reply if we're not interested...
2012-05-25 Wilfried GoesgensCrypto: remove unneded initialization pointed out by...
2012-05-25 Wilfried GoesgensCalendar: fix some uninitialized value conditions point...
2012-05-25 Wilfried Goesgensfix possible nullpointer dereferenciation; tnx to the...
2012-05-25 Wilfried GoesgensRemove duplicate line..
2012-05-25 Wilfried Goesgensclang static analyzer misses that cdb_abort() aborts...
2012-05-25 Wilfried Goesgensas the clang static analyser points out, the | is usele...
2012-05-25 Wilfried GoesgensRemove unneeded code found by the clang static analyzer
2012-05-24 Wilfried GoesgensEvent-Client: fix to connect logic
2012-05-21 Wilfried GoesgensDB: query keys are not written by berkeley db. believe me. v8.11
2012-05-21 Wilfried GoesgensCurl-Eventclient: in this errorcase we don't have the...
2012-05-21 Wilfried Goesgensits staying libcitdale2
2012-05-21 Wilfried GoesgensDon't mess around with the so-name for no reason.
2012-05-21 Wilfried GoesgensVersioning: make the lib 8.x; cleanup.
2012-05-21 Wilfried GoesgensPOP3Client: stop client / db watchers before switching...
next