citadel.git
2010-02-14 Wilfried Göesgens* add missing debug statements for server I/O debugging
2010-02-14 Wilfried Göesgens* copy the FD so we're safe of other threads setting...
2010-02-14 Wilfried Göesgens* remove debug code
2010-02-14 Wilfried Göesgens* don't flush the inbuffer on send; while this is appro...
2010-02-14 Wilfried Göesgens* fix the linebuffered reader; some cases (like having...
2010-02-13 Wilfried Göesgens* check whether the FD got fuxored meanwhile before...
2010-02-12 Wilfried Göesgens* wrong pointer...
2010-02-12 Wilfried Göesgens* make the write -1 aware here too.
2010-02-12 Wilfried Göesgens* custom sockets need to work buffered too...
2010-02-11 Art Cancro* minor tweak to above
2010-02-11 Art Cancro* Eliminate HAVE_FLOCK from the build system. Instead...
2010-02-11 Wilfried Göesgens* NULL is the abort condition for an invalid header
2010-02-10 Wilfried Göesgens* migrate convert_internet_message to StrBuf, the new...
2010-02-10 Wilfried Göesgens* we mustn't use $UID
2010-02-10 Wilfried Göesgens* use $(MAKE) instead of make, else we will fallback...
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* drop down to nobody when up and running.
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* add read state for message templates; draft.
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 Art Cancro* If we perform a 'read new' operation in a room with...
2010-02-06 Art Cancro* Ok, this is it: the 'new new' bbs view is now feature...
2010-02-06 Art Cancro* If the page number is unspecified and the selected...
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* move serv_func.c:read_server_binary() to tcp_sockets...
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-05 Art Cancro* Greatly simplified the bbsview code by eliminating...
2010-02-03 Art Cancro* Populate EUID field when fetching RSS items, if possible.
2010-02-03 Art Cancro* New new BBS view
2010-02-01 Wilfried Göesgens* don't free the buffer in here, its _not_ ours.
2010-02-01 Wilfried Göesgens* partialy revert r8246; we're working in units of...
2010-01-31 Wilfried Göesgens* remove unneeded vcard function...
2010-01-31 Wilfried Göesgens* transmit the charset (if found) in part= and DLAT
2010-01-31 Art Cancro* define VIEW_BLOG (not yet implemented but I need...
2010-01-31 Dave WestAnother attempt to close the hole causing crashes when...
2010-01-31 Wilfried Göesgens* don't re-load vcards, if the server already sent...
2010-01-31 Wilfried Göesgens* we don't even compile this, OFF WITH ITS HEAD!
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-28 Wilfried Göesgens* int/long 64 bit blabla *narf*
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-26 Art Cancro* played with message numbers a bit in preparation...
2010-01-25 Art Cancro* html2ascii now renders *bold* and /italic/ and _under...
2010-01-24 Wilfried Göesgens* merge from dav_rework:
2010-01-24 Art Cancro* svn id tag
2010-01-24 Art Cancro* svn id tag
2010-01-24 Wilfried Göesgens* merge in much of the dav_rework branch: (the drift...
2010-01-22 Wilfried Göesgens* add literal support to imap login / passwords; this...
2010-01-22 Wilfried Göesgens* port our setuid function from citserver to webcit...
2010-01-20 Art CancroSession SMTP data is null. WTF? We will crash now.
2010-01-19 Art Cancro* Replaced older/newer messages buttons with previous...
2010-01-19 Art Cancro* Replaced older/newer messages buttons with previous...
2010-01-17 Art Cancro* Fixed another fread() bug
2010-01-17 Wilfried Göesgens* add function to check whether a token parameter would...
2010-01-17 Wilfried Göesgens* fix all those tiny bugs pointed out by our new subtem...
2010-01-17 Wilfried Göesgens* check whether a template exists
2010-01-16 Art Cancro* Fixed some more of the things that broke in r8201.
2010-01-16 Wilfried Göesgens* add macro to register defines with just a define...
2010-01-16 Wilfried Göesgens* if the config room has another view than VIEW_BBS...
2010-01-16 Wilfried Göesgens* memset(0) the folders, else we might struggle...
2010-01-16 Art Cancro* When a 'read new' operation returns zero messages...
2010-01-16 Art Cancro* the JavaScript code for the new BBS view has been...
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-14 Wilfried Göesgens* uninitialized...
2010-01-14 Wilfried Göesgens* unititialized var...
2010-01-14 Wilfried Göesgens* create function to parse the output of goto into...
2010-01-14 Wilfried Göesgens* ignore .swp and .orig files so some more void files...
2010-01-14 Wilfried Göesgens* flip sequence, C99 Baby!
2010-01-13 Art Cancro* Removed some cruft leftover from the old bbs view
2010-01-13 Art Cancro* Removed some cruft leftover from the old bbs view
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-12 Wilfried Göesgens* fix memleak
2010-01-12 Wilfried Göesgens* upsi, some links to templates which didn't follow...
2010-01-10 Wilfried Göesgens* remove xtoi, its not used anymore.
2010-01-10 Wilfried Göesgens* fix server cookie feature
2010-01-10 Wilfried Göesgens* use the HexEscAppend thing instead of printf appending...
2010-01-10 Wilfried Göesgens* hm, something is going wrong here. allocing bigger...
2010-01-10 Wilfried Göesgens* add function to append strings encoding them in hex...
2010-01-10 Wilfried Göesgens* fix memleak: free our message area if alloced
2010-01-10 Dave WestFix race condition that caused segfaults in imap and...
2010-01-07 Art Cancro* Made the 'older messages' and 'newer messages' link...
2010-01-06 Art Cancro* Modified configure.ac to look for gc/gc_local_alloc...
2010-01-06 Wilfried Göesgens* make static/ install recurseable
2010-01-06 Art Cancro* Cleaned up the HTML and CSS for the new bbs view.
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
next